Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local kg1 = {
- [1] = "spin", -- kg1
- [2] = "kg1"
- }
- getgenv().autosnipper = true --on/off
- while true do --loops the spinning
- wait()
- game:GetService("Players").LocalPlayer.startevent:FireServer(unpack(kg1)) --kg1 spin
- if not getgenv().autosnipper then return end
- if game:GetService("Players").LocalPlayer.statz.main.kg1.Value == "explosion" then--kg that you want
- getgenv().autosnipper = false
- else if game:GetService("Players").LocalPlayer.statz.main.kg1.Value == "storm" then
- getgenv().autosnipper = false
- else if game:GetService("Players").LocalPlayer.statz.main.kg1.Value == "dokei" then
- getgenv().autosnipper = false
- else if game:GetService("Players").LocalPlayer.statz.main.kg1.Value == "scorch" then
- getgenv().autosnipper = false
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement