Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The Game Link : https://www.roblox.com/games/4626543163/Jumping-Simulator-Simulator-Simulator-Simulator
- 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
- game:GetService("ReplicatedStorage").Events.RequestJump:FireServer()
- end
- --AutoOrbs
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait()--change time if you want
- for i, v in pairs(game:GetService("Workspace").Orbs:GetChildren()) do
- for d=1,8 do
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end
- --AutoChest
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait()--change time if you want
- for i, v in pairs(game:GetService("Workspace").Chests:GetChildren()) do
- for d=1,8 do
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement