Advertisement
sync_exploits

Shindo Life (INFINITE SPINS GUI)

Feb 25th, 2022 (edited)
2,767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. --Version 0.3.1
  2. --Update: Updated script 2/24/2022
  3. --Put the script in autoexec if your exploit have it, free exploits don't usually.
  4.  
  5. -- YOU MUST COPY THE WHOLE SCRIPT (CTRL A + CTRL C) FOR IT TO WORK BECAUSE IT WILL APPEAR AS OUTDATED WITHOUT THE CREDITS AND THE REST!
  6.  
  7. -- **JOIN https://discord.gg/dCyq86BDGc FOR BLOODLINE (GENKAI & ELEMENTS) FULL LIST!!! (CHECK SHINDO-BLOODLINES CHANNEL)**
  8.  
  9. Credits = [[
  10. This script actually is actually FREE! and it can be found by a faker who releases this script under their name
  11. without giving credits to me, and making people go through many ads to get it
  12. or even making it paid, but whole time its free, make sure you get it from the source!
  13. Where to buy: https://www.tech-brain.net/product-page/shinobi-life-2-infinite-spinning
  14.  
  15. List of bloodlines and stuff is in the channel named #scripts-and-website, and many
  16. other steps on how to use the script correctly Discord Server: https://discord.gg/8KqTZVcfCP
  17.  
  18. Myself, the real owner and the creator of this script is Tech Brain#0001
  19. If you got this from a fake, send their info to me at Tech Brain#0001 in the discord
  20. Discord Server: https://discord.gg/8KqTZVcfCP or discord.io/techbrain
  21. ]]
  22.  
  23. function GetHttp(URL)
  24. local returning = nil
  25. repeat
  26. pcall(function()
  27. returning = game:HttpGet(URL,true)
  28. end)
  29. if returning == nil then
  30. warn("Failed to get "..URL)
  31. wait(0.5)
  32. end
  33. until returning ~= nil
  34. return returning
  35. end
  36.  
  37. got = GetHttp("https://gist.githubusercontent.com/TechyBrain/0cae69c69880daa4355e3c3a46191ae4/raw")
  38. loadstring(got)()
  39.  
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement