local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() OrionLib:MakeNotification({ Name = "Sleep Hub Premium 💛", Content = "By ThatOneBypassRoblox", Image = "rbxassetid://4483345998", Time = 5 }) --[[ Title = - The title of the notification. Content = - The content of the notification. Image = - The icon of the notification. Time = - The duration of the notfication. ]] local Window = OrionLib:MakeWindow({Name = "Sleep Hub", HidePremium = false, SaveConfig = true, ConfigFolder = "by ThatOneBypassRoblox v1.1"}) local Tab = Window:MakeTab({ Name = "Player", Icon = "rbxassetid://4483345998", PremiumOnly = false }) Tab:AddButton({ Name = "Speed", Callback = function() -- Variables local speedValue = 16 -- Default speed value -- Create GUI local gui = Instance.new("ScreenGui") gui.Name = "JN HH Gaming" gui.Parent = game.Players.LocalPlayer.PlayerGui local frame = Instance.new("Frame") frame.Name = "SpeedFrame" frame.Size = UDim2.new(0, 200, 0, 100) frame.Position = UDim2.new(0, 10, 0, 10) frame.BackgroundColor3 = Color3.new(0, 0, 0) frame.BackgroundTransparency = 0.5 frame.Parent = gui local speedLabel = Instance.new("TextLabel") speedLabel.Name = "SpeedLabel" speedLabel.Size = UDim2.new(0, 180, 0, 30) speedLabel.Position = UDim2.new(0, 10, 0, 10) speedLabel.BackgroundColor3 = Color3.new(0, 0, 0) speedLabel.TextColor3 = Color3.new(1, 1, 1) speedLabel.TextSize = 18 speedLabel.Text = "Speed: " .. speedValue speedLabel.Parent = frame local decreaseButton = Instance.new("TextButton") decreaseButton.Name = "DecreaseButton" decreaseButton.Size = UDim2.new(0, 50, 0, 30) decreaseButton.Position = UDim2.new(0, 10, 0, 50) decreaseButton.BackgroundColor3 = Color3.new(0, 1, 0) decreaseButton.TextColor3 = Color3.new(1, 1, 1) decreaseButton.TextSize = 14 decreaseButton.Text = "-" decreaseButton.Parent = frame local increaseButton = Instance.new("TextButton") increaseButton.Name = "IncreaseButton" increaseButton.Size = UDim2.new(0, 50, 0, 30) increaseButton.Position = UDim2.new(0, 140, 0, 50) increaseButton.BackgroundColor3 = Color3.new(0, 1, 0) increaseButton.TextColor3 = Color3.new(1, 1, 1) increaseButton.TextSize = 14 increaseButton.Text = "+" increaseButton.Parent = frame -- Functions local function updateSpeedLabel() speedLabel.Text = "Speed: " .. speedValue end local function decreaseSpeed() if speedValue > 1 then speedValue = speedValue - 1 updateSpeedLabel() end end local function increaseSpeed() speedValue = speedValue + 1 updateSpeedLabel() end local function onDecreaseButtonClicked() decreaseSpeed() end local function onIncreaseButtonClicked() increaseSpeed() end -- Event connections decreaseButton.MouseButton1Click:Connect(onDecreaseButtonClicked) increaseButton.MouseButton1Click:Connect(onIncreaseButtonClicked) -- Main loop while true do -- Modify the speed of the character (you need to replace this with the appropriate code for your specific game) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = speedValue wait(0.1) -- Adjust the wait time as desired end end }) Tab:AddButton({ Name = "Fly Gui", Callback = function() loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")() end }) Tab:AddButton({ Name = "Hitbox", Callback = function() --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] _G.Transparency = 0.7 --Transparency Rest is from the gui-- local HACKEDBYG00BKIDh8DY8H9y9dfy87sdayo9YH8dbfd87Yh8yhfds78dyf78WESY90y7vSY9FY0D4Q39R7hdfgh7 = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local TextButton = Instance.new("TextButton") local TextBox = Instance.new("TextBox") --Properties: HACKEDBYG00BKIDh8DY8H9y9dfy87sdayo9YH8dbfd87Yh8yhfds78dyf78WESY90y7vSY9FY0D4Q39R7hdfgh7.Name = "HACKED BY G00BKID h8DY8H9y9dfy 87sdayo9YH8dbfd87Yh8yhf ds78dyf78WESY 90y 7v SY9FY0D4 Q39R7 `h dfgh 7" HACKEDBYG00BKIDh8DY8H9y9dfy87sdayo9YH8dbfd87Yh8yhfds78dyf78WESY90y7vSY9FY0D4Q39R7hdfgh7.Parent = game:GetService("CoreGui") HACKEDBYG00BKIDh8DY8H9y9dfy87sdayo9YH8dbfd87Yh8yhfds78dyf78WESY90y7vSY9FY0D4Q39R7hdfgh7.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = HACKEDBYG00BKIDh8DY8H9y9dfy87sdayo9YH8dbfd87Yh8yhfds78dyf78WESY90y7vSY9FY0D4Q39R7hdfgh7 Frame.BackgroundColor3 = Color3.fromRGB(105, 0, 113) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 5 Frame.Position = UDim2.new(0.33098945, 0, 0.397435904, 0) Frame.Size = UDim2.new(0, 235, 0, 173) TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 5 TextLabel.Position = UDim2.new(-0.106382981, 0, -0.0809248537, 0) TextLabel.Size = UDim2.new(0, 285, 0, 35) TextLabel.Font = Enum.Font.SciFi TextLabel.Text = "Hitbox Expander" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextScaled = true TextLabel.TextSize = 14.000 TextLabel.TextWrapped = true TextLabel_2.Parent = Frame TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.BorderSizePixel = 5 TextLabel_2.Position = UDim2.new(-0.106382981, 0, 0.947976887, 0) TextLabel_2.Size = UDim2.new(0, 285, 0, 35) TextLabel_2.Font = Enum.Font.SciFi TextLabel_2.Text = "By David da KOOL Fish" TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.TextScaled = true TextLabel_2.TextSize = 14.000 TextLabel_2.TextWrapped = true TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton.BorderSizePixel = 5 TextButton.Position = UDim2.new(0.0723404288, 0, 0.549132943, 0) TextButton.Size = UDim2.new(0, 200, 0, 50) TextButton.Font = Enum.Font.SciFi TextButton.Text = "Expand" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextScaled = true TextButton.TextSize = 14.000 TextButton.TextWrapped = true TextButton.MouseButton1Down:connect(function() while wait(1.5) do local Players = game:GetService("Players") local allPlayers = Players:GetPlayers() local LocalPlayer = Players.LocalPlayer for _, player in pairs(allPlayers) do if LocalPlayer ~= player then local char = player.Character if char then local Ht = char:FindFirstChild('HumanoidRootPart') Ht.Size = Vector3.new(TextBox.Text, TextBox.Text, TextBox.Text) Ht.Transparency = _G.Transparency end end end end end) TextBox.Parent = Frame TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0) TextBox.BorderSizePixel = 5 TextBox.Position = UDim2.new(0.314893603, 0, 0.213872835, 0) TextBox.Size = UDim2.new(0, 85, 0, 37) TextBox.Font = Enum.Font.SciFi TextBox.Text = "" TextBox.TextColor3 = Color3.fromRGB(0, 0, 0) TextBox.TextScaled = true TextBox.TextSize = 14.000 TextBox.TextWrapped = true -- Scripts: local function ATGNSBN_fake_script() -- Frame.LocalScript local script = Instance.new('LocalScript', Frame) local UserInputService = game:GetService("UserInputService") local gui = script.Parent 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 if gui.Visible then update(input) end end end) end coroutine.wrap(ATGNSBN_fake_script)() end }) Tab:AddButton({ Name = "Infinite Yield", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] local Tab = Window:MakeTab({ Name = "Hub and gui", Icon = "rbxassetid://4483345998", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Avtor Hub 2.0", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Avtor1zaTion/Avtor/main/AvtorHub'))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Shakars Hub", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/shakar60/moonsecV3/main/bido.ty"))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Spanish Hub v4", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-SPANISH-HUB-V4-THE-GOAT-HUB-8429", true))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Ragdoll Engine Script", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/blackheartedcurse/punkz-Scripts/main/punkzOG.lua'))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "RoChips Panel", Callback = function() loadstring(game:HttpGet('https://pastebin.com/raw/pQudVPhR'))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Server Finder", Callback = function() loadstring(game:HttpGet("https://www.scriptblox.com/raw/Server-Browser_80", true))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Fogoty Hub", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FOGOTY/super-script-all-games-roblox/main/script"))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Prison Life Admin", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/elliexmln/PrizzLife/main/pladmin.lua'))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Proxima Hub", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/UniversalDance-AnimGui.lua'))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Owl Hub", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))(); end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Ez Hub", Callback = function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/debug420/Ez-Industries-Launcher-Data/master/Launcher.lua'),true))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Break Server (NO FE)", Callback = function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/Avtor1zaTion/Jumpscarreds/main/Jumpscarred'),true))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Speed Glitch", Callback = function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/Avtor1zaTion/Fake-SpeedGlitch/main/FE%20Fake%20SpeedGlitch'),true))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Nameless Admin", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/toyahfur/Nameless-Admin-2.0/main/unfinished-source-code'))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Dark Dex", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/BypassedDarkDexV3.lua", true))() end }) Tab:AddButton({ Name = "Destroy Menu", Callback = function() OrionLib:Destroy() print("Bye!") end }) local Tab = Window:MakeTab({ Name = "Premium Hubs and Gui", Icon = "rbxassetid://4483345998", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Bedol Hub", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/3345-c-a-t-s-u-s/-beta-/main/AutoParry.lua"))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Vape V4", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Fling Gui", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Orangecatgamer696969/Fling-gui/main/README.md", true)) () end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Da Hood Script Keyless", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Zinzs/luascripting/main/canyoutellitsadahoodscriptornot.lua'))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Electron Ui", Callback = function() local Executor = Instance.new("ScreenGui") local Main = Instance.new("Frame") local Frame = Instance.new("Frame") local UICorner = Instance.new("UICorner") local CodeBox = Instance.new("TextBox") local TextLabel = Instance.new("TextLabel") local TextButton = Instance.new("TextButton") local TextButton_2 = Instance.new("TextButton") local TextButton_3 = Instance.new("TextButton") local ImageLabel = Instance.new("ImageLabel") local TextButton_4 = Instance.new("TextButton") local ImageLabel_2 = Instance.new("ImageLabel") local TextButton_5 = Instance.new("TextButton") local ImageLabel_3 = Instance.new("ImageLabel") local TextButton_6 = Instance.new("TextButton") local ImageLabel_4 = Instance.new("ImageLabel") --Properties: Executor.Name = "Executor" Executor.Parent = game.CoreGui Executor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Main.Name = "Main" Main.Parent = Executor Main.BackgroundColor3 = Color3.fromRGB(24, 24, 24) Main.BorderColor3 = Color3.fromRGB(0, 0, 0) Main.BorderSizePixel = 0 Main.Position = UDim2.new(0.199156329, 0, 0.268467844, 0) Main.Size = UDim2.new(0, 578, 0, 334) Frame.Parent = Main Frame.BackgroundColor3 = Color3.fromRGB(16, 16, 16) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.800894439, 0, 0.158397019, 0) Frame.Size = UDim2.new(0, 101, 0, 229) UICorner.Parent = Main CodeBox.Name = "CodeBox" CodeBox.Parent = Main CodeBox.BackgroundColor3 = Color3.fromRGB(16, 16, 16) CodeBox.BorderColor3 = Color3.fromRGB(0, 0, 0) CodeBox.BorderSizePixel = 0 CodeBox.Position = UDim2.new(0.0224913489, 0, 0.155688629, 0) CodeBox.Size = UDim2.new(0, 440, 0, 229) CodeBox.Font = Enum.Font.Code CodeBox.PlaceholderText = "-- Electron" CodeBox.Text = "" CodeBox.TextColor3 = Color3.fromRGB(255, 101, 62) CodeBox.TextSize = 14.000 CodeBox.TextWrapped = true CodeBox.TextXAlignment = Enum.TextXAlignment.Left CodeBox.TextYAlignment = Enum.TextYAlignment.Top TextLabel.Parent = Main TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(-0.0380622819, 0, 0.0179640725, 0) TextLabel.Size = UDim2.new(0, 229, 0, 38) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "ELECTRON" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextScaled = true TextLabel.TextSize = 14.000 TextLabel.TextWrapped = true TextButton.Parent = Main TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton.BackgroundTransparency = 1.000 TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton.BorderSizePixel = 0 TextButton.Position = UDim2.new(0.910034597, 0, 0.00898203626, 0) TextButton.Size = UDim2.new(0, 52, 0, 44) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "X" TextButton.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton.TextScaled = true TextButton.TextSize = 14.000 TextButton.TextWrapped = true TextButton_2.Parent = Main TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_2.BackgroundTransparency = 1.000 TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.BorderSizePixel = 0 TextButton_2.Position = UDim2.new(0.832179904, 0, 0.00898203626, 0) TextButton_2.Size = UDim2.new(0, 52, 0, 44) TextButton_2.Font = Enum.Font.SourceSans TextButton_2.Text = "_" TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_2.TextScaled = true TextButton_2.TextSize = 14.000 TextButton_2.TextWrapped = true TextButton_3.Parent = Main TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_3.BackgroundTransparency = 1.000 TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.BorderSizePixel = 0 TextButton_3.Position = UDim2.new(0.0380622819, 0, 0.886227548, 0) TextButton_3.Size = UDim2.new(0, 103, 0, 24) TextButton_3.Font = Enum.Font.Code TextButton_3.Text = "Execute" TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_3.TextScaled = true TextButton_3.TextSize = 14.000 TextButton_3.TextWrapped = true ImageLabel.Parent = TextButton_3 ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.BackgroundTransparency = 1.000 ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) ImageLabel.BorderSizePixel = 0 ImageLabel.Position = UDim2.new(-0.155339807, 0, 0, 0) ImageLabel.Size = UDim2.new(0, 27, 0, 24) ImageLabel.Image = "rbxassetid://3173271667" TextButton_4.Parent = Main TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_4.BackgroundTransparency = 1.000 TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_4.BorderSizePixel = 0 TextButton_4.Position = UDim2.new(0.231833905, 0, 0.886227548, 0) TextButton_4.Size = UDim2.new(0, 103, 0, 24) TextButton_4.Font = Enum.Font.Code TextButton_4.Text = "Clear" TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_4.TextScaled = true TextButton_4.TextSize = 14.000 TextButton_4.TextWrapped = true ImageLabel_2.Parent = TextButton_4 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.0873786435, 0, 0, 0) ImageLabel_2.Size = UDim2.new(0, 27, 0, 24) ImageLabel_2.Image = "rbxassetid://9348208337" TextButton_5.Parent = Main TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_5.BackgroundTransparency = 1.000 TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_5.BorderSizePixel = 0 TextButton_5.Position = UDim2.new(0.39100346, 0, 0.886227548, 0) TextButton_5.Size = UDim2.new(0, 103, 0, 24) TextButton_5.Font = Enum.Font.Code TextButton_5.Text = "Open" TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_5.TextScaled = true TextButton_5.TextSize = 14.000 TextButton_5.TextWrapped = true ImageLabel_3.Parent = TextButton_5 ImageLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel_3.BackgroundTransparency = 1.000 ImageLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0) ImageLabel_3.BorderSizePixel = 0 ImageLabel_3.Position = UDim2.new(-0.00970873795, 0, 0, 0) ImageLabel_3.Size = UDim2.new(0, 27, 0, 24) ImageLabel_3.Image = "rbxassetid://13579395178" TextButton_6.Parent = Main TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_6.BackgroundTransparency = 1.000 TextButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_6.BorderSizePixel = 0 TextButton_6.Position = UDim2.new(0.558823586, 0, 0.886227548, 0) TextButton_6.Size = UDim2.new(0, 103, 0, 24) TextButton_6.Font = Enum.Font.Code TextButton_6.Text = "Attach" TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_6.TextScaled = true TextButton_6.TextSize = 14.000 TextButton_6.TextWrapped = true ImageLabel_4.Parent = TextButton_6 ImageLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel_4.BackgroundTransparency = 1.000 ImageLabel_4.BorderColor3 = Color3.fromRGB(0, 0, 0) ImageLabel_4.BorderSizePixel = 0 ImageLabel_4.Position = UDim2.new(-0.126213595, 0, 0, 0) ImageLabel_4.Rotation = 90.000 ImageLabel_4.Size = UDim2.new(0, 27, 0, 24) ImageLabel_4.Image = "rbxassetid://846181795" -- Scripts: local function PYWLHG_fake_script() -- TextButton.LocalScript local script = Instance.new('LocalScript', TextButton) local screenGui = script.Parent.Parent.Parent local function destroyGui() screenGui:Destroy() end script.Parent.MouseButton1Click:Connect(destroyGui) end coroutine.wrap(PYWLHG_fake_script)() local function JEPKG_fake_script() -- TextButton_3.LocalScript local script = Instance.new('LocalScript', TextButton_3) local textBox = script.Parent.Parent:WaitForChild("CodeBox") local function executeScript() local scriptText = textBox.Text if scriptText and scriptText ~= "" then local success, result = pcall(function() return loadstring(scriptText)() end) if not success then warn("Error executing script: " .. result) end end end script.Parent.MouseButton1Click:Connect(executeScript) end coroutine.wrap(JEPKG_fake_script)() local function UCANVE_fake_script() -- TextButton_4.LocalScript local script = Instance.new('LocalScript', TextButton_4) local textBox = script.Parent.Parent:WaitForChild("CodeBox") local function clearTextBox() textBox.Text = "" end script.Parent.MouseButton1Click:Connect(clearTextBox) end coroutine.wrap(UCANVE_fake_script)() local function IHTT_fake_script() -- Main.DraggableGUI local script = Instance.new('LocalScript', Main) -- LocalScript for draggable GUI element local userInputService = game:GetService("UserInputService") local gui = script.Parent 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 dragging and input == dragInput then update(input) end end) end coroutine.wrap(IHTT_fake_script)() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Pls Donate AutoFarm", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/CF-Trail/tzechco-PlsDonateAutofarmBackup/main/old.lua'))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Tiger Admin", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/H17S32/Tiger_Admin/main/MAIN'))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Zone 51 Script", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ElijahGamingRBLX2/Elijah-Hub-V2/main/ElijahHubV2Saktkia51.lua"))() end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] Tab:AddButton({ Name = "Blade Ball Script Keyless", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/2133121233/Hyper_Hub/main/menu.lua"))() end }) Tab:AddButton({ Name = "NullWare V3", Callback = function() getgenv().Theme = "Blue" -- To change the UI Theme, set this to one of the following options: "Red", "Purple", "Blue", "Green", "Yellow" loadstring(game:HttpGet("https://gist.githubusercontent.com/M6HqVBcddw2qaN4s/2d722888a388017c18028cd434c43a25/raw/dcccf1027fe4b90780e47767aaf584389c9d7771/EULma3fU90PUOKUn?identifier=".. (function()local a=""for b=1,256 do local c=math.random(1,3)a=a..string.char(c==1 and math.random(48,57)or c==2 and math.random(97,122)or c==3 and math.random(65,90))end;return a end)()))() print("Nullware the best") end }) Tab:AddButton({ Name = "Energize", Callback = function() loadstring(game:HttpGet('https://pastebin.com/raw/0MLPL32f'))() print("Ah~ Daddy") end }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] --[[ Name = - The name of the button. Callback = - The function of the button. ]] --[[ Name = - The name of the button. Callback = - The function of the button. ]] local Tab = Window:MakeTab({ Name = "Credits", Icon = "rbxassetid://4483345998", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] local Section = Tab:AddSection({ Name = "Script created by ThatOneBypassRoblox this ui nice" }) --[[ Name = - The name of the section. ]]