OneShi

SHINDO LIFE INF SPIN ---TECHBRAIN

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