Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The Game Link : https://www.roblox.com/games/4666617818/Batting-Champions-NEW
- Discord Link : https://discordapp.com/channels/686554761901768721/686664520596324435
- --AutoFarm
- while true do
- wait()
- game:GetService("ReplicatedStorage").Shared.Network.Network.ToolEvent:InvokeServer()
- end
- --AutoSell
- while true do
- wait(6) -- Change timer if you want!
- local pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(19.9330425, 3.41029549, -185.053268, 1, 9.6170476e-09, 0.000181307769, -9.61693036e-09, 1, -6.49472642e-10, -0.000181307769, 6.47728982e-10, 1)
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
- end
- --Infinite Jumps
- game:GetService("Players").LocalPlayer.DataFolder.MaxJump.Value = math.huge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement