Functions: AutoSpin
important!
LOOK AT THE WHOLE SCRIPT, IN SOME PLACES YOU NEED TO SPECIFY THE NAME OF THE KAGUNE THAT YOU WANT
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
_G.spin = true
snipe = "WHAT YOU WANT HERE"
snipe1 = "WHAT YOU WANT HERE"
snipe2 = "WHAT YOU WANT HERE"
snipe3 = "WHAT YOU WANT HERE"
while _G.spin == true do
wait(5) -- can't do it too fast or it will skip you can try changing the number if you wanna risk it
game:GetService("ReplicatedStorage").Events.RemoteFunction:InvokeServer("Spin")
end
wait()
if game:GetService("Players").LocalPlayer.data.stats.weapon.Value == snipe then
wait()
game.Players.LocalPlayer:Kick("You got it now we dipping (Made by Jaff) ")
end
if game:GetService("Players").LocalPlayer.data.stats.weapon.Value == snipe1 then
wait()
game.Players.LocalPlayer:Kick("You got it now we dipping (Made by Jaff) ")
end
if game:GetService("Players").LocalPlayer.data.stats.weapon.Value == snipe2 then
wait()
game.Players.LocalPlayer:Kick("You got it now we dipping (Made by Jaff) ")
end
if game:GetService("Players").LocalPlayer.data.stats.weapon.Value == snipe3 then
wait()
game.Players.LocalPlayer:Kick("You got it now we dipping (Made by Jaff) ")
end