local screenGui = Instance.new("ScreenGui") screenGui.ResetOnSpawn = false screenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") local frame = Instance.new("Frame") frame.Size = UDim2.new(0, 550, 0, 23) frame.Position = UDim2.new(0.305, 0, 0.1, 0) frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) frame.BorderSizePixel = 1 frame.BorderColor3 = Color3.fromRGB(221, 221, 221) frame.Active = true frame.Draggable = true frame.Parent = screenGui local UserInputService = game:GetService("UserInputService") local gui = frame local dragging local dragInput local dragStart local startPos local function update(input) local delta = input.Position - dragStart gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) end gui.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = true dragStart = input.Position startPos = gui.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end) end end) gui.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) UserInputService.InputChanged:Connect(function(input) if input == dragInput and dragging then update(input) end end) local MainFrame = Instance.new("Frame") MainFrame.Size = UDim2.new(0, 550, 0, 357) MainFrame.Position = UDim2.new(0, 0, 0, 23) MainFrame.BackgroundColor3 = Color3.fromRGB(249, 249, 249) MainFrame.BorderSizePixel = 1 MainFrame.BorderColor3 = Color3.fromRGB(220, 220, 220) MainFrame.Parent = frame local button3 = Instance.new("TextButton") button3.Size = UDim2.new(0, 19, 0, 13) button3.Position = UDim2.new(0, 467, 0, 3) button3.Text = "RE" button3.BackgroundColor3 = Color3.fromRGB(233, 233, 233) button3.BorderSizePixel = 1 button3.TextSize = 8 button3.TextColor3 = Color3.fromRGB(0, 0, 0) button3.BorderColor3 = Color3.fromRGB(210, 210, 210) button3.Parent = MainFrame button3.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.Humanoid.Health = 0 end) local button4 = Instance.new("TextButton") button4.Size = UDim2.new(0, 30, 0, 13) button4.Position = UDim2.new(0, 397, 0, 3) button4.Text = "DIAL" button4.BackgroundColor3 = Color3.fromRGB(233, 233, 233) button4.BorderSizePixel = 1 button4.TextSize = 8 button4.TextColor3 = Color3.fromRGB(0, 0, 0) button4.BorderColor3 = Color3.fromRGB(210, 210, 210) button4.Parent = MainFrame local button5 = Instance.new("TextButton") button5.Size = UDim2.new(0, 30, 0, 13) button5.Position = UDim2.new(0, 515, 0, 3) button5.Text = "DEX" button5.BackgroundColor3 = Color3.fromRGB(233, 233, 233) button5.BorderSizePixel = 1 button5.TextSize = 8 button5.TextColor3 = Color3.fromRGB(0, 0, 0) button5.BorderColor3 = Color3.fromRGB(210, 210, 210) button5.Parent = MainFrame button5.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Keyless-Mobile-Dex-Reupload-22707"))() end) local button6 = Instance.new("TextButton") button6.Size = UDim2.new(0, 30, 0, 13) button6.Position = UDim2.new(0, 432, 0, 3) button6.Text = "HIDE" button6.BackgroundColor3 = Color3.fromRGB(233, 233, 233) button6.BorderSizePixel = 1 button6.TextSize = 8 button6.TextColor3 = Color3.fromRGB(0, 0, 0) button6.BorderColor3 = Color3.fromRGB(210, 210, 210) button6.Parent = MainFrame local button7 = Instance.new("TextButton") button7.Size = UDim2.new(0, 75, 0, 15) button7.Position = UDim2.new(0, 75, 0, 3) button7.Text = "Admin Panel" button7.BackgroundColor3 = Color3.fromRGB(240, 240, 240) button7.BorderSizePixel = 1 button7.TextSize = 9 button7.TextColor3 = Color3.fromRGB(0, 0, 0) button7.BorderColor3 = Color3.fromRGB(220, 220, 220) button7.Parent = MainFrame local button8 = Instance.new("TextButton") button8.Size = UDim2.new(0, 19, 0, 13) button8.Position = UDim2.new(0, 491, 0, 3) button8.Text = "R6" button8.BackgroundColor3 = Color3.fromRGB(233, 233, 233) button8.BorderSizePixel = 1 button8.TextSize = 8 button8.TextColor3 = Color3.fromRGB(0, 0, 0) button8.BorderColor3 = Color3.fromRGB(210, 210, 210) button8.Parent = MainFrame button8.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/9BFcHqfK"))("Copyright ERROR_CODE ECCS Co") end) local button9 = Instance.new("TextButton") button9.Size = UDim2.new(0, 75, 0, 15) button9.Position = UDim2.new(0, 0, 0, 3) button9.Text = "Executor" button9.BackgroundColor3 = Color3.fromRGB(255, 255, 255) button9.BorderSizePixel = 1 button9.TextSize = 9 button9.TextColor3 = Color3.fromRGB(0, 0, 0) button9.BorderColor3 = Color3.fromRGB(220, 220, 220) button9.Parent = MainFrame local Frame = Instance.new("Frame") Frame.Size = UDim2.new(0, 550, 0, 307) Frame.Position = UDim2.new(0, 0, 0, 20) Frame.BackgroundColor3 = Color3.fromRGB(244, 244, 244) Frame.BorderSizePixel = 1 Frame.BorderColor3 = Color3.fromRGB(221, 221, 221) Frame.Parent = MainFrame local textbox = Instance.new("TextBox") textbox.Size = UDim2.new(0, 344, 0, 235) textbox.Position = UDim2.new(0, 4, 0, 4) textbox.Text = " " textbox.TextSize = 8 textbox.TextColor3 = Color3.fromRGB(0, 0, 0) textbox.BorderColor3 = Color3.fromRGB(157, 157, 157) textbox.BackgroundColor3 = Color3.fromRGB(252, 252, 252) textbox.TextWrapped = true textbox.TextXAlignment = Enum.TextXAlignment.Left textbox.TextYAlignment = Enum.TextYAlignment.Top textbox.ClearTextOnFocus = false textbox.Parent = Frame local button10 = Instance.new("TextButton") button10.Size = UDim2.new(0, 55, 0, 80) button10.Position = UDim2.new(0, 350, 0, 85) button10.Text = "CLEAR" button10.BackgroundColor3 = Color3.fromRGB(232, 232, 232) button10.BorderSizePixel = 1 button10.TextSize = 18 button10.TextColor3 = Color3.fromRGB(0, 0, 0) button10.BorderColor3 = Color3.fromRGB(157, 157, 157) button10.Parent = Frame button10.Font = Enum.Font.Antique button10.MouseButton1Click:Connect(function() textbox.Text = "" end) local button11 = Instance.new("TextButton") button11.Size = UDim2.new(0, 55, 0, 80) button11.Position = UDim2.new(0, 350, 0, 4) button11.Text = "EXE" button11.BackgroundColor3 = Color3.fromRGB(232, 232, 232) button11.BorderSizePixel = 1 button11.TextSize = 18 button11.TextColor3 = Color3.fromRGB(0, 0, 0) button11.BorderColor3 = Color3.fromRGB(157, 157, 157) button11.Parent = Frame button11.Font = Enum.Font.Antique button11.MouseButton1Click:Connect(function() assert(loadstring(textbox.Text))() end) local button12 = Instance.new("TextButton") button12.Size = UDim2.new(0, 17, 0, 30) button12.Position = UDim2.new(0, 0, 0, 307) button12.Text = ">" button12.BackgroundColor3 = Color3.fromRGB(245, 245, 245) button12.BorderSizePixel = 1 button12.TextSize = 10 button12.TextColor3 = Color3.fromRGB(0, 0, 0) button12.BorderColor3 = Color3.fromRGB(220, 220, 220) button12.Parent = Frame local button13 = Instance.new("TextButton") button13.Size = UDim2.new(0, 55, 0, 80) button13.Position = UDim2.new(0, 350, 0, 159) button13.Text = "LOAD" button13.BackgroundColor3 = Color3.fromRGB(232, 232, 232) button13.BorderSizePixel = 1 button13.TextSize = 18 button13.TextColor3 = Color3.fromRGB(0, 0, 0) button13.BorderColor3 = Color3.fromRGB(157, 157, 157) button13.Parent = Frame button13.Font = Enum.Font.Antique button13.MouseButton1Click:Connect(function() local StigmanFroud = Instance.new("ScreenGui") local trajectory = Instance.new("ImageLabel") local R = Instance.new("ImageLabel") local Earth = Instance.new("ImageLabel") local Green = Instance.new("ImageLabel") StigmanFroud.Name = "Stigman Froud" StigmanFroud.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") StigmanFroud.ZIndexBehavior = Enum.ZIndexBehavior.Sibling StigmanFroud.DisplayOrder = 999 StigmanFroud.ResetOnSpawn = false trajectory.Name = "trajectory" trajectory.Parent = StigmanFroud trajectory.BackgroundColor3 = Color3.fromRGB(255, 255, 255) trajectory.BackgroundTransparency = 1.000 trajectory.Position = UDim2.new(0.45430705, 0, 0.430432826, 0) trajectory.Size = UDim2.new(0, 110, 0, 110) trajectory.Image = "http://www.roblox.com/asset/?id=7102118272" trajectory.SliceScale = 3.000 R.Name = "R" R.Parent = StigmanFroud R.BackgroundColor3 = Color3.fromRGB(255, 255, 255) R.BackgroundTransparency = 1.000 R.Position = UDim2.new(0.45430705, 0, 0.430432826, 0) R.Size = UDim2.new(0, 110, 0, 110) R.ZIndex = 3 R.Image = "http://www.roblox.com/asset/?id=7102117818" R.SliceScale = 3.000 Earth.Name = "Earth" Earth.Parent = R Earth.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Earth.BackgroundTransparency = 1.000 Earth.BorderColor3 = Color3.fromRGB(0, 0, 0) Earth.BorderSizePixel = 0 Earth.Position = UDim2.new(0.404999346, 0, 0.406818181, 0) Earth.Size = UDim2.new(0, 20, 0, 20) Earth.ZIndex = 4 Earth.Image = "rbxassetid://78137783929126" Green.Name = "Green" Green.Parent = StigmanFroud Green.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Green.BackgroundTransparency = 1.000 Green.BorderColor3 = Color3.fromRGB(0, 0, 0) Green.BorderSizePixel = 0 Green.Position = UDim2.new(0.00499999989, 0, 0.824999988, 0) Green.Size = UDim2.new(0, 110, 0, 110) Green.ZIndex = 6 Green.Image = "rbxassetid://75554667916597" Green.ImageTransparency = 1.000 local function AARC_fake_script() -- trajectory.Info local script = Instance.new('LocalScript', trajectory) local img = script.Parent local sonic = script.Parent img:TweenPosition(UDim2.new(0.451, 0,0.395, 0), "Out", "Linear", 0.4, false) wait(3) img:TweenPosition(UDim2.new(0.005, 0,0.619, 0), "Out", "Sine", 0.7, false) while true do wait(0.01) sonic.Rotation = sonic.Rotation +0.3 end end coroutine.wrap(AARC_fake_script)() local function LQERQ_fake_script() -- Earth.LocalScript local script = Instance.new('LocalScript', Earth) local Angle = 0; local AngleIncrement = 0.02; local OriginPos = script.Parent.Position; local Distance = 55; while wait() do Angle = Angle + AngleIncrement; local dirX = math.cos(Angle) -- X local dirY = math.sin(Angle) -- Y script.Parent.Position = OriginPos + UDim2.new(0, dirX * Distance, 0, dirY * Distance); end end coroutine.wrap(LQERQ_fake_script)() local function XBQODE_fake_script() -- R.Info local script = Instance.new('LocalScript', R) local img = script.Parent img:TweenPosition(UDim2.new(0.451, 0,0.395, 0), "Out", "Linear", 0.4, false) wait(3) img:TweenPosition(UDim2.new(0.005, 0,0.619, 0), "Out", "Sine", 0.7, false) end coroutine.wrap(XBQODE_fake_script)() local function NSHDR_fake_script() -- Green.LocalScript local script = Instance.new('LocalScript', Green) local Tween = game:GetService("TweenService") local Greenfn = script.Parent wait(2) while true do local TranspncyTween = Tween:Create(Greenfn, TweenInfo.new(0.5), {ImageTransparency = 0}) TranspncyTween:Play() wait(0.3) local TranspncyTween = Tween:Create(Greenfn, TweenInfo.new(0.5), {ImageTransparency = 1}) TranspncyTween:Play() wait(0.3) local TranspncyTween = Tween:Create(Greenfn, TweenInfo.new(0.5), {ImageTransparency = 0}) TranspncyTween:Play() wait(0.3) local TranspncyTween = Tween:Create(Greenfn, TweenInfo.new(0.5), {ImageTransparency = 1}) TranspncyTween:Play() wait(4) end end coroutine.wrap(NSHDR_fake_script)() local function UDIRPT_fake_script() -- Green.Info local script = Instance.new('LocalScript', Green) local img = script.Parent local GetName = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId) img:TweenPosition(UDim2.new(0.451, 0,0.395, 0), "Out", "Linear", 0.4, false) wait(3) img:TweenPosition(UDim2.new(0.005, 0,0.619, 0), "Out", "Sine", 0.7, false) end coroutine.wrap(UDIRPT_fake_script)() local function WGFAMY_fake_script() -- StigmanFroud.LocalScript local script = Instance.new('LocalScript', StigmanFroud) local GetName = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId) print("Loaded At",GetName.Name) wait(0.1) print("Welcome,",game.Players.LocalPlayer.Name) end coroutine.wrap(WGFAMY_fake_script)() end) local Image = Instance.new("ImageLabel") Image.Size = UDim2.new(0, 23, 0, 23) Image.Position = UDim2.new(0.0, 0, 0.0, 0) Image.BackgroundColor3 = Color3.new(0, 0, 0) Image.ImageColor3 = Color3.new(1, 1, 1) Image.Image = "rbxassetid://7102117818" Image.ImageTransparency = 0 Image.Parent = frame Image.BackgroundTransparency = 1 local lab = Instance.new("TextLabel") lab.Size = UDim2.new(0, 200, 0, 23) lab.Position = UDim2.new(0.0, -29.5, 0.0, 0) lab.Text = "Stigma Ultimate" lab.TextColor3 = Color3.fromRGB(0, 0, 0) lab.BackgroundColor3 = Color3.fromRGB(0, 0, 116) lab.BorderSizePixel = 0 lab.TextSize = 9 lab.Parent = Image lab.BackgroundTransparency = 1 local la = Instance.new("TextLabel") la.Size = UDim2.new(0, 130, 0, 297) la.Position = UDim2.new(0, 414, 0, 4) la.Text = "" la.TextColor3 = Color3.fromRGB(0, 0, 0) la.BackgroundColor3 = Color3.fromRGB(252, 252, 252) la.BorderSizePixel = 1 la.BorderColor3 = Color3.fromRGB(157, 157, 157) la.TextSize = 9 la.Parent = Frame la.BackgroundTransparency = 0 local labe = Instance.new("TextLabel") labe.Size = UDim2.new(0, 1, 0, 1) labe.Position = UDim2.new(0, 70, 0, 249) labe.Text = "Click here to enable output" labe.TextColor3 = Color3.fromRGB(0, 0, 0) labe.BackgroundColor3 = Color3.fromRGB(162, 162, 162) labe.BorderSizePixel = 0 labe.TextSize = 8 labe.Parent = Frame labe.BackgroundTransparency = 1 local textbo = Instance.new("TextBox") textbo.Size = UDim2.new(0, 532, 0, 28) textbo.Position = UDim2.new(0, 18, 0, 2) textbo.Text = "" textbo.TextSize = 8 textbo.TextColor3 = Color3.fromRGB(0, 0, 0) textbo.BorderColor3 = Color3.fromRGB(157, 157, 157) textbo.BackgroundColor3 = Color3.fromRGB(252, 252, 252) textbo.TextWrapped = true textbo.TextXAlignment = Enum.TextXAlignment.Left textbo.TextYAlignment = Enum.TextYAlignment.Center textbo.ClearTextOnFocus = true textbo.Parent = button12 local button1 = Instance.new("TextButton") button1.Size = UDim2.new(0, 23, 0, 23) button1.Position = UDim2.new(0, 528, 0, 0) button1.Text = "X" button1.BackgroundColor3 = Color3.fromRGB(0, 0, 0) button1.BorderSizePixel = 1 button1.TextSize = 10 button1.TextColor3 = Color3.fromRGB(0, 0, 0) button1.BorderColor3 = Color3.fromRGB(0, 0, 0) button1.BackgroundTransparency = 1 button1.Parent = frame button1.MouseButton1Click:Connect(function() screenGui:Destroy() end) local button2 = Instance.new("TextButton") button2.Size = UDim2.new(0, 23, 0, 23) button2.Position = UDim2.new(0, 500, 0, 0) button2.Text = "-" button2.BackgroundColor3 = Color3.fromRGB(0, 0, 255) button2.BorderSizePixel = 1 button2.TextSize = 14 button2.TextColor3 = Color3.fromRGB(156, 156, 156) button2.BorderColor3 = Color3.fromRGB(0, 0, 0) button2.Parent = frame button2.BackgroundTransparency = 1