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({Name = "Zue$ hub", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- OrionLib:MakeNotification({
- Name = "Script Error:",
- Content = "This script can not be loaded: There is either an issue with an Add-On, an Add-On preference file, or possibly a Saved Variable file",
- Image = "rbxassetid://4483345998",
- Time = 10
- })
- --[[
- Title = <string> - The title of the notification.
- Content = <string> - The content of the notification.
- Image = <string> - The icon of the notification.
- Time = <number> - The duration of the notfication.
- ]]
- local HomeTab = Window:MakeTab({
- Name = "Home",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local PlayerTab = Window:MakeTab({
- Name = "Player",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local TrollTab = Window:MakeTab({
- Name = "Troll",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local ToolsTab = Window:MakeTab({
- Name = "Tools",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local TargetTab = Window:MakeTab({
- Name = "Target",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local AimlockTab = Window:MakeTab({
- Name = "AimLock",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local TogglesTab = Window:MakeTab({
- Name = "Toggles",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local SilentStuffTab = Window:MakeTab({
- Name = "Silent Stuff",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local AutoFarmTab = Window:MakeTab({
- Name = "AutoFarm",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local TeleportsTab = Window:MakeTab({
- Name = "Teleports",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement