_G.ToggleColor = Color3.fromRGB(0,216,111) _G.ButtonColor = Color3.fromRGB(0,216,111) _G.SliderColor = Color3.fromRGB(0,216,111) local library = loadstring(game:HttpGet(('https://pastebin.com/raw/FsJak6AT')))() -- It's obfuscated, I won't let you see my ugly coding skills. =) local w = library:CreateWindow("Reanimationus Supremus") local b = w:CreateFolder("Main1") local h = w:CreateFolder("Destroy GUI") b:Label("Enjoy the gui. Discord: Sinister Dan#9793",Color3.fromRGB(38,38,38),Color3.fromRGB(0,216,111)) --BgColor,TextColor b:Button("Albert Wesker",function() loadstring(game:HttpGet('https://pastebin.com/raw/3HEkCX6i'))() end) b:Button("Cop",function() loadstring(game:HttpGet('https://pastebin.com/raw/DAkgVZ5Q'))() end) b:Button("Krystal Dance",function() loadstring(game:HttpGet('https://pastebin.com/raw/gtyrv3GL'))() end) b:Button("Sans",function() loadstring(game:HttpGet('https://pastebin.com/raw/yDcp9P97'))() end) b:Button("Xester",function() loadstring(game:HttpGet('https://pastebin.com/raw/fKyX4WHq'))() end) b:Button("Ender",function() loadstring(game:HttpGet('https://pastebin.com/raw/5JwwWyp3'))() end) b:Button("Waifu",function() loadstring(game:HttpGet('https://paste.ee/r/zVyJj'))() end) b:Button("Big Boie",function() loadstring(game:HttpGet('https://paste.ee/r/Y5sSc'))() end) b:Button("Jump in the Caac",function() loadstring(game:HttpGet('https://paste.ee/r/ewFRC'))() end) b:Button("Big daddy",function() loadstring(game:HttpGet('https://paste.ee/r/VLwOQ'))() end) b:Button("Eyo-Zen",function() loadstring(game:HttpGet('https://paste.ee/r/occhJ'))() end) b:Button("Rejoin",function() local ts = game:GetService("TeleportService") local p = game:GetService("Players").LocalPlayer ts:Teleport(game.PlaceId, p) end) h:DestroyGUI() -- Use it if you want to let people customize toggles,buttons and sliders color --Example of refresh --[[local label = b:Label("Hi",Color3.fromRGB(255,0,0),Color3.fromRGB(0,255,0)) label:Refresh("Not epic") local dropdown = b:Dropdown("Hi",{"A","B"}) dropdown:Refresh({"A","B","C"}) ]]