Advertisement
OneShi

Shindo life auto spin update

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