Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --This is an autospin script, it does not give you spins.
- --Use code soryagainguys:V for 75 free spins!
- _G.autospin = true -- On or Off.
- _G.desiredclan1 = "Kamado"
- _G.desiredclan2 = "Agatsuma" --Clans you're aiming for.
- _G.desiredclan3 = ""
- _G.speed = 0.1 -- The time it takes to spin || Recommended 0.1 or lower
- while _G.autospin == true do
- if game:GetService("ReplicatedStorage").Player_Data[game.Players.LocalPlayer.Name].Clan.Value == _G.desiredclan1 then
- _G.autospin = false
- else
- if game:GetService("ReplicatedStorage").Player_Data[game.Players.LocalPlayer.Name].Clan.Value == _G.desiredclan2 then
- _G.autospin = false
- else
- if game:GetService("ReplicatedStorage").Player_Data[game.Players.LocalPlayer.Name].Clan.Value == _G.desiredclan3 then
- _G.autospin = false
- else
- local args = {[1] = "check_can_spin"}
- game:GetService("ReplicatedStorage").Remotes.To_Server.Handle_Initiate_S_:InvokeServer(unpack(args))
- wait(_G.speed)
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement