Facebook
From Red Sheep, 2 Years ago, written in Plain Text.
This paste is a reply to loadstring(game:HttpGet( from mate - view diff
Embed
Download Paste or View Raw
Hits: 583
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/GAGA5H8t"))();
  2. (game:HttpGet
  3. _G.Version = "V3" -- V2 or V3
  4. loadstring(game:HttpGet('https://raw.githubusercontent.com/xDestinyx/RipperHub/main/Loader.lua'))();
  5.  
  6.  
  7. \
  8.  
  9.  
  10.  
  11.  
  12.  
  13. local Gamer = library:CreateSection("Shindo Life");
  14. Gamer:Button("~ Press Right Shift To Hide GUI ~");
  15. function LoadMe(link)
  16.     loadstring(game:HttpGet(link))()
  17. end
  18. Gamer:Button("Infinite Spins", function()
  19.     LoadMe('https://raw.githubusercontent.com/FurkyYT/stuff/main/infspin')
  20. end)
  21. Gamer:Button("Best GUI", function()
  22.     loadstring(game:HttpGet("https://pastebin.com/raw/i53Y3rew",true))()
  23. end)
  24. Gamer:Button("*NEW* OP GUI", function()
  25.     loadstring(game:HttpGet("https://raw.githubusercontent.com/6Wumpus6/SpyHub/main/ShindoLife", true))()
  26. end)
  27. Gamer:Button("GUI 2", function()
  28.     loadstring(game:HttpGet("https://raw.githubusercontent.com/reavscripts/sl2_autofarm/main/main.lua", true))()
  29. end)
  30. Gamer:Button("GUI 3", function()
  31.     LoadMe('http://assasine.com/Scripts/Shinobi_Life_2_Autofarm.lua')
  32. end)
  33. Gamer:Button("GUI 4", function()
  34.     loadstring(game:HttpGet(('https://pastebin.com/raw/Kc7XZKbC'),true))()
  35. end)
  36. Gamer:Button("Auto Quest", function()
  37.     LoadMe('https://pastebin.com/raw/d993kP6G')
  38. end)
  39. Gamer:Button('Inf Chakra',function()
  40.     _G.InfChakra = true
  41.     loadstring(game:HttpGet('https://pastebin.com/raw/P0BqvPg7'))()    
  42. end)
  43.  
  44. library:Ready();