Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "Doors hub by eshaanopn", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "Dom hub",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "Doors hub by eshaanopn", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "The main tab",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Section = Tab:AddSection({
- Name = "Hope u enjoy"
- })
- OrionLib:MakeNotification({
- Name = "Credits to eshaanopn",
- Content = "And infernus for some extra things",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- Tab:AddButton({
- Name = "Bobhub not by me",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/KINGHUB01/BlackKing-obf/main/Doors%20Blackking%20And%20BobHub"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "Crucfix on real entitys",
- Callback = function()
- _G.Uses = 1000
- _G.Range = 20
- loadstring(game:HttpGet('https://raw.githubusercontent.com/CloneNikita/CrucifixStuff/main/CrucifixOnReal.lua'))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "Vitamins 5 times (execute in shop)" ,
- Callback = function()
- local item = "Vitamins" -- Name of item to multiple buy. Lighter, Flashlight, Lockpick, Vitamins
- local giveitems = 5 -- How many times buy selected item
- --// DONT TOUCH
- local args = {}
- local e = 1
- repeat
- table.insert(args, e, item)
- e += 1
- until e > giveitems
- game:GetService("ReplicatedStorage").EntityInfo.PreRunShop:FireServer({unpack(args)})
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "Lighter 5 times (execute in shop)",
- Callback = function()
- local item = "Lighter" -- Name of item to multiple buy. Lighter, Flashlight, Lockpick, Vitamins
- local giveitems = 5 -- How many times buy selected item
- --// DONT TOUCH
- local args = {}
- local e = 1
- repeat
- table.insert(args, e, item)
- e += 1
- until e > giveitems
- game:GetService("ReplicatedStorage").EntityInfo.PreRunShop:FireServer({unpack(args)})
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "Same but with flashlight",
- Callback = function()
- local item = "Flashlight" -- Name of item to multiple buy. Lighter, Flashlight, Lockpick, Vitamins
- local giveitems = 5 -- How many times buy selected item
- --// DONT TOUCH
- local args = {}
- local e = 1
- repeat
- table.insert(args, e, item)
- e += 1
- until e > giveitems
- game:GetService("ReplicatedStorage").EntityInfo.PreRunShop:FireServer({unpack(args)})
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "Crucfix on anything script by PenguinManiack",
- Callback = function()
- _G.Uses = 875432984326598432765984326598432562
- _G.Range = 10000000
- _G.OnAnything = true
- _G.Fail = false
- loadstring(game:HttpGet("https://raw.githubusercontent.com/PenguinManiack/Crucifix/main/Crucifix.lua"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "FE animation script and emotes script not by me",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/UniversalDance-AnimGui.lua'))()
- print("button pressed")
- end
- })
- local Tab = Window:MakeTab({
- Name = "Entity spawner",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddButton({
- Name = "Spawn Obama",
- Callback = function()
- local Spawner = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors%20Entity%20Spawner/Source.lua"))()
- -- Create entity
- local entityTable = Spawner.createEntity({
- CustomName = "Template Entity", -- Custom name of your entity
- Model = "rbxassetid://5215347", -- Can be GitHub file or rbxassetid
- Speed = 100, -- Percentage, 100 = default Rush speed
- DelayTime = 2, -- Time before starting cycles (seconds)
- HeightOffset = 0,
- CanKill = false,
- KillRange = 50,
- BackwardsMovement = false,
- BreakLights = true,
- FlickerLights = {
- true, -- Enabled/Disabled
- 1, -- Time (seconds)
- },
- Cycles = {
- Min = 1,
- Max = 4,
- WaitTime = 2,
- },
- CamShake = {
- true,
Advertisement
Add Comment
Please, Sign In to add comment