Advertisement
Honansik

Shindo Life Script [Infinite Spins & Get Any Bloodline]

May 5th, 2022
7,710
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.34 KB | None | 0 0
  1. repeat task.wait() until game:isLoaded()
  2. repeat task.wait() until game:GetService("Players").LocalPlayer:FindFirstChild("startevent")
  3.  
  4.  
  5. tpsrv = game:GetService("TeleportService")
  6. print("Creating variables")
  7. game:GetService("Players").LocalPlayer.startevent:FireServer("band", "\128")
  8. --https://discord.gg/c5Jn7NT93j
  9. elementwanted = {"boil", "lightning", "fire", "ice", "sand", "crystal", "explosion"} -- put the bloodlines u want here from the link above
  10. slot = "kg2" -- slot, u can change to kg2, kg3, kg4
  11. print("Starting")
  12. getgenv().atspn = true
  13.  
  14. while getgenv().atspn do
  15.     wait(.3)
  16.     for _, v in pairs(elementwanted) do
  17.         print("Rolled: \n ----" .. game:GetService("Players").LocalPlayer.statz.main[slot].Value)
  18.         if game:GetService("Players").LocalPlayer.statz.main[slot].Value == v then
  19.             print("Got what u wanted!")
  20.             game:GetService("Players").LocalPlayer.startevent:FireServer("band", "Eye")
  21.             wait(1)
  22.             game.Players.LocalPlayer:Kick("Got "..game:GetService("Players").LocalPlayer.statz.main[slot].Value.. "!")
  23.             return
  24.         end
  25.     end
  26.     if game:GetService("Players").LocalPlayer.statz.spins.Value <= 1 then
  27.         tpsrv:Teleport(game.PlaceId, game.Players.LocalPlayer)
  28.         end
  29.     game:GetService("Players").LocalPlayer.startevent:FireServer("spin", slot)
  30. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement