Advertisement
SUUKIDIS_69

Shindo Life Infinite Spin

Feb 25th, 2022
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 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. Credits = [[
  6. This script actually is actually FREE! and it can be found by a faker who releases this script under their name
  7. without giving credits to me, and making people go through many ads to get it
  8. or even making it paid, but whole time its free, make sure you get it from the source!
  9. Where to buy: https://www.tech-brain.net/product-page/shinobi-life-2-infinite-spinning
  10.  
  11. List of bloodlines and stuff is in the channel named #scripts-and-website, and many
  12. other steps on how to use the script correctly Discord Server: https://discord.gg/8KqTZVcfCP
  13.  
  14. Myself, the real owner and the creator of this script is Tech Brain#0001
  15. If you got this from a fake, send their info to me at Tech Brain#0001 in the discord
  16. Discord Server: https://discord.gg/8KqTZVcfCP or discord.io/techbrain
  17. ]]
  18.  
  19. function GetHttp(URL)
  20. local returning = nil
  21. repeat
  22. pcall(function()
  23. returning = game:HttpGet(URL,true)
  24. end)
  25. if returning == nil then
  26. warn("Failed to get "..URL)
  27. wait(0.5)
  28. end
  29. until returning ~= nil
  30. return returning
  31. end
  32.  
  33. got = GetHttp("https://gist.githubusercontent.com/TechyBrain/0cae69c69880daa4355e3c3a46191ae4/raw")
  34. loadstring(got)()
  35.  
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement