slaying simulator script -- Creator: xc#6140 -- Discord Server: https://discord.gg/vEPSG9V -- Slaying Simulator: https://www.roblox.com/games/2616498302/6M-Slaying-Simulator#!/game-instances -- Initial Variables hum = game.Players.LocalPlayer.Character.HumanoidRootPart thePlayer = game.Players.LocalPlayer.Character -- Objects slaying simulator script How to use it? slaying simulator script local ScreenGui = Instance.new("ScreenGui") local GUI = Instance.new("Frame") local Title = Instance.new("TextLabel") local Credits = Instance.new("TextLabel") local SwordAttack= Instance.new("TextButton") local SwordAttackNo = Instance.new("TextButton") -- Properties modifier = false slaying simulator script How to get it? slaying simulator script ScreenGui.Parent = game.CoreGui GUI.Name = "xc#6140" GUI.Parent = ScreenGui GUI.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314) GUI.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392) GUI.BorderSizePixel = 0 GUI.Position = UDim2.new(0, 0, 0.730039531, 0) GUI.Size = UDim2.new(0, 316, 0, 339) slaying simulator script PasteShr slaying simulator script GUI.Style = Enum.FrameStyle.RobloxRound Title.Name = "Title" Title.Parent = GUI Title.Active = true Title.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392) Title.Position = UDim2.new(0.114720426, 0, 0.00523944944, 0) Title.Size = UDim2.new(0, 200, 0, 50) Title.Font = Enum.Font.SourceSans Title.Text = "Made by xc#6140" slaying simulator script How to get it? slaying simulator script Title.TextColor3 = Color3.new(1, 1, 1) Title.TextSize = 14 SwordAttack.Name = "SwordAttack" SwordAttack.Parent = GUI SwordAttack.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) SwordAttack.Position = UDim2.new(0.114720426, 0, 0.233038351, 0) SwordAttack.Size = UDim2.new(0, 200, 0, 50) SwordAttack.Font = Enum.Font.SourceSans SwordAttack.Text = "Spam tp/One Hitt Boss" slaying simulator script How to dowload it? slaying simulator script SwordAttack.TextColor3 = Color3.new(1, 1, 1) SwordAttack.TextSize = 14 SwordAttack.MouseButton1Down:connect(function() if modifier == true then modifier = false SwordAttack.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) else modifier = true SwordAttack.BackgroundColor3 = Color3.new(40, 127, 71) slaying simulator script How to use it? slaying simulator script kill() end end) SwordAttackNo.Name = "SwordAttackNo" SwordAttackNo.Parent = GUI SwordAttackNo.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235) SwordAttackNo.Position = UDim2.new(0.114720426, 0, 0.551622391, 0) SwordAttackNo.Size = UDim2.new(0, 200, 0, 50) SwordAttackNo.Font = Enum.Font.SourceSans slaying simulator script How to get it? slaying simulator script SwordAttackNo.Text = "Teleport back to spawn" SwordAttackNo.TextColor3 = Color3.new(1, 1, 1) SwordAttackNo.TextSize = 14 SwordAttackNo.MouseButton1Down:connect(function() hum = game.Players.LocalPlayer.Character.HumanoidRootPart hum.CFrame = CFrame.new(-69, 4, 18) end) Credits.Name = "Credits" Credits.Parent = GUI slaying simulator script How to use it? slaying simulator script Credits.BackgroundColor3 = Color3.new(1, 1, 1) Credits.Position = UDim2.new(0.00316455704, 0, 0.943952799, 0) Credits.Size = UDim2.new(0, 109, 0, 18) Credits.Font = Enum.Font.SourceSans Credits.Text = "Credits to xc#6140" Credits.TextSize = 14 -- functions slaying simulator script How to get it? slaying simulator script -- Kill function kill() while modifier do wait(.5) if game.Workspace.Enemies["Yeti"]:FindFirstChild(" ") ~= nil then if game.Workspace.Enemies["Yeti"][" "]:FindFirstChild("LowerTorso") ~= nil then if game.Workspace.Enemies["Yeti"][" "]:FindFirstChild("HumanoidRootPart") ~= nil then hum = game.Players.LocalPlayer.Character.HumanoidRootPart enemie = game.Workspace.Enemies["Yeti"]:FindFirstChild(" ") hum.CFrame = enemie.HumanoidRootPart.CFrame * CFrame.new(-3.5,0,3) slaying simulator script How to dowload it? slaying simulator script if enemie:FindFirstChild("YetiClub") ~= nil then sword = enemie:FindFirstChild("YetiClub") sword:Destroy() end char = game.Players.LocalPlayer.Character:GetChildren() for i = 1, #char do if char[i].ClassName == "Tool" then char[i].ControlFolder.PlayAnimation:FireServer() end end slaying simulator script How to get it for free? slaying simulator script wait(0.3) if enemie.Humanoid.Health ~= enemie.Humanoid.MaxHealth and game.Workspace.Enemies:FindFirstChild("Yeti") ~= nil then if enemie:FindFirstChild("UpperTorso") ~= nil then enemie.UpperTorso:Destroy() end end end end end end slaying simulator script How to use it? slaying simulator script end slaying simulator script