imodex

Auto Spin

Oct 9th, 2020
4,775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. _G.Autokg = true
  2.  
  3. while _G.Autokg do
  4.  
  5. local Event = game:GetService("Players").LocalPlayer.startevent
  6. Event:FireServer("spin", "kg1")
  7. wait(6)
  8. if game:GetService("Players").LocalPlayer.statz.main.kg1.Value == "namikaze"
  9. then _G.Autokg = false
  10. wait()
  11.  
  12. end
  13. end
Add Comment
Please, Sign In to add comment