Advertisement
sync_exploits

Shindo Life Infinite Spins/Dupe

Feb 23rd, 2022 (edited)
1,143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. -- Distributed by dsc.gg/shxrp -- // Best Roblox Exploits, Cheats & Hacks Source!
  2. -- What the script does: It makes it so your data does not save until you get what you want (MAKE SURE TO PICK THE AMOUNT OF SPINS & WHAT YOU WANT BELOW (IT SHOWS WHERE)
  3. -- What do I do if I don't have any spins to start with? FIND A CODE ONLINE FOR THE GAME & USE IT
  4. -- Why does it spin so slowly? It's a cooldown to prevent it from breaking etc (YOU CAN CHANGE IT BELOW FROM 10 TO ANYTHING YOU WANT)
  5.  
  6. -- (((PUT SCRIPT INTO AUTO EXECUTE FOLDER ON YOUR EXPLOIT SO IT CAN REJOIN & BE AUTOMATIC!)))
  7.  
  8. wait(10) --// Just to be safe, since loaded is inconsistent at best
  9.  
  10. _G.Enabled = true
  11. snipe = "PUT WHAT YOU WANT HERE"
  12. whenSpins = 90 -- SET IT TO THE AMOUNT OF SPINS YOU WANT IT TO REJOIN AT
  13. game:GetService("Players").LocalPlayer.startevent:FireServer("band", "\128")
  14. local tpservice= game:GetService("TeleportService")
  15. local plr = game.Players.LocalPlayer
  16.  
  17. while _G.Enabled == true do
  18. local A_1 = "spin"
  19. local A_2 = "kg1"
  20. game:GetService("Players").LocalPlayer.startevent:FireServer(A_1, A_2)
  21. wait()
  22. local A_1 = "spin"
  23. local A_2 = "kg2"
  24. game:GetService("Players").LocalPlayer.startevent:FireServer(A_1, A_2)
  25. if game:GetService("Players").LocalPlayer.statz.main.kg1.Value == snipe then
  26. game:GetService("Players").LocalPlayer.startevent:FireServer("band", "Eye")
  27. wait()
  28. game.Players.LocalPlayer:Kick("leave you got it leave")
  29. end
  30. if game:GetService("Players").LocalPlayer.statz.main.kg2.Value == snipe then
  31. game:GetService("Players").LocalPlayer.startevent:FireServer("band", "Eye")
  32. wait()
  33. game.Players.LocalPlayer:Kick("leave you got it leave")
  34. end
  35. if game:GetService("Players").LocalPlayer.statz.spins.Value == whenSpins then do
  36. game.Players.LocalPlayer:Kick("No more spins rejoining to refill")
  37. tpservice:Teleport(game.PlaceId, plr)
  38. end
  39. end
  40. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement