--Made by : https://v3rmillion.net/member.php?action=profile&uid=507120 --Go vouch release thread : https://v3rmillion.net/showthread.php?tid=1040650 local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))() local w = library:CreateWindow("Chaos Gui V2") -- Creates the window local b = w:CreateFolder("Fe Bypass") -- Creates the folder(U will put here your buttons,etc) local a = w:CreateFolder("Script Fe") -- Creates the folder(U will put here your buttons,etc) local r = w:CreateFolder("Guis") -- Creates the folder(U will put here your buttons,etc) local p = w:CreateFolder("More") -- Creates the folder(U will put here your buttons,etc) local t = w:CreateFolder("Gears") -- Creates the folder(U will put here your buttons,etc) local u = w:CreateFolder("Settings") -- Creates the folder(U will put here your buttons,etc) b:Label("By Unknow",{ TextSize = 25; -- Self Explaining TextColor = Color3.fromRGB(255,255,255); -- Self Explaining BgColor = Color3.fromRGB(69,69,69); -- Self Explaining }) b:Button("Console Flooder",function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Console-Flooder-24471"))() end) b:Button("Chat Bypass",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AnnaRoblox/AnnaBypasser/refs/heads/main/AnnaBypasser.lua",true))() end) b:Button("Kill All",function() loadstring(game:HttpGet("https://pastebin.com/raw/zqyDSUWX"))() end) b:Button("Fe Bypass",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/hi822010/Fe-Bypass/refs/heads/main/Fe%20bypass"))() end) b:Button("Tool Gamepass",function() loadstring(game:HttpGet(('https://pastefy.app/VYIAk3o1/raw'),true))() end) a:Button("Chill",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/hi822010/UTG/refs/heads/main/ChillFe.lua"))() end) a:Button("Goner",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/hi822010/UTG/refs/heads/main/goner.lua"))() end) a:Button("Server Admin",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/hi822010/UTG/refs/heads/main/serveradmin.lua"))() end) a:Button("Krystal Dance V2",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/hi822010/UTG/refs/heads/main/Krystal%20Dance%20V2.lua"))() end) a:Button("kartic",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/hi822010/UTG/refs/heads/main/kartic.lua"))() end) r:Button("1x1x1x1 Gui Modded",function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-1X1X1X1-GUI-MODDED-changed-the-names-and-messages-10246"))() end) r:Button("C00lgui",function() loadstring(game:GetObjects("rbxassetid://8127297852")[1].Source)() end) r:Button("1x1x1x1 Blue Gui",function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-1x1x1x1-blue-gui-21876"))() end) r:Button("Boss_JKLO Gui",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/hi822010/Boss/refs/heads/main/Bidhdhdjdjxn"))() end) r:Button("legacy",function() loadstring(game:GetObjects("rbxassetid://1683559539")[1].Source)() end) p:Slider("Speed",{ min = 1; -- min value of the slider max = 9999999; -- max value of the slider precise = true; -- max 2 decimals },function(value) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value end) p:Slider("Jump",{ min = 1; -- min value of the slider max = 99999999; -- max value of the slider precise = true; -- max 2 decimals },function(value) game.Players.LocalPlayer.Character.Humanoid.JumpPower = value end) p:Slider("Gravity",{ min = 1; -- min value of the slider max = 9999999; -- max value of the slider precise = true; -- max 2 decimals },function(value) wait() game.workspace.Gravity = value end) p:Toggle("Fullbright",function(bool) shared.toggle = bool loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-fullbright-1324"))() end) t:Button("Giver UFO and Rocket Ship",function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Free-Personal-UFO-and-Personal-Rocketship-27380"))() end) u:Button("Destroy Gui",function() u:DestroyGui() end)