Find any script for Roblox

Enter the name of the game or script.

Project Ghoul script – (AutoSpin)

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 executeEnjoy 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
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *