Advertisement
ScriptingGuy

Big Lifting Simulator Script

Mar 8th, 2020
19,279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. The Game Link : https://www.roblox.com/games/4618272791/X3-COINS-Big-Lifting-Simulator?refPageId=e484f2b1-9cf9-407a-b8ee-bd9acfebab7a
  2. Discord Link : https://discordapp.com/channels/686554761901768721/686664520596324435
  3.  
  4. --AutoFarm
  5. _G.LULU = true--change to true or false
  6. while _G.LULU do
  7. wait()--change time if you want
  8. local tool = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  9. game.Players.LocalPlayer.Character.Humanoid:EquipTool(tool)
  10. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  11. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):Activate()
  12. end
  13. end
  14.  
  15.  
  16. --AutoSell
  17.  
  18. while true do
  19. wait(5) -- Change timer if you want!
  20. local pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  21. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(173.856461, -9.15127563, 75.7668839, -0.00292778015, 0.999995708, 0, -0.999995708, -0.00292778015, 0, 0, 0, 1)
  22. wait(0.7)
  23. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement