0% found this document useful (0 votes)
474 views1 page

Script

The document contains code for a GUI created with a library that provides buttons to load scripts for a game called Shindo Life. The buttons load scripts for features like infinite spins, auto quests, infinite chakra, and various GUIs from different pastebin and GitHub links when clicked.

Uploaded by

EAGLE:3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
474 views1 page

Script

The document contains code for a GUI created with a library that provides buttons to load scripts for a game called Shindo Life. The buttons load scripts for features like infinite spins, auto quests, infinite chakra, and various GUIs from different pastebin and GitHub links when clicked.

Uploaded by

EAGLE:3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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/Shi
ndoLife", 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();

You might also like