local gui = Instance.new("ScreenGui") gui.Name = "beta" gui.Parent = game.CoreGui local Frame_1 = Instance.new("Frame") Frame_1.Size = UDim2.new(0.0, 599, 0.0, 29) Frame_1.Position = UDim2.new(0.0, 0, 0.0, 0) Frame_1.BackgroundColor3 = Color3.new(1, 1, 1) Frame_1.BorderColor3 = Color3.new(0, 0, 0) Frame_1.BorderSizePixel = 0 Frame_1.Active = true Frame_1.BackgroundTransparency = 0 Frame_1.Draggable = true Frame_1.Parent = gui local UICorner = Instance.new("UICorner") UICorner.CornerRadius = UDim.new(0, 9) UICorner.Parent = Frame_1 local Frame_2 = Instance.new("Frame") Frame_2.Size = UDim2.new(0.0, 599, 0.0, 350) Frame_2.Position = UDim2.new(0.0, 0, 0.9, -9) Frame_2.BackgroundColor3 = Color3.new(1, 1, 1) Frame_2.BorderColor3 = Color3.new(0, 0, 0) Frame_2.BorderSizePixel = 0 Frame_2.Active = false Frame_2.BackgroundTransparency = 0 Frame_2.Draggable = true Frame_2.Parent = Frame_1 Frame_2.ClipsDescendants = true local UICorner = Instance.new("UICorner") UICorner.CornerRadius = UDim.new(0, 9) UICorner.Parent = Frame_2 local TextLabel_1 = Instance.new("TextLabel") TextLabel_1.Size = UDim2.new(0.2, 89, 0.9, 3) TextLabel_1.Position = UDim2.new(0.0, 0, 0.0, 0) TextLabel_1.BackgroundColor3 = Color3.new(0, 0, 0) TextLabel_1.BorderColor3 = Color3.new(0, 0, 0) TextLabel_1.BorderSizePixel = 0 TextLabel_1.Text = "Fancykid Executor" TextLabel_1.BackgroundTransparency = 1 TextLabel_1.TextColor3 = Color3.fromRGB(32, 58, 86) TextLabel_1.TextSize = 13 TextLabel_1.Parent = Frame_1 local Exit_1 = Instance.new("TextButton") Exit_1.Size = UDim2.new(0.0, 29, 0.9, 3) Exit_1.Position = UDim2.new(0.9, 23, 0.0, 0) Exit_1.BackgroundColor3 = Color3.new(1, 0, 0) Exit_1.BorderColor3 = Color3.new(0, 0, 0) Exit_1.BorderSizePixel = 0 Exit_1.Text = "X" Exit_1.BackgroundTransparency = 1 Exit_1.TextColor3 = Color3.fromRGB(32, 58, 86) Exit_1.TextSize = 10 Exit_1.Parent = Frame_1 Exit_1.MouseButton1Click:Connect(function() Frame_1:Remove() end) local CloseOpen_1 = Instance.new("TextButton") local CloseOpen_2 = Instance.new("TextButton") CloseOpen_2.Size = UDim2.new(0.0, 29, 0.9, 3) CloseOpen_2.Position = UDim2.new(0.9, -49, 0.0, 0) CloseOpen_2.BackgroundColor3 = Color3.new(0, 0, 0) CloseOpen_2.BorderColor3 = Color3.new(0, 0, 0) CloseOpen_2.BorderSizePixel = 1 CloseOpen_2.Text = "–" CloseOpen_2.BackgroundTransparency = 1 CloseOpen_2.TextColor3 = Color3.fromRGB(32, 58, 86) CloseOpen_2.TextSize = 13 CloseOpen_2.Parent = Frame_1 CloseOpen_2.Visible = false CloseOpen_2.MouseButton1Click:Connect(function() Frame_2:TweenSize(UDim2.new(0.0, 599, 0.0, 350), "Out", "Linear", 0.1, false) CloseOpen_1.Visible = true CloseOpen_2.Visible = false end) CloseOpen_1.Size = UDim2.new(0.0, 29, 0.9, 3) CloseOpen_1.Position = UDim2.new(0.9, -49, 0.0, 0) CloseOpen_1.BackgroundColor3 = Color3.new(0, 0, 0) CloseOpen_1.BorderColor3 = Color3.new(0, 0, 0) CloseOpen_1.BorderSizePixel = 1 CloseOpen_1.Text = "–" CloseOpen_1.BackgroundTransparency = 1 CloseOpen_1.TextColor3 = Color3.fromRGB(32, 58, 86) CloseOpen_1.TextSize = 13 CloseOpen_1.Parent = Frame_1 CloseOpen_1.Visible = true CloseOpen_1.MouseButton1Click:Connect(function() Frame_2:TweenSize(UDim2.new(0.0, 599, 0.0, 0), "Out", "Linear", 0.1, false) CloseOpen_1.Visible = false CloseOpen_2.Visible = true end) local FakeButton_1 = Instance.new("TextLabel") FakeButton_1.Size = UDim2.new(0.0, 29, 0.9, 3) FakeButton_1.Position = UDim2.new(0.9, -49, 0.0, 0) FakeButton_1.BackgroundColor3 = Color3.new(0, 0, 0) FakeButton_1.BorderColor3 = Color3.new(0, 0, 0) FakeButton_1.BorderSizePixel = 1 FakeButton_1.Text = "–" FakeButton_1.BackgroundTransparency = 1 FakeButton_1.TextColor3 = Color3.fromRGB(32, 58, 86) FakeButton_1.TextSize = 13 FakeButton_1.Parent = Frame_1 FakeButton_1.Visible = false local FullScreen_1 = Instance.new("TextButton") FullScreen_1.Size = UDim2.new(0.0, 29, 0.9, 3) FullScreen_1.Position = UDim2.new(0.9, -11, 0.0, 0) FullScreen_1.BackgroundColor3 = Color3.new(0, 0, 0) FullScreen_1.BorderColor3 = Color3.new(0, 0, 0) FullScreen_1.BorderSizePixel = 0 FullScreen_1.Text = "□" FullScreen_1.BackgroundTransparency = 1 FullScreen_1.TextColor3 = Color3.fromRGB(32, 58, 86) FullScreen_1.TextSize = 11 FullScreen_1.Parent = Frame_1 local UIStroke_1 = Instance.new("UIStroke") UIStroke_1.Color = Color3.fromRGB(32, 58, 86) UIStroke_1.Thickness = 0.2 UIStroke_1.Parent = FullScreen_1 local Logo_1 = Instance.new("ImageLabel") Logo_1.Size = UDim2.new(0.0, 21, 0.0,21) Logo_1.Position = UDim2.new(0.0, 5, 0.0, 5) Logo_1.BackgroundColor3 = Color3.new(0, 0, 0) Logo_1.ImageColor3 = Color3.new(1, 1, 1) Logo_1.Image = "rbxassetid://104644423654737" Logo_1.ImageTransparency = 0 Logo_1.Parent = Frame_1 Logo_1.BackgroundTransparency = 1 local Frame_3 = Instance.new("Frame") Frame_3.Size = UDim2.new(0.9, 60, 0.9, 21) Frame_3.Position = UDim2.new(0.0, 0, 0.0, 15) Frame_3.BackgroundColor3 = Color3.fromRGB(237, 234, 234) Frame_3.BorderColor3 = Color3.new(0, 0, 0) Frame_3.BorderSizePixel = 0 Frame_3.Active = false Frame_3.BackgroundTransparency = 0 Frame_3.Draggable = true Frame_3.Parent = Frame_2 local UICorner = Instance.new("UICorner") UICorner.CornerRadius = UDim.new(0, 9) UICorner.Parent = Frame_3 local FrameCorner = Instance.new("Frame") FrameCorner.Size = UDim2.new(0.9, 60, 0.0, 9) FrameCorner.Position = UDim2.new(0.0, 0, 0.0, 15) FrameCorner.BackgroundColor3 = Color3.fromRGB(237, 234, 234) FrameCorner.BorderColor3 = Color3.new(0, 0, 0) FrameCorner.BorderSizePixel = 0 FrameCorner.Active = false FrameCorner.BackgroundTransparency = 0 FrameCorner.Draggable = true FrameCorner.Parent = Frame_2 local Scr_1 = Instance.new("ScrollingFrame") Scr_1.Size = UDim2.new(0.7, -39, 0.6, 19) Scr_1.Position = UDim2.new(0.0, 19, 0.0, 49) Scr_1.BackgroundColor3 = Color3.new(1, 1, 1) Scr_1.BorderColor3 = Color3.fromRGB(187, 179, 178) Scr_1.BorderSizePixel = 1.3 Scr_1.Parent = Frame_2 Scr_1.TopImage = "rbxasset://" Scr_1.BottomImage = "rbxasset://" Scr_1.ScrollBarImageColor3 = Color3.fromRGB(187, 179, 178) Scr_1.BackgroundTransparency = 0 local Scr_2 = Instance.new("ScrollingFrame") Scr_2.Size = UDim2.new(0.2, 14, 0.8, 9) Scr_2.Position = UDim2.new(0.8, -29, 0.0, 49) Scr_2.BackgroundColor3 = Color3.new(1, 1, 1) Scr_2.BorderColor3 = Color3.fromRGB(187, 179, 178) Scr_2.BorderSizePixel = 1.3 Scr_2.Parent = Frame_2 Scr_2.BackgroundTransparency = 0 local TextBox_1 = Instance.new("TextBox") TextBox_1.Size = UDim2.new(0.9999, 0, 0.9999, 0) TextBox_1.Position = UDim2.new(0.0, 29, 0.0, 0) TextBox_1.BackgroundColor3 = Color3.new(0, 0, 0) TextBox_1.BorderColor3 = Color3.new(0, 0, 0) TextBox_1.BorderSizePixel = 1 TextBox_1.Text = "Welcome to Fancykid Executor, Executor Roblox Cheat 8, Credits: team secret and facykid, style: windows 11" TextBox_1.TextColor3 = Color3.fromRGB(32, 58, 86) TextBox_1.BackgroundTransparency = 1 TextBox_1.TextSize = 19 TextBox_1.Parent = Scr_1 TextBox_1.TextYAlignment = Enum.TextYAlignment.Top TextBox_1.TextXAlignment = Enum.TextXAlignment.Left TextBox_1.Font = Enum.Font.Arial TextBox_1.ClearTextOnFocus = false TextBox_1.MultiLine = true TextBox_1.TextWrapped = true local Liness_1 = Instance.new("TextLabel") Liness_1.Size = UDim2.new(0.0, 29, 0.9999, 0) Liness_1.Position = UDim2.new(0.0, 0, 0.0, 0) Liness_1.BackgroundColor3 = Color3.new(0, 0, 0) Liness_1.BorderColor3 = Color3.new(0, 0, 0) Liness_1.BorderSizePixel = 0 Liness_1.Text = "1" Liness_1.BackgroundTransparency = 1 Liness_1.TextColor3 = Color3.fromRGB(32, 58, 86) Liness_1.Font = Enum.Font.Arial Liness_1.TextSize = 19 Liness_1.Parent = Scr_1 Liness_1.TextYAlignment = Enum.TextYAlignment.Top Liness_1.TextXAlignment = Enum.TextXAlignment.Left local Button_1 = Instance.new("TextLabel") Button_1.Size = UDim2.new(0.0, 89, 0.0, 24) Button_1.Position = UDim2.new(0.0, 20, 0.0, 20) Button_1.BackgroundColor3 = Color3.new(1, 1, 1) Button_1.BorderColor3 = Color3.fromRGB(187, 179, 178) Button_1.BorderSizePixel = 1 Button_1.Text = "Executor" Button_1.BackgroundTransparency = 0 Button_1.TextColor3 = Color3.fromRGB(32, 58, 86) Button_1.Font = Enum.Font.Arial Button_1.TextSize = 13 Button_1.Parent = Frame_2 local Button_2 = Instance.new("TextLabel") Button_2.Size = UDim2.new(0.0, 89, 0.0, 24) Button_2.Position = UDim2.new(0.0, 114, 0.0, 20) Button_2.BackgroundColor3 = Color3.new(1, 1, 1) Button_2.BorderColor3 = Color3.fromRGB(187, 179, 178) Button_2.BorderSizePixel = 1 Button_2.Text = "Panel" Button_2.BackgroundTransparency = 0 Button_2.TextColor3 = Color3.fromRGB(32, 58, 86) Button_2.Font = Enum.Font.Arial Button_2.TextSize = 13 Button_2.Parent = Frame_2 local Button_3 = Instance.new("TextLabel") Button_3.Size = UDim2.new(0.0, 89, 0.0, 24) Button_3.Position = UDim2.new(0.8, 17, 0.0, 20) Button_3.BackgroundColor3 = Color3.new(1, 1, 1) Button_3.BorderColor3 = Color3.fromRGB(187, 179, 178) Button_3.BorderSizePixel = 1 Button_3.Text = "R6" Button_3.BackgroundTransparency = 0 Button_3.TextColor3 = Color3.fromRGB(32, 58, 86) Button_3.Font = Enum.Font.Arial Button_3.TextSize = 13 Button_3.Parent = Frame_2 local Button_4 = Instance.new("TextButton") Button_4.Size = UDim2.new(0.1, -13, 0.2, 9) Button_4.Position = UDim2.new(0.6, 42, 0.0, 49) Button_4.BackgroundColor3 = Color3.new(1, 1, 1) Button_4.BorderColor3 = Color3.fromRGB(187, 179, 178) Button_4.BorderSizePixel = 1 Button_4.Text = "EXE" Button_4.BackgroundTransparency = 0 Button_4.TextColor3 = Color3.fromRGB(32, 58, 86) Button_4.Font = Enum.Font.Arial Button_4.TextSize = 13 Button_4.Parent = Frame_2 Button_4.Visible = true Button_4.MouseButton1Click:Connect(function() assert(loadstring(TextBox_1.Text))() end) local UICorner = Instance.new("UICorner") UICorner.CornerRadius = UDim.new(0, 4) UICorner.Parent = Button_4 local UIStroke = Instance.new("UIStroke") UIStroke.Color = Color3.fromRGB(187, 179, 178) UIStroke.Thickness = 0.9 UIStroke.Parent = Button_4 UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border local Button_5 = Instance.new("TextButton") Button_5.Size = UDim2.new(0.1, -13, 0.2, 8) Button_5.Position = UDim2.new(0.6, 42, 0.2, 59) Button_5.BackgroundColor3 = Color3.new(1, 1, 1) Button_5.BorderColor3 = Color3.fromRGB(187, 179, 178) Button_5.BorderSizePixel = 1 Button_5.Text = "CLEAR" Button_5.BackgroundTransparency = 0 Button_5.TextColor3 = Color3.fromRGB(32, 58, 86) Button_5.Font = Enum.Font.Arial Button_5.TextSize = 13 Button_5.Parent = Frame_2 Button_5.MouseButton1Click:Connect(function() TextBox_1.Text = "" end) local UICorner = Instance.new("UICorner") UICorner.CornerRadius = UDim.new(0, 3) UICorner.Parent = Button_5 local UIStroke = Instance.new("UIStroke") UIStroke.Color = Color3.fromRGB(187, 179, 178) UIStroke.Thickness = 0.9 UIStroke.Parent = Button_5 UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border local WhiteLoad_1 = Instance.new("Frame") local Console = Instance.new("TextBox") local function logToConsole(text) Console.Text = Console.Text .. "\n" .. text end local Button_6 = Instance.new("TextButton") Button_6.Size = UDim2.new(0.1, -13, 0.2, 0) Button_6.Position = UDim2.new(0.6, 42, 0.4, 68) Button_6.BackgroundColor3 = Color3.new(1, 1, 1) Button_6.BorderColor3 = Color3.fromRGB(187, 179, 178) Button_6.BorderSizePixel = 1 Button_6.Text = "LOAD" Button_6.BackgroundTransparency = 0 Button_6.TextColor3 = Color3.fromRGB(32, 58, 86) Button_6.Font = Enum.Font.Arial Button_6.TextSize = 13 Button_6.Parent = Frame_2 Button_6.MouseButton1Click:Connect(function() CloseOpen_1.Visible = false CloseOpen_2.Visible = false Frame_1.Active = false WhiteLoad_1.Visible = true FakeButton_1.Visible = true wait(0.9) local startTime = tick() while tick() - startTime < 5 do -- freeze selama 5 detit -- Loop berat untuk memblokir proses for i = 1, 1000000 do math.sqrt(i) end end wait(1) WhiteLoad_1.Visible = false logToConsole("Connected to server...") wait(1) logToConsole("Success Inject, Hello " ..game.Players.LocalPlayer.Name.. "") CloseOpen_1.Visible = true CloseOpen_2.Visible = false Frame_1.Active = true WhiteLoad_1.Visible = false FakeButton_1.Visible = false end) local UICorner = Instance.new("UICorner") UICorner.CornerRadius = UDim.new(0, 3) UICorner.Parent = Button_6 local UIStroke = Instance.new("UIStroke") UIStroke.Color = Color3.fromRGB(187, 179, 178) UIStroke.Thickness = 0.9 UIStroke.Parent = Button_6 UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border WhiteLoad_1.Size = UDim2.new(0.9, 59, 0.9, 341) WhiteLoad_1.Position = UDim2.new(0.0, 0, 0.0, 0) WhiteLoad_1.BackgroundColor3 = Color3.new(1, 1, 1) WhiteLoad_1.BorderColor3 = Color3.new(0, 0, 0) WhiteLoad_1.BorderSizePixel = 0 WhiteLoad_1.Active = false WhiteLoad_1.BackgroundTransparency = 0.6 WhiteLoad_1.Draggable = true WhiteLoad_1.Parent = Frame_1 WhiteLoad_1.Visible = false WhiteLoad_1.ZIndex = 999 local UICorner = Instance.new("UICorner") UICorner.CornerRadius = UDim.new(0, 9) UICorner.Parent = WhiteLoad_1 local Scr_3 = Instance.new("ScrollingFrame") Scr_3.Size = UDim2.new(0.7, 7, 0.2, -14) Scr_3.Position = UDim2.new(0.0, 19, 0.6, 73) Scr_3.BackgroundColor3 = Color3.new(1, 1, 1) Scr_3.BorderColor3 = Color3.fromRGB(187, 179, 178) Scr_3.BorderSizePixel = 1.3 Scr_3.Parent = Frame_2 Scr_3.BackgroundTransparency = 0 Scr_3.CanvasSize = UDim2.new(0.0, 0, 5.0, 0) Console.Size = UDim2.new(0.9999, 0, 0.9999, 0) Console.Position = UDim2.new(0.0, 0, 0.0, 0) Console.BackgroundColor3 = Color3.new(1, 1, 1) Console.BorderColor3 = Color3.fromRGB(187, 179, 178) Console.BorderSizePixel = 1.3 Console.Text = "Starting Load..." Console.TextColor3 = Color3.fromRGB(32, 58, 86) Console.BackgroundTransparency = 0 Console.Font = Enum.Font.Arial Console.TextSize = 15 Console.Parent = Scr_3 Console.TextYAlignment = Enum.TextYAlignment.Top Console.TextXAlignment = Enum.TextXAlignment.Left TextBox_1.Font = Enum.Font.Arial TextBox_1.ClearTextOnFocus = false Console.MultiLine = true Console.TextWrapped = true TextBox_1:GetPropertyChangedSignal("Text"):Connect(function() local lines = TextBox_1.Text:split("\n") local lineText = "" for i = 1, #lines do lineText = lineText .. tostring(i) .. "\n" end Liness_1.Text = lineText Scr_1.CanvasSize = UDim2.new(0, 0, 0, #lines * 20) end) logToConsole("Falled Connected :(")