local Library = loadstring(game:HttpGet("https://pastebin.com/raw/GdN5iRbt"))() local Window = Library.CreateLib("Genesis Fe", "Ocean") --Tabs local Tab1 = Window:NewTab("Scripts") local Section = Tab1:NewSection("Fe Scripts") --Buttons Section:NewButton("Star Glitcher", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Star%20Glitcher"))() end) Section:NewButton("Sadist Genocider", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Sadist%20Genocider"))() end) Section:NewButton("Sniper", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Sniper"))() end) Section:NewButton("Pistol", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Pistol"))() end) Section:NewButton("Neptunian V", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Neptunian%20V"))() end) Section:NewButton("Lightning Cannon", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Lightning%20Cannon"))() end) Section:NewButton("AK - 47", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/AK-47"))() end) Section:NewButton("Ban Hammer", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Ban%20Hammer"))() end) Section:NewButton("Banisher", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Banisher"))() end) Section:NewButton("Dear Sister", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Dearsister"))() end) Section:NewButton("Gale Fighter", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Gale%20Fighter"))() end) Section:NewButton("Good Cop Bad Cop", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Good%20Cop%20Bad%20Cop"))() end) Section:NewButton("Karambit", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Karambit"))() end) Section:NewButton("Krystal Dance", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Krystal%20Dance"))() end) Section:NewButton("Linked Sword", "Print Button", function() DisableFlingHealthBar = false loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Linked%20Sword"))() end) Section:NewButton("Minigun", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Minigun"))() end) Section:NewButton("Motorcycle", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Motorcycle"))() end) Section:NewButton("neko", "Print Button", function() DisableFlingHealthBar = false loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Neko"))() end) Section:NewButton("Goner", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Goner"))() end) Section:NewButton("Studio Dummy", "Print Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Studio%20Dummy"))() end)