Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "Omg ahh Hub", HidePremium = false, IntoText = "omg ahhh Hub"})
- local Tab = Window:MakeTab({
- Name = "Combat",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Section = Tab:AddSection({
- Name = "Combat Section"
- })
- OrionLib:MakeNotification({
- Name = "Title!",
- Content = "Welcom"..player..Name.."",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- Tab:AddButton({
- Name = "AimBot",
- Callback = function()
- print("button pressed")
- end
- })
- Tab1:AddToggle({
- Name = "pop",
- Default = true,
- Save = true,
- Flag = "toggle"
- })
- print(OrionLib.Flags["toggle"].Value) -- prints the value of the toggle.
- OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement