_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 setting = w:CreateFolder("GUI Settings") local b = w:CreateFolder("Main1") local main2 = w:CreateFolder("Main2") 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("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("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) main2:Button("Parkour",function() loadstring(game:HttpGet('https://paste.ee/r/kOxPN'))() end) main2:Button("Scout",function() loadstring(game:HttpGet('https://paste.ee/r/LVD67'))() end) main2:Button("Shackluster Sharpshooter",function() loadstring(game:HttpGet('https://paste.ee/r/EyOfP'))() end) main2:Button("Caramell Dansen",function() loadstring(game:HttpGet('https://paste.ee/r/1PtDs'))() end) main2:Button("Insanity",function() loadstring(game:HttpGet('https://paste.ee/r/bSeRy'))() end) main2:Button("Killbot",function() loadstring(game:HttpGet('https://paste.ee/r/sk64S'))() end) main2:Button("Astronaut 13",function() loadstring(game:HttpGet('https://paste.ee/r/alqkQ'))() end) setting:Button("Rejoin",function() local ts = game:GetService("TeleportService") local p = game:GetService("Players").LocalPlayer ts:Teleport(game.PlaceId, p) end) setting:DestroyGUI() setting:GuiSettings()