Advertisement
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({ IntroIcon = "rbxassetid://4483345998", IntroText = "|bl4de's hub|", Icon = "rbxassetid://4483345998", Name = "bl4de's hub", HidePremium = true, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "Menu",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddLabel("Welcome to bl4de's epix scripts!")
- Tab:AddParagraph("Finally released!","This hub has scripts and thats it.. also every script should work on any game.")
- Tab:AddLabel("go to games and use scripts to make people feel shitty!")
- Tab:AddLabel("Credit to orion. ownership xxglowgangxx150")
- Tab:AddLabel("Discord: https://discord.gg/BQr7dG63jS")
- --------Games
- local Tab = Window:MakeTab({
- Name = "Games",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Section = Tab:AddSection({
- Name = "Survive Vecna"
- })
- Tab:AddButton({
- Name = "TP to Vecna body",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/0KM7y8Ui"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "TP to Shop",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/vp0Ftkam"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "TP to orb 1",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/LKzg1hi1"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "TP to orb 2",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/3316GW47"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "TP to orb 3",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/7unf7DF0"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "TP to orb 4",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/3kmhESKD"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "TP to orb 5",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/DAUBrDwQ"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "ESP (universal)",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/5wM9U00d'))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "Shift to Sprint (universal)",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/htRaZ7kX'))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "Emotes (universal)",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/R1MgDiRX'))()
- print("button pressed")
- end
- })
- local Section = Tab:AddSection({
- Name = "Dollhouse RP"
- })
- Tab:AddButton({
- Name = "Verts Hub",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/pqW4RCt0'))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "Antilog",
- Callback = function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/DsJ170Bz'),true))()
- print("button pressed")
- end
- })
- local Section = Tab:AddSection({
- Name = "Other"
- })
- Tab:AddButton({
- Name = "chathaxx",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/ant-7802/--/main/straightmilk.lua'))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "Inf yeild + vr script",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/gpJyU9HM'))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "Op mm2 hub",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/xennyy/Xenny-Ware/main/loader.lua'))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "E to fling OP",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/wrSzvUYa'))()
- print("button pressed")
- end
- })
- -----------------------Player
- local Tab = Window:MakeTab({
- Name = "Player",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddSlider({
- Name = "Walkspeed",
- Min = 0,
- Max = 100,
- Default = 16,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "speed",
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
- print(Value)
- end
- })
- Tab:AddSlider({
- Name = "Jumpheight",
- Min = 0,
- Max = 350,
- Default = 50,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "Power",
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
- print(Value)
- end
- })
- Tab:AddSlider({
- Name = "Hipheight",
- Min = 0,
- Max = 100,
- Default = 2,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "Height",
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.HipHeight = Value
- print(Value)
- end
- })
- Tab:AddSlider({
- Name = "Health",
- Min = 0,
- Max = 1000,
- Default = 100,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "health",
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.Health = Value
- end
- })
- OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement