Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---AUTOFARM
- _G.Toggle = true
- while true do
- if _G.Toggle then
- local tool = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
- game.Players.LocalPlayer.Character.Humanoid:EquipTool(tool)
- tool:Activate()
- end
- wait()
- end
- ---TELEPORT TO PLACE TO NOT GET KILLED
- local plr = game:GetService('Players').LocalPlayer.Character
- plr.HumanoidRootPart.CFrame = CFrame.new(385.761169, 95.781395, -471.892029, 0.201925442, 1.77191453e-08, -0.979400873, 3.15938955e-08, 1, 2.460561e-08, 0.979400873, -3.59115866e-08, 0.201925442)
Add Comment
Please, Sign In to add comment