Advertisement
Gummyyyy

shindo life customized funky hub

Aug 22nd, 2021
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/GAGA5H8t"))();
  2.  
  3.  
  4. local Gamer = library:CreateSection("Shindo Life");
  5. Gamer:Button("~ Press Right Shift To Hide GUI ~");
  6. function LoadMe(link)
  7. loadstring(game:HttpGet(link))()
  8. end
  9. Gamer:Button("Spy Hub", function()
  10. loadstring(game:HttpGet("https://raw.githubusercontent.com/6Wumpus6/SpyHub/main/ShindoLife", true))()
  11. end)
  12. Gamer:Button("Reav Hub", function()
  13. loadstring(game:HttpGet("https://raw.githubusercontent.com/reavscripts/sl2_autofarm/main/main.lua", true))()
  14. end)
  15. Gamer:Button("JRL", function()
  16. loadstring(game:HttpGet("https://raw.githubusercontent.com/JRL-lav/Scripts/main/New%20Shindo"))()
  17. end)
  18. Gamer:Button("GUI 1(good autofarm)", function()
  19. LoadMe('http://assasine.com/Scripts/Shinobi_Life_2_Autofarm.lua')
  20. end)
  21. Gamer:Button("GUI 2", function()
  22. loadstring(game:HttpGet(('https://pastebin.com/raw/Kc7XZKbC'),true))()
  23. end)
  24. Gamer:Button("Auto Quest", function()
  25. LoadMe('https://pastebin.com/raw/d993kP6G')
  26. end)
  27. Gamer:Button('Inf Chakra',function()
  28. _G.InfChakra = true
  29. loadstring(game:HttpGet('https://pastebin.com/raw/P0BqvPg7'))()
  30. end)
  31.  
  32. library:Ready();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement