Advertisement
OneShi

SHINDO LIFE INF SPIN ---TECHBRAN

Jul 16th, 2022
3,928
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. --v045
  2. --Update: Updated script 7/8/2022
  3. --Put the script in autoexec if your exploit have it, free exploits don't usually.
  4.  
  5. Credits = [[
  6. v045
  7. THIS IS THE CREDITS DON'T TOUCH OR EDIT THIS BECAUSE WITHOUT THIS EXACT CREDITS OR THE SCRIPT WON'T WORK
  8.  
  9. To get the script join Tech Brian's discord server
  10. https://discord.gg/8KqTZVcfCP or discord.io/techbrain
  11. ]]
  12.  
  13. function GetHttp(URL)
  14. local returning = nil
  15. repeat
  16. pcall(function()
  17. returning = game:HttpGet(URL,true)
  18. end)
  19. if returning == nil then
  20. warn("Failed to get "..URL)
  21. wait(0.5)
  22. end
  23. until returning ~= nil
  24. return returning
  25. end
  26.  
  27. got = GetHttp("https://gist.github.com/TechyBrain/1c410f1a3226370a54990b49fda5ab5d/raw")
  28. loadstring(got)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement