dats-scythe

op ninja simulator

Jan 3rd, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. ---AUTOFARM
  2. _G.Toggle = true
  3.  
  4. while true do
  5. if _G.Toggle then
  6. local tool = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  7. game.Players.LocalPlayer.Character.Humanoid:EquipTool(tool)
  8. tool:Activate()
  9. end
  10. wait()
  11. end
  12.  
  13. ---TELEPORT TO PLACE TO NOT GET KILLED
  14. local plr = game:GetService('Players').LocalPlayer.Character
  15. 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