Advertisement
GUI_Maker_Roblox

PLEASE TRY TO UNDERSTAND WHAT THE CODE IS INSTEAD OF COPING AND PASTING IT :)

Mar 18th, 2022
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. local kg1 = {
  2. [1] = "spin", -- kg1
  3. [2] = "kg1"
  4. }
  5.  
  6. getgenv().autosnipper = true --on/off
  7. while true do --loops the spinning
  8. wait()
  9. game:GetService("Players").LocalPlayer.startevent:FireServer(unpack(kg1)) --kg1 spin
  10. if not getgenv().autosnipper then return end
  11. if game:GetService("Players").LocalPlayer.statz.main.kg1.Value == "explosion" then--kg that you want
  12. getgenv().autosnipper = false
  13.  
  14. else if game:GetService("Players").LocalPlayer.statz.main.kg1.Value == "storm" then
  15. getgenv().autosnipper = false
  16.  
  17. else if game:GetService("Players").LocalPlayer.statz.main.kg1.Value == "dokei" then
  18. getgenv().autosnipper = false
  19.  
  20. else if game:GetService("Players").LocalPlayer.statz.main.kg1.Value == "scorch" then
  21. getgenv().autosnipper = false
  22. end
  23. end
  24. end
  25. end
  26. end
  27.  
  28.  
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement