Advertisement
dady172172

Sprinting Simulator 2k script

Dec 20th, 2019
2,189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. --[[
  2. game https://www.roblox.com/games/4003645442/Sprinting-Simulator-2K
  3. more https://github.com/dady172172/Roblox-Cheats I have moved to Gethub
  4. ]]--
  5.  
  6. _G.h = true
  7. while _G.h == true do
  8.     wait()
  9.     game.ReplicatedStorage.SwitchLeaderstats:FireServer("Speed", 99999999999999999)
  10.     game.ReplicatedStorage.SwitchStatsValueAdd:FireServer("Cash", 99999999999999999)
  11.     game.ReplicatedStorage.SwitchLeaderstats:FireServer("Rebirths", 99999999999999999)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement