Advertisement
puilt9y

puilt9y project slayers inf spin 11

Nov 13th, 2022
5,158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. --This is an autospin script, it does not give you spins.
  2. --Use code soryagainguys:V for 75 free spins!
  3. _G.autospin = true -- On or Off.
  4. _G.desiredclan1 = "Kamado"
  5. _G.desiredclan2 = "Agatsuma" --Clans you're aiming for.
  6. _G.desiredclan3 = ""
  7. _G.speed = 0.1 -- The time it takes to spin || Recommended 0.1 or lower
  8.  
  9. while _G.autospin == true do
  10. if game:GetService("ReplicatedStorage").Player_Data[game.Players.LocalPlayer.Name].Clan.Value == _G.desiredclan1 then
  11. _G.autospin = false
  12. else
  13. if game:GetService("ReplicatedStorage").Player_Data[game.Players.LocalPlayer.Name].Clan.Value == _G.desiredclan2 then
  14. _G.autospin = false
  15. else
  16. if game:GetService("ReplicatedStorage").Player_Data[game.Players.LocalPlayer.Name].Clan.Value == _G.desiredclan3 then
  17. _G.autospin = false
  18. else
  19. local args = {[1] = "check_can_spin"}
  20. game:GetService("ReplicatedStorage").Remotes.To_Server.Handle_Initiate_S_:InvokeServer(unpack(args))
  21. wait(_G.speed)
  22. end
  23. end
  24. end
  25. end
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement