Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The Game Link : https://www.roblox.com/games/4618272791/X3-COINS-Big-Lifting-Simulator?refPageId=e484f2b1-9cf9-407a-b8ee-bd9acfebab7a
- Discord Link : https://discordapp.com/channels/686554761901768721/686664520596324435
- --AutoFarm
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait()--change time if you want
- local tool = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
- game.Players.LocalPlayer.Character.Humanoid:EquipTool(tool)
- if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
- game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):Activate()
- end
- end
- --AutoSell
- while true do
- wait(5) -- Change timer if you want!
- local pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
- 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)
- wait(0.7)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement