Facebook
From Scanty Curlew, 1 Year ago, written in Plain Text.
This paste is a reply to Re: Shindo life script from Subtle Dove - view diff
Embed Show code
Download Paste or View Raw
Hits: 410
  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("Infinite Spins", function()
  10.     LoadMe('https://raw.githubusercontent.com/FurkyYT/stuff/main/infspin')
  11. end)
  12. Gamer:Button("Best GUI", function()
  13.     loadstring(game:HttpGet("https://pastebin.com/raw/i53Y3rew",true))()
  14. end)
  15. Gamer:Button("*NEW* OP GUI", function()
  16.     loadstring(game:HttpGet("https://raw.githubusercontent.com/6Wumpus6/SpyHub/main/ShindoLife", true))()
  17. end)
  18. Gamer:Button("GUI 2", function()
  19.     loadstring(game:HttpGet("https://raw.githubusercontent.com/reavscripts/sl2_autofarm/main/main.lua", true))()
  20. end)
  21. Gamer:Button("GUI 3", function()
  22.     LoadMe('http://assasine.com/Scripts/Shinobi_Life_2_Autofarm.lua')
  23. end)
  24. Gamer:Button("GUI 4", function()
  25.     loadstring(game:HttpGet(('https://pastebin.com/raw/Kc7XZKbC'),true))()
  26. end)
  27. Gamer:Button("Auto Quest", function()
  28.     LoadMe('https://pastebin.com/raw/d993kP6G')
  29. end)
  30. Gamer:Button('Inf Chakra',function()
  31.     _G.InfChakra = true
  32.     loadstring(game:HttpGet('https://pastebin.com/raw/P0BqvPg7'))()    
  33. end)
  34.  
  35. library:Ready();
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 
local library = loadstring(game:HttpGet("https://pastebin.com/raw/GAGA5H8t"))();
 
 
local Gamer = library:CreateSection("Shindo Life");
Gamer:Button("~ Press Right Shift To Hide GUI ~");
function LoadMe(link)
    loadstring(game:HttpGet(link))()
end
Gamer:Button("Infinite Spins", function()
    LoadMe('https://raw.githubusercontent.com/FurkyYT/stuff/main/infspin')
end)
Gamer:Button("Best GUI", function()
    loadstring(game:HttpGet("https://pastebin.com/raw/i53Y3rew",true))()
end)
Gamer:Button("*NEW* OP GUI", function()
    loadstring(game:HttpGet("https://raw.githubusercontent.com/6Wumpus6/SpyHub/main/ShindoLife", true))()
end)
Gamer:Button("GUI 2", function()
    loadstring(game:HttpGet("https://raw.githubusercontent.com/reavscripts/sl2_autofarm/main/main.lua", true))()
end)
Gamer:Button("GUI 3", function()
    LoadMe('http://assasine.com/Scripts/Shinobi_Life_2_Autofarm.lua')
end)
Gamer:Button("GUI 4", function()
    loadstring(game:HttpGet(('https://pastebin.com/raw/Kc7XZKbC'),true))()
end)
Gamer:Button("Auto Quest", function()
    LoadMe('https://pastebin.com/raw/d993kP6G')
end)
Gamer:Button('Inf Chakra',function()
    _G.InfChakra = true
    loadstring(game:HttpGet('https://pastebin.com/raw/P0BqvPg7'))()    
end)
 
library:Ready();