Advertisement
lucaslulu

Release Sprinting Simulator 2

Sep 28th, 2019
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. --AutoFarm
  2. _G.LULU = true--change to true or false
  3. while _G.LULU do
  4. wait(0.1)
  5. local A_1 =999999999999 -- change if you are kicked and restart game use Instant auto rebirths
  6. game:GetService("ReplicatedStorage").SpeedGain:FireServer(A_1)
  7. end
  8.  
  9. --Auto Rebirths
  10. _G.LULU = true--change to true or false
  11. while _G.LULU do
  12. wait(0) -- spam for more rebirths
  13. game:GetService("ReplicatedStorage").Rebirth:FireServer()
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement