Auto spin (OS) Project Ghoul

Uploaded On
Script Credit :- Jaff #7969
Features

Auto spin

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

_G.spin = false 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