oktosamurai

Lifting Simulator Hack

Jun 5th, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- AUTOFARM
  2. _G.LULU = true--change to true or false
  3. while _G.LULU do
  4. wait()--change time if you want
  5. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  6. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):Activate()
  7. end
  8. end
  9.  
  10. -- auto sell
  11.  
  12. while true do
  13. wait(10) -- Change timer if you want!
  14. local pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  15. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-157.485916, 13.4257917, -14.7408142, -0.369038939, -4.9395009e-08, 0.929413915, -3.76796265e-08, 1, 3.8185096e-08, -0.929413915, -2.09281819e-08, -0.369038939)
  16. wait(0.7)
  17. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
  18. end
Add Comment
Please, Sign In to add comment