Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring(game:HttpGet("https://pastebin.com/raw/rysGLM7U"))()
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "Depth hub doors Update", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- --[[
- Name = <string> - The name of the UI.
- HidePremium = <bool> - Whether or not the user details shows Premium status or not.
- SaveConfig = <bool> - Toggles the config saving in the UI.
- ConfigFolder = <string> - The name of the folder where the configs are saved.
- IntroEnabled = <bool> - Whether or not to show the intro animation.
- IntroText = <string> - Text to show in the intro animation.
- IntroIcon = <string> - URL to the image you want to use in the intro animation.
- Icon = <string> - URL to the image you want displayed on the window.
- CloseCallback = <function> - Function to execute when the window is closed.
- ]]
- local Tab = Window:MakeTab({
- Name = "Main",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Section = Tab:AddSection({
- Name = "Main menu"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- Tab:AddButton({
- Name = "Esp Doors color Green",
- Callback = function()
- local function findKey(model)
- for _, child in pairs(model:GetChildren()) do
- if child.Name == "Door" then
- local a = Instance.new("BillboardGui",child)
- a.Name = "A"
- a.Size = UDim2.new(1,0,1,0)
- a.AlwaysOnTop = true
- local b = Instance.new("TextLabel",a)
- b.Text = "Door"
- b.BackgroundTransparency = 1
- b.BorderSizePixel = 0
- b.Size = UDim2.new(1,0,1,0)
- b.TextColor3 = Color3.new(0,255,0)
- b.TextSize = 10
- end
- findKey(child)
- end
- end
- while true do
- findKey(game:GetService("Workspace"))
- wait(5)
- end
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Esp Fake Door Green Red!",
- Callback = function()
- local function findKey(model)
- for _, child in pairs(model:GetChildren()) do
- if child.Name == "DoorFake" then
- local a = Instance.new("BillboardGui",child)
- a.Name = "A"
- a.Size = UDim2.new(1,0,1,0)
- a.AlwaysOnTop = true
- local b = Instance.new("TextLabel",a)
- b.Text = "DoorFake"
- b.BackgroundTransparency = 1
- b.BorderSizePixel = 0
- b.Size = UDim2.new(1,0,1,0)
- b.TextColor3 = Color3.new(255,255,255)
- b.TextSize = 10
- end
- findKey(child)
- end
- end
- while true do
- findKey(game:GetService("Workspace"))
- wait(5)
- end
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Esp Key!",
- Callback = function()
- local function findKey(model)
- for _, child in pairs(model:GetChildren()) do
- if child.Name == "Key" then
- local a = Instance.new("BillboardGui",child)
- a.Name = "A"
- a.Size = UDim2.new(1,0,1,0)
- a.AlwaysOnTop = true
- local b = Instance.new("TextLabel",a)
- b.Text = "Key"
- b.BackgroundTransparency = 1
- b.BorderSizePixel = 0
- b.Size = UDim2.new(1,0,1,0)
- b.TextColor3 = Color3.new(0,0,255)
- b.TextSize = 10
- end
- findKey(child)
- end
- end
- while true do
- findKey(game:GetService("Workspace"))
- wait(5)
- end
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Auto Farm need key H to Door 50 Need bypass and reset!",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/NFM18dnd"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Bypass!",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ChronoAccelerator/Public-Scripts/main/DoorsBypasses/DoorsAntiAntiBetterCheatBypass.lua"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Keyboard!",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Reset",
- Callback = function()
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "FullBright!",
- Callback = function()
- local Light = game:GetService("Lighting")
- function dofullbright()
- Light.Ambient = Color3.new(1, 1, 1)
- Light.ColorShift_Bottom = Color3.new(1, 1, 1)
- Light.ColorShift_Top = Color3.new(1, 1, 1)
- end
- dofullbright()
- Light.LightingChanged:Connect(dofullbright)
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Fov 120!",
- Callback = function()
- game:GetService("RunService").RenderStepped:Connect(function()
- workspace.Camera.FieldOfView = 120
- end)
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddToggle({
- Name = "Head light learn from YouTube!",
- Default = false,
- Callback = function(Value)
- local pcl = Instance.new("SpotLight")
- pcl.Brightness = 1
- pcl.Face = Enum.NormalId.Front
- pcl.Range = 90
- pcl.Parent = game.Players.LocalPlayer.Character.Head
- pcl.Enabled = false
- end
- })
- --[[
- Name = <string> - The name of the toggle.
- Default = <bool> - The default value of the toggle.
- Callback = <function> - The function of the toggle.
- ]]
- Tab:AddButton({
- Name = "E fast!",
- Callback = function()
- game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(p)
- fireproximityprompt(p)
- end)
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement