Advertisement
ScriptingGuy

Batting Champions Script

Mar 9th, 2020
3,853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. The Game Link : https://www.roblox.com/games/4666617818/Batting-Champions-NEW
  2. Discord Link : https://discordapp.com/channels/686554761901768721/686664520596324435
  3.  
  4. --AutoFarm
  5. while true do
  6. wait()
  7. game:GetService("ReplicatedStorage").Shared.Network.Network.ToolEvent:InvokeServer()
  8. end
  9.  
  10.  
  11.  
  12. --AutoSell
  13.  
  14. while true do
  15. wait(6) -- Change timer if you want!
  16. local pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  17. 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)
  18. wait(1)
  19. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
  20. end
  21.  
  22.  
  23. --Infinite Jumps
  24. game:GetService("Players").LocalPlayer.DataFolder.MaxJump.Value = math.huge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement