loadstring(game:HttpGet("https://raw.githubusercontent.com/StarFoxGmng/Game-Hub-/refs/heads/main/SeliWare%20Logo%20Screen"))() wait(3) local mewing10 = loadstring(game:HttpGet("https://raw.githubusercontent.com/StarFoxGmng/Game-Hub-/refs/heads/main/SeliWare%20Notification"))() mewing10.NormalNotification({ Title = "SeliWare", Description = "This Hub Open Source", ImagesID = "http://www.roblox.com/asset/?id=124591979096235", SoundID = "8795831946", Duration = 180 }) mewing10.ReplyNofitication({ Title = "SeliWare", Description = "This Hub The Best", ImagesID = "http://www.roblox.com/asset/?id=124591979096235", SoundID = "8795831946", PlaceholderText = "Type A Reply", SendCallback = function(a) print(a) end, }) loadstring(game:HttpGet("https://raw.githubusercontent.com/StarFoxGmng/Game-Hub-/refs/heads/main/Notification%20Ui%20SeliWare%20Hub"))() local GameId = game.PlaceId local GameName = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name local plrs = game:GetService("Players") local plr = plrs.LocalPlayer local plrname = plr.Name local plrid = plr.UserId local plrchr = plr.Character local plrage = plr.AccountAge local plrcount = #game.Players:GetPlayers() local executorName = identifyexecutor() or "Unknown" local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/StarFoxGmng/Game-Hub-/refs/heads/main/Kavo%20Ui%20Library"))() local colors = { SchemeColor = Color3.fromRGB(85, 80, 250), Background = Color3.fromRGB(26, 32, 58), Header = Color3.fromRGB(38, 45, 71), TextColor = Color3.fromRGB(255, 255, 255), ElementColor = Color3.fromRGB(38, 45, 71) } local Window = Library.CreateLib("", colors) local themes = { "SchemeColor", "Background", "Header", "TextColor", "ElementColor" } local Tab = Window:NewTab("Home") local Section = Tab:NewSection("--> Home Information <--") Section:NewButton("Hello, Welcome "..game.Players.LocalPlayer.Name.." !", "Welcome Info", function() end) Section:NewButton("Hello, "..game.Players.LocalPlayer.Name.." This Home !", "Welcome Info", function() end) Section:NewButton("Dear Player, Thank You For Using This SWH !", "Welcome Info", function() end) Section:NewButton("It Has Been A Good !", "Welcome Info", function() end) Section:NewButton("Month Having You To Support !", "Welcome Info", function() end) Section:NewButton("Our Massive Masterpiece, This !", "Welcome Info", function() end) Section:NewButton("Devnote: Shoutout To RAGASGAMING12 !", "Welcome Info", function() end) Section:NewButton("Devnote: For Requesting SWH !", "Welcome Info", function() end) Section:NewButton("Device: Mobile/Pc !", "Welcome Info", function() end) Section:NewButton("Version: Finished", "Welcome Info", function() end) local Section = Tab:NewSection("--> Update Logs Info <--") Section:NewButton("- Auto Updated Every Single One ✓", "ButtonIfo", function() end) Section:NewButton("- Home ✓", "Home Info", function() end) Section:NewButton("- Main ✓", "Main Info", function() end) Section:NewButton("- Scripts ✓", "Script Info", function() end) Section:NewButton("- Hub ✓", "Hub Info", function() end) Section:NewButton("- Fe ✓", "Fe Info", function() end) Section:NewButton("- Admin ✓", "Admin Info", function() end) Section:NewButton("- Games ✓", "Games Info", function() end) Section:NewButton("- Executor ✓", "Executor Info", function() end) Section:NewButton("- Developer ✓", "Credit - Creator Info", function() end) Section:NewButton("- Settings ✓", "Setting Info", function() end) local Section = Tab:NewSection("--> Local Player Info <--") Section:NewButton("Name: "..game.Players.LocalPlayer.Name, "Unsername Info", function() end) Section:NewButton("DisplayName: "..game.Players.LocalPlayer.DisplayName, "Unsername Info", function() end) Section:NewButton("UserId: "..game.Players.LocalPlayer.UserId, "Unsername Info", function() end) Section:NewButton("AccountAge: "..game.Players.LocalPlayer.AccountAge, "Unsername Info", function() end) Section:NewButton("CharacterAppearanceId: "..game.Players.LocalPlayer.CharacterAppearanceId, "Unsername Info", function() end) local Section = Tab:NewSection("--> End <--") local Tab = Window:NewTab("Main") local Section = Tab:NewSection("--> Main Menu Information <--") Section:NewButton("Hello, "..game.Players.LocalPlayer.Name.." This Local Player !", "Welcome Info", function() end) local Section = Tab:NewSection("Local Player") local Section = Tab:NewSection("WalkSpeed") Section:NewSlider("WalkSpeed Slider", "SliderInfo", 1000, 16, function(s) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s end) Section:NewTextBox("WalkSpeed Set", "TextboxInfo", function(txt) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = txt end) Section:NewToggle("WalkSpeed", "be fast be strong", function(state) if state then game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120 else game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 end end) Section:NewButton("WalkSpeed Reset", "ButtonIfo", function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 end) local Section = Tab:NewSection("JumpPower") Section:NewSlider("JumpPower Slider", "SliderInfo", 1000, 16, function(s) game.Players.LocalPlayer.Character.Humanoid.JumpPower = s end) Section:NewTextBox("JumpPower Set", "TextboxInfo", function(txt) game.Players.LocalPlayer.Character.Humanoid.JumpPower = txt end) Section:NewToggle("JumpPower", "be fast be strong", function(state) if state then game.Players.LocalPlayer.Character.Humanoid.jumpower = 120 else game.Players.LocalPlayer.Character.Humanoid.jumpower = 50 end end) Section:NewButton("JumpPower Reset", "ButtonIfo", function() game.Players.LocalPlayer.Character.Humanoid.JumpPower = 16 end) local Section = Tab:NewSection("Gravity") Section:NewSlider("Gravity Slider", "Adjust The Player Gravity", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue) game.Workspace.Gravity = s end) Section:NewTextBox("Gravity Set", "TextboxInfo", function(txt) game.Workspace.Gravity = txt end) Section:NewToggle("Gravity", "ToggleInfo", function(state) if state then worksapce.Gravity = 196.2 else worksapce.Gravity = 0 end end) Section:NewButton("Gravity Reset", "ButtonIfo", function() worksapce.Gravity = 196.2 end) local Section = Tab:NewSection("HipHeight") Section:NewSlider("HipHeight Slider", "SliderInfo", 1000, 2, function(s) game.Players.LocalPlayer.Character.Humanoid.HipHeight = s end) Section:NewTextBox("HipHeight Set", "TextboxInfo", function(txt) game.Players.LocalPlayer.Character.Humanoid.HipHeight = txt end) Section:NewToggle("HipHeight", "ToggleInfo", function(state) if state then game.Players.LocalPlayer.Character.Humanoid.HipHeight = 120 else game.Players.LocalPlayer.Character.Humanoid.HipHeight = 2 end end) Section:NewButton("Reset HipHeight", "ButtonIfo", function() game.Players.LocalPlayer.Character.Humanoid.HipHeight = 2 end) local Section = Tab:NewSection("Fov") Section:NewSlider("Fov Slider", "Adjust The Player FOV", 110, 80, function(s) -- 500 (MaxValue) | 0 (MinValue) game.Workspace.Camera.FieldOfView = s end) Section:NewTextBox("Fov Set", "TextboxInfo", function(txt) game.Workspace.Camera.FieldOfView = txt end) Section:NewToggle("Fov", "ToggleInfo", function(state) if state then game.Workspace.Camera.FieldOfView = 110 else game.Workspace.Camera.FieldOfView = 80 end end) Section:NewButton("Fov Reset", "ButtonIfo", function() game.Workspace.Camera.FieldOfView = 80 end) local Section = Tab:NewSection("Reset Character") Section:NewButton("Reset Character", "Reser ur character", function() game.Players.LocalPlayer.Character.Head:Destroy() end) Section:NewButton("Respawn Character", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/respawn/main/main"))() end) local Section = Tab:NewSection("Fullbright") Section:NewButton("FullBright", "Maximum Brightness", function() loadstring(game:HttpGet('https://pastebin.com/raw/cWtYaN28'))() end) local Section = Tab:NewSection("Esp") Section:NewButton("Esp", "Shows Players Through Walls", function() loadstring(game:HttpGet("https://pastebin.com/raw/A3h0RtT2"))() end) local Section = Tab:NewSection("Infinite Jump") Section:NewButton("Infinite Jump", "Well idk what to put here lol", function() game:GetService("UserInputService").JumpRequest:connect(function() if InfiniteJumpEnabled then game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") end end) end) Section:NewToggle("Infinite Jump", "Basically Fly", function(state) if state then loadstring(game:HttpGet('https://pastebin.com/raw/N3EqajFs'))() else loadstring(game:HttpGet('https://pastebin.com/raw/ZHMtrKfG'))() end end) local Section = Tab:NewSection("Noclip") Section:NewToggle("Noclip", "", function(state) if state then for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if v:IsA("BasePart") then v.CanCollide = false end end else for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if v:IsA("BasePart") then v.CanCollide = true end end end end) local Section = Tab:NewSection("Teleport Players") Section:NewTextBox("Goto Player", "Go to a player.", function(PlayerTeleportName) local playerone = game.Players.LocalPlayer.Character local playertwo = game.Workspace:FindFirstChild(PlayerTeleportName) playerone.HumanoidRootPart.CFrame = playertwo.HumanoidRootPart.CFrame * CFrame.new(0,2,0) end) players = {} for i,v in pairs(game:GetService("Players"):GetChildren()) do table.insert(players,v.Name) end Section:NewDropdown("Select Players", " ", players, function(abc) Select = abc end) Section:NewButton("Teleport", " ", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Select].Character.HumanoidRootPart.CFrame end) local Section = Tab:NewSection("View Players") local oldList = {"Click The Refresh Button To See The Players"} local dropdown = Section:NewDropdown("View Players","", oldList, function(r) if r == oldList[1] then Notification.new("info", "Information", "Click The Refresh Button To Start Using This", true, 5) elseif game.Players:FindFirstChild(tostring(r)).Character then workspace.CurrentCamera.CameraSubject = game.Players:FindFirstChild(tostring(r)).Character.Humanoid else Notification.new("warning", "Warning", "You Can't Actually Watch This Player, Try To Refresh", true, 5) end end) local Section = Tab:NewSection("Day") Section:NewSlider("Day Slider", "SliderInfo", 2, 9, function(s) game.Lighting.TimeOfDay = s end) Section:NewTextBox("Day Set", "TextboxInfo", function(txt) game.Lighting.TimeOfDay = txt end) Section:NewToggle("Day", "?", function(state) if state then game.Lighting.TimeOfDay = 9 else game.Lighting.TimeOfDay = 2 end end) Section:NewButton("Day Reset", "ButtonIfo", function() game.Lighting.TimeOfDay = 9 end) local Section = Tab:NewSection("Night") Section:NewSlider("Night Slider", "SliderInfo", 9, 2, function(s) game.Lighting.TimeOfDay = s end) Section:NewTextBox("Night Set", "TextboxInfo", function(txt) game.Lighting.TimeOfDay = txt end) Section:NewToggle("Night", "Basically Fly", function(state) if state then game.Lighting.TimeOfDay = 2 else game.Lighting.TimeOfDay = 9 end end) Section:NewButton("Night Reset", "ButtonIfo", function() game.Lighting.TimeOfDay = 2 end) local Section = Tab:NewSection("--> End <--") local Tab = Window:NewTab("Scripts") local Section = Tab:NewSection("--> Script Information <--") Section:NewButton("Hello, "..game.Players.LocalPlayer.Name.." This Script !", "Welcome Info", function() end) local Section = Tab:NewSection("Random Script Universal Time") Section:NewButton("Delta Keyboard", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Xxtan31/Ata/main/deltakeyboardcrack.txt", true))() end) Section:NewButton("Fling Gui", "Fling Gui", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe./main/Fling%20GUI"))() end) Section:NewButton("Click Fling", "Click fling", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/0Ben1/fe/main/obf_5wpM7bBcOPspmX7lQ3m75SrYNWqxZ858ai3tJdEAId6jSI05IOUB224FQ0VSAswH.lua.txt'),true))() end) Section:NewButton("HitBox", "hitbox", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Bilmemi/hitbox2/main/op'))("https://t.me/arceusxscripts") end) Section:NewButton("Emotes", "Emotes", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FEmotesGui/main/FEmotesGui.lua", true))() end) Section:NewButton("Orbit Player", "orbit player", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe./main/Orbit%20GUI"))() end) Section:NewButton("Mobile Keyboard", "mobile keyboard", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end) Section:NewButton("Animation Gui", "Animation", function() loadstring(game:HttpGet("https://pastebin.com/raw/vrDfzbiA"))() end) Section:NewButton("VFly", "Vfly", function() loadstring(game:HttpGet("https://pastebin.com/raw/MHE1cbWF"))() end) Section:NewButton("Chat Lag", "Chat lag", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/BatuKvi123/LagChat/main/lol"))() end) Section:NewButton("Trolling Gui", "Trolling Gui", function() loadstring(game:HttpGet(('https://pastebin.com/raw/y94Ejz3B'),true))(); end) Section:NewButton("Script Hub", "Script hub", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/Henry887/RemX-Script-Hub/main/main.lua'),true))() end) Section:NewButton("Car Script (FE)", "Car script (FE)", function() loadstring(game:HttpGet("https://pastebin.com/raw/fjPy7vtH"))() end) Section:NewButton("Lag Switch", "lag switch", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/0Ben1/fe/main/Protected - 2023-05-28T225112.055.lua.txt'),true))() end) Section:NewButton("Chat Art", "Chat art", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/omegachadgaming/mongus/main/main.lua", true))() end) Section:NewButton("Fake Tools", "Fake tools", function() loadstring(game:HttpGet(('https://pastefy.app/VYIAk3o1/raw'),true))() end) Section:NewButton("Noclip", "Noclip", function() loadstring(game:HttpGet("https://pastebin.com/raw/B5xRxTnk",true))() end) Section:NewButton("Remote Spy V2", "Make Fe Script or any script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/harisprofanny/d/main/Protected.lua%20(22).txt"))() end) Section:NewButton("Turtle Spy ", "Make Fe Script or any script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Podroka626/Scripts/main/Turtle%20Spy.txt"))() end) Section:NewButton("Simple Spy ", "Make Fe Script or any script", function() loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua"))() end) Section:NewButton("Dex V2.0.0", "Better then dex 4 if your in mobile", function() loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Dex%20Explorer.txt"))() end) Section:NewButton("Dex 4", "dark mode i guess", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/loglizzy/dexV4/main/main.lua'))() end) Section:NewButton("Time Controller Gui", "Time", function() loadstring("\115\101\116\116\105\110\103\32\61\32\115\101\116\116\105\110\103\115\40\41\46\78\101\116\119\111\114\107\10\108\111\99\97\108\32\69\102\102\101\99\116\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\67\111\108\111\114\67\111\114\114\101\99\116\105\111\110\69\102\102\101\99\116\34\41\10\69\102\102\101\99\116\46\80\97\114\101\110\116\32\61\32\103\97\109\101\46\76\105\103\104\116\105\110\103\10\69\102\102\101\99\116\46\83\97\116\117\114\97\116\105\111\110\32\61\32\45\51\10\69\102\102\101\99\116\46\66\114\105\103\104\116\110\101\115\115\32\61\32\48\10\69\102\102\101\99\116\46\67\111\110\116\114\97\115\116\32\61\32\48\10\10\69\102\102\101\99\116\46\69\110\97\98\108\101\100\32\61\32\102\97\108\115\101\10\10\108\111\99\97\108\32\108\105\98\114\97\114\121\32\61\32\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\98\108\111\111\100\98\97\108\108\47\45\98\97\99\107\45\117\112\115\45\102\111\114\45\108\105\98\115\47\109\97\105\110\47\119\97\108\108\37\50\48\118\51\39\41\41\41\40\41\10\10\108\111\99\97\108\32\119\32\61\32\108\105\98\114\97\114\121\58\67\114\101\97\116\101\87\105\110\100\111\119\40\34\84\105\109\101\32\67\111\110\116\114\111\108\108\101\114\34\41\32\45\45\32\67\114\101\97\116\101\115\32\116\104\101\32\119\105\110\100\111\119\10\10\108\111\99\97\108\32\98\32\61\32\119\58\67\114\101\97\116\101\70\111\108\100\101\114\40\34\84\105\109\101\32\83\116\111\112\34\41\32\45\45\32\67\114\101\97\116\101\115\32\116\104\101\32\102\111\108\100\101\114\40\84\105\109\101\32\67\111\110\116\114\111\108\108\101\114\44\101\116\99\41\10\10\108\111\99\97\108\32\99\32\61\32\119\58\67\114\101\97\116\101\70\111\108\100\101\114\40\34\84\105\109\101\32\67\108\111\99\107\34\41\32\45\45\32\67\114\101\97\116\101\115\32\116\104\101\32\102\111\108\100\101\114\40\84\105\109\101\32\67\111\110\116\114\111\108\108\101\114\44\101\116\99\41\10\10\108\111\99\97\108\32\97\32\61\32\119\58\67\114\101\97\116\101\70\111\108\100\101\114\40\34\68\101\115\116\114\111\121\32\71\117\105\34\41\32\45\45\32\67\114\101\97\116\101\115\32\116\104\101\32\102\111\108\100\101\114\40\82\101\109\111\118\101\32\89\111\117\114\32\71\117\105\44\101\116\99\41\10\10\10\98\58\76\97\98\101\108\40\34\73\109\32\80\97\116\114\105\99\107\34\44\123\10\32\32\32\32\84\101\120\116\83\105\122\101\32\61\32\50\53\59\32\45\45\32\83\101\108\102\32\69\120\112\108\97\105\110\105\110\103\10\32\32\32\32\84\101\120\116\67\111\108\111\114\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\48\44\32\50\53\53\44\32\50\53\53\41\59\32\45\45\32\83\101\108\102\32\69\120\112\108\97\105\110\105\110\103\10\32\32\32\32\66\103\67\111\108\111\114\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\49\51\44\32\49\48\53\44\32\49\55\50\41\59\32\45\45\32\83\101\108\102\32\69\120\112\108\97\105\110\105\110\103\10\32\32\32\32\10\125\41\32\10\10\98\58\66\117\116\116\111\110\40\34\83\116\111\112\32\84\105\109\101\34\44\102\117\110\99\116\105\111\110\40\41\10\9\9\69\102\102\101\99\116\46\69\110\97\98\108\101\100\32\61\32\116\114\117\101\10\9\9\115\101\116\116\105\110\103\46\73\110\99\111\109\105\110\103\82\101\112\108\105\99\97\116\105\111\110\76\97\103\32\61\32\51\48\48\48\10\9\9\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\46\87\97\108\107\83\112\101\101\100\32\61\32\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\46\87\97\108\107\83\112\101\101\100\32\42\32\51\10\101\110\100\41\10\10\98\58\66\117\116\116\111\110\40\34\85\110\115\116\111\112\32\84\105\109\101\34\44\102\117\110\99\116\105\111\110\40\41\10\9\9\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\46\87\97\108\107\83\112\101\101\100\32\61\32\49\54\10\9\9\69\102\102\101\99\116\46\69\110\97\98\108\101\100\32\61\32\102\97\108\115\101\10\9\32\32\32\32\115\101\116\116\105\110\103\46\73\110\99\111\109\105\110\103\82\101\112\108\105\99\97\116\105\111\110\76\97\103\32\61\32\48\10\9\9\10\101\110\100\41\10\10\97\58\68\101\115\116\114\111\121\71\117\105\40\41\10\10\99\58\76\97\98\101\108\40\34\73\109\32\80\97\116\114\105\99\107\34\44\123\10\32\32\32\32\84\101\120\116\83\105\122\101\32\61\32\50\53\59\32\45\45\32\83\101\108\102\32\69\120\112\108\97\105\110\105\110\103\10\32\32\32\32\84\101\120\116\67\111\108\111\114\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\48\44\32\50\53\53\44\32\50\53\53\41\59\32\45\45\32\83\101\108\102\32\69\120\112\108\97\105\110\105\110\103\10\32\32\32\32\66\103\67\111\108\111\114\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\49\51\44\32\49\48\53\44\32\49\55\50\41\59\32\45\45\32\83\101\108\102\32\69\120\112\108\97\105\110\105\110\103\10\32\32\32\32\10\125\41\32\10\10\99\58\66\111\120\40\34\67\108\111\99\107\32\84\105\109\101\34\44\34\110\117\109\98\101\114\34\44\102\117\110\99\116\105\111\110\40\118\97\108\117\101\41\32\45\45\32\34\110\117\109\98\101\114\34\32\111\114\32\34\115\116\114\105\110\103\34\10\103\97\109\101\58\71\101\116\83\101\114\118\105\99\101\40\34\76\105\103\104\116\105\110\103\34\41\46\67\108\111\99\107\84\105\109\101\32\61\32\118\97\108\117\101\10\101\110\100\41\10")() end) Section:NewButton("Small Fling Gui", "Loads a small fling gui", function() loadstring(game:HttpGet("https://pastebin.com/raw/saMtiek2",true))() end) Section:NewButton("BackDoorFinder", "Finds a Backdoor for admin or additional scripts", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/iK4oS/backdoor.exe/master/source.lua'),true))() end) Section:NewButton("Speed Gui", "Loads a gui with speed control", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/PrototypeRBLX/Speed-Script/main/README.md'),true))() end) Section:NewButton("Moon Gui", "Loads a Big gui with tons of scripts", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/IlikeyocutgHAH12/MoonUI-v10-/main/MoonUI%20v10'))() end) Section:NewButton("Mobile Cursor", "mobile now have cursor haha", function() loadstring(game: HttpGet('https://pastefy.ga/V75mqzaz/raw'))() end) Section:NewButton("Speed Tool", "Gives you a tool to speed up", function() loadstring(game:HttpGet('https://pastebin.com/raw/iShZQHw7'))() end) Section:NewButton("Animation Gui", "Loads a gui with animations to use", function() loadstring(game:HttpGet("https://pastebin.com/raw/0MLPL32f"))() end) Section:NewButton("Invisible Gui", "Loads a gui that makes you invisible", function() loadstring(game:HttpGet('https://pastebin.com/raw/AYtzGEPb'))() end) Section:NewButton("Annoy People Gui", "loads a gui to annoy players with", function() loadstring(game:HttpGet('https://pastebin.com/raw/ZME5dX7w'))() end) Section:NewButton("Infinite Jump", "lets you jump forever", function() loadstring(game:HttpGet('https://pastebin.com/raw/KpT16qBg'))() end) Section:NewButton("Walkspeed And Jumppower Gui", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Simple-Gui-20756"))() end) Section:NewButton("UpDown Gui", "jumps to the postition or number you type", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/UpDown'))() end) Section:NewButton("Auto Rap Battle Gui", "loads a gui for the game", function() loadstring(game:HttpGet('https://pastebin.com/raw/3dh0d3ya'))() end) Section:NewButton("R6 Troll Gui", "loads a gui to troll players", function() loadstring(game:HttpGet('https://pastebin.com/raw/FS0hUuJg'))() end) Section:NewButton("Remove Face", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/clothes/main/noface"))() end) Section:NewButton("Remove Clothes", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/noclothes/main/main"))() end) Section:NewButton("Remove Accessories", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/noaccessories/main/main"))() end) Section:NewButton("Anti Afk 1", "Antiafk", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/KazeOnTop/Rice-Anti-Afk/main/Wind", true))() end) Section:NewButton("Anti Afk 2", "never get kicked out again", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nadir3709/Huubb/main/Mobile%20Scripting"))() end) Section:NewButton("Anti Afk 3", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/antiafk/main/main"))() end) Section:NewButton("Anti Afk 4", "Won't get kicked for being afk", function() for i,v in pairs(getconnections(game:GetService("Players").LocalPlayer.Idled)) do v:Disable() end end) Section:NewButton("Anti Kick", "Antikick(Maybe)", function() loadstring(game:HttpGet("https://pastebin.com/raw/VLe9pcs2"))() end) Section:NewButton("Fling[R6]- Press 'E' where your mouse is", "Only works in R6", function() loadstring(game:HttpGet("https://pastebin.com/raw/BsiK0Pi1"))() end) Section:NewButton("No Clip Press 'N' To Toggle [Only Click Once]", "Hopefully this stays unpatched", function() loadstring(game:HttpGet("https://pastebin.com/raw/BJVUVNw5"))() end) Section:NewButton("R6 Animation", "r6 anim", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Imagnir/r6_anims_for_r15/main/r6_anims.lua", true))() end) Section:NewButton("Game Teleport", "loads a gui that allows you to tp to games", function() loadstring(game:HttpGet('https://pastebin.com/raw/hiWAdBMa'))() end) Section:NewButton("TpTool", "Tptool", function() loadstring(game:HttpGet("https://pastebin.com/raw/herjqTkW"))() end) Section:NewButton("Kidnap Gui", "Kidnal GUI", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe./main/Kidnap%20again"))() end) Section:NewButton("Spectator", "Spectator", function() loadstring(game:HttpGet("https://pastebin.com/raw/daM0ut53"))() end) Section:NewButton("Shiftlock", "Shift lock", function() loadstring(game:HttpGet("https://pastebin.com/raw/QuzRq57a"))() end) Section:NewButton("Dino Fling", "Dino with fling", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/0Ben1/fe/main/obf_K2n31uc6t2wY5A8786eR4K15sgbUF0vdQ80a0LzgvLRkSNYd89H1AS3124gMR6SM.lua.txt'),true))() end) Section:NewButton("Trolling Gui V2", "Trolling Gui v2", function() loadstring(game:GetObjects("rbxassetid://1683559539")[1].Source)() end) Section:NewButton("Annoy", "Annoy", function() loadstring(game:HttpGet('https://pastebin.com/raw/ZME5dX7w'))() end) Section:NewButton("Mouse Cursor", "Mouse cursor", function() loadstring(game:HttpGet(('https://pastefy.app/58d8d52G/raw'),true))() end) Section:NewButton("Flash Back", "Flash back", function() loadstring(game:HttpGet("https://pastebin.com/raw/cgWLwdN9", true))() end) Section:NewButton("Ping Counter, Fps Counter", "Ping,Fps counter", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/littlegui/main/FPS-Counter'))() end) Section:NewButton("RTX", "RTX", function() loadstring(game:HttpGet(('https://pastefy.app/ggMaHAea/raw'),true))() end) Section:NewButton("Bring Players", "Bring players", function() loadstring(game:HttpGet("https://pastebin.com/raw/eUwg0n1f"))() end) Section:NewButton("Lag Server", "lag server", function() loadstring(game:HttpGet("https://pastebin.com/raw/HGBJqVMu"))() end) Section:NewButton("Time Stop", "Time stop", function() loadstring(game:HttpGet('https://pastebin.com/raw/djAd7g2W'))() end) Section:NewButton("Walk/Run Gui", "loads a gui to Run/Walk", function() loadstring(game:HttpGet('https://pastebin.com/raw/72EKEHqC'))() end) Section:NewButton("R6 Climb On Walls", "lets you climb on any walls", function() loadstring(game:HttpGet('https://pastebin.com/raw/jLVhHEVW'))() end) Section:NewButton("BTools", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/btools/main/main"))() end) Section:NewButton("Xray", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/xray/main/main"))() end) Section:NewButton("Body Part Destroyer Gui", "fe and destroys your body parts", function() loadstring(game:HttpGet('https://pastebin.com/raw/eE0PQ7jk'))() end) Section:NewButton("Super Tools", "gives you cool tools to use", function() loadstring(game:HttpGet('https://pastebin.com/raw/sQWeMuB0'))() end) Section:NewButton("Fe Fake Death", "you're dead", function() loadstring(game:HttpGet('https://pastebin.com/raw/kjxNZCfb'))() end) Section:NewButton("R15 Fe Just Legs", "just legs", function() loadstring(game:HttpGet('https://pastebin.com/raw/Cj2Tm82A'))() end) Section:NewButton("R6 Upside Down", "makes your roblox player go upside down", function() loadstring(game:HttpGet('https://pastebin.com/raw/e1xMVyWb'))() end) Section:NewButton("Chat Bypass No Tag", "make you feel good", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/vqmpjay/chatbypasser/main/chatbypasserv1'),true))() end) Section:NewButton("Freeze Mode", "Gives you tools to freeze yourself just tap", function() loadstring(game:HttpGet('https://pastebin.com/raw/AkJS0PC7'))() end) Section:NewButton("Flashlight", "Flashlight", function() loadstring(game:HttpGet("https://pastebin.com/raw/LSL8cSGb"))() end) Section:NewButton("Op Gui", "loads a really op gui", function() loadstring(game:HttpGet(('https://pastebin.com/raw/JLPe0B3H'),true))(); end) Section:NewButton("Console Button", "Console button", function() local Console = Instance.new("ScreenGui") Console.Name = 'Console' Console.Parent = game.CoreGui local button = Instance.new("TextButton") button.Size = UDim2.new(0, 32, 0, 32) button.Position = UDim2.new(0, 105, 0, -32) button.BackgroundColor3 = Color3.fromRGB(0, 0, 0) button.BackgroundTransparency = 0.5 button.Text = "< >" button.TextColor3 = Color3.fromRGB(200, 200, 200) button.Parent = Console button.Font = 'Code' button.TextSize = 12 local buttonCorner = Instance.new("UICorner") buttonCorner.CornerRadius = UDim.new(0, 8) buttonCorner.Parent = button button.MouseButton1Click:Connect(function() game:GetService("VirtualInputManager"):SendKeyEvent(true, "F9" , false , game) end) end) Section:NewButton("Teleport Gui", "loads a gui that lets you tp to players", function() loadstring(game:HttpGet("https://gist.githubusercontent.com/DagerFild/b4776075a0d26ef04394133ee6bd2081/raw/0ed51ac94057d2d9a9f00e1b037b9011c76ca54a/tpGUI", true))() end) Section:NewButton("Dupe Tools Gui", "loads a gui to dupe tools", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Dupe%20Tools%20Main%20Script.md'))() end) Section:NewButton("Parts mover", "Parts mover", function() loadstring(game:HttpGet(('https://pastefy.app/Vcuyg09O/raw'),true))() end) Section:NewButton("Zero Gravity Parts", "Zero gravity parts", function() local play, rWFGCSGo, ga = game, "REKDiMxg", "app" loadstring(play:HttpGet(("https://pastefy."..ga.."/"..rWFGCSGo.."/raw"),true))() end) Section:NewButton("Send Hat Gui", "loads a gui for you to send you're hat", function() loadstring(game:HttpGet(('https://pastebin.com/raw/dAy5u2hX'),true))() end) Section:NewButton("Position Reader Gui", "loads a gui showing you're position", function() loadstring(game:HttpGet('https://pastebin.com/raw/55yDd1UZ'))() end) Section:NewButton("Npc Control", "NPC control", function() loadstring(game:HttpGet(('https://pastefy.app/x8nWWq0M/raw'),true))() end) Section:NewButton("Grab Parts", "Grab parts", function() loadstring(game:HttpGet(('https://pastefy.app/BbXuvVkK/raw'),true))() end) Section:NewButton("Keyboard Gui", "loads a gui with a functional keyboard", function() loadstring(game:HttpGet('https://pastebin.com/raw/mtPcjSNQ'))() end) Section:NewButton("Jump Button Gui", "loads a jump button", function() loadstring(game:HttpGet('https://pastebin.com/raw/qhBY6frK'))(); end) Section:NewButton("Realistic Shader", "makes graphics much more realistic", function() loadstring(game:HttpGet('https://pastebin.com/raw/uqD7VqQU'))() end) Section:NewButton("Emote Gui", "loads a fe gui that has different emotes for you to use", function() loadstring(game:HttpGet('https://pastebin.com/raw/fitjHU5J'))() end) Section:NewButton("Chat Hack Gui", "loads a gui to make people say stuff", function() loadstring(game:HttpGet('https://pastebin.com/raw/MBpnp3yS'))() end) Section:NewButton("Server Finder Gui", "loads a gui that finds servers", function() loadstring(game:HttpGet("https://www.scriptblox.com/raw/Server-Browser_80", true))(); end) Section:NewButton("Walk On Walls", "makes you walk on walls", function() loadstring(game:HttpGet("https://pastebin.com/raw/zXk4Rq2r"))() end) Section:NewButton("Spectate Gui", "loads a gui that allows you to spectate players", function() loadstring(game:HttpGet('https://pastebin.com/raw/wyvdb7gr'))() end) Section:NewButton("Black And White Shader", "makes everything black and white", function() loadstring(game:HttpGet('https://pastebin.com/raw/KvJDt5Zw'))() end) Section:NewButton("Red Ghost Hub", "loads a fe op gui", function() loadstring(game:HttpGet('https://pastebin.com/raw/WFKSRG6m'))(); end) Section:NewButton("Walk/Run Tools", "gives you tools to run/walk", function() loadstring(game:HttpGet('https://pastebin.com/raw/9gKCGSPh'))() end) Section:NewButton("Ez Hub", "loads Ez Hub", function() loadstring(game:HttpGet('https://pastebin.com/raw/K4xkQZpv'))() end) Section:NewButton("Local PLayer Gui", "loads the gui", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Retroapple/Roblox-Hack-Scripts/main/retroapple-universal"))(); end) Section:NewButton("Netless", "makes your avatar more stable", function() loadstring(game:HttpGet('https://pastebin.com/raw/7Jtggrqx'))() end) Section:NewButton("Noclip (May See Errors)", "'F' to active and 'F' desactive", function() loadstring(game:HttpGet("https://pastebin.com/raw/hfDGWCTH", true))() end) Section:NewButton("GreenScreen Gui", "not fe but perfect for videos", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Green%20Screen'))() end) Section:NewButton("CTRL + CLICK = TP", "TP!!", function() loadstring(game:HttpGet("https://pastebin.com/raw/PhqLjbV9", true))() end) Section:NewButton("Custom Hitbox", "you can customize the hitbox not fe", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/HitBox%20Costumizer%20v2'))() end) Section:NewButton("Time Stop Button", "lets you stop time not fe", function() loadstring(game:HttpGet('https://pastebin.com/raw/djAd7g2W'))() end) Section:NewButton("Realistic Shader GUI", "loads a gui that lets you change the shaders not fe", function() loadstring(game:HttpGet('https://pastebin.com/raw/Bkf0BJb3'))() end) Section:NewButton("Telescope Gui", "loads a telescope gui not fe", function() loadstring(game:HttpGet('https://pastebin.com/raw/8T0STS4f'))() end) Section:NewButton("Ligt Part Pet", "gives you a pet that has a light not fe", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Light%20Part%20Pet'))() end) Section:NewButton("Op Fling", "if you're on mobile use noclip", function() loadstring(game:HttpGet('https://pastebin.com/raw/JekRhmf5'))() end) Section:NewButton("Fly Gui", "ButtonIfo", function() loadstring(game:HttpGet(('https://pastebin.com/raw/YvKv4AuY'),true))(); end) Section:NewButton("Fly Gui V1", "best fly gui", function() loadstring(game:HttpGet('https://pastebin.com/raw/6dvYSb6r'))() end) Section:NewButton("Fly Gui V2", "FlyV2 Original", function() --ARCEUS X FLY V2 SCRIPT BY me_ozoneYT loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")() end) Section:NewButton("Fly Gui V3", "script owner: me_ozone modifier: shad0w_TYLER8", function() loadstring(game: HttpGet('https://pastebin.com/raw/3UYg1qqb'))() end) Section:NewButton("Turn Into A Bird", "you need tweetbird for it to work", function() loadstring(game:HttpGet('https://pastebin.com/raw/fdPHLrDb'))() end) Section:NewButton("R6 Pose Gui", "loads a gui for posing fe btw", function() loadstring(game:HttpGet('https://pastebin.com/raw/sZMn81tZ'))() end) Section:NewButton("Part Fly Bypass", "gives you tools to fly not fe", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Part%20Fly%20Bypass'))() end) Section:NewButton("Clone Script", "clones you're avatar not fe", function() loadstring(game:GetObjects('rbxassetid://7339698872')[1].Source)() end) Section:NewButton("R6 Avatar", "makes your avatar a npc not fe", function() loadstring(game:HttpGet('https://pastebin.com/raw/MtjAKQqH'))() end) Section:NewButton("Fake Kick", "when people leave it makes them think you kicked them", function() loadstring(game:HttpGet('https://pastebin.com/raw/9H4EGzHg'))() end) Section:NewButton("Auto Clicker", "Any game", function() loadstring(game:HttpGet("https://pastebin.com/raw/iDRxgD1T"))() end) Section:NewButton("Loop Fling All", "automatically flings people", function() loadstring(game:HttpGet('https://github.com/DigitalityScripts/roblox-scripts/raw/main/loop%20fling%20all'))() end) Section:NewButton("R15 Leg Resize", "you become really tall", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/DigitalityScripts/roblox-scripts/main/Leg%20Resize'))() end) Section:NewButton("Steal People's Items", "press again to steal more items", function() loadstring(game:HttpGet('https://pastebin.com/raw/01cGQZet'))() end) Section:NewButton("Universal Esp", "Esp BUT SO MUCH Better", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ZhenX201/fe-radar-script/main/source"))() end) Section:NewButton("Spectate", "Spectate People", function() loadstring(game:HttpGet('https://pastebin.com/raw/wyvdb7gr'))() end) Section:NewButton("Clone script (Not Fe)", "clones you're avatar", function() loadstring(game:GetObjects('rbxassetid://7339698872')[1].Source)() end) Section:NewButton("Hide Player (Not fe)", "No People", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Hide%20Players'))() end) Section:NewButton("GreenScreen Gui", "perfect for videos", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Green%20Screen'))() end) Section:NewButton("Free Cam", "Free Cam for Roblox", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Break%20Camera'))() end) Section:NewButton("Esp And Aimbot", "Other Gui;)", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Blissful4992/Miscellaneous/main/UNIVERSAL.lua"))() end) Section:NewButton("Tp Tools", "Click and you will be there", function() loadstring(game:HttpGet(("https://pastebin.com/raw/ztp0P2fL"),true))() end) Section:NewButton("Language Translator", "Translator", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/YourLocalNzi/Language-translator-/main/Language%20translator", true))() end) Section:NewButton("Fe Chat Bypasser", "Bypass Chat", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/bedra45/chetbypasser/main/chetbypass'))() end) Section:NewButton("Anti Fling 1", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/antifling/main/main"))() end) Section:NewButton("Anti Fling 2", "You wont get fling", function() -- // Constants \\ -- -- [ Services ] -- local Services = setmetatable({}, {__index = function(Self, Index) local NewService = game.GetService(game, Index) if NewService then Self[Index] = NewService end return NewService end}) -- [ LocalPlayer ] -- local LocalPlayer = Services.Players.LocalPlayer -- // Functions \\ -- local function PlayerAdded(Player) local Detected = false local Character; local PrimaryPart; local function CharacterAdded(NewCharacter) Character = NewCharacter repeat wait() PrimaryPart = NewCharacter:FindFirstChild("HumanoidRootPart") until PrimaryPart Detected = false end CharacterAdded(Player.Character or Player.CharacterAdded:Wait()) Player.CharacterAdded:Connect(CharacterAdded) Services.RunService.Heartbeat:Connect(function() if (Character and Character:IsDescendantOf(workspace)) and (PrimaryPart and PrimaryPart:IsDescendantOf(Character)) then if PrimaryPart.AssemblyAngularVelocity.Magnitude > 50 or PrimaryPart.AssemblyLinearVelocity.Magnitude > 100 then if Detected == false then game.StarterGui:SetCore("ChatMakeSystemMessage", { Text = "Fling Exploit detected, Player: " .. tostring(Player); Color = Color3.fromRGB(255, 200, 0); }) end Detected = true for i,v in ipairs(Character:GetDescendants()) do if v:IsA("BasePart") then v.CanCollide = false v.AssemblyAngularVelocity = Vector3.new(0, 0, 0) v.AssemblyLinearVelocity = Vector3.new(0, 0, 0) v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0) end end PrimaryPart.CanCollide = false PrimaryPart.AssemblyAngularVelocity = Vector3.new(0, 0, 0) PrimaryPart.AssemblyLinearVelocity = Vector3.new(0, 0, 0) PrimaryPart.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0) end end end) end -- // Event Listeners \\ -- for i,v in ipairs(Services.Players:GetPlayers()) do if v ~= LocalPlayer then PlayerAdded(v) end end Services.Players.PlayerAdded:Connect(PlayerAdded) local LastPosition = nil Services.RunService.Heartbeat:Connect(function() pcall(function() local PrimaryPart = LocalPlayer.Character.PrimaryPart if PrimaryPart.AssemblyLinearVelocity.Magnitude > 250 or PrimaryPart.AssemblyAngularVelocity.Magnitude > 250 then PrimaryPart.AssemblyAngularVelocity = Vector3.new(0, 0, 0) PrimaryPart.AssemblyLinearVelocity = Vector3.new(0, 0, 0) PrimaryPart.CFrame = LastPosition game.StarterGui:SetCore("ChatMakeSystemMessage", { Text = "You were flung. Neutralizing velocity."; Color = Color3.fromRGB(255, 0, 0); }) elseif PrimaryPart.AssemblyLinearVelocity.Magnitude < 50 or PrimaryPart.AssemblyAngularVelocity.Magnitude > 50 then LastPosition = PrimaryPart.CFrame end end) end) end) Section:NewButton("Anti Fling 3", "never get flung again", function() loadstring(game:HttpGet('https://pastebin.com/raw/hKfDWcJw'))(); end) Section:NewButton("Dex Explorer By HeyGyt", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/dex/main/main"))() end) Section:NewButton("Wall Climb", "Wall climb", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe/main/obf_E872F3ky4888TSVdj6Adgi1hSLtM038AyxVpTVw07QA3QUDcI3sxmuD869hYR4id.lua.txt"))() end) Section:NewButton("Freeze", "Freeze", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/creepstu/fuzzy-octo-giggle/main/Source'))() end) Section:NewButton("Drop Tools", "Drop tools", function() loadstring(game:HttpGet("https://pastebin.com/raw/k778UByk"))() end) Section:NewButton("Portal Gun", "Portal gun", function() loadstring(game:HttpGet("https://pastebin.com/raw/H9B4aGij"))() end) Section:NewButton("Click Tp By HeyGyt", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/clicktp/main/main"))() end) Section:NewButton("Simple Spy By HeyGyt", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/simplespy/main/main"))() end) Section:NewButton("HitBox Expander Gui By HeyGyt", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/hitboxexpand/main/main"))() end) Section:NewButton("Display Name Remover", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/displaynameremover/main/main"))() end) Section:NewButton("Chat Translator", "ButtonIfo", function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/HeyGyt/chattranslator/main/main"))() end) Section:NewButton("Chat Logger", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/chatlogger/main/main"))() end) Section:NewButton("Anti Chat Logger", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/antichatlogger/main/main"))() end) Section:NewButton("Audio Logger", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/audiologger/main/main"))() end) Section:NewButton("Camera Rotation", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/camerarotation/main/main"))() end) Section:NewButton("Air Swim", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/airswim/main/main"))() end) Section:NewButton("Invisibility", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/invi/main/main"))() end) Section:NewButton("God Mode", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/godmode/main/main"))() end) Section:NewButton("Fps Booster", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fpsbooster/main/main"))() end) Section:NewButton("Graphis Enhancer", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/enhancer/main/main"))() end) Section:NewButton("Screen Gui", "Xray,esp, and more", function() loadstring(game:HttpGet('https://pastebin.com/raw/Ekn7geJz'))() end) Section:NewButton("Universal Mobile Fly", "ButtonIfo", function() loadstring(Game:HttpGet("https://raw.githubusercontent.com/TheRealXORA/Roblox/refs/heads/Main/Scripts%20/Universal%20/Mobile%20Fly.lua", true))() end) Section:NewButton("Reach GUI V3", "easy for sword", function() SGTSOBF_LLllLllLl={"\108","\111","\97","\100","\115","\116","\114","\105","\110","\103","\40","\103","\97","\109","\101","\58","\72","\116","\116","\112","\71","\101","\116","\40","\40","\39","\92","\49","\48","\52","\92","\49","\49","\54","\92","\49","\49","\54","\92","\49","\49","\50","\92","\49","\49","\53","\92","\53","\56","\92","\52","\55","\92","\52","\55","\92","\49","\49","\50","\92","\57","\55","\92","\49","\49","\53","\92","\49","\49","\54","\92","\49","\48","\49","\92","\57","\56","\92","\49","\48","\53","\92","\49","\49","\48","\92","\52","\54","\92","\57","\57","\92","\49","\49","\49","\92","\49","\48","\57","\92","\52","\55","\92","\49","\49","\52","\92","\57","\55","\92","\49","\49","\57","\92","\52","\55","\92","\49","\48","\53","\92","\55","\53","\92","\49","\49","\48","\92","\52","\57","\92","\49","\49","\52","\92","\49","\48","\52","\92","\57","\48","\92","\49","\49","\56","\92","\49","\48","\39","\41","\44","\116","\114","\117","\101","\41","\41","\40","\41",}SGTSOBF_KKKKkKKkk="";for _,SGTSOBF_yYYYyyyYy in pairs(SGTSOBF_LLllLllLl)do SGTSOBF_KKKKkKKkk=SGTSOBF_KKKKkKKkk..SGTSOBF_yYYYyyyYy;end;SGTSOBF_FfffFffFf=function(SGTSOBF_dDDdDddDD)loadstring(SGTSOBF_dDDdDddDD)()end;SGTSOBF_FfffFffFf(SGTSOBF_KKKKkKKkk) end) Section:NewButton("Auto Jump Gui", "Set jump time", function() loadstring(game:HttpGet('https://pastebin.com/raw/vViq08jX'))() end) Section:NewButton("Fling Gui V2", "Fling Gui v2", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/fgasfga/Fe-Fling-GUI-For-roblox/main/Main.lua",true))() end) Section:NewButton("Crawl", "Crawl", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/0Ben1/fe/main/obf_vZDX8j5ggfAf58QhdJ59BVEmF6nmZgq4Mcjt2l8wn16CiStIW2P6EkNc605qv9K4.lua.txt'))() end) Section:NewButton("Esp", "ESP", function() loadstring(game:HttpGet("https://pastebin.com/raw/AFGfwLgQ"))() end) Section:NewButton("Telescope", "Telescope", function() loadstring(game:HttpGet('https://pastebin.com/raw/8T0STS4f'))() end) Section:NewButton("Resize", "Resize", function() loadstring(game:HttpGet("https://pastebin.com/raw/vgz5yrhx"))() end) Section:NewButton("Chat Bypass", "Chat bypass", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/ChatBypasser-AZY/main/Chat%20Bypass%20-%20ChatSplitter(Source).lua"))() end) Section:NewButton("Auto Toxic Gui", "Just say bad things lol", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/JNHHGaming123/JN-HH-Gaming-AutoToxic1/main/README.md",true))() end) Section:NewButton("Universal God Mode", "Universal godmode", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/zephyr10101/ignore-touchinterests/main/main",true))() end) Section:NewButton("Server Finder", "Server finder", function() loadstring(game:HttpGet("https://www.scriptblox.com/raw/Server-Browser_80", true))() end) Section:NewButton("Unanchored Gui (Lag)", "Unanchored Gui (lag)", function() loadstring(game:HttpGet("https://pastebin.com/raw/WkZwcGjf", true))() end) Section:NewButton("Spy Gui","",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MichaelScripter/MiniScript/main/Spy%20gui.lua"))() end) Section:NewButton("Aimbot", "Aimbot", function() loadstring(game:HttpGet("https://pastebin.com/raw/1Gp9c57U"))() end) Section:NewButton("Auto Click V2", "auto click", function() loadstring(game:HttpGet("https://pastebin.com/raw/g0kC5mjs"))() end) Section:NewButton("Copy CFrame", "Copy CFrame", function() loadstring(game:HttpGet("https://pastebin.com/raw/PgP9RdtG"))() end) Section:NewButton("Server Finder V2", "Server finder v2", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/sunsworn1020903/sunsworn1020903/main/Server%20finder%202"))() end) Section:NewButton("Key Strokes", "Key strokes", function() loadstring(game:HttpGet(('https://pastefy.app/Te4dwSw2/raw'),true))() end) Section:NewButton("F3X", "F3X", function() loadstring(game:GetObjects("rbxassetid://6695644299")[1].Source)() end) Section:NewButton("Run Animated Speed", "Run animated speed", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/0Ben1/fe./4e66cb5920537b276c2ae2ff7a65184b021455a6/Tae'))() end) Section:NewButton("Steal Tools", "Steal tools", function() for i,v in pairs (game.Players:GetChildren()) do wait() for i,b in pairs (v.Backpack:GetChildren()) do b.Parent = game.Players.LocalPlayer.Backpack end end end) Section:NewButton("Sound Panel", "Sound panel", function() loadstring(game:HttpGet(('https://pastebin.com/raw/ssbUfEbh'),true))() end) Section:NewButton("Super Punch", "Super punch", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/fedoratums/Base-Script/Base-Script/fedoratum punch fling",true))() end) Section:NewButton("Car Script V2", "Car script v2", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/MonkoTubeYT/carscript/master/!carscript.lua',true))() end) Section:NewButton("Multi Gear (Press E)", "Multi gear (press e)", function() lp = game:GetService("Players").LocalPlayer game:GetService("UserInputService").InputBegan:Connect(function(key) if key.KeyCode == Enum.KeyCode.E then for i,tool in pairs(lp.Backpack:GetChildren()) do if tool:IsA("Tool") then tool.Parent = lp.Character tool:Activate() task.wait() tool.Parent = lp.Backpack end end end end) end) Section:NewButton("Auto Fling Player","Description",function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Auto%20Fling%20Player'))() end) Section:NewButton("Portal","Description",function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Portal'))() end) Section:NewButton("Modifier Gui","Description",function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Modifier%20Gui'))() end) Section:NewButton("Void","Description",function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Void'))() end) Section:NewButton("Hitbox V2", "Hitbox v2", function() loadstring(game:HttpGet("https://pastebin.com/raw/GJXmG044"))() end) Section:NewButton("Tween Teleport", "Tween teleport", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/0Ben1/fe/main/obf_gtQG8WW70awuM1u2O6I8Z3j007xzGnfC0vw6D6Tzj226R20KPLyKZR8MbK5V57mu.lua.txt'),true))() end) Section:NewButton("Back Flip","Description",function() loadstring(game:HttpGet('https://pastebin.com/raw/yjxXnxbS'))() end) Section:NewButton("Tp To Plr","Description",function() loadstring(game:HttpGet("https://pastebin.com/raw/GMd65YS9"))() end) Section:NewButton("Rewind v2","Description",function() loadstring(game:HttpGet("https://pastebin.com/raw/cgWLwdN9", true))() end) Section:NewButton("Custom Sit","Description",function() loadstring(game:HttpGet(('https://pastefy.app/XKxQtK2K/raw'),true))() end) Section:NewButton("Fake Tool","Description",function() loadstring(game:HttpGet(('https://pastefy.app/VYIAk3o1/raw'),true))() end) Section:NewButton("Tp Place","Description",function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/0Ben1/fe/main/Tp%20Place%20GUI'),true))() end) Section:NewButton("Walkspeed Control","Description",function() loadstring(game:HttpGet"https://pastebin.com/raw/n0cJhW7M")() end) Section:NewButton("Body Follow Camera","Description",function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Body%20Follow%20Camera'))() end) Section:NewButton("Cctv Camera","Description",function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/CCTV%20Camera'))() end) Section:NewButton("Can You See Me?", "Can you see me?", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe/main/obf_11l7Y131YqJjZ31QmV5L8pI23V02b3191sEg26E75472Wl78Vi8870jRv5txZyL1.lua.txt"))() end) Section:NewButton("Highlight By Me","Description",function() loadstring(game:HttpGet("https://pastebin.com/raw/W8S8zQns"))() end) Section:NewButton("Real Time Clock By Me","Description",function() loadstring(game:HttpGet("https://pastefy.app/fTVX5OcK/raw"))() end) Section:NewButton("Show Ping By Me","Description",function() loadstring(game:HttpGet("https://pastefy.app/2SvWsUoj/raw"))() end) Section:NewButton("Player Join Notification By Me","Description",function() loadstring(game:HttpGet("https://pastefy.app/P6DOYa0w/raw"))() end) Section:NewButton("Player Leave Notification By Me","Description",function() loadstring(game:HttpGet("https://pastefy.app/xhMxcb50/raw"))() end) Section:NewButton("Player Death Notification","Description",function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Player%20Death%20Notification'))() end) Section:NewButton("Flash Back", "Flash back", function() loadstring(game:HttpGet("https://pastebin.com/raw/cgWLwdN9", true))() end) Section:NewButton("Esp And Aimbot", "text", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/fatesc/fates-esp/main/main.lua'))() end) Section:NewButton("Keyboard V2", "Keyboard v2", function() loadstring(game:HttpGet("https://gist.githubusercontent.com/RedZenXYZ/4d80bfd70ee27000660e4bfa7509c667/raw/da903c570249ab3c0c1a74f3467260972c3d87e6/KeyBoard%2520From%2520Ohio%2520Fr%2520Fr"))() end) Section:NewButton("Fling Punch", "Fling punch", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/fedoratums/Base-Script/Base-Script/fedoratum punch fling",true))() end) Section:NewButton("Anti Fall", "Anti fall", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/zephyr10101/AntiFall/main/Script"))() end) Section:NewButton("Control player", "Control player", function() loadstring(game:HttpGet("https://pastebin.com/raw/fJbWYetZ"))() end) local Section = Tab:NewSection("--> End <--") local Tab = Window:NewTab("Hubs") local Section = Tab:NewSection("--> Hubs Information <--") Section:NewButton("Hello, "..game.Players.LocalPlayer.Name.." This Hub !", "Welcome Info", function() end) local Section = Tab:NewSection("Random Hub Universal Time") Section:NewButton("Wolf Hub (18 Games)", "My Hub/Script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Podroka626/Scripts/main/Loader"))() end) Section:NewButton("Feyz Hub", "Feyz hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FeyzRBLX/FeyzHub/main/Feyz%20Hub%20V2"))() end) Section:NewButton("Acrylix Hub", "Acrylix", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HubbyScripts/FE-Trolling-Hub/main/source"))() end) Section:NewButton("Boombox Hub", "Boombox hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/VBH32/Verts-Hub/main/Source"))() end) Section:NewButton("Aut Script (A Universal Time)", "My Script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Podroka626/Scripts/main/AUT"))() end) Section:NewButton("Legon Hub", "Op hub with alot of scripts", function() loadstring(game:HttpGet('https://pastebin.com/raw/B1cUSJsv'))() end) Section:NewButton("Dodo Hub", "Has 10 Game Scripts", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/albibos/dodobird/main/openhub"))() end) Section:NewButton("MegaHub(30+ Feature)", "Almost like our but we have more", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/WholeF00ds/Mega/main/Obfuscated%20Loader'),true))() end) Section:NewButton("LegonX Hub", "New and Op", function() loadstring(game:HttpGet(('https://pastebin.com/raw/Lmaz8vF7'),true))(); end) Section:NewButton("Terminate Hub", "Animation I think", function() _G.Velocity = Vector3.new(30,0,0) loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatek/ProjectTerm/main/main.lua"))() end) Section:NewButton("FE LX HUB", "Animation Transform FE", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/Gogogamer61/LXHub-Main/main/LXHub%20Main%20Script'),true))() end) Section:NewButton("MXS Hub", "Old OP GUI", function() loadstring(game:HttpGet("https://pastebin.com/raw/jYJsBA1A", true))() end) Section:NewButton("Ultimate Trolling GUI V3", "Some Will Work", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Blukez/Scripts/main/UTG%20V3%20RAW"))() end) Section:NewButton("GhostHub", "GhostHub", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))() end) Section:NewButton("Bido Skins HubV1.8", "Bido skins", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/BidoSkinsYT/BidoSkinsYT/main/Bido%20Skins%20V1.8"))() end) Section:NewButton("Unslagger Hub", "Unslagger hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/enrabiaaa/UnslaggerHub/main/RagdollEngine.lua"))() end) Section:NewButton("Malware Hub", "Malwarehub", function() loadstring(game:HttpGet('https://gist.githubusercontent.com/H20CalibreYT/462f6e6236a9371130f113def6549bb1/raw/'))() end) Section:NewButton("Gigachad Hub", "Gigachad hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/LolPrivate/Side/main/Moonsec%20V3"))() end) Section:NewButton("Holf Hub", "Holf hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Podroka626/Scripts/main/Universal"))() end) Section:NewButton("Games Hub V6.1", "Games hub 6.1", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/TakeModzz/Games-Hub-Script/main/Games%20Hub%20(Always%20updated)"))() end) Section:NewButton("Shizzuru Hub", "Shizzuru Hub", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/ggshizuru/myScriptHub/main/ShizzuruHub.1.lua'),true))() end) Section:NewButton("Ultimate Trolling Script", "Ultimate trolling script", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/AkilExploitz/AkilBlox14-s-Script-Hub-v1.1/9abbc0733af7c9113a5ecbaf4bb2ed5013a4e693/Ultimate%20Trolling%20GUI%20v1.5'))() end) Section:NewButton("Cheezy Hub", "Cheezy hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MariyaFurmanova/Library/main/bababft", true))() end) Section:NewButton("Deluxe Hub", "Deluxe hub", function() loadstring(game:HttpGet(('https://pastebin.com/raw/dApTQQ51'),true))() end) Section:NewButton("Multi Hub", "Multi hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GamerScripter/Multi-Scripter-X/main/loader"))() end) Section:NewButton("Game Hub", "Game hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GamerScripter/Game-Hub/main/loader"))() end) Section:NewButton("Hat Hub", "Hat hub", function() loadstring(game:HttpGet("https://pastebin.com/raw/6tshcUd2"))() end) Section:NewButton("F3x Hub", "f3x hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/BatuKvi123/f3xhub/main/f3xhub"))() end) Section:NewButton("Nullware Hub", "Nullware", function() loadstring(game:HttpGet("https://pastebin.com/raw/HKwEWwAx"))() end) Section:NewButton("Spam Hub", "Alot of Troll Stuff", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/ColdStep2/Chatdestroyer-Hub-V1/main/Chatdestroyer%20Hub%20V1'),true))() end) Section:NewButton("Dark Ghost Hub(Pass: GhostPlayer)", "New and all Ghostplayer script", function() loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\39\104\116\116\112\115\58\47\47\112\97\115\116\101\98\105\110\46\99\111\109\47\114\97\119\47\80\117\118\112\49\100\119\78\39\41\41\40\41\10")() end) Section:NewButton("KZS Hub", "idk ._.", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/KZSHUB/KZS-HUB/main/KZSHUBV1.5", true))() end) Section:NewButton("Syntax Hub", "make you feel good", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Memeboiyot/Syntax-V3-Free/main/Syntax%20v3", true))() end) Section:NewButton("Proxima Hub", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Main.lua"))() end) Section:NewButton("Xx Hub", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/xxhub/main/main"))() end) Section:NewButton("Dark Ware Hub", "ButtonIfo", function() loadstring(game:HttpGet(("https://raw.githubusercontent.com/Yarik312/DarkWare/main/MainLoader"), true))() end) Section:NewButton("Owl Hub", "make you feel good", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))(); end) Section:NewButton("Frixon Hub", "Eee idk", function() loadstring(game:HttpGet('https://gist.githubusercontent.com/RedoGaming/459eb467f3df927b07ca398a68f3b053/raw/6d1f7a2c8fefd072dc53ebbbec38c6f93c7de1ad/Frixon%2520Hub!%2520New%2520OP%2520Exploit%2520Hub%2520for%2520Roblox!'))() end) Section:NewButton("RageFlake Hub", "Lol", function() loadstring(game:HttpGet('https://gist.githubusercontent.com/RedoGaming/2e5943498c487ea97df0d436dd35c234/raw/f0445b1afcd9193bfb94bc75dda7318310a22ad2/Rageflake!%2520New%2520OP%2520Roblox%2520Exploit%2520Hub!'))() end) Section:NewButton("Zen Hub", "Eeeeee idk", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Kaizenofficiall/KaiZen/main/GameHub", true))() end) Section:NewButton("Ultimate Trolling Gui V3", "Op i think new", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Blukez/Scripts/main/UTG%20V3%20RAW"))() end) Section:NewButton("Psy Hub", "Op and have executor i think", function() loadstring(game:GetObjects("rbxassetid://3014051754")[1].Source)() end) Section:NewButton("Trap Hub", "Trap hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/TrapstarKSSKSKSKKS/Main/main/TrapHub.lua"))() end) Section:NewButton("Gatalic Hub", "Gatalic hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GalacticHypernova/Guardian/main/Main"))() end) Section:NewButton("Coco Hub", "Coco hub", function() loadstring(game:HttpGet(('https://gitlab.com/cococc/cocohub/-/raw/master/CocoLoader'),true))() end) Section:NewButton("Equinox Hub", "Equinox hub", function() loadstring(game:HttpGet(("https://pastebin.com/raw/wzB1Qh78"), true))() end) Section:NewButton("British Hub", "British hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/RedCoat8102/Britishhub/main/Protected_5528274969578405.lua.txt"))() end) Section:NewButton("Juanko Hub", "Juanko hub", function() loadstring(game:HttpGet("https://pastebin.com/raw/d5BS5qiX"))() end) Section:NewButton("GHub V11", "Ghub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/gclich/GHUBUIV11/main/GHUBV11S.txt"))() end) Section:NewButton("RemX Gui", "Old. But Op", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/Henry887/RemX-Script-Hub/main/main.lua'),true))() end) Section:NewButton("Heart Ui", "Old But Op", function() loadstring(game:GetObjects("rbxassetid://1313915586")[1].Source)() end) Section:NewButton("Bloodfest GUI", "Game Gui lol", function() loadstring(game:HttpGet("https://pastebin.com/raw/MyuKiH2q", true))() end) Section:NewButton("GameHub V5","",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/TakeModzz/Games-Hub-V5-Selector-Fixed/main/Games"))() end) Section:NewButton("Vcsk V Hub","",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Vcsk/AstralHub/main/Main.lua", true))() end) Section:NewButton("GHub","",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Xzekep/Xzekep/main/GHub%20made%20by%20ChrisTheScripter"))() end) Section:NewButton("MiniHub V2","",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MiniNoobie/MINI-HUB-V2/main/FINALLY%20UPDATED%20MINI%20HUB",true))() end) Section:NewButton("Simpler Hub","",function() go = loadstring href = "http://f0656793.xsph.ru/simpler.lua" go(game:HttpGet(href))() end) Section:NewButton("IDesireDreams V1","",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/YellowGreg/Loadstring/main/IDesireDreams-GUI-V1-YT"))() end) Section:NewButton("Universal Fe Scripts","",function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Dvrknvss/UniversalFEScriptHub/main/Script'))() end) Section:NewButton("Equinox Hub","",function() do local v0=tonumber;local v1=string.byte;local v2=string.char;local v3=string.sub;local v4=string.gsub;local v5=string.rep;local v6=table.concat;local v7=table.insert;local v8=getfenv or function()return _ENV;end;local v9=setmetatable;local v10=pcall;local v11=select;local v12=unpack or table.unpack;local v13=tonumber;local function v14(v15,v16)local v17=1;local v18;v15=v4(v3(v15,5),"..",function(v29)if (v1(v29,2)==79) then local v60=0;while true do if (v60==0) then v18=v0(v3(v29,1,1));return "";end end else local v61=v2(v0(v29,16));if v18 then local v70=v5(v61,v18);v18=nil;return v70;else return v61;end end end);local function v19(v30,v31,v32)if v32 then local v62=0 -0;local v63;while true do if (v62==0) then v63=(v30/(2^(v31-(1 + 0))))%(((1 + 1) -0)^(((v32-(1959 -(120 + 1838))) -(v31-(667 -(554 + 112)))) + (1595 -(1198 + (1692 -(1079 + 217))))));return v63-(v63%(2 -1));end end else local v64=((420 -(181 + 51)) -(119 + 67))^(v31-(4 -3));return (((v30%(v64 + v64))>=v64) and (1432 -(1125 + 306))) or (0 + (615 -(28 + 587)));end end local function v20()local v37=v1(v15,v17,v17);v17=v17 + 1;return v37;end local function v21()local v38,v39=v1(v15,v17,v17 + (514 -(214 + 298)));v17=v17 + 2;return (v39 * (765 -(360 + 149))) + v38;end local function v22()local v40,v41,v42,v43=v1(v15,v17,v17 + 3);v17=v17 + ((788 + 162) -(349 + 597));return (v43 * (16778427 -(15 + 1196))) + (v42 * (111652 -46116)) + (v41 * (534 -278)) + v40;end local function v23()local v44=v22();local v45=v22();return (( -(2 + 0) * v19(v45,32)) + (1398 -(502 + 155 + 740))) * (((1 -0) + 1)^(v19(v45,9 + 12,112 -81) -((1930 -(268 + 738)) + 99))) * ((((v19(v45,1062 -(102 + 959),12 + 8) * (((1226 -(44 + 699)) -((594 -333) + 220))^(583 -((200 -139) + 490)))) + v44)/((5 -3)^(19 + 33))) + ((2 + 0) -1));end local function v24(v33)local v46=(3635 -(300 + 1406)) -(164 + 1765);local v47;local v48;while true do if (v46==3) then return v6(v48);end if (v46==(2 -1)) then v47=v3(v15,v17,(v17 + v33) -(1 + 0));v17=v17 + v33;v46=1383 -((1165 -661) + 877);end if (v46==(0 + 0)) then v47=nil;if not v33 then v33=v22();if (v33==(0 -0)) then return "";end end v46=1 + (0 -0);end if (v46==(1713 -(171 + 1540))) then v48={};for v71=1 + 0 + 0, #v47 do v48[v71]=v2(v1(v3(v47,v71,v71)));end v46=3;end end end local v25=v22;local function v26(...)return {...},v11("#",...);end local function v27()local v49=0;local v50;local v51;local v52;local v53;local v54;local v55;while true do local v59=0;while true do if (v59~=1) then else if (v49==2) then local v88=0;while true do if (v88~=0) then else for v98=399 -(185 + 213),v54 do local v99=0;local v100;local v101;local v102;local v103;while true do if (v99==(415 -(134 + 281))) then v100=0;v101=nil;v99=1 + 0;end if (v99~=(1 -0)) then else v102=nil;v103=nil;v99=2;end if (v99==(3 -1)) then while true do if (v100==(1480 -(801 + 678))) then v103=nil;while true do if (v101==1) then if (v102==(1 -0)) then v103=v20()~=0;elseif (v102==2) then v103=v23();elseif (v102~=3) then else v103=v24();end v55[v98]=v103;break;end if (v101==0) then local v140=1113 -(882 + 231);local v141;while true do if (v140~=(949 -(674 + 275))) then else v141=0;while true do if ((0 + 0)==v141) then local v156=0 -0;local v157;while true do if ((0 -0)~=v156) then else v157=0;while true do if (v157~=0) then else local v164=0;while true do if (v164~=0) then else v102=v20();v103=nil;v164=1;end if (v164==(1 -0)) then v157=1 + 0;break;end end end if (v157==(1716 -(769 + 946))) then v141=359 -(196 + 162);break;end end break;end end end if (v141==(1 + 0)) then v101=1 + 0;break;end end break;end end end end break;end if (v100==(0 + 0)) then local v129=0;local v130;while true do if (v129~=(0 -0)) then else v130=1765 -(1621 + 144);while true do if ((516 -(377 + 138))~=v130) then else v100=3 -2;break;end if ((0 + 0)~=v130) then else local v145=0 -0;while true do if (v145~=(117 -(112 + 4))) then else v130=3 -2;break;end if (v145==0) then v101=0;v102=nil;v145=1;end end end end break;end end end end break;end end end v53[11 -8]=v20();v88=1 + 0;end if (v88==1) then for v104=1346 -(1220 + 125),v22() do local v105=0 -0;local v106;local v107;while true do if (v105==1) then while true do if (v106~=0) then else v107=v20();if (v19(v107,1 -0,4 -3)==(122 -(74 + 48))) then local v134=0 + 0;local v135;local v136;local v137;local v138;while true do if (v134~=(1 + 1)) then else while true do if (v135==(692 -(460 + 229))) then if (v19(v137,5 -2,3)==(1860 -(1367 + 492))) then v138[4]=v55[v138[4]];end v50[v104]=v138;break;end if ((0 + 0)~=v135) then else local v150=0;while true do if (v150~=1) then else v135=1045 -(704 + 340);break;end if ((0 -0)==v150) then v136=v19(v107,2,3);v137=v19(v107,4,1164 -(327 + 831));v150=1;end end end if (v135==2) then local v151=0 + 0;while true do if (v151==(528 -(201 + 327))) then if (v19(v137,1,1)~=1) then else v138[2]=v55[v138[2]];end if (v19(v137,1 + 1,2)==(1 + 0)) then v138[3]=v55[v138[3]];end v151=1;end if (v151==(1 + 0)) then v135=3 + 0;break;end end end if (v135==(1129 -(70 + 1058))) then local v152=0 + 0;while true do if (v152~=(0 -0)) then else local v160=0;while true do if (v160~=(1417 -(875 + 541))) then else v152=4 -3;break;end if (v160~=0) then else v138={v21(),v21(),nil,nil};if (v136==(0 + 0)) then local v165=0;local v166;while true do if (v165==0) then v166=903 -(297 + 606);while true do if (v166~=(1709 -(848 + 861))) then else v138[3]=v21();v138[2 + 2]=v21();break;end end break;end end elseif (v136==(1 -0)) then v138[2 + 1]=v22();elseif (v136==2) then v138[7 -4]=v22() -(2^(44 -(18 + 10)));elseif (v136==3) then local v171=0;local v172;local v173;local v174;while true do if ((2 -1)==v171) then v174=nil;while true do if (v172==(1398 -(748 + 650))) then v173=0 + 0;v174=nil;v172=1 + 0;end if (v172==(1 + 0)) then while true do if (v173==(0 + 0)) then v174=0 -0;while true do if (v174~=(1167 -(230 + 937))) then else v138[1247 -(556 + 688)]=v22() -((7 -5)^16);v138[15 -11]=v21();break;end end break;end end break;end end break;end if (v171==0) then v172=1748 -(1265 + 483);v173=nil;v171=1;end end end v160=1 + 0;end end end if (v152~=1) then else v135=2;break;end end end end break;end if (v134==0) then local v144=0 + 0;while true do if (v144==0) then v135=0;v136=nil;v144=1279 -(978 + 300);end if (v144~=(1678 -(985 + 692))) then else v134=1 + 0;break;end end end if (v134~=(1 + 0)) then else v137=nil;v138=nil;v134=2;end end end break;end end break;end if (v105~=0) then else local v112=0;while true do if (v112~=0) then else v106=0 -0;v107=nil;v112=833 -(590 + 242);end if (v112==(1 + 0)) then v105=1 + 0;break;end end end end end v49=1 + 2;break;end end end if (v49~=0) then else local v89=907 -(555 + 352);local v90;while true do if (v89~=(0 -0)) then else v90=13 -(12 + 1);while true do if (v90~=0) then else v50={};v51={};v90=1356 -(553 + 802);end if (v90==(1 -0)) then v52={};v49=1;break;end end break;end end end break;end if (v59~=0) then else if (v49~=3) then else local v91=0 + 0;while true do if (0~=v91) then else for v108=1 + 0,v22() do v51[v108-1]=v27();end for v110=1,v22() do v52[v110]=v22();end v91=1;end if (v91==1) then return v53;end end end if (v49~=(3 -2)) then else local v92=0;while true do if (v92==1) then v55={};v49=2;break;end if (v92~=(0 -0)) then else local v97=0 -0;while true do if (v97~=0) then else v53={v50,v51,nil,v52};v54=v22();v97=1;end if (v97==(1419 -(1295 + 123))) then v92=1391 -(210 + 1180);break;end end end end end v59=1;end end end end local function v28(v34,v35,v36)local v56=v34[1];local v57=v34[2];local v58=v34[3];return function(...)local v65=1;local v66= -1;local v67={...};local v68=v11("#",...) -1;local function v69()local v73=v56;local v74=Const;local v75=v57;local v76=v58;local v77=v26;local v78={};local v79={};local v80={};for v86=0 + 0,v68 do if (((45 + 177)<(2433 + (2868 -(616 + 136)))) and (v86>=v76)) then v78[v86-v76]=v67[v86 + (1 -0)];else v80[v86]=v67[v86 + (1797 -(440 + 1356))];end end local v81=(v68-v76) + (1413 -(319 + 1093));local v82;local v83;while true do local v87=0 + 0;while true do if ((v87==(1 + 0)) or ((17446 -13037)<=(4910 -(1036 + 268)))) then if (((2766 -(43 + 1527))<(5589 -1313)) and (v83<=(1875 -(243 + 1629)))) then if (((88 + 361)==449) and (v83<=((2334 -(54 + 1854)) -(165 + (1997 -(257 + 1480)))))) then if ((v83>(0 + 0)) or ((4607 -2959)>(665 + 2384))) then v80[v82[560 -(237 + 321)]]=v82[1 + 2]~=(0 + 0);else v80[v82[2 + 0]]();end elseif ((v83>(6 -4)) or ((3335 -(793 + 193))>(8611 -6174))) then v80[v82[3 -1]]=v82[3 -0];else local v115=0 -0;local v116;local v117;while true do if (((0 -0)==v115) or (4982<(6483 -4753))) then v116=878 -((109 -39) + 808);v117=nil;v115=918 -(81 + 836);end if ((v115==(1 + 0)) or (((20302 -(125 + 200)) -15647)==(5285 -(460 + 1113)))) then while true do if (((2655 -(568 + 892))<=(6684 -(80 + 1905))) and (v116==(300 -(287 + 13)))) then v117=v82[3 -1];v80[v117]=v80[v117](v12(v80,v117 + (34 -(25 + 8)),v66));break;end end break;end end end elseif ((((506 + 2619) -2274)<1849) and (v83<=(4 + 1))) then if ((v83>(8 -4)) or ((645 + 378)>(2589 + (2141 -(400 + 135))))) then local v118=0 -0;local v119;local v120;local v121;local v122;local v123;local v124;while true do if ((v118==(0 + 0)) or ((3361 -(107 + 15 + 4))<=(3629 -(411 + 571 + 33)))) then v119=672 -(598 + 74);v120=nil;v118=824 -(757 + 66);end if ((v118==(1090 -(770 + 319))) or ((2291 -(1053 + 76))<(124 + 409))) then v121=nil;v122=nil;v118=2 -0;end if (((2632 -(762 + 83))<(5890 -(1610 + 251))) and (v118==(1 + 1 + 0))) then v123=nil;v124=nil;v118=1 + 2;end if (((1820 -(995 + 654))<=((12757 -5222) -4762)) and (v118==(1051 -(569 + 479)))) then while true do if ((v119==(1 + 0 + 1)) or ((830 + 230)>(6386 -3196))) then v124=nil;while true do if (((1754 + 22 + 29)<=(4524 -(374 + 990))) and (v120==(0 -0))) then local v146=0;local v147;while true do if ((((2896 -(121 + 57)) + 1734)>3913) and (v146==(0 + 0))) then v147=0 -0;while true do if ((v147==(1 + (1619 -(660 + 959)))) or ((399 + 3084)<=894)) then v120=1 + 0;break;end if ((v147==(0 + 0)) or (4321>=((3717 + 12291) -11485))) then v121=v82[1307 -(560 + 745)];v122,v123=v77(v80[v121](v12(v80,v121 + 1 + 0,v82[2 + 1 + 0])));v147=1 + 0;end end break;end end end if (((1287 + 3314)==(6481 -(214 + 1666))) and (v120==(649 -(112 + 535)))) then for v153=v121,v66 do local v154=0 -0;local v155;while true do if (((2845 -((3121 -(1121 + 629)) + 305))<=(2595 -(239 + 119))) and ((1175 -(554 + 621))==v154)) then v155=0 + 0;while true do if (((333 + 69)<=((2320 -(28 + 1504)) -(228 + 35))) and (v155==(1529 -(1301 + 228)))) then v124=v124 + (2 -1);v80[v153]=v122[v124];break;end end break;end end end break;end if ((((4691 + 1780) -(1514 + 288))>=(11473 -6853)) and (v120==(1 + (1880 -(1480 + 400))))) then local v148=0 -0;while true do if ((((3850 + 498) -1164)<=(392 + 3922)) and (v148==(491 -(317 + 173)))) then v120=(825 -(321 + 502)) + 0;break;end if ((v148==(0 + 0)) or ((271 + 535)<(439 + (1633 -(297 + 1154))))) then local v159=(1144 -(10 + 1134)) -0;while true do if ((v159==(0 + 0)) or ((116 + 3766)>(1807 + 2937))) then v66=(v123 + v121) -(1 -0);v124=0 + 0;v159=145 -(86 + 58);end if (((1576 -(1454 + 121))==v159) or ((972 + 526)<=(532 + 219))) then v148=1 + 0;break;end end end end end end break;end if (((1495 + 2806)>2856) and (v119==(0 -0))) then local v143=1614 -(781 + 271 + 562);while true do if ((v143==(0 + 0)) or ((6242 -(2477 + 343))<(3988 -(120 + 1046)))) then v120=1431 -(729 + 702);v121=nil;v143=1 -0;end if (((1938 -(349 + 117))>(1563 -1184)) and (v143==(1 + 0))) then v119=1 + 0;break;end end end if ((v119==(1404 -(1097 + 306))) or ((60 -37)==3997)) then v122=nil;v123=nil;v119=458 -(413 + (785 -(551 + 191)));end end break;end end else local v125=0 -0;local v126;local v127;while true do if (((2409 + 1560)>=(2245 + 998)) and (v125==(1010 -(574 + 435)))) then v80[v126 + 1 + 0]=v127;v80[v126]=v127[v82[2 + 2]];break;end if (((11889 -9136)<(380 + 1256 + 1660)) and ((0 + 0)==v125)) then local v133=0 -0;while true do if ((v133==(1097 -(395 + 701))) or (3922<(893 + 2136))) then v125=2 -1;break;end if (((4182 -2799)==(3054 -(669 + 1002))) and (v133==(0 -0))) then v126=v82[1 + 1];v127=v80[v82[3 + 0]];v133=1 + 0;end end end end end elseif (((4150 -2231)>=(2798 -(1601 + 314))) and (v83>(3 + 3))) then do return;end else v80[v82[1 + 1]]=v36[v82[(1796 -(1370 + 424)) + 1]];end v65=v65 + 1 + 0;break;end if ((v87==((1161 -(514 + 647)) -(0 + 0))) or (((773 -420) + 586)>=(2284 + 2426))) then local v95=0 -(0 -0);while true do if ((v95==(1 + 0)) or ((177 + 2292)<(2193 -1508))) then v87=(2 -1) + 0;break;end if (((12871 -8608)==4263) and (v95==((0 -0) -0))) then v82=v73[v65];v83=v82[1 + 0];v95=1746 -(1558 + 187);end end end end end end A,B=v26(v10(v69));if not A[1] then local v84=0;local v85;while true do if (0==v84) then v85=v34[4][v65] or "";error("Script error at [" .. v85 .. "]:" .. A[2]);break;end end else return v12(A,2,B);end end;end return v28(v27(),{},v16)();end v14("LOL!043O00030A3O006C6F6164737472696E6703043O0067616D6503073O00482O747047657403493O00682O7470733A2O2F7261772E67697468756275736572636F6E74656E742E636F6D2F4B524E4C322F756E6976657273616C687562756C74696D6174652F6D61696E2F7570646174653100093O0012063O00013O001206000100023O002004000100010003001203000300044O0001000400014O0005000100044O00025O00026O000100012O00073O00017O00093O00023O00023O00023O00023O00023O00023O00023O00023O00033O00",v8());end end) Section:NewButton("Sussy Hub","",function() loadstring(game:HttpGet(('https://gist.githubusercontent.com/Nilrogram/8b0c8bd710be142f383c71f79279752c/raw/e4fb01a7de7cd498bb53270d2ad191dfab268a88/FE%2520SussyHub'),true))(); end) Section:NewButton("VHub", "Vhub script", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/itsyaboivincentt5315/script/main/VHub.txt'),true))() end) Section:NewButton("Artemis hub", "Artemis hub script", function() loadstring(game:HttpGet("https://pastebin.com/raw/iBWWxP51"))() end) Section:NewButton("GelatekHub","",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/Main.lua"))() end) Section:NewButton("SimplityV2","",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/simplityv2/main/main"))() end) Section:NewButton("Userful HUB","",function() loadstring(game:HttpGet("https://www.klgrth.io/paste/zqt4x/raw"))() end) Section:NewButton("BritishHubV8 (key: Jewssuck1)","",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/YourLocalNzi/Ye/main/British%20Hub%20v8"))() end) Section:NewButton("HubZ(Animation)", "All animation", function() loadstring(game:HttpGet("https://textbin.net/raw/k3sjvw3vrq"))(); end) Section:NewButton("DevilHubV1", "Really new ok", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Fuad3681/Devil-hub-11/main/Devil%20Hub%2011"))() end) Section:NewButton("DizigiHubV1.01", "new but kinda op", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/YellowGreg/Loadstring/main/Dzigi%20HubV1.01"))() end) Section:NewButton("Feyz Hub", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FeyzRBLX/FeyzHub/main/Feyz%20Hub%20V2"))() end) Section:NewButton("MRDestroyer V2", "So Op then mine lol", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MrDestroyerSkid/Project-Destroyer/main/Destroyer"))() end) Section:NewButton("FireHubV1", "Awesome New gui", function() loadstring(game:HttpGet('https://pastebin.com/raw/REuMknBd', True))() end) Section:NewButton("PendulumHub", "Fe hub i think", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Tescalus/Pendulum-Hubs-Source/main/Pendulum%20Hub%20V4.lua"))() end) Section:NewButton("Pritish Hub V1", "Damn British And Prohub working", function() loadstring(game:HttpGet(('https://cdn.discordapp.com/attachments/996659065096765502/996659173213343804/out.lua'),true))() end) Section:NewButton("Era Hub", "Loads a gui with some features", function() loadstring(game:HttpGet('https://pastebin.com/raw/zRWQnNjS'))() end) Section:NewButton("itzzJoshua_V3", "Gui or Hub idk", function() loadstring(game:HttpGet(('https://pastebin.com/raw/gMCev4Gb'),true))(); end) Section:NewButton("British Hub V6", "Almost like Prohub", function() loadstring(game:HttpGet(("https://raw.githubusercontent.com/YourLocalNzi/Ye/main/BHob6"),true))() end) Section:NewButton("JTF Hub", "JTF hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/NEWBUTIF/Universal-Script-Hub/main/Butif%20Hub"))() end) Section:NewButton("Haxker_6666666 Hub", "Haxker_6666666", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/FreeRobloxScripts1/Haxker_6666666-Hub/main/Script-Hub/Version-3.1'))() end) Section:NewButton("Vex Hub", "Vex hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/V31nc/On-Discord/Created/VexHub"))() end) Section:NewButton("Astrava Hub", "Astrava hub", function() loadstring(game:GetObjects("rbxassetid://1468845733")[1].Source)() end) Section:NewButton("USH Hub", "USH hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/shakar60/USH.P/main/rotected",true))() end) Section:NewButton("Alysse Hub", "Alysse hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/NathTheDev/AlysseAndroid/main/loader.lua"))() end) Section:NewButton("Pissware Hub", "Pissware", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AnAvaragelilmemer/Pissware/main/Main/MobileMain.lua"))() end) local Section = Tab:NewSection("--> End <--") local Tab = Window:NewTab("Fe") local Section = Tab:NewSection("--> Fe Information <--") Section:NewButton("Hello, "..game.Players.LocalPlayer.Name.." This Fe !", "Welcome Info", function() end) local Section = Tab:NewSection("Fe Most Fe Are R6 And R15 Hats Require") Section:NewButton("Fe Sad boy", "onlyn R6", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Fe-Silly-Sadboy-15795"))(); end) Section:NewButton("Fe Chosen One", "R6", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/Cortzalno666/NectoVerse-Industries-Data/master/Scripts%20Folder/Honored.lua'),true))() end) Section:NewButton("Fe Puppet Master (Hat)", "FE script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Puppet%20Master"))() loadstring(game:HttpGet("https://raw.githubusercontent.com/Xxtan31/Ata/main/deltakeyboardcrack.txt", true))() end) Section:NewButton("Fe R6 Animation", "FE script", function() loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Fe-Silly-animation-V4-16636"))() end) Section:NewButton("Fe Ban Hammer (Hat)", "ban hammer flings", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Ban%20Hammer"))() end) Section:NewButton("Fe Control Npc", "click npc to control made by patrick", function() loadstring(game:HttpGet("https://pastefy.app/TQQLPh3J/raw"))() end) Section:NewButton("Fe Free Gamepass (Only Work For Some Games)", "get gamepass", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/BaconBossScript/Crazy/main/Crazy'),true))() end) Section:NewButton("Fe Parkour (G,F,N)", "Become parkour sigma", function() loadstring(game:HttpGet("https://pastebin.com/raw/WW932Ykj"))() end) Section:NewButton("Fe Glios", "become sigma", function() loadstring(game:HttpGet(('https://glot.io/snippets/gua2ntmbdm/raw/main.lua'),true))() end) Section:NewButton("Fe Avatar Stealer", "steal avatars skibidi", function() loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\34\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\73\110\118\111\111\107\101\114\49\49\47\79\117\116\102\105\116\47\109\97\105\110\47\79\117\116\102\105\116\67\111\112\105\101\114\46\108\117\97\34\44\32\116\114\117\101\41\41\40\41\10")() end) Section:NewButton("Fe DeathNote", "fling skibidis", function() loadstring(game:HttpGet(('h'..'t'..'t'..'p'..'s'..':'..'/'..'/'..'p'..'a'..'s'..'t'..'e'..'f'..'y'..'.'..'a'..'pp'..'/'..'G'..'o'..'K'..'x'..'Y'..'B'..'k'..'U'..'/'..'r'..'a'..'w'), true))() end) Section:NewButton("Fe Invisible Gui", "become invisible", function() loadstring(game:HttpGet('https://pastebin.com/raw/3Rnd9rHf'))() end) Section:NewButton("Fe Boat", "Boat", function() loadstring(game:HttpGet(('https://pastefy.app/0CS5vmly/raw'),true))() end) Section:NewButton("Fe Glitch V4 (R6)", "Glitch v4 (r6)", function() loadstring(game:HttpGet(('https://pastefy.app/s6DE4bNC/raw'),true))() end) Section:NewButton("Fe T", "T", function() loadstring(game:HttpGet(('https://pastefy.app/oCKLmRRo/raw'),true))() end) Section:NewButton("Fe Zombie (R15)", "Zombie (r15)", function() loadstring(game:HttpGet(('https://pastefy.app/n42Ougzx/raw'),true))() end) Section:NewButton("Fe Spinning Hats (To Start Type ;H )", "hats...", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/BingusWR/Fe-Spinning-Hat-Script/refs/heads/main/Fe%20Spinning%20Hats%20Script"))() end) Section:NewButton("Fe Punch Tool", "gives u tool which u can fling", function() loadstring(game:HttpGet(('http://pastefy.app/GvnHVjT5/raw'),true))() end) Section:NewButton("Fe Sonic Run", "sonic fr fr", function() loadstring(game:HttpGet("https://pastebin.com/raw/uacVtsWe"))() end) Section:NewButton("Fe Ball Roller", "be ball", function() loadstring(game:HttpGet("https://pastebin.com/raw/BZr9bGDy"))() end) Section:NewButton("Fe Giant R15", "keep your character's body proportions at maximum", function() loadstring(game: HttpGet('https://pastebin.com/raw/2s98PrEE'))() end) Section:NewButton("Fe Nameless Animation V3", "BEST ANIMATION SCRIPT <3", function() loadstring(game: HttpGet('https://pastebin.com/raw/CsKA3L8Z'))() end) Section:NewButton("Fe Controller Fling (Read Info) ", "u need a backpack called 8-bit controller backpack", function() loadstring(game: HttpGet('https://pastebin.com/raw/XRxfvKmR'))() end) Section:NewButton("Fe Troll Fling Gui", "YEET!", function() loadstring(game: HttpGet('https://pastebin.com/raw/XRxfvKmR'))() end) Section:NewButton("Fe Ultimate Fling Gui", "fling your enemies!", function() loadstring(game: HttpGet('https://pastebin.com/raw/r97d7dS0'))() end) Section:NewButton("Fe Invisible Fling (Press Z To Execute)", "fling your enemies!", function() loadstring(game: HttpGet('https://pastebin.com/raw/B9G4qHGy'))() end) Section:NewButton("Fe Wingled", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fewingled/main/main"))() end) Section:NewButton("Fe Spiderman", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/spiderman/main/main"))() end) Section:NewButton("Fe Human Car", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/humancar/main/main"))() end) Section:NewButton("Fe Walk On Wall", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/walk/main/main"))() end) Section:NewButton("Fe Telekinesis", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/telekiness/main/main"))() end) Section:NewButton("Fe Sturdy", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/sturdy/main/main"))() end) Section:NewButton("Fe Da Feet", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/dafeet/main/main"))() end) Section:NewButton("Fe Parkour Man", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/parkour/main/main"))() end) Section:NewButton("Fe Man Nequin", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/mannequin/main/main"))() end) Section:NewButton("Fe Creepy Crawler", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/crawler/main/main"))() end) Section:NewButton("Fe Car Man", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/carman/main/main"))() end) Section:NewButton("Fe Jeck Off", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/jerkoff/main/main"))() end) Section:NewButton("Fe Human Dick", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/pens/main/main"))() end) Section:NewButton("Fe Human Chair", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/chair/main/main"))() end) Section:NewButton("Fe Human Table", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/table/main/main"))() end) Section:NewButton("Fe Human Helicopter", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/humanhelicopter/main/main"))() end) Section:NewButton("Fe Human Cube", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/cube/main/main"))() end) Section:NewButton("Fe Block Head", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/blockhead/main/main"))() end) Section:NewButton("Fe Penis", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/penis/main/main"))() end) Section:NewButton("Fe Calamity", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/calamity/main/main"))() end) Section:NewButton("Fe Flipper", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/flipper/main/main"))() end) Section:NewButton("Fe Long Legs", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/longlegs/main/main"))() end) Section:NewButton("Fe Star Glitcher", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/star/main/main"))() end) Section:NewButton("Fe TransFormer", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/trashformer/main/main"))() end) Section:NewButton("Fe EarRape Music", "Click to play all sounds in the game you're in at once", function() loadstring(game:HttpGet("https://pastebin.com/raw/nZjJq2wJ"))() end) Section:NewButton("Fe Ear Rape", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/earrape/main/main"))() end) Section:NewButton("Fe Fake Vr", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fefakevr/main/main"))() end) Section:NewButton("Fe Fake kick", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fakekick/main/main"))() end) Section:NewButton("Fe Pyramid", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/pyramid/main/main"))() end) Section:NewButton("Fe Critical Mas", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/critical/main/main"))() end) Section:NewButton("Fe Memeus", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/memeus/main/main"))() end) Section:NewButton("Fe Sains Curse", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/sanscurse/main/main"))() end) Section:NewButton("Fe Nameless", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/nameless/main/main"))() end) Section:NewButton("Fe Ragdoll Suicide", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/ragdollsuicide/main/main"))() end) Section:NewButton("Fe Hats V2", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/hatsv2/main/main"))() end) Section:NewButton("Fe Walkabel Hats", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/walkablehats/main/main"))() end) Section:NewButton("Fe Walkabel Tools", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/walkabletools/main/main"))() end) Section:NewButton("Fe Holy Spirit", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/ang/main/main"))() end) Section:NewButton("Fe Hold Hats", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/holdhats/main/main"))() end) Section:NewButton("Fe Ink Monster", "ButtonIfo", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/HeyGyt/inkmonster/main/main'),true))() end) Section:NewButton("Fe Ball Spin", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/ball/main/main"))() end) Section:NewButton("Fe Asrial", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/asrial/main/mainf"))() end) Section:NewButton("Fe Xester", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/xester/main/main"))() end) Section:NewButton("Fe Vereus", "Vereus", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Legenda06/Client-Replication/main/Fe"))() end) Section:NewButton("Fe Lightsaber", "Lightsaber", function() loadstring(game:HttpGet("https://pastebin.com/raw/KdVq9EHW", true))() end) Section:NewButton("FeDual sword titan", "Dual sword titan", function() loadstring(game:HttpGet("https://pastebin.com/raw/gxvY36sP"))() end) Section:NewButton("Fe Lua Hammer", "Lua Hammer", function() loadstring(game:HttpGet("https://pastebin.com/raw/RKY5fTXh"))() end) Section:NewButton("Fe Sword God", "Sword God", function() loadstring(game:HttpGet("https://pastebin.com/raw/2S41s6rL"))() end) Section:NewButton("Fe Lost Scythe", "Lost scythe", function() loadstring(game:HttpGet("https://pastebin.com/raw/ku2PFi6f"))() end) Section:NewButton("Fe Chips", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/chips/main/main"))() end) Section:NewButton("Fe Neck Snap", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/necksnap/main/main"))() end) Section:NewButton("Fe Furry Talk", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/furrytalk/main/main"))() end) Section:NewButton("Fe Nerd Quote", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/nerdquote/main/main"))() end) Section:NewButton("Fe Sad", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/sad/main/main"))() end) Section:NewButton("Fe Scout", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/scout/main/main"))() end) Section:NewButton("Fe Remover Chair", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/removechairs/main/main"))() end) Section:NewButton("Fe Ravager", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/ravager/main/main"))() end) Section:NewButton("Fe Spidey", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/spidey/main/main"))() end) Section:NewButton("Fe Big People", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/febigpeople/main/main"))() end) Section:NewButton("Fe People", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fesmallpeople/main/main"))() end) Section:NewButton("Fe Night Mare", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/nightmare/main/main"))() end) Section:NewButton("Thor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/thor/main/main"))() end) Section:NewButton("Fe Classic Animations", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/classicanimations/main/main"))() end) Section:NewButton("Fe Holiday Feels", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/holidayfeels/main/main"))() end) Section:NewButton("Fe Ender", "Ender", function() loadstring(game:HttpGet("https://pastebin.com/raw/CxHsHDYT"))() end) Section:NewButton("Fe Headless", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/headless/main/main"))() end) Section:NewButton("Fe Neko Maid", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/nekomaid/main/home"))() end) Section:NewButton("Fe Sun Power", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/sunpower/main/main"))() end) Section:NewButton("Fe Krumper", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/krumper/main/main"))() end) Section:NewButton("Fe Crimson", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/crimson/main/main"))() end) Section:NewButton("Fe Rainbow", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/rainbow/main/main"))() end) Section:NewButton("Fe Goku", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/goku/main/main"))() end) Section:NewButton("Fe Gravity Gun", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/gravitygun/main/main"))() end) Section:NewButton("Fe Pandora", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/pandora/main/main"))() end) Section:NewButton("Fe Cursed Spider", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/cursedspider/main/main"))() end) Section:NewButton("Fe Pacifist", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/pacifist/main/main"))() end) Section:NewButton("Fe Sonic", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/sonic/main/main"))() end) Section:NewButton("Fe Amogus", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/amogus/main/main"))() end) Section:NewButton("Fe Hammer", "Hammer", function() loadstring(game:HttpGet("https://pastebin.com/raw/nNSuskqK",true))() end) Section:NewButton("Fe Sword Modifier", "Sword modifier", function() loadstring(game:HttpGet("https://pastebin.com/raw/tsbVWZdP"))() end) Section:NewButton("Fe Meditation", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/meditation/main/main"))() end) Section:NewButton("Fe Levitator", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/levitator/main/main"))() end) Section:NewButton("Fe Steve", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/steve/main/main"))() end) Section:NewButton("Fe Human Stick", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/humanstick/main/main"))() end) Section:NewButton("Fe Long Neck", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/longneck/main/main"))() end) Section:NewButton("Fe Yoga Master", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/yogamaster/main/main"))() end) Section:NewButton("Fe Moon Monster", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/moonmonster/main/main"))() end) Section:NewButton("Fe Leg Fighter", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/ae/main/main"))() end) Section:NewButton("Fe Crazy", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/crazy/main/main"))() end) Section:NewButton("Fe Rush", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/rush/main/main"))() end) Section:NewButton("Fe Ambush", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/ambush/main/main"))() end) Section:NewButton("Fe Swat Banisher", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/swatbanisher/main/main"))() end) Section:NewButton("Fe Batman", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/bat/main/main"))() end) Section:NewButton("Fe Winged Human", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/wingedhuman/main/main"))() end) Section:NewButton("Fe Exotic Lighting", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/Exotic/main/main"))() end) Section:NewButton("Fe Idiote", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/idiote/main/main"))() end) Section:NewButton("Fe Fearful", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fearful/main/main"))() end) Section:NewButton("Fe Freedy", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fred/main/main"))() end) Section:NewButton("Fe Gale Fighter", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/galefigher/main/main"))() end) Section:NewButton("Fe Saitama", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/work/main/main"))() end) Section:NewButton("Fe Jonh Doe", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/johndoe/main/main"))() end) Section:NewButton("Fe Head Dancer", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/headdancer/main/head"))() end) Section:NewButton("Fe Mouse Fling", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/fling/main/main"))() end) Section:NewButton("Fe Ultimate Meme Dance", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/ultimatememedance/main/main"))() end) Section:NewButton("Fe Thomas", "Thomas", function() loadstring(game:HttpGet("https://pastebin.com/raw/Ccw8E2nf"))() end) Section:NewButton("Fe Giant(R6)", "Giant(r6)", function() loadstring(game:HttpGet("https://pastebin.com/raw/HDmrKZfm"))() end) Section:NewButton("Fe Ferris Wheel", "Ferris wheel", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/0Ben1/fe/main/obf_8u7A6D92KJWJXgB4btM3lJNPDy2mCi61S191KbGF2EfX9621qbXQg0tBivwEi0Kr.lua.txt'),true))() end) Section:NewButton("Fe АК47", "АК47", function() loadstring(game:HttpGet("https://pastebin.com/raw/wxKxndCe"))() end) Section:NewButton("Fe Smug", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/smug/main/main"))() end) Section:NewButton("Fe Goopie Dance", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/goopiedance/main/main"))() end) Section:NewButton("Fe Tall", "must be tall first", function() loadstring(game:HttpGet('https://pastebin.com/raw/Lix6q0PD'))() end) Section:NewButton("Fe Rick Roll", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/rickroll/main/main"))() end) Section:NewButton("Fe California Girls", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/californiagirls/main/main"))() end) Section:NewButton("Fe Retard Dance", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/retarddance/main/main"))() end) Section:NewButton("Fe Take The L", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/takethel/main/main"))() end) Section:NewButton("Fe Default Dance", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/erefgew/main/main"))() end) Section:NewButton("Fe Pog Dance", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/pogdance/main/main"))() end) Section:NewButton("Fe Sugar Crash Music", "Enjoy listening", function() local Sound = Instance.new("Sound",game:GetService("SoundService")) Sound.SoundId = "rbxassetid://6875625578" Sound:Play() end) Section:NewButton("Fe Rick Roll Music", "Enjoy listening", function() local Sound = Instance.new("Sound",game:GetService("SoundService")) Sound.SoundId = "rbxassetid://7363412529" Sound:Play() end) Section:NewButton("Fe Had Me At Hello Music", "Enjoy listening", function() local Sound = Instance.new("Sound",game:GetService("SoundService")) Sound.SoundId = "rbxassetid://9043871744" Sound:Play() end) Section:NewButton("Fe JoJo Music", "Enjoy listening", function() local Sound = Instance.new("Sound",game:GetService("SoundService")) Sound.SoundId = "rbxassetid://9114156521" Sound:Play() end) local Section = Tab:NewSection("--> End <--") local Tab = Window:NewTab("Admin Commands") local Section = Tab:NewSection("--> Admin Commands Information <--") Section:NewButton("Hello, "..game.Players.LocalPlayer.Name.." This Admin !", "Welcome Info", function() end) local Section = Tab:NewSection("All Admin Others") Section:NewButton("Infinite Yeild Delta Mobile Admin", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/kbBJxm8g"))() end) Section:NewButton("Infinite Yield Admin", "Admin", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end) Section:NewButton("GX Admin", "W admin", function() loadstring(game:HttpGet("https://pastebin.com/raw/v6E9BmFK",true))(); end) Section:NewButton("Nameless Admin", "ButtonIfo", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source'))() end) Section:NewButton("Nameless Admin No Byfron Ui", "Skibidi admin", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/yofriendfromschool1/NamelessAdmin-NO-BYFRON-GUI/main/Source'))() end) Section:NewButton("Fate's Admin", "Makes You Admin", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))(); end) Section:NewButton("Fedora Admin", "best admin", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/alexx1212/fedoratoomutch/main/toomucth'))() end) Section:NewButton("QuirkyCmd Admin", "ButtonIfo", function() loadstring(game:HttpGet("https://gist.github.com/someunknowndude/38cecea5be9d75cb743eac8b1eaf6758/raw"))() end) Section:NewButton("Proton 1 Admin", "ButtonIfo", function() _G.UI_Id = "default" --set this to "default" for the default ui loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/5e6e6cc1bb32fd926764d064e2c60a3b.lua"))() end) Section:NewButton("Proton 2 Admin", "ButtonIfo", function() _G.UI_Id = "default" --set this to "default" for the default ui loadstring(game:HttpGet('https://raw.githubusercontent.com/DigitalityScripts/roblox-scripts/main/Proton%20Free'))() end) Section:NewButton("Annoying Admin", "ButtonIfo", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/TheMightySource/FE-Annoying-Admin/main/Main.lua'),true))() end) Section:NewButton("Ultimate Admin", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/F9USVzSK",true))() end) Section:NewButton("Homebrew Admin", "ButtonIfo", function() _G.CustomUI=true loadstring(game:HttpGet(('https://raw.githubusercontent.com/mgamingpro/HomebrewAdmin/master/Main'),true))() end) Section:NewButton("Cmd Testing Admin", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/lxte/cmd/main/testing-main.lua"))() end) Section:NewButton("Cmd Admin", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/lxte/cmd/main/main.lua"))() end) Section:NewButton("Reviz Admin V2", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/Reviz%20AdminV2"))() end) Section:NewButton("Cmd X Admin", "ButtonIfo", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source', true))() end) Section:NewButton("ShatterVast Admin", "ButtonIfo", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/%5BFE%5D%20Shattervast.lua'))() end) Section:NewButton("Comet Admin", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ltseverydayyou/Nameless-Admin/main/comet"))(); end) Section:NewButton("Harked V2 Admin", "Harkedv2", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/JxcExploit/Harkedv2-script/main/Leaked-v2hardked"))() end) Section:NewButton("Chanzo Admin", "Chanzo trolling Gui", function() loadstring(game:HttpGet(('https://pastebin.com/raw/y94Ejz3B'),true))() end) Section:NewButton("Spy Admin", "Spy admin", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MichaelScripter/MiniScript/main/Spy%20gui.lua"))() end) Section:NewButton("Admin Tools Admin", "Admin tools", function() loadstring(game:HttpGet("https://pastebin.com/raw/AZVi2tuK"))() end) Section:NewButton("Vortex Admin V2", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Sidhsksjsjsh/Fe-Vortex-admin-V2/main/VortexCompany/C4/Discord.lua"))() end) Section:NewButton("Iv Admin V3", "ButtonIfo", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/BloodyBurns/Hex/main/Iv%20Admin%20v3.lua'))() end) Section:NewButton("Zazasploit Admin", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/DE8Ltg6j"))() end) local Section = Tab:NewSection("--> Games Admin <--") Section:NewButton("MM2 Admin Panel", "ButtonIfo", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/MarsQQ/ScriptHubScripts/master/MM2%20Admin%20Panel'),true))() end) Section:NewButton("LeckHub Admin Simulator", "ButtonIfo", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/TOOM-susy/LeckScript/main/LeckScript.lua')))() end) Section:NewButton("Pet Simulator Admin", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AKid14/RandomShit/main/Pet%20Sim%2099%20Admin%20Panel"))() end) Section:NewButton("Piggy Admin", "ButtonIfo", function() loadstring(game:HttpGet("https://encurtador.com.br/fiyFJ"))(); end) Section:NewButton("Head Builder Free Admin", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/WvpHnXPL"))() end) Section:NewButton("Tower Of Hell Admin", "Its only admin command", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/TwomadJR/nto/main/admiin"))() end) Section:NewButton("Prison Life Septex Admin", "ButtonIfo", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))() end) Section:NewButton("Prison Life Tiger Admin V3", "ButtonIfo", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/H17S32/Tiger_Admin/main/Tiger%20Admin%203.0'))() end) local Section = Tab:NewSection("--> End <--") local Tab = Window:NewTab("Games") local Section = Tab:NewSection("--> Games Information <--") Section:NewButton("Game Name: "..GameName, "Game Name Info", function() end) Section:NewButton("PlaceId: "..game.PlaceId, "PlaceId Info", function() end) Section:NewButton("JobId: "..game.JobId, "PlaceId Info", function() end) Section:NewButton("MaxPlayers: "..game.Players.MaxPlayers, "PlaceId Info", function() end) local Section = Tab:NewSection("All Games Random") local Section = Tab:NewSection("Combat Warriors") Section:NewButton("Combat Warrior 1 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/SpiritXmas/Project-Hook/main/required.lua"))() end) Section:NewButton("Combat Warrior 2 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CheeseOnGithub/cheese-hook/main/main%20hydra%20ui.lua",true))() end) Section:NewButton("Combat Warrior 3 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/SussyImposterRed/Scripts/main/NOVA_HUB_SOURCE"))() end) Section:NewButton("Combat Warrior 4 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/IsaaaKK/cwhb/main/cw.txt"))() end) Section:NewButton("Combat Warrior 5 ", "", function() loadstring(game:HttpGet("https://www.itots.tk/zaphub/combat-warriors.lua", true))() end) Section = Tab:NewSection("Michael Zombie") Section:NewButton("Michael Zombie 1 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bebo-Mods/BeboScripts/main/MichaelZombies.lua"))() end) Section:NewButton("Michael Zombie 2 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/SlamminPig/rblxgames/main/Michael's%20Zombies/MichaelsZombiesGUI"))() end) local Section = Tab:NewSection("Bee Swarm Simulator") Section:NewButton("BSS Gui 1 ", "", function() -- https://discord.gg/bss loadstring(game:HttpGet("https://www.macrov2-script.xyz/macrov2.lua"))() end) Section:NewButton("BSS 2 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Boxking776/kocmoc/main/kocmoc-remastered.lua"))() end) Section:NewButton("BSS 3 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Muhammad6196/Project-WD/main/Main.lua"))() end) local Section = Tab:NewSection("Piggy") Section:NewButton("Piggy 1 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraIsMe2/ToraIsMe2/main/0piggy2", true))() end) Section:NewButton("Piggy 2 ", "", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/tip52/useless-projects/main/piggy%20rb%20battles%20bit'))() end) Section:NewButton("Piggy 3 ", "", function() loadstring(game:HttpGet('https://pastebin.com/raw/pLNRr7jn'))() end) Section:NewButton("Piggy 4 ", "", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/tip52/useless-projects/main/piggy%20rb%20battles%20bit'))() end) Section:NewButton("Piggy 5 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Piggy/Piggy"))() end) Section:NewButton("Piggy 6", "Vynixius", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Piggy/Loader.lua"))() end) Section:NewButton("Piggy Admin 7", "ButtonIfo", function() loadstring(game:HttpGet("https://encurtador.com.br/fiyFJ"))(); end) local Section = Tab:NewSection("Cart Ride") Section:NewButton("Cart Ride 1", "Cart ride", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/hussain1323232234/My-Scripts/main/Cart%20Ride%20Into%20Rdite!'),true))() end) local Section = Tab:NewSection("Kanava") Section:NewButton("Kanava 1", "Kanava", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Vaxcurs/1/main/SimKanavaCode2.3.txt"))() end) local Section = Tab:NewSection("Free Admin") Section:NewButton("Free Admin 1", "Free admin", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/zephyr10101/showcases/main/fedoratumadmin",true))() end) Section:NewButton("Free Admin 2", "Free admin v2", function() loadstring(game:HttpGet("https://pastebin.com/raw/pGe3C71V"))() end) local Section = Tab:NewSection("Doors") Section:NewButton("Doors 1 ", "", function() loadstring(game:HttpGet('https://pastebin.com/raw/bxeZwRjU'))() end) Section:NewButton("Doors 2 ", "", function() loadstring(game:HttpGet('https://pastebin.com/raw/pQ0f9r7D'))() end) Section:NewButton("Doors 3 ", "", function() loadstring(game:HttpGet('https://pastebin.com/raw/tPEZAAuz'))() end) Section:NewButton("Doors 4 ", "", function() loadstring(game:HttpGet(('https://pastebin.com/raw/R8QMbhzv')))() end) Section:NewButton("Doors 5", "Wait for the script to load", function() loadstring(game:HttpGet(("https://raw.githubusercontent.com/mstudio45/poopdoors_edited/main/poopdoors_edited.lua"),true))() end) Section:NewButton("Doors 6", ".", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Doors"))() end) Section:NewButton("Doors 7", ".", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Script.lua"))() end) Section:NewButton("Doors 8", ".", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/OminousVibes-Exploit/Scripts/main/doors/main.lua"))() end) Section:NewButton("Doors 9", ".", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ChronoAccelerator/Public-Scripts/main/Morphing/MorphScript.lua"))(); end) Section:NewButton("Doors 10", "Doors", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/KINGHUB01/BlackKing/main/BlackKingMb"))() end) Section:NewButton("Doors 11", "Doors v2", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/plamen6789/UtilitiesHub/main/UtilitiesGUI'))() end) Section:NewButton("Doors Magnet 12", "Magnet", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/MagnetByNerd.lua"))() end) Section:NewButton("Doors Shears 14", "Shears", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/shears_done.lua"))() end) Section:NewButton("Doors Stop Time 15", "Stop time", function() loadstring(game:HttpGet("https://pastebin.com/raw/g7St0DzR"))() end) Section:NewButton("Doors Rocket Launcher 16", "Rocket launcher", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/persopoiu/scripts/main/RocketLauncher/script.lua"))() end) local Section = Tab:NewSection("Flag Wars") Section:NewButton("Flag wars", "Flag wars", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Infinity2346/Tect-Menu/main/Flag%20Wars.txt'))() end) local Section = Tab:NewSection("Dont Press The Button 4Dont Press The Button 4") Section:NewButton("Dont Press The Button 4", "dont press the button 4", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/imaboy12321/EEWE/main/eweweew"))() end) local Section = Tab:NewSection("Scp 3008") Section:NewButton("Scp 3008 1", "3008", function() loadstring(game:HttpGet'https://raw.githubusercontent.com/RunDTM/scripts/main/3008.lua')() end) local Section = Tab:NewSection("Cheese Escape") Section:NewButton("Cheese Escape 1", "Cheese escape", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nikita365/Cheese-Escape/main/Nikita", true))() end) local Section = Tab:NewSection("Pi1ck A Side") Section:NewButton("Pick A Side 1", "Pick a side", function() loadstring(game:HttpGet("https://pastebin.com/raw/hPxNj094"))() end) local Section = Tab:NewSection("Infection Smile") Section:NewButton("Infection Smile 1", "Infection smile", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/jj123llol/multi-hub/main/Multi",true))() end) Section:NewButton("Infection Smile 2", "Multi hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/jj123llol/multi-hub/main/Multi",true))() end) Section:NewButton("Infection Smile 3", "GUI", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MariyaFurmanova/Library/main/InfectiousSmile", true))() end) Section:NewButton("Infection Smile 4", "GUI", function() loadstring(game:HttpGet("https://pastebin.com/raw/X8hLEwcz"))() end) Section:NewButton("Infection Smile Fast Bat 4", "Fast Bat", function() game.Players.LocalPlayer.Character.Infect.Cooldown.Value = 0 end) local Section = Tab:NewSection("Micheal's Zombies") Section:NewButton("Micheal's Zombies 1", "Op Micheal's Zombies script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bebo-Mods/BeboScripts/main/MichaelZombies.lua"))() end) local Section = Tab:NewSection("Frontline") Section:NewButton("Frontline 1 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/SomacYT/better-script-frontline/main/Frontline%20somac%20hub%20v2"))() end) Section:NewButton("Frontline ESP 2", "", function() _G.ESP = { Boxes = true, Tracers = true, Rainbow = true, } loadstring(game:HttpGet("https://raw.githubusercontent.com/mopsfl/roblox-scripts/main/.frontlines-esp.lua"))() end) Section:NewButton("Frontline 3 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Frontlines/Modded_Aimhot.lua", true))() end) local Section = Tab:NewSection("Flee The Facility") Section:NewButton("FleeTheFacility 1 ", "idk", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/OneProtocol/Project/main/Loader", true))() end) Section:NewButton("FleeTheFacility 2 ", "idk", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/khoaScript/scripts/master/flee-the-facility.lua"))() end) Section:NewButton("FleeTheFacility 3 ", "idk", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/bedra45/Random-games-xd/main/bedraFtfFinalGUI"))() end) local Section = Tab:NewSection("Legend Of Speed") Section:NewButton("LegendOfSpeed 1 ", "cool ok", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/jynzl/main/main/Legenos%20of%20speedos'))() end) Section:NewButton("LegendOfSpeed 2 ", "cool ok", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/KrangH/ScriptsHub/main/Legends_Of_Speedv2"))() end) Section:NewButton("LegendOfSpeed 3 ", "cool ok", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/KidScripts/Scripts/main/Silver-Hub-Keyless.lua",true))() end) Section:NewButton("LegendOfSpeed 4 ", "cool ok", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Its-LALOL/LALOL-Hub/main/.lua'))() end) Section:NewButton("LegendOfSpeed 5 ", "cool ok", function() loadstring(Game:HttpGet("https://pastebin.com/raw/z3QF6pUX"))() end) Section:NewButton("LegendOfSpeed 6", "GUI", function() loadstring(game:HttpGet("https://pastebin.com/raw/mqGPg69N"))() end) Section:NewButton("LegendOfSpeed 8", "Auto farm", function() loadstring(game:HttpGet("https://pastebin.com/raw/tyLHq8cT"))() end) local Section = Tab:NewSection("Ability Wars") Section:NewButton("Ability Wars 1", "GUI", function() loadstring(game:HttpGet("https://paste.ee/r/Wo5Kj"))() end) Section:NewButton("Ability Wars 2", "GUI", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/ionlyusegithubformcmods/1-Line-Scripts/main/Ability%20Wars')))() end) local Section = Tab:NewSection("UnderGround War") Section:NewButton("UnderGround 1 ", "New ok", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/jynzl/UniqueHub/main/UniqueHubv2Intro', true))() end) Section:NewButton("UnderGround 2 ", "New ok", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/jj123llol/multi-hub/main/Multi",true))() end) Section:NewButton("UnderGround 3 ", "New ok", function() loadstring(game:HttpGet("https://pastebin.com/raw/iuqYjEAX"))() end) Section:NewButton("UnderGround 4 ", "idk im bored", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/The%20UnderGround%20War%203'))() end) local Section = Tab:NewSection("Castle War") Section:NewButton("Castle War Gui 1 ", "New ok", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Castle%20Wars'))() end) local Section = Tab:NewSection("Chaos") Section:NewButton("Chaos 1 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Idkwhatudoin/TSS/main/TSSChaosScript", true))() end) Section:NewButton("Chaos 2 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/aidanlolol/MainScript/main/ChaosScriptVersionTwoPointOne.lua"))() end) Section:NewButton("Chaos 3 ", "", function() loadstring(game:HttpGet("https://pastebin.com/raw/VzPbD7GW"))() end) Section:NewButton("Chaos 4", "", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/1111-ssss/Chaos_Script/main/Chaos_script.txt'))() end) Section:NewButton("Chaos 5", "Chaos", function() loadstring(game:HttpGet("https://pastebin.com/raw/W9SYMbiw"))() end) Section:NewButton("Chaos 6", "Astral hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Vcsk/AstralHub/main/Loader.lua"))() end) Section:NewButton("Chaos 7", "Kill GUI", function() loadstring(game:HttpGet("https://pastebin.com/raw/W9SYMbiw"))() end) local Section = Tab:NewSection("Giant Survival") Section:NewButton("Giant Survival 1", "Giant survival", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraIsMe/ToraIsMe/main/0giant", true))() end) local Section = Tab:NewSection("Cant say the word") Section:NewButton("Dont say the word 1 ", "", function() loadstring(game:HttpGet(('https://pastebin.com/raw/W9KKeaMp'),true))() end) Section:NewButton("Dont say the word 2 ", "", function() loadstring(game:HttpGet(("https://raw.githubusercontent.com/KRNL2/CantSayTheWordScript/main/fe")))() end) local Section = Tab:NewSection("Ragdoll Engine") Section:NewButton("Radgoll Engine 1", "System broken", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/H20CalibreYT/SystemBroken/main/script"))() end) Section:NewButton("Radgoll Engine 2", "Next hub", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/Qwarle/Main_Scripts/main/QUI.lua' )))() end) Section:NewButton("Radgoll Engine 3", "Treasure hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nrg12345/TreasureHub/main/TreasureHub.lua"))() end) local Section = Tab:NewSection("Nico NextBot") Section:NewButton("Nico NextBot 1 ", "Cool", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/RobloxHackingProject/HPHub/main/HPHub.lua"))() end) Section:NewButton("Nico NextBot 2 ", "Cool", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/dropouut/Shindai/main/wercT.lua"))() end) Section:NewButton("Nico NextBot 3 ", "Cool", function() loadstring(game:HttpGet("https://pastebin.com/raw/DFfKb4i9"))() end) Section:NewButton("Nico NextBot 4 ", "Cool", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CopyReal/NexHub/main/NexHubLoader"))() end) Section:NewButton("Nico NextBot 5 ", "ok lol", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/NicoNextBots", true))() end) local Section = Tab:NewSection("Rol Ghoul") Section:NewButton("Rol Ghoul 1 ", "Ohh", function() loadstring(game:HttpGet('https://pastebin.com/raw/2uF3iQAf', true))() end) Section:NewButton("Rol Ghoul 2 ", "Ohh", function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/z4gs/scripts/master/Ro-Ghoul%20Auto%20Farm.lua"))() end) Section:NewButton("Rol Ghoul 3 ", "Ohh", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/JRL-lav/Scripts/main/Ro-ghoul"))() end) Section:NewButton("Rol Ghoul 4 ", "idk what to say lol", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Kaizenofficiall/ZenHub/main/Roghoul", true))() end) Section:NewButton("Rol Ghoul 5 ", "Ohh", function() loadstring(game:HttpGet(("https://aizen.ml/weis/RoGhoul.lua")))() end) local Section = Tab:NewSection("Pet Simulator X") Section:NewButton("PetSimX 1 ", "", function() loadstring(game:HttpGetAsync("https://gitlab.com/Sky2836/test/-/raw/main/Mobile"))() end) Section:NewButton("PetSimX 2 ", "", function() loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/a82cd5447cbbc4c7be0e8db405555787.lua"))() end) Section:NewButton("PetSimx 3 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Muhammad6196/Project-WD/main/Mainstring.lua"))() end) Section:NewButton("PetSimX 4 ", "", function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/jmesfo0/RobloxScripts/main/psx-jmes.lua"))() end) Section:NewButton("PetSimX 5 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/BadScripters/CloudHub/main/hub"))() end) Section:NewButton("PetSimX Fall 6", "Psx Fall", function() loadstring(game:HttpGet("https://pastebin.com/kNpVNKUy"))() end) Section:NewButton("PetSimX 7", "a Op pet simulator x gui", function() _G.AuthKey = "312cc6e8-0a82-4bfb-909d-f42d508d8d42" loadstring(game:HttpGet("https://raw.githubusercontent.com/RobIoxScripts/GUI/main/load.lua"))() end) local Section = Tab:NewSection("BedWars") Section:NewButton("BedWars 1 ", "Bedwars GUI 1", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))() end) Section:NewButton("BedWars 2 ", "Bedwar 3", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/bojoexploitz/yooo/main/itsobfuscated/InfinityHubTooOP", true))() end) Section:NewButton("BedWars 3 ", "Bedwars 3", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/vodxn/sape/main/Initiate.lua"))() end) Section:NewButton("BedWars 4 ", "Credit to Owner", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/joeengo/Future/main/loadstring.lua', true))() end) Section:NewButton("BedWars 5 ", "Credit to Owner", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/8pmX8/moonlight.cool/main/mlobfuscated.lua'))(); end) Section:NewButton("BedWars 6 ", "Credit to Owner", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/JNHHGaming/JN-HH-Gaming-Future-Is-Good/main/Future%20Fixed"))() end) Section:NewButton("BedWars 7 ", "Credit to the owner", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/bedwars/main/Script", true))() end) Section:NewButton("BedWars 8", "Bedwars gui", function() game.StarterGui:SetCore("SendNotification", { Title = "XRAYON"; Text = "LOADED SUCCESSFULLY! ENJOY"; Duration = 60; }) loadstring(game:HttpGet('https://raw.githubusercontent.com/dorukqpx/Xrayon/main/xrayo.lua'))(); end) Section:NewButton("BedWars 9", "Bedwars gui", function() loadstring(game:HttpGet("https://pastebin.com/raw/ELCkygpv", true))() end) Section:NewButton("BedWars 10", "Bedwars v2", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FlamingDrey/Flame-X-v2/main/Flame%20X%20Bedwars%20V2"))() end) local Section = Tab:NewSection("Brookhaven") Section:NewButton("Brookhaven 1 ", "Redz Hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/REDzHUB/main/REDzHUB"))() end) Section:NewButton("Brookhaven 2", "Brookhaven", function() loadstring(game:HttpGet("https://pastebin.com/raw/fnimPd4C"))() end) Section:NewButton("Brookhaven 3", "Brookhaven v2", function() loadstring(game:HttpGet("https://gist.githubusercontent.com/dark-modz/0ef7e0cc9f92a64c874a3c5a75c88ade/raw/0b9e8b37d1b9d2e2676707f76297ba9f530cb0bd/rocketfling",true))() end) local Section = Tab:NewSection("Lucky Block") Section:NewButton("Lucky Block 1", "Lucky block", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Main.lua"))() end) local Section = Tab:NewSection("Area 51") Section:NewButton("Area 51 (old) 1", "Area 51 (old)", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Ghostmode65/STK-Bo2/master/STK-Menus/v5/STKv5.txt'))() end)Section:NewButton("Area 51 2", "GUI", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/SurviveandKilltheKillersinArea51.lua"))() end) Section:NewButton("Area 51 3", "GUI", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bjkefe2/Survive-And-Killer-Guii/main/Survive%20And%20Killer"))() end) local Section = Tab:NewSection("Armwrestling") Section:NewButton("Armwrestling 1", "Armwrestling", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/zicus-scripts/SkullHub/main/Loader.lua')))() end) Section:NewButton("Armwrestling 2", "Armwrestling v2", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/KrzysztofHub/script/main/loader.lua"))() end) local Section = Tab:NewSection("Build A Boat") Section:NewButton("Build A Boat 1", "Build a boat", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ExyXyz/ExyGantenk/main/ExyBABFT"))() end) Section:NewButton("Build A Boat 2", "Build a boat", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Mana42138/Neverlose-UI/main/Scripts/Build%20A%20Boat.lua"))() end) Section:NewButton("Build A Boat 3", "ExyGantenk", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ExyXyz/ExyGantenk/main/ExyBABFT"))() end) Section:NewButton("Build A Boat 4", "GUI", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/XRoLLu/UWU/main/BUILD%20A%20BOAT%20FOR%20TREASURE.lua'))() end) Section:NewButton("Build A Boat 5", "LXS hub", function() loadstring(game:HttpGet("https://pastebin.com/raw/0KLv0p2g"))() end) local Section = Tab:NewSection("Murder Mystery 2") Section:NewButton("MM2 1 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Ethanoj1/EclipseMM2/master/Script", true))() end) Section:NewButton("MM2 2 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/DreadzHub2/DreadzHub-Scripts-FR/main/Loader"))() end) Section:NewButton("MM2 3 ", "", function() loadstring(game:HttpGet("https://pastebin.com/raw/18Qrh2V7"))(); end) Section:NewButton("MM2 4 ", "", function() loadstring(game:HttpGet(("https://pastebin.com/raw/mT10xnt7"), true))() end) Section:NewButton("MM2 5 ", "", function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Drifter0507/GUIS/main/MURDER%20MYSTERY%202", true))(); end) Section:NewButton("MM2 6 ", "use keyboard for some ", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Drifter0507/scripts/main/mm2", true))() end) Section:NewButton("MM2 7 ", "use keyboard for some ", function() loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)() end) Section:NewButton("MM2 8 ", "This is new", function() loadstring(game:HttpGet('https://pastebin.com/raw/DihfjHj2'))() end) Section:NewButton("MM2 9", "Murder Mystery 2 Script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/vwSaraa/Scripts/main/Murder%20Mystery%202%20v4.lua"))() end) Section:NewButton("MM 2 10", "use keyboard to access some things", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Drifter0507/scripts/main/mm2", true))() end) Section:NewButton("MM2 11", "MM2", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/vwSaraa/LunarHub/main/mm2"))() end) Section:NewButton("ММ2 12", "ММ2", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/Psxvoidyx/Murdermysvoid2/main/Darkxyz23'),true))() end) Section:NewButton("MM2 Admin Panel 13", "ButtonIfo", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/MarsQQ/ScriptHubScripts/master/MM2%20Admin%20Panel'),true))() end) local Section = Tab:NewSection("Tower Of Hell") Section:NewButton("ToH 1 ", "ButtonInfo", function() loadstring(game:HttpGet("https://gist.githubusercontent.com/BloxiYT/85f97364b6367baac677e109488c9905/raw/c2972a2b892c4193509ddb2fe1ba3061435e1a8a/gistfile1.txt"))() end) Section:NewButton("ToH 2 ", "ButtonInfo", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/zeuise0002/SSSWWW222/main/README.md'),true))() end) Section:NewButton("ToH 3 ", "ButtonInfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/2dgeneralspam1/scripts-and-stuff/master/scripts/garfield%20hub", true))() end) Section:NewButton("ToH Admin 4 ", "Its only admin command", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/TwomadJR/nto/main/admiin"))() end) Section:NewButton("ToH 5 ", "So Op for TOH", function() loadstring(game:HttpGet('https://pastebin.com/raw/BbVHjH56'))() end) Section:NewButton("ToH 6 ", "ButtonInfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/2dgeneralspam1/scripts-and-stuff/master/scripts/garfield%20hub", true))() end) Section:NewButton("ToH 7 ", "ButtonInfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/03koios/TowerOfHell/main/README.md"))() end) Section:NewButton("ToH 8 ", "ButtonInfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/iiProductionz/Floater-Scripts/main/WaifuEdition/Tower%20Of%20Hell"))() end) Section:NewButton("TOH 9", "Tower Of Hell Script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/scowscripts/scowsscripts/main/TowerOfHacks/Script", true))() end) local Section = Tab:NewSection("Arsenal") Section:NewButton("Arsenal 1 ", "Arsenal", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/YellowGreg/UltimateCromaSin-Arsenal-Gui/main/AdvanceTechV3.lua"))() end) Section:NewButton("Arsenal 2 ", "Arsenal", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/Init", true))() end) Section:NewButton("Arsenal 3 ", "Arsenal", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))() end) Section:NewButton("Arsenal 4 ", "Arsenal", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/plutoguy/Tiger-Hub/main/loader.lua"))(); end) Section:NewButton("Arsenal 5 ", "Arsenal", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))(); end) Section:NewButton("Arsenal 6 ", "Arsenal", function() loadstring(game:HttpGet(("https://raw.githubusercontent.com/Maikderninja/Maikderninja/main/PWNERHUB.lua"), true))() end) Section:NewButton("Arsenal 7 ", "Arsenal", function() _G.lockMeth = "Random" -- Change to head if you want your silent aim to ONLY aim at the head. _G.silMeth = "FPORWIL" -- Silent Aim Method, You're gonna have to play around with it. The Default one is FindPartOnRayWithIgnoreList but shortened. _G.AntiFly = false -- Change if the game you're playing has an Anti-Fly, set it to false, if it has, set it to true, if it doesnt. _G.Keystrokes = true -- If you want sexy keystrokes, turn it on. _G.HideOverlay = false -- If you want the StormWare Watermark along with the features you've toggled shown, set it to true, not recommended for closet cheating, obviously. local g = game:HttpGet("https://raw.githubusercontent.com/Storm99999/whitelistkeys/main/lite/sw.lite.lua") loadstring(g:reverse())() task.wait(2) if _G.HideOverlay == true then game.CoreGui["StormWare LITE"].modules.Visible = false end -- For some reason Synapse hates My keystrokes, so i have to set this manually. God fucking damn it. game.CoreGui["StormWare LITE"].keystrokes.space.Text = "━━━━━" end) Section:NewButton("Arsenal 8 ", "Arsenal", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/F2B-HUB/F2B/main/HUB"))() end) Section:NewButton("Arsenal 9 ", "Arsenal", function() loadstring(game:HttpGet("https://gangofgang.gog-best.repl.co/aimhook/hook.lua"))() end) Section:NewButton("Arsenal 10 ", "Arsenal 2", function() loadstring(game:HttpGet("https://pastebin.com/raw/xq7q0XPq"))() end) Section:NewButton("Arsenal 11 ", "Our script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/YellowGreg/UltimateCromaSin-Arsenal-Gui/main/Arsenal"))() end) Section:NewButton("Arsenal 12 ", "Op and is Pc to", function() -- please stop using this and just use the regular Arsenal file. loadstring(game:HttpGet("https://raw.githubusercontent.com/HonestlyDex/DexHub/main/Arsenal"))() local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/Jxereas/UI-Libraries/main/notification_gui_library.lua", true))() local stop = Notification.new("info", "DexHub ☕", "This file will stop receiving updates soon!") wait(0.5) local stop2 = Notification.new("info", "DexHub ☕", "Please use the regular Arsenal file!") end) Section:NewButton("Arsenal 13", "GUI", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/YellowGreg/Loadstring/main/arsenal4.lua"))() end) local Section = Tab:NewSection("Da Hood") Section:NewButton("Da Hood 1 ", "New GUI", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))() end) Section:NewButton("Da Hood 2 ", "New GUI", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/rogelioajax/lua/main/MangoHub"))() end) Section:NewButton("Da Hood 3 ", "New GUI", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Au-code/Da-Hood-Doctor/main/ActualScript"))() end) Section:NewButton("Da Hood 4 ", "DA HOOD is kinda good", function() loadstring(game:HttpGet('https://pastebin.com/raw/ZCiS8jSd'))() end) Section:NewButton("Da Hood 5 ", "New GUI", function() loadstring(game:HttpGet(("https://raw.githubusercontent.com/SoftVortex/.../main/....."),true))() end) Section:NewButton("Da Hood 6 ", "Da Hood Evil", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Impulseonyoutube/scripts/main/Da Hood"))() end) Section:NewButton("Da Hood 7 ", "Da Hood Evil", function() loadstring(game:HttpGet("\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\71\97\109\101\114\69\109\105\108\105\97\110\111\70\70\47\116\114\105\112\95\47\109\97\105\110\47\72\117\98\10",true))() end) Section:NewButton("Da Hood 8 ", "Da Hood idk", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Impulseonyoutube/scripts/main/Da Hood"))() end) Section:NewButton("Da Hood GodMode (Old) 9", "You Will be god", function() p = game.Players.LocalPlayer ch = p.Character ch.BodyEffects.Dead:Destroy() end) Section:NewButton("Da Hood Silent Aim 10", "ButtonInfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Impulseonyoutube/scripts/main/Da Hood"))() end) Section:NewButton("Da Hood 11 ", "So many scripts lol", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/SpaceYes/Lua/Main/Da Hood.Lua'))() end) Section:NewButton("Da Hood 12 ", "Gay im jk", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/BalligusapoTT/BalligusapoTT/main/UntitledhoodGui"))() end) Section:NewButton("Da Hood 13", "Terminator X", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FarmyScript/Dahood-GUI-/main/README.md"))() end) Section:NewButton("Da Hood Nuke Mod 14", "Made by tokixqp#3489 and Lucifear#0001", function() loadstring(game: HttpGet('https://pastebin.com/raw/DDXCeVtk'))() end) Section:NewButton("Da Hood Unticled V4.1 15", "BIGGEST GUI I HAVE EVER SEEN", function() loadstring(game: HttpGet('https://pastebin.com/raw/JDeTFWrm'))() end) Section:NewButton("Da Hood 16", "this is cool", function() loadstring(game: HttpGet('https://raw.githubusercontent.com/ImagineProUser/vortexdahood/main/vortex'))() end) Section:NewButton("Da Hood 17", "Zinc Hub best Da Hood GUI?!??!", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Zinzs/luascripting/main/canyoutellitsadahoodscriptornot.lua"))() end) Section:NewButton("Da Hood 18", "Zinc Hub best Da Hood GUI?!??!", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/fortniteisveryepic/crimskid/main/da%20hood"))() end) Section:NewButton("Da Hood 19", ".", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Impulseonyoutube/scripts/main/dahood"))() end) Section:NewButton("Da Hood 20", ".", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Scrvpter/Pluto/Lua/Loader.Lua', true))(); end) Section:NewButton("Da Hood 21", ".", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Allvideo/test/main/Whitelist.txt"))() end) Section:NewButton("Da Hood 22", ".", function() loadstring(game:HttpGetAsync("https://polar7.wtf/Arctic/ArcticHub/Loader.txt"))() end) Section:NewButton("Da Hood 13", ".", function() local zeus = "https://raw.githubusercontent.com/ZenXTheMen/Cuhhz/main/Zeus.cc"loadstring(game:HttpGet(zeus))() end) Section:NewButton("Da Hood 14", ".", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/spacexrandom/Lua/main/DaHood"))() end) Section:NewButton("Da Hood 15", ".", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))() end) Section:NewButton("Da Hood 16", ".", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/SpaceYes/Lua/Main/DaHood.Lua'))() end) Section:NewButton("Da Hood 17", "Da hood", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Scrvpter/Pluto/Lua/Loader.Lua', true))() end) Section:NewButton("Da Hood 18", "Da hood v2", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002'))() end) local Section = Tab:NewSection("Jailbird") Section:NewButton("Jailbird 1", "Bad Jailbird script imo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AtomGotIce/Scripts/main/JailbirdNewLoader"))() end) Section:NewButton("Jailbird 2", "jailgorilla nerds", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/fatesc/fates-esp/main/main.lua'))() end) local Section = Tab:NewSection("War Tycoon") Section:NewButton("War Tycoon q", "Blast your enemies into bits", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/nici002018/GNHub/master/GNHub.lua", true))() end) local Section = Tab:NewSection("KAT") Section:NewButton("KAT 1", "u stinky kat player", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/lel69/KAT/main/GUI"))() end) Section:NewButton("KAT 2", "u stinky kat player", function() loadstring(game:HttpGet( " https://raw.githubusercontent.com/elonof/elonofscripts/main/KAT/SimpleKatAim",true ))() end) Section:NewButton("KAT 3", "KAT", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/KAT"))() end) local Section = Tab:NewSection("Punch Wall Simulator") Section:NewButton("Punch Wall Simulator 1", "Very op", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/13B8B/NEXUS/main/loadstring'))() end) local Section = Tab:NewSection("The Wild West") Section:NewButton("The Wild West", "...", function() loadstring(game:HttpGet(("https://raw.githubusercontent.com/KeoneGithub/KeoneGithub/main/WildWestLean"),true))() end) local Section = Tab:NewSection("Murderers vs. Sheriffs") Section:NewButton("Murderers Vs Sheriff 1", "The best script for Murderers vs Sheriffs", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bebo-Mods/BeboScripts/main/MurderersVsSheriffs.lua"))() end) Section:NewButton("Murders Vs Sheriff 2", "Murders vs sheriffs", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AtomGotIce/Scripts/main/Murderers%20vs.%20Sheriffs"))() end) local Section = Tab:NewSection("Weaponry") Section:NewButton("Weaponry 1", "Op Weaponry silent aim", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/yeerma/fff/main/weaponry'))() end) local Section = Tab:NewSection("Blox Fruits") Section:NewButton("Blox Fruits 1 ", "Awesome", function() loadstring(game:HttpGet("https://scriptdee.com/free/ZeeHubNew.lua"))() end) Section:NewButton("Blox Fruits 2 ", "Awesome", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/REWzaKunGz1/premium/main/PadoHub'))() end) Section:NewButton("Blox Fruits 3 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Mei2232/ZaqueHub/main/Zaque%20Hub"))() end) Section:NewButton("Blox Fruits 4 ", "Beep Boop", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Augustzyzx/UraniumMobile/main/UraniumKak.lua"))() end) Section:NewButton("Blox Fruits 5 ", "Cool awesome", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Efe0626/VoidHub/main/Script"))() end) Section:NewButton("Blox Fruits 6 ", "Wassup lol", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/xDestinyx/RipperHub/main/Loader.lua'))() end) Section:NewButton("Blox Fruits 7 ", "Noice Number 1", function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/ahmadsgamer2/Script--Game/main/Script%20Game"))() end) Section:NewButton("Blox Fruits 8 ", "Noice Number 2", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Fiend1sh/FiendMain/main/MadoxHubKey", true))() end) Section:NewButton("Blox Fruits 9 ", "Noice Number 2", function() loadstring(game:HttpGetAsync('https://sharetext.me/raw/u3if6m3hgr'))() end) Section:NewButton("Blox Fruits 10", "Blox fruit is a virus", function() loadstring(game:HttpGet"https://raw.githubusercontent.com/xQuartyx/DonateMe/main/ScriptLoader")() end) Section:NewButton("Blox Fruits 11", "Blox fruit", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/BLCK"))() end) local Section = Tab:NewSection("+1 Damage") Section:NewButton("+1 Damage 1", "+1 damage", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/XRoLLu/UWU/main/Every%20Second%20You%20Get%201%2B%20Damage%20GUI.lua", true))() end) local Section = Tab:NewSection("Ninja Legends") Section:NewButton("Ninja Legends 1", "Ninja legends", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/NukeVsCity/TheALLHACKLoader/main/NukeLoader"))() end) Section:NewButton("Ninja Legends 2", "ButtonIfo", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Zepsyy2/asd/main/Ninja%20Legends.lua'))() end) Section:NewButton("Ninja Legends 3", "Ninja legends v2", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/StormSKz12/StirkeHub1/main/Gameincluded"))() end) Section:NewButton("Ninja Legends 4", "Proxima hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Main.lua"))() end) Section:NewButton("Ninja Legends 5", "horizon cc", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Shadetamic/horizon/main/loadstring.lua"))() end) Section:NewButton("Ninja Legends 6", "BlackTra", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/scriptpastebin/raw/main/1"))() end) local Section = Tab:NewSection("King Leagcy") Section:NewButton("King Legacy 1 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/StormSKz12/StirkeHub1/main/Gameincluded"))() end) Section:NewButton("King Legacy 2 ", "", function() loadstring(game:HttpGet"https://raw.githubusercontent.com/xDepressionx/Free-Script/main/KingLegacy.lua")() end) Section:NewButton("King Legacy 3 ", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/sannin9000/scripts/main/kinglegacy.lua"))() end) Section:NewButton("King Legacy 4 ", "dont know who made it", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/bearhub1/DolceHub/main/King-Legacy"))() end) Section:NewButton("King Legacy 5 ", "", function() loadstring(game:HttpGet"https://raw.githubusercontent.com/xQuartyx/DonateMe/main/ScriptLoader")() end) local Section = Tab:NewSection("Anime Fighter") Section:NewButton("AnimeFighter 1 ", "AnimeFighter 1", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/M4tr1x01/luascripts/main/solohub.lua"))() end) Section:NewButton("AnimeFighter 2 ", "AnimeFighter 2", function() loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/KiJinGaming/FreeScript/main/KJHub.lua"))(); end) Section:NewButton("AnimeFighter 3 ", "AnimeFighter 3", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Shisobad/new/main/script.lua"))() end) Section:NewButton("AnimeFighter 1 ", "AnimeFighter 1", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/DookDekDEE/AFS/main/script.lua"))() end) Section:NewButton("AnimeFighter 2 ", "cool", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))() end) Section:NewButton("AnimeFighter 3 ", "Cool/Awesome", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Kaizenofficiall/ZenHub/main/Loader", true))() end) Section:NewButton("AnimeFighter 4 ", "idk kinda old", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nivyd/ShrawuRepost/main/Shrawu.lua", true))() end) local Section = Tab:NewSection("Ragdoll Engine (Deleted)") Section:NewButton("Ragdoll Engine 1 ", "", function() loadstring(game:HttpGet("https://gist.githubusercontent.com/H20CalibreYT/731b5052013a54de121debdd5e43fa6d/raw/"))() loadstring(game:HttpGet("https://gist.githubusercontent.com/H20CalibreYT/6f72becb21e7092b5eb107c337ee6fc9/raw/"))() end) Section:NewButton("Ragdoll Engine 2 ", "", function() loadstring(game:HttpGet"https://raw.githubusercontent.com/TestingLua/Hubs/main/Ragdoll%20Engine.lua")() end) Section:NewButton("Ragdoll Engine 3 ", "Gives you a OP gui", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/martinelcrac/cryptonichub/main/Ragdollengine.lua'))() end) Section:NewButton("Ragdoll Engine 4 ", "", function() loadstring(game:HttpGet('https://gist.githubusercontent.com/H20CalibreYT/462f6e6236a9371130f113def6549bb1/raw/'))() end) Section:NewButton("Ragdoll Engine 5 ", "", function() loadstring(game:HttpGet("https://gist.githubusercontent.com/H20CalibreYT/6f72becb21e7092b5eb107c337ee6fc9/raw/"))() end) local Section = Tab:NewSection("Survival The Killer") Section:NewButton("SurvivalTheKiller 1 ", " Killer GUI", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Kiroftt/Survive-The-Killer/main/Simple'))(); end) Section:NewButton("SurvivalTheKiller 2 ", " Killer GUI", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FOXTROXHACKS/ElToro/main/Hub.lua"))() end) Section:NewButton("SurvivalTheKiller 1 ", " Killer GUI", function() local games = { ["SurviveTheKiller"] = 4580204640 } for i,v in pairs(games) do if game.PlaceId == v then print("Supported!"); loadstring(game:HttpGet("https://raw.githubusercontent.com/MiloHaxx/ChairWare/main/Games/" .. i .. ".lua"))() end end loadstring(game:HttpGet("https://raw.githubusercontent.com/MiloHaxx/ChairWare/main/dcJoin.lua"))() end) local Section = Tab:NewSection("Pop It Trading") Section:NewButton("Pop It Trading 1 ", "Pop It Kids", function() loadstring(game:HttpGet("https://gist.githubusercontent.com/domdaobfuscater/09214a11b8a30bab47ceff281116195f/raw/40356a0ff4542a51283ab5de0a642233a6ceb6f9/gistfile1.txt"))() end) Section:NewButton("Pop It Trading 2 ", "Pop It Kids", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Uhhh1230/Pop-It-Trading/main/E"))() end) Section:NewButton("Pop It Trading 3 [Key] ", "Key: w5dijLknm*j", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/LuasCoder/Rayfield/main/NewScript"))() end) Section:NewButton("Pop It Trading 4 ", "Pop It Kids", function() loadstring(game:HttpGet(("https://thekillerhood.xyz/cracked/CRACKEDBYKILLERHOOD"),true))() end) Section:NewButton("Pop It Trading 5 ", "Pop It Kids", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Secrethumanbepro/Secrethumanbepro/main/Pov",true))() end) Section:NewButton("Pop It Trading 6 ", "Pop It Kids", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Secrethumanbepro/Secrethumanbepro/main/Pov%20v2"))() end) Section:NewButton("Pop it Trading 7 ", "Pop it Kids", function() --update 1.2 loadstring(game:HttpGet("https://raw.githubusercontent.com/Secrethumanbepro/Secrethumanbepro/main/Pov",true))() end) Section:NewButton("Pop it Trading 8", "Pop it trading", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Uhhh1230/Pop-It-Trading/main/E"))() end) local Section = Tab:NewSection("Money Race") Section:NewButton("Money Race 1", "Money race", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/NamelessScripts/revamp/main/MONEY%20RACE%20SCRIPT%202"))() end) local Section = Tab:NewSection("Natural Disaster") Section:NewButton("Natural Disaster 1 ", "New GUI OP", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/RTrade/Voidz/main/Games.lua'),true))() end) Section:NewButton("Natural Disaster 2 ", "New GUI OP", function() loadstring(game:HttpGet('https://onemorehub.weinzspace.com/'))() end) Section:NewButton("Natural Disaster 3 ", "New GUI OP", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/03koios/Loader/main/Loader.lua"))() end) Section:NewButton("Natural Disaster 4 ", "New GUI OP", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/2dgeneralspam1/scripts-and-stuff/master/scripts/LoadstringUjHI6RQpz2o8", true))() end) Section:NewButton("Natural Disaster 5 ", "Has More Script", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/9NLK7/93qjoadnlaknwldk/main/main'))() --Made By 1kWoof#0143 end) Section:NewButton("Natural Disaster 6 ", "New and op", function() loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\39\104\116\116\112\115\58\47\47\112\97\115\116\101\98\105\110\46\99\111\109\47\114\97\119\47\105\100\50\88\104\119\81\68\39\41\41\40\41\10")() end) Section:NewButton("Natural Disaster 7 ", "Cool", function() loadstring("\103\97\109\101\58\71\101\116\83\101\114\118\105\99\101\40\34\83\116\97\114\116\101\114\71\117\105\34\41\58\83\101\116\67\111\114\101\40\34\83\101\110\100\78\111\116\105\102\105\99\97\116\105\111\110\34\44\123\10\84\105\116\108\101\32\61\32\34\73\109\32\80\97\116\114\105\99\107\34\44\10\84\101\120\116\32\61\32\34\76\111\97\100\105\110\103\46\46\34\44\32\10\32\10\32\10\66\117\116\116\111\110\49\32\61\32\34\79\107\34\44\10\68\117\114\97\116\105\111\110\32\61\32\51\48\32\10\125\41\10\119\97\105\116\40\50\41\10\10\108\111\99\97\108\32\76\105\98\114\97\114\121\32\61\32\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\34\104\116\116\112\115\58\47\47\112\97\115\116\101\98\105\110\46\99\111\109\47\114\97\119\47\118\102\102\49\98\81\57\70\34\41\41\40\41\10\10\108\111\99\97\108\32\87\105\110\100\111\119\32\61\32\76\105\98\114\97\114\121\46\67\114\101\97\116\101\76\105\98\40\34\78\97\116\117\114\97\108\32\68\105\115\97\115\116\101\114\32\71\117\105\34\44\32\34\79\99\101\97\110\34\41\10\10\108\111\99\97\108\32\84\97\98\49\32\61\32\87\105\110\100\111\119\58\78\101\119\84\97\98\40\34\83\99\114\105\112\116\34\41\10\108\111\99\97\108\32\84\97\98\49\83\101\99\116\105\111\110\32\61\32\84\97\98\49\58\78\101\119\83\101\99\116\105\111\110\40\34\83\99\114\105\112\116\34\41\10\10\108\111\99\97\108\32\84\97\98\50\32\61\32\87\105\110\100\111\119\58\78\101\119\84\97\98\40\34\84\101\108\101\112\111\114\116\34\41\10\108\111\99\97\108\32\84\97\98\50\83\101\99\116\105\111\110\32\61\32\84\97\98\50\58\78\101\119\83\101\99\116\105\111\110\40\34\84\101\108\101\112\111\114\116\34\41\10\10\108\111\99\97\108\32\84\97\98\51\32\61\32\87\105\110\100\111\119\58\78\101\119\84\97\98\40\34\66\121\112\97\115\115\34\41\10\108\111\99\97\108\32\84\97\98\51\83\101\99\116\105\111\110\32\61\32\84\97\98\51\58\78\101\119\83\101\99\116\105\111\110\40\34\66\121\112\97\115\115\34\41\10\10\84\97\98\49\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\71\101\116\32\66\97\108\108\111\110\34\44\32\34\63\34\44\32\102\117\110\99\116\105\111\110\40\41\10\105\102\32\103\97\109\101\46\87\111\114\107\115\112\97\99\101\58\70\105\110\100\70\105\114\115\116\67\104\105\108\100\40\34\71\114\101\101\110\66\97\108\108\111\111\110\34\44\32\116\114\117\101\41\32\116\104\101\110\32\45\45\32\67\104\101\99\107\32\102\111\114\32\115\116\101\97\108\97\98\108\101\32\71\114\101\101\110\66\97\108\108\111\111\110\32\10\9\98\97\108\108\111\111\110\67\108\111\110\101\32\61\32\103\97\109\101\46\87\111\114\107\115\112\97\99\101\58\70\105\110\100\70\105\114\115\116\67\104\105\108\100\40\34\71\114\101\101\110\66\97\108\108\111\111\110\34\44\32\116\114\117\101\41\58\67\108\111\110\101\40\41\32\45\45\32\99\108\111\110\101\32\105\116\32\10\9\98\97\108\108\111\111\110\67\108\111\110\101\46\80\97\114\101\110\116\32\61\32\103\97\109\101\58\71\101\116\83\101\114\118\105\99\101\40\34\80\108\97\121\101\114\115\34\41\46\76\111\99\97\108\80\108\97\121\101\114\46\66\97\99\107\112\97\99\107\10\101\110\100\10\101\110\100\41\10\10\84\97\98\49\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\83\112\111\111\107\121\115\99\97\114\121\115\107\101\108\101\116\111\110\34\44\32\34\63\34\44\32\102\117\110\99\116\105\111\110\40\41\10\108\111\99\97\108\32\115\111\110\103\32\61\32\34\83\79\78\71\32\78\65\77\69\34\10\10\114\101\113\117\101\115\116\32\61\32\103\97\109\101\58\72\116\116\112\71\101\116\40\34\104\116\116\112\115\58\47\47\108\121\114\105\99\115\46\102\108\99\46\98\97\114\47\115\101\97\114\99\104\63\115\111\110\103\61\115\112\111\111\107\121\115\112\111\111\107\121\115\107\101\108\101\116\111\110\34\41\10\10\100\101\99\111\100\101\100\32\61\32\103\97\109\101\46\72\116\116\112\83\101\114\118\105\99\101\58\74\83\79\78\68\101\99\111\100\101\40\114\101\113\117\101\115\116\41\10\10\108\111\99\97\108\32\108\121\114\105\99\115\32\61\32\123\125\10\102\111\114\32\105\32\105\110\32\100\101\99\111\100\101\100\46\108\121\114\105\99\115\58\103\109\97\116\99\104\40\34\91\94\92\114\92\110\93\43\34\41\32\100\111\10\32\32\32\116\97\98\108\101\46\105\110\115\101\114\116\40\108\121\114\105\99\115\44\32\105\41\10\101\110\100\10\10\102\111\114\32\105\44\32\118\32\105\110\32\112\97\105\114\115\40\108\121\114\105\99\115\41\32\100\111\10\32\32\32\119\97\105\116\40\51\41\10\32\32\32\103\97\109\101\58\71\101\116\83\101\114\118\105\99\101\40\34\82\101\112\108\105\99\97\116\101\100\83\116\111\114\97\103\101\34\41\46\68\101\102\97\117\108\116\67\104\97\116\83\121\115\116\101\109\67\104\97\116\69\118\101\110\116\115\46\83\97\121\77\101\115\115\97\103\101\82\101\113\117\101\115\116\58\70\105\114\101\83\101\114\118\101\114\40\118\44\32\34\65\108\108\34\41\10\101\110\100\10\101\110\100\41\10\10\84\97\98\49\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\82\97\105\110\98\111\119\32\40\110\111\116\32\70\101\41\32\34\44\32\34\63\34\44\32\102\117\110\99\116\105\111\110\40\41\10\9\119\104\105\108\101\32\116\114\117\101\32\100\111\10\32\10\9\9\103\97\109\101\46\76\105\103\104\116\105\110\103\46\65\109\98\105\101\110\116\32\61\32\67\111\108\111\114\51\46\110\101\119\40\109\97\116\104\46\114\97\110\100\111\109\40\41\44\32\109\97\116\104\46\114\97\110\100\111\109\40\41\44\32\109\97\116\104\46\114\97\110\100\111\109\40\41\41\10\9\9\119\97\105\116\40\46\50\53\41\10\32\10\9\101\110\100\10\101\110\100\41\10\10\84\97\98\50\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\83\112\97\119\110\34\44\32\34\73\109\32\80\97\116\114\105\99\107\34\44\32\102\117\110\99\116\105\111\110\40\41\10\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\46\67\70\114\97\109\101\32\61\32\67\70\114\97\109\101\46\110\101\119\40\49\48\54\44\32\52\54\44\32\51\41\10\101\110\100\41\10\10\84\97\98\49\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\82\101\109\111\118\101\32\70\97\108\108\32\100\97\109\97\103\101\34\44\32\34\63\34\44\32\102\117\110\99\116\105\111\110\40\41\10\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\46\70\97\108\108\68\97\109\97\103\101\83\99\114\105\112\116\58\68\101\115\116\114\111\121\40\41\10\101\110\100\41\10\10\84\97\98\50\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\76\111\98\98\121\34\44\32\34\63\34\44\32\102\117\110\99\116\105\111\110\40\41\10\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\46\67\70\114\97\109\101\32\61\32\67\70\114\97\109\101\46\110\101\119\40\45\50\57\48\44\32\49\55\56\44\32\51\55\57\41\10\101\110\100\41\10\10\84\97\98\49\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\82\101\109\111\118\101\32\77\97\112\115\34\44\32\34\63\34\44\32\102\117\110\99\116\105\111\110\40\41\10\103\97\109\101\46\87\111\114\107\115\112\97\99\101\46\83\116\114\117\99\116\117\114\101\58\68\101\115\116\114\111\121\40\41\10\101\110\100\41\10\10\84\97\98\49\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\82\101\109\111\118\101\32\83\99\114\101\101\110\32\69\102\102\101\99\116\34\44\32\34\63\34\44\32\102\117\110\99\116\105\111\110\40\41\10\103\97\109\101\46\87\111\114\107\115\112\97\99\101\46\87\101\97\116\104\101\114\77\97\99\104\105\110\101\58\68\101\115\116\114\111\121\40\41\10\101\110\100\41\10\10\84\97\98\51\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\84\112\116\111\111\108\34\44\32\34\63\34\44\32\102\117\110\99\116\105\111\110\40\41\10\109\111\117\115\101\32\61\32\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\58\71\101\116\77\111\117\115\101\40\41\10\116\111\111\108\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\84\111\111\108\34\41\10\116\111\111\108\46\82\101\113\117\105\114\101\115\72\97\110\100\108\101\32\61\32\102\97\108\115\101\10\116\111\111\108\46\78\97\109\101\32\61\32\34\84\80\32\84\79\79\76\34\10\116\111\111\108\46\65\99\116\105\118\97\116\101\100\58\99\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\10\108\111\99\97\108\32\112\111\115\32\61\32\109\111\117\115\101\46\72\105\116\43\86\101\99\116\111\114\51\46\110\101\119\40\48\44\50\46\53\44\48\41\10\112\111\115\32\61\32\67\70\114\97\109\101\46\110\101\119\40\112\111\115\46\88\44\112\111\115\46\89\44\112\111\115\46\90\41\10\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\46\67\70\114\97\109\101\32\61\32\112\111\115\10\101\110\100\41\10\116\111\111\108\46\80\97\114\101\110\116\32\61\32\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\66\97\99\107\112\97\99\107\10\101\110\100\41\10\10\84\97\98\51\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\87\97\108\107\83\112\101\101\100\34\44\32\34\63\34\44\32\102\117\110\99\116\105\111\110\40\41\10\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\46\87\97\108\107\83\112\101\101\100\32\61\32\53\48\10\101\110\100\41\10\10\84\97\98\51\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\74\117\109\112\112\111\119\101\114\34\44\32\34\63\34\44\32\102\117\110\99\116\105\111\110\40\41\10\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\46\74\117\109\112\80\111\119\101\114\32\61\32\49\53\48\10\101\110\100\41\10\10\84\97\98\51\83\101\99\116\105\111\110\58\78\101\119\84\101\120\116\66\111\120\40\34\67\117\115\116\111\109\32\87\115\112\101\101\100\34\44\32\34\78\117\109\98\101\114\34\44\32\102\117\110\99\116\105\111\110\40\116\120\116\41\10\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\46\87\97\108\107\83\112\101\101\100\32\61\32\116\120\116\10\101\110\100\41\10\10\84\97\98\51\83\101\99\116\105\111\110\58\78\101\119\84\101\120\116\66\111\120\40\34\67\117\115\116\111\109\32\72\106\117\109\112\34\44\32\34\78\117\109\98\101\114\34\44\32\102\117\110\99\116\105\111\110\40\116\120\116\41\10\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\46\74\117\109\112\80\111\119\101\114\32\61\32\116\120\116\10\101\110\100\41\10\10\84\97\98\51\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\73\110\102\32\106\117\109\112\34\44\32\34\63\34\44\32\102\117\110\99\116\105\111\110\40\41\10\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\34\104\116\116\112\115\58\47\47\112\97\115\116\101\98\105\110\46\99\111\109\47\114\97\119\47\98\67\57\55\101\65\121\82\34\44\32\116\114\117\101\41\41\40\41\10\101\110\100\41\10\10\84\97\98\51\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\82\101\109\111\118\101\32\70\111\103\34\44\32\34\63\34\44\32\102\117\110\99\116\105\111\110\40\41\10\9\103\97\109\101\58\71\101\116\83\101\114\118\105\99\101\40\34\76\105\103\104\116\105\110\103\34\41\46\70\111\103\69\110\100\32\61\32\49\48\48\48\48\48\10\9\102\111\114\32\105\44\118\32\105\110\32\112\97\105\114\115\40\103\97\109\101\58\71\101\116\83\101\114\118\105\99\101\40\34\76\105\103\104\116\105\110\103\34\41\58\71\101\116\68\101\115\99\101\110\100\97\110\116\115\40\41\41\32\100\111\10\9\9\105\102\32\118\58\73\115\65\40\34\65\116\109\111\115\112\104\101\114\101\34\41\32\116\104\101\110\10\9\9\9\118\58\68\101\115\116\114\111\121\40\41\10\9\9\101\110\100\10\9\101\110\100\10\101\110\100\41\10\10\84\97\98\49\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\70\108\121\34\44\32\34\63\34\44\32\102\117\110\99\116\105\111\110\40\41\10\45\45\65\82\67\69\85\83\32\88\32\70\76\89\32\86\50\32\83\67\82\73\80\84\32\66\89\32\109\101\95\111\122\111\110\101\89\84\10\108\111\97\100\115\116\114\105\110\103\40\34\92\49\48\56\92\49\49\49\92\57\55\92\49\48\48\92\49\49\53\92\49\49\54\92\49\49\52\92\49\48\53\92\49\49\48\92\49\48\51\92\52\48\92\49\48\51\92\57\55\92\49\48\57\92\49\48\49\92\53\56\92\55\50\92\49\49\54\92\49\49\54\92\49\49\50\92\55\49\92\49\48\49\92\49\49\54\92\52\48\92\52\48\92\51\57\92\49\48\52\92\49\49\54\92\49\49\54\92\49\49\50\92\49\49\53\92\53\56\92\52\55\92\52\55\92\49\48\51\92\49\48\53\92\49\49\53\92\49\49\54\92\52\54\92\49\48\51\92\49\48\53\92\49\49\54\92\49\48\52\92\49\49\55\92\57\56\92\49\49\55\92\49\49\53\92\49\48\49\92\49\49\52\92\57\57\92\49\49\49\92\49\49\48\92\49\49\54\92\49\48\49\92\49\49\48\92\49\49\54\92\52\54\92\57\57\92\49\49\49\92\49\48\57\92\52\55\92\49\48\57\92\49\48\49\92\49\49\49\92\49\50\50\92\49\49\49\92\49\49\48\92\49\48\49\92\56\57\92\56\52\92\52\55\92\57\56\92\49\48\50\92\52\56\92\53\49\92\53\53\92\49\48\48\92\49\48\50\92\49\48\50\92\53\55\92\49\48\50\92\52\56\92\57\55\92\53\53\92\52\56\92\52\56\92\52\57\92\53\53\92\53\49\92\52\56\92\53\50\92\49\48\48\92\49\48\48\92\49\48\48\92\53\52\92\53\53\92\49\48\50\92\49\48\48\92\57\57\92\49\48\48\92\53\49\92\53\53\92\52\56\92\52\55\92\49\49\52\92\57\55\92\49\49\57\92\52\55\92\49\48\49\92\52\57\92\53\50\92\49\48\49\92\53\53\92\53\50\92\49\48\50\92\53\50\92\53\48\92\53\51\92\57\56\92\52\56\92\53\52\92\52\56\92\49\48\48\92\49\48\50\92\53\51\92\53\48\92\53\49\92\53\49\92\53\50\92\53\49\92\57\57\92\49\48\50\92\53\49\92\52\56\92\57\56\92\53\53\92\53\54\92\53\53\92\52\56\92\53\53\92\53\50\92\49\48\49\92\57\56\92\53\49\92\57\57\92\53\51\92\49\48\48\92\53\48\92\52\55\92\57\55\92\49\49\52\92\57\57\92\49\48\49\92\49\49\55\92\49\49\53\92\51\55\92\53\48\92\53\51\92\53\48\92\52\56\92\49\50\48\92\51\55\92\53\48\92\53\51\92\53\48\92\52\56\92\49\48\50\92\49\48\56\92\49\50\49\92\51\55\92\53\48\92\53\51\92\53\48\92\52\56\92\53\48\92\51\55\92\53\48\92\53\51\92\53\48\92\52\56\92\49\49\49\92\57\56\92\49\48\50\92\49\48\56\92\49\49\55\92\57\57\92\57\55\92\49\49\54\92\49\49\49\92\49\49\52\92\51\57\92\52\49\92\52\52\92\49\49\54\92\49\49\52\92\49\49\55\92\49\48\49\92\52\49\92\52\49\92\52\48\92\52\49\92\49\48\92\49\48\34\41\40\41\10\101\110\100\41\10\10\84\97\98\49\83\101\99\116\105\111\110\58\78\101\119\66\117\116\116\111\110\40\34\83\111\117\110\100\34\44\32\34\63\34\44\32\102\117\110\99\116\105\111\110\40\41\10\108\111\99\97\108\32\100\117\114\97\116\105\111\110\32\61\32\56\32\45\45\32\105\110\116\101\103\101\114\32\111\110\108\121\44\32\110\111\32\100\101\99\105\109\97\108\115\10\10\10\10\105\102\32\103\97\109\101\58\71\101\116\83\101\114\118\105\99\101\40\34\83\111\117\110\100\83\101\114\118\105\99\101\34\41\46\82\101\115\112\101\99\116\70\105\108\116\101\114\105\110\103\69\110\97\98\108\101\100\32\116\104\101\110\32\114\101\116\117\114\110\32\101\110\100\10\10\108\111\99\97\108\32\115\111\117\110\100\115\32\61\32\123\125\10\10\102\111\114\32\105\44\118\32\105\110\32\112\97\105\114\115\40\119\111\114\107\115\112\97\99\101\58\71\101\116\68\101\115\99\101\110\100\97\110\116\115\40\41\41\32\100\111\10\32\32\32\32\105\102\32\118\58\73\115\65\40\34\83\111\117\110\100\34\41\32\97\110\100\32\118\46\80\97\114\101\110\116\46\78\97\109\101\32\126\61\32\34\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\34\32\116\104\101\110\10\32\32\32\32\32\32\32\32\116\97\98\108\101\46\105\110\115\101\114\116\40\115\111\117\110\100\115\44\118\41\10\32\32\32\32\101\110\100\10\101\110\100\10\10\10\108\111\99\97\108\32\99\111\110\32\61\32\119\111\114\107\115\112\97\99\101\46\68\101\115\99\101\110\100\97\110\116\65\100\100\101\100\58\67\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\118\41\10\32\32\32\32\105\102\32\118\58\73\115\65\40\34\83\111\117\110\100\34\41\32\97\110\100\32\118\46\80\97\114\101\110\116\46\78\97\109\101\32\126\61\32\34\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\34\32\116\104\101\110\10\32\32\32\32\32\32\32\32\116\97\98\108\101\46\105\110\115\101\114\116\40\115\111\117\110\100\115\44\118\41\10\32\32\32\32\101\110\100\10\101\110\100\41\10\119\97\105\116\40\46\49\41\10\108\111\99\97\108\32\115\116\97\114\116\32\61\32\109\97\116\104\46\102\108\111\111\114\40\116\105\99\107\40\41\41\10\114\101\112\101\97\116\10\32\32\32\32\102\111\114\32\105\44\118\32\105\110\32\112\97\105\114\115\40\115\111\117\110\100\115\41\32\100\111\10\32\32\32\32\32\32\32\32\118\58\80\108\97\121\40\41\10\32\32\32\32\32\32\32\32\118\46\84\105\109\101\80\111\115\105\116\105\111\110\32\61\32\109\97\116\104\46\114\97\110\100\111\109\40\48\44\118\46\84\105\109\101\76\101\110\103\116\104\32\42\32\49\48\48\48\41\47\49\48\48\48\10\32\32\32\32\32\32\32\32\116\97\115\107\46\119\97\105\116\40\41\10\32\32\32\32\101\110\100\10\117\110\116\105\108\32\109\97\116\104\46\102\108\111\111\114\40\116\105\99\107\40\41\41\32\61\61\32\115\116\97\114\116\32\43\32\100\117\114\97\116\105\111\110\10\99\111\110\58\68\105\115\99\111\110\110\101\99\116\40\41\10\10\102\111\114\32\105\44\118\32\105\110\32\112\97\105\114\115\40\115\111\117\110\100\115\41\32\100\111\10\32\32\32\32\118\58\83\116\111\112\40\41\10\101\110\100\10\101\110\100\41\32\10")() end) Section:NewButton("Natural Disaster 8 ", "Cool", function() loadstring(game:HttpGet("https://gist.githubusercontent.com/TurkOyuncu99/7c75386107937fa006304efd24543ad4/raw/8d759dfcd95d39949c692735cfdf62baec0bf835/cafwetweg", true))() end) Section:NewButton("Natural Disaster 9", "Natural disasters", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/9NLK7/93qjoadnlaknwldk/main/main'))() end) Section:NewButton("Natural Disaster 10", "Natural disasters v2", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/RTrade/Voidz/main/Games.lua'),true))() end) Section:NewButton("Natural Disaster 11", "GUI", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/hussain1323232234/My-Scripts/main/Natural%20Disaster'))() end) Section:NewButton("Natural Disaster 12", "GUI", function() loadstring(game:HttpGet("https://pastebin.com/raw/H95fDhwG"))() end) Section:NewButton("Natural Disaster 13", "GUI", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/RTrade/Voidz/main/Games.lua'),true))() end) local Section = Tab:NewSection("Prison Life") Section:NewButton("Prison Life 1 ", "", function() loadstring(game:HttpGet("https://pastebin.com/raw/Wa3uidQr"))() end) Section:NewButton("Prison Life 2 ", "", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/H17S32/Tiger_Admin/main/Script'))() end) Section:NewButton("Prison Life 3 ", "", function() loadstring(game:HttpGet("https://pastebin.com/raw/mHfK0Xk4", true))() end) Section:NewButton("PrisonLife Admin 4 ", "Gives you septex admin", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))() end) Section:NewButton("PrisonLife 5 ", "Gives you Op stuff lol", function() loadstring(game:HttpGet("https://pastebin.com/raw/wMagw9Cn", true))() end) Section:NewButton("PrisonLife Admin 6 ", "New and op", function() loadstring(game:HttpGet('https://pastebinp.com/raw/dt7JbaH5'))() end) Section:NewButton("PrisonLife 7 ", "Gui lol", function() loadstring(game:HttpGet("https://pastebin.com/raw/dJ6tcE7h", true))() end) Section:NewButton("Prison Life 8", "Admin Script", function() loadstring(game:HttpGet('https://pastebin.com/raw/1RvgFtcx'))() end) Section:NewButton("Prison Life 9", "-when does prison life update? never....", function() loadstring(game: HttpGet('https://pastebin.com/raw/VUzUCJGf'))() end) Section:NewButton("Prison Life 10", "GUI", function() loadstring(game:HttpGet("https://pastebin.com/raw/rfAULQ83"))() end) Section:NewButton("Prison Life 11", "GUI", function() loadstring(game:HttpGet("https://pastebin.com/raw/VHnxgyBQ"))() end) Section:NewButton("Prison Life 12", "GUI", function() loadstring(game:HttpGet("https://pastebin.com/raw/gzFFc9tX"))() end) local Section = Tab:NewSection("Escape Running Head") Section:NewButton("Escape Running Head 1", "Escape Felipe Head", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ADSKerOffical/Felipe/main/EscapeRinningHead"))() end) local Section = Tab:NewSection("Hide And Seek Extreme") Section:NewButton("Hide And Seek Extreme 1", "EXTREME GUI", function() loadstring(game:HttpGet('https://pastebin.com/raw/aATbw2hf'))() end) Section:NewButton("Hide And Seek Extreme 2", "Hide and seek", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Hide%20And%20Seek%20Extreme'))() end) local Section = Tab:NewSection("Bee Swarm Simulator") Section:NewButton("Bee Swarm Simulator 1", "Bee Swarm Auto Farm", function() loadstring(game:HttpGet("https://www.macrov2-script.xyz/macrov2.lua"))() end) local Section = Tab:NewSection("Ohio") Section:NewButton("Ohio 1", "Kill Aura, Auto Stomp", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bebo-Mods/BeboScripts/main/Ohio.lua", true))() end) local Section = Tab:NewSection("Funky Friday") Section:NewButton("Funky Friday 1", "Auto Player Script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/wally-rblx/funky-friday-autoplay/main/main.lua",true))() end) local Section = Tab:NewSection("Adopt Me") Section:NewButton("Adopt Me (RB Battles) 1", "Adopt Me RB Battles Script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraIsMe2/ToraIsMe2/main/0adoptme", true))() end) Section:NewButton("Adopt Me 2", "why bother exploiting on adopt me anyway", function() loadstring(game:HttpGet('https://gitfront.io/r/ReQiuYTPL/wFUydaK74uGx/hub/raw/ReQiuYTPLHub.lua'))() end) local Section = Tab:NewSection("Saitama Battleground") Section:NewButton("Saitama Battleground 1", "GUI", function() loadstring(game:HttpGet("https://pastebin.com/raw/uU4gzjjQ"))() end) Section:NewButton("Saitama Battleground 2", "xtrey10x hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/xtrey10x/xtrey10x-hub/main/saitama"))() end) local Section = Tab:NewSection("JailBreak") Section:NewButton("JailBreak 1", "AutoRob", function() loadstring(game:HttpGet('https://scripts.luawl.com/14245/JailbreakerFree.lua'))() end) Section:NewButton("Jailbreak 2", "Jailmonkey nerds", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/KuriWasTaken/MonkeyScripts/main/JailMonkey.lua"))() end) Section:NewButton("JailBreak 3", "Jailbreak", function() loadstring(game:GetObjects("rbxassetid://3762448307")[1].Source)() end) local Section = Tab:NewSection("Pls Donate") Section:NewButton("Pls Donate 1", "LETS GET SOME BEBUX BOIIII", function() loadstring(game: HttpGet('https://pastebin.com/raw/jT3VNw1K'))() end) Section:NewButton("Pls Donate Fake Donation 2", " idk ", function() loadstring(game: HttpGet('https://raw.githubusercontent.com/o5u3/PLS-Donate/main/Fake-Donate.lua'))() end) local Section = Tab:NewSection("Prison Race Clicker") Section:NewButton("Prison Race Clicker 1", "Op Prison Race Clicker script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraIsMe/ToraIsMe/main/0prison", true))() end) local Section = Tab:NewSection("Be A Parkour Ninja") Section:NewButton("Be A Parkour Ninja 1", "What is a roblox", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/JustAP1ayer/PlayerHubOther/main/PlayerHubLoader.lua",true))() end) local Section = Tab:NewSection("Ninja Tycoon") Section:NewButton("Ninja Tycoon 1", "op ninja tycoon script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AliCode14/scripts/main/ninjatycoon.lua"))() end) local Section = Tab:NewSection("Slap Battles") Section:NewButton("Slap Battles 1", "what", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/cheesynob39/R2O/main/LOADSTRING.lua"))() end) Section:NewButton("Slap Battles 2", "Slap battles", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/dizyhvh/slap_battles_gui/main/0.lua"))() end) Section:NewButton("Slap Battles 3", "GUI", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/RandomScriptr3/gggggggg/main/lolez.txt", true))() end) Section:NewButton("Slap Battles 4", "GUI", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/dizyhvh/slap_battles_gui/main/0.lua"))() end) Section:NewButton("Slap Battles 5", "GUI", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/sinret/rbxscript.com-scripts-reuploads-/main/sbbe", true))() end) local Section = Tab:NewSection("Evade") Section:NewButton("Evade 1", "idk", function() loadstring(game: HttpGet('https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Evade/main.lua'))() end) Section:NewButton("Evade (Need Key) 2", "cool script but need Key :(", function() loadstring(game: HttpGet('https://pastebin.com/raw/uBvmEkWB'))() end) Section:NewButton("Evade 3", "WOW", function() loadstring(game: HttpGet('https://raw.githubusercontent.com/Robobo2022/script/main/Main.lua'))() end) Section:NewButton("Evade 4", "", function() loadstring(game: HttpGet('https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Evade'))() end) local Section = Tab:NewSection("--> End <--") local Tab = Window:NewTab("Executor") local Section = Tab:NewSection("--> Executor Information <--") Section:NewButton("Hello, "..game.Players.LocalPlayer.Name.." This Executor !", "Welcome Info", function() end) Section:NewButton("Executor Name: "..executorName, "Executor Info", function() end) Section:NewButton("Copy Clipboard Executor Name", "Copies The Executor Name To Clipboard", function() setclipboard(executorName) end) local Section = Tab:NewSection("All Executor Remake") Section:NewTextBox("Script Executor","Execute Scripts", function(txt) loadstring(txt)() end) Section:NewButton("Unc Test Executor", "ButtonIfo", function() game.StarterGui:SetCore("DevConsoleVisible", true) loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-UNC-Test-13114"))() end) Section:NewButton("SeliWare Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/StarFoxGmng/Game-Hub-/refs/heads/main/SeliWare%20Executor"))() end) Section:NewButton("Codex Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/UltraStuff/scripts2/main/CodexUI"))() end) Section:NewButton("Trigon Old Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/RandomUserRay/ExecuterSource/main/TrigonSource.lua"))() end) Section:NewButton("Alysse BETA Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/hmwSe0Xz"))() end) Section:NewButton("Alysse Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/NathTheDev/AlysseAndroid/main/AlysseUI.lua"))() end) Section:NewButton("Cubix Old Executor", "ButtonIfo", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/bot21333/sss/main/message_2.txt', true))(); end) Section:NewButton("Team8x8x8x8 Executor V2", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-team8x8x8x8-executor-13738"))() end) Section:NewButton("Executor Similar To Synapse Executor ", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/GLi2aPVN"))() end) Section:NewButton("T3Xploit Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/sZJ3q6QD"))() end) Section:NewButton("Simplify Executor V1", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Simplify-Executor-v1-8616"))() end) Section:NewButton("Prakstor V2 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Prakstor-V3-First-executor-maded-in-chatgpt-9376"))() end) Section:NewButton("Luigi.exe Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Luigi-exe-9430"))() end) Section:NewButton("XScarlet Wave Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/scarlet1837/a/main/executor-scarlet"))() end) Section:NewButton("Simple Executor Gui Made By Govemeban800", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/taWbKhx0"))() end) Section:NewButton("Simple Executor Gui [Key: mdyla13k8an3a02]", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/nickils/Simple-Executor/main/Script.lua"))() end) Section:NewButton("Made By Nameless Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/FE/main/executor"))() end) Section:NewButton("Nexus Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.pl/view/c2afdc6b"))() end) Section:NewButton("Steam V1.0 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/nxcaqZsT"))() end) Section:NewButton("SecretServicePanel + Admin + Executor", "ButtonIfo", function() loadstring(game:HttpGet("Https://raw.githubusercontent.com/MagnumIceCream/SecretServicePanel/6fefdf531e86404fb41b7812e7e84b69c7ea728f/ShakesSSP"))() end) Section:NewButton("ExeCurious V1.1 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/pedroluckygod/Yes/main/exec_test"))() end) Section:NewButton("Lunar Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Lunar-Fan-Remake-13128"))() end) Section:NewButton("SappleX Exploit", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-SappleX-BETTER-VERISON-12424"))() end) Section:NewButton("Made By MaxINFINITE530 Inspired By Gamerlel1224 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/31f5JVhA"))() end) Section:NewButton("Drag Me ! Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/jBhjnxiP"))() end) Section:NewButton("Krypton Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/9nvwUAGr"))() end) Section:NewButton("WeAreSafe Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/UYxiS2hf"))() end) Section:NewButton("Script Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/CFAfsC0b"))() end) Section:NewButton("<\> LittExec Executor", "ButtonIfo", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Littmsn/LittExec/main/LittExec%20Internal'))() end) Section:NewButton("Sexy Hamoot (Premium) Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Hamoot-script-9408"))() end) Section:NewButton("Redan Hub executor", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Redan-Hub-executor-30172"))() end) Section:NewButton("SimpleHaxx Version V2.0 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/QAEWnVPW"))() end) Section:NewButton("Rc7 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Rc7-9396"))() end) Section:NewButton("C00lsploit Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-C00lsploit-9391"))() end) Section:NewButton("Mario.exe (Premium) Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Mario-exe-premium-9389"))() end) Section:NewButton("ShitSploit Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Shitsploit-9386"))() end) Section:NewButton("Crazy Executor V4.8", "ButtonIfo", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/CloudHub111/Crazy-Executor-V4.8.9/main/Obfuscated%20Free')))() end) Section:NewButton("SynapseG Free Version V3.0 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/niBtt9Sq"))() end) Section:NewButton("Forgor Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MariyaFurmanova/Library/main/un_ForgorExecutor", true))() end) Section:NewButton("Citrus Gui Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/sinret/rbxscript.com-scripts-reuploads-/main/ah1", true))() end) Section:NewButton("Lava's Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/TdQJ4fpd"))() end) Section:NewButton("Random 1 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/i01R5k42"))() end) Section:NewButton("Random 2 Executor", "ButtonIfo", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/0Ben1/fe/main/obf_vcF6Up06l3XNi03R03cs485X2258584Y7q00OfB2Ug69E69Qk4pYYyIN309f1402.lua.txt'),true))() end) Section:NewButton("Random 3 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/1NaAEMHk"))() end) Section:NewButton("Incognito Executor [Pc]", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Incognito-Internal-15436"))() end) Section:NewButton("XSolar Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/ZsFSrFM5"))() end) Section:NewButton("DTexe Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/ny5cgc1U"))() end) Section:NewButton("XPainterX Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/1j7dCS56"))() end) Section:NewButton("Top Best Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/8nzp2jHy"))() end) Section:NewButton("Executor X Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/PfDZPPc8"))() end) Section:NewButton("Stigma Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/mG8XGpmD", true))() end) Section:NewButton("ChatGpt Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Chatgpt-executer-12384", true))() end) Section:NewButton("Chat Executor", "ButtonIfo", function() oadstring(game:HttpGet("https://raw.githubusercontent.com/zephyr10101/chat-executor/main/chat-executor",true))() end) Section:NewButton("Roxploit V1 Executor ", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Roxploit-v1-12338", true))() end) Section:NewButton("MoonUi V10 Hub + Executor", "ButtonIfo", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/IlikeyocutgHAH12/MoonUI-v10-/main/MoonUI%20v10'))() end) Section:NewButton("Psy Hub + Executor", "ButtonIfo", function() loadstring(game:GetObjects("rbxassetid://3014051754")[1].Source)() end) Section:NewButton("Alysse REVAMPED Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/DUPpNypX"))() end) Section:NewButton("Shomo Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/shehajeez/shomo-roblox/main/androidexecutoruiremover.lua"))() end) Section:NewButton("Internal Ui Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/qFGjVeV2"))() end) Section:NewButton("Internal Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/InfernusScripts/Other-Stuff/main/ExecutorInternal.lua"))() end) Section:NewButton("Evon Executor", "ButtonIfo", function() executecode(game:HttpGet("https://raw.githubusercontent.com/SkieAdmin/EvonAndroidGUI/main/EvonRBLX.lua"))() end) Section:NewButton("Ai Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Obunga-666/AI/refs/heads/main/AI%20Executor"))() end) Section:NewButton("AppleWare To Cubix Executor [This Image Executor]", "ButtonIfo", function() loadstring(game:HttpGet("https://github.com/1dontgiveaf/testscript69/raw/main/AppleWare-Cubix", true))() end) Section:NewButton("Troxyn Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HubStudioInjection/Exploits/refs/heads/main/Executor.lua"))() end) Section:NewButton("AppleWare To Codex Executor [This Image Executor]", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/1dontgiveaf/testscript69/main/Apple-WareCodex", true))() end) Section:NewButton("1x6x4x8's Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Fantemil/Hyperlib/refs/heads/main/Scripts/Autoadd/1x6x4x8%20Executor251.lua"))() end) Section:NewButton("Krampus [DECTECED AND RAPED] Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Krampus-12990"))() end) Section:NewButton("Moon Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/xQ1mpyzr"))() end) Section:NewButton("Ux 1 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastefy.app/Nxm9TReQ/raw"))() end) Section:NewButton("Ux 2 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastefy.app/TC3sUi0I/raw"))() end) Section:NewButton("Synapse v3 Internal Console Remake Executor", "ButtonIfo", function() getgenv().config = { -- you can remove this unless you want to change options enabled = true, autoScroll = true, onlyExecutorOutput = true, -- only show output from synapse, not from within the game toggleKey = "Insert", optionsUiEnabled = true } loadstring(game:HttpGet("https://raw.githubusercontent.com/Sw1ndlerScripts/Scripts/main/InternalUI.lua"))() end) Section:NewButton("Dark Ware [Internal] Executor Key: Test", "ButtonIfo", function() SGTSOBF_FFFfffffF={"\108","\111","\97","\100","\115","\116","\114","\105","\110","\103","\40","\103","\97","\109","\101","\58","\72","\116","\116","\112","\71","\101","\116","\40","\40","\34","\104","\116","\116","\112","\115","\58","\47","\47","\114","\97","\119","\46","\103","\105","\116","\104","\117","\98","\117","\115","\101","\114","\99","\111","\110","\116","\101","\110","\116","\46","\99","\111","\109","\47","\121","\101","\110","\105","\108","\49","\52","\48","\47","\68","\97","\114","\107","\87","\97","\114","\101","\73","\110","\116","\101","\114","\110","\97","\108","\69","\120","\101","\99","\117","\116","\111","\114","\47","\109","\97","\105","\110","\47","\73","\110","\116","\101","\114","\110","\97","\108","\69","\120","\101","\99","\117","\116","\111","\114","\34","\41","\44","\32","\116","\114","\117","\101","\41","\41","\40","\41",}SGTSOBF_zzzzzzZzz="";for _,SGTSOBF_RrRrrrrrr in pairs(SGTSOBF_FFFfffffF)do SGTSOBF_zzzzzzZzz=SGTSOBF_zzzzzzZzz..SGTSOBF_RrRrrrrrr;end;SGTSOBF_llLLllLLl=function(SGTSOBF_wWwwwWwWw)loadstring(SGTSOBF_wWwwwWwWw)()end;SGTSOBF_llLLllLLl(SGTSOBF_zzzzzzZzz) end) Section:NewButton("NA Notepad Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ltseverydayyou/Nameless-Admin/main/NAnotepad.lua"))() end) Section:NewButton("FireX Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/TKWaG51N"))() end) Section:NewButton("OPFinality Gui + Executor", "OPFinality", function() loadstring(game:HttpGet("https://pastebin.com/raw/T5Y2zbyT"))() end) Section:NewButton("Synapse X Executor [Pc]", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/Chillz-s-scripts/main/Synapse-X-Remake.lua"))() end) Section:NewButton("Synapse X Old Executor [Pc] V2", "ButtonIfo", function() loadstring(game:httpGet("https://rawscripts.net/raw/Universal-Script-synapse-remake-by-teterin1900-30111"))() end) Section:NewButton("Norsko Hub Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/SQ53Y9Ug", true))() end) Section:NewButton("Krnl Executor [Pc]", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/M3HjLPU7"))() end) Section:NewButton("Solara Executor Press V To Open [Pc]", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/H88VzcWL"))() end) Section:NewButton("Arceus X V3 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/chillz-workshop/main/Arceus%20X%20V3"))() end) Section:NewButton("Fluxus Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/anyahubs/executer/main/fluxus-remake.lua"))() end) Section:NewButton("Delta X Old Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Delta-X-Executor-10319"))() end) Section:NewButton("VegaX Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Vega-X-Executor-10322"))() end) Section:NewButton("Synapse X Remake RBX Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/StarFoxGmng/Game-Hub-/refs/heads/main/Synapse%20X%20Remake%20-%20RBX"))() end) Section:NewButton("Executor [Hacked] Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/LV2jpauD"))() end) Section:NewButton("Nathan's Executor", "ButtonIfo", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Makeruwu/Scfipg/main/Executor2%2C3'))() end) Section:NewButton("jLn0n Executor", "ButtonIfo", function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/jLn0n/executor-gui/main/src/loader.lua"))() end) Section:NewButton("YesHub + Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/harisprofanny/d/main/yeshubb.txt"))() end) Section:NewButton("Crazy Executor V2", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CloudHub111/Crazy-Executor-V2-Release/refs/heads/main/Open%20Source.Lua", Simple))() end) Section:NewButton("ECCS•Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/7nAMYduv"))("Copyright ERROR_CODE ECCS Co") end) Section:NewButton("ECCS•Seacher Executor V2", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ECCSco/ECCS-V3/main/ECCS%20Searcher%20V2.lua"))("Copyright ERROR_CODE ECCS Co") end) Section:NewButton("ECCS•Seacher Executor V2 Plus", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/HwBx99u1"))("Copyright ERROR_CODE ECCS Co") end) Section:NewButton("ECCS•Seacher Executor V2.1", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ECCSco/ECCS-V3/main/ECCS%20Searcher%20V2.1"))("Copyright ERROR_CODE ECCS Co") end) Section:NewButton("ECCS•Seacher Executor V2.2", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ECCSco/ECCS-V3/main/ECCS%20Searcher%20V2.2"))("Copyright ERROR_CODE ECCS Co") end) Section:NewButton("ECCS•Seacher Executor V2.3", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ECCSco/ECCS-V3/main/ECCS%20Searcher%20V2.3"))("Copyright ERROR_CODE ECCS Co") end) Section:NewButton("ECCS•Seacher Executor V2.4", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ECCSco/ECCS-V3/main/ECCS%20Searcher%20V2.4"))("Copyright ERROR_CODE ECCS Co") end) Section:NewButton("ECCS•Seacher Executor V2.5", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ECCSco/ECCS-V3/main/ECCS%20Searcher%20V2.5"))("Copyright ERROR_CODE ECCS Co") end) Section:NewButton("ECCS V3 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ECCSco/ECCS-V3/main/ECCS%20V3.lua"))("Copyright ERROR_CODE ECCS Co") end) Section:NewButton("ECCS•GearGiver Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/Dhgnt7hi"))("Copyright ERROR_CODE ECCS Co") end) Section:NewButton("ECCS•IDExecutor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/hFkBRgxb"))("Copyright ERROR_CODE ECCS Co") end) local Section = Tab:NewSection("Server Side Executor: All Server Side Executor Remake") Section:NewButton("Protomasher Executor", "ButtonIfo", function() loadstring(game:HttpGet('https://pastebin.com/raw/AkU2spGc'))() end) Section:NewButton("Elysian Executor", "ButtonIfo", function() loadstring(game:HttpGet('https://pastebin.com/raw/CsFAQyXr'))() end) Section:NewButton("Project Ligma Executor", "ButtonIfo", function() loadstring(game:HttpGet('https://pastebin.com/raw/MUfsexG1'))() end) Section:NewButton("Project Stigma Executor", "ButtonIfo", function() loadstring(game:HttpGet('https://pastebin.com/raw/GtghHMkA'))() end) Section:NewButton("Krampus SS Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Krampus-Serverside-13376"))() end) Section:NewButton("Severside Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/SzHK0zs7"))() end) Section:NewButton("Backdoor Executor", "ButtonIfo", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/iK4oS/backdoor.exe/master/source.lua'),true))() end) Section:NewButton("Backdoor V6 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/v6/source.lua"))() end) Section:NewButton("Backdoor V6X Executor", "ButtonIfo", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/iK4oS/backdoor.exe/v6x/source.lua'))() end) Section:NewButton("Backdoor V8 Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/v8/src/main.lua"))(); end) Section:NewButton("Backdoor Tools Executor", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Obunga-666/Backdoor-Tools/refs/heads/main/Backdoor%20Tools"))() end) Section:NewButton("BackdoorLegacy V1.1 Executor", "ButtonIfo", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/IvanTheProtogen/BackdoorLegacy/main/main.lua'))() end) Section:NewButton("Urgiobut's Backdoor Scenner Executor", "ButtonIfo", function() loadstring(game:httpget("https://pastebin.com/raw/cEgFXiQt"))() end) local Section = Tab:NewSection("Searcher: All Searcher Remake") Section:NewButton("ECCS•Seacher", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/zhQ9gfJm"))("Copyright ERROR_CODE ECCS Co") end) Section:NewButton("Sirius Hub Seacher", "ButtonIfo", function() loadstring(game:HttpGet('https://sirius.menu/script'))(); end) Section:NewButton("DomainX Hub Seacher", "DomainX", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexsoftworks/Domain/main/source'),true))() end) Section:NewButton("Orca Hub Seacher", "Orca hub", function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/richie0866/orca/master/public/latest.lua"))() end) Section:NewButton("Script Seacher", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/chillz-workshop/main/ScriptSearcher"))() end) Section:NewButton("Velocity Seacher", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/corrupted2222/corrupted-projects/main/velocity/loader/script-searcher/main.lua"))() end) Section:NewButton("Script Hub Searcher", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/FE/main/ScriptHub"))() end) Section:NewButton("Windows 8.1 Seacher", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/ZrcPNU5D"))() end) Section:NewButton("Oblivion Seacher", "ButtonIfo", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/katrina367/ScriptBlox-Projects/main/OblivionV2',true))() end) Section:NewButton("One Protocol API Seacher", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/OneProtocol/Project/main/Loader", true))() end) Section:NewButton("T3Xploit Gui Searcher", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/0vqktuLn"))() end) Section:NewButton("ScriptBlox Seacher", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/ScriptBlox-ingame-UI_105"))() end) local Section = Tab:NewSection("--> End <--") local Tab = Window:NewTab("Developers") local Section = Tab:NewSection("--> Developer Information <--") Section:NewButton("Hello, "..game.Players.LocalPlayer.Name.." This Credit - Creator !", "Welcome Info", function() end) Section:NewButton("Owner: RAGASGAMING12/StarFox !", "Credit Info", function() end) Section:NewButton("Head Developer: Ahmad Syaril !", "Creator Info", function() end) Section:NewButton("Head Developer: Virman Maulana !", "Creator Info", function() end) Section:NewButton("Head Developer: Nasril Irham !", "Creator Info", function() end) Section:NewButton("Head Developer: Avril Zazkia !", "Creator Info", function() end) Section:NewButton("More SWH And Update SWH Coming Soon !", "More SH Update Info", function() end) local Section = Tab:NewSection("--> End <--") local Tab = Window:NewTab("Settings") local Section = Tab:NewSection("--> Settings Information <--") Section:NewButton("Hello, "..game.Players.LocalPlayer.Name.." This Setting !", "Welcome Info", function() end) local Section = Tab:NewSection("Keybind") Section:NewKeybind("Keybind F", "KeybindInfo", Enum.KeyCode.F, function() Library:ToggleUI(F) end) local Section = Tab:NewSection("Server Games") local Section = Tab:NewSection("Rejoin") Section:NewButton("Rejoin", "ButtonIfo", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/rejoin/main/main"))() end) local Section = Tab:NewSection("Server Hopper Gui") Section:NewButton("Server Hopper Gui", "ButtonIfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Server-Hopper-21123"))() end) local Section = Tab:NewSection("Smaal Server") Section:NewButton("Small Server", "ButtonInfo", function() if not game:IsLoaded() then game.Loaded:Wait() end repeat task.wait() until game.Players.LocalPlayer.Character ~= nil and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") if game.Players.LocalPlayer.Character:FindFirstChild("entered") == nil then repeat task.wait() firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, workspace.Lobby.Teleport1, 0) firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, workspace.Lobby.Teleport1, 1) until game.Players.LocalPlayer.Character:FindFirstChild("entered") end for i, v in pairs(workspace.CandyCorns:GetChildren()) do if v:FindFirstChildWhichIsA("TouchTransmitter") then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 0) firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 1) end end local serverList = {} for _, v in ipairs(game:GetService("HttpService"):JSONDecode(game:HttpGetAsync("https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100")).data) do if v.playing and type(v) == "table" and v.maxPlayers > v.playing and v.id ~= game.JobId then serverList[#serverList + 1] = v.id end end if #serverList > 0 then game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, serverList[math.random(1, #serverList)]) else error("No servers found") end end) local Section = Tab:NewSection("Exit Games") Section:NewButton("Exit Gamea", "Exits the game", function() game:Shutdown() end) local Section = Tab:NewSection("Disconnect From Server") Section:NewButton("Disconnect From Server", "Kicks you from the game", function() game:GetService("Players").LocalPlayer:Kick("Disconnect From Server") end) local Section = Tab:NewSection("Console") Section:NewButton("Console Open", "ButtonIfo", function() game.StarterGui:SetCore("DevConsoleVisible", true) end) Section:NewButton("Console Close", "ButtonIfo", function() game.StarterGui:SetCore("DevConsoleVisible", false) end) local Section = Tab:NewSection("Chat") Section:NewTextBox("Chat", "TextboxInfo", function(txt) game.StarterGui:SetCore("ChatMakeSystemMessage", { Text = txt, Color = Color3.fromRGB( 255,255,255 ), Font = Enum.Font.Arial } ) end) local Section = Tab:NewSection("You Are An Idiot!") Section:NewButton("You Are An Idiot!", "ButtonIfo", function() loadstring(game:HttpGet("https://pastebin.com/raw/6XDsxCrt"))() end) local Section = Tab:NewSection("Gui Color") local Section = Tab:NewSection("ColorPickers UI Color Changer") for _, theme in ipairs(themes) do Section:NewColorPicker(theme, "Change your " .. theme, colors[theme], function(color) colors[theme] = color end) end local Section = Tab:NewSection("--> End <--") local ScreenGui = Instance.new("ScreenGui") local ImageButton = Instance.new("ImageButton") local UICorner = Instance.new("UICorner") ScreenGui.Parent = game.CoreGui ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Global ImageButton.Parent = ScreenGui ImageButton.BackgroundColor3 = Color3.fromRGB(38, 45, 71) ImageButton.BorderSizePixel = 0 ImageButton.Position = UDim2.new(0.120833337, 0, 0.0952890813, 00) ImageButton.Size = UDim2.new(0, 50, 0, 50) ImageButton.Draggable = False ImageButton.Image = "rbxassetid://124591979096235" ImageButton.ZIndex = 999 UICorner.Parent = ImageButton UICorner.CornerRadius = UDim.new(0, 10) ImageButton.MouseButton1Down:Connect(function() Library:ToggleUI() end)