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 = "President Hub - 1", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionHub"})
- local Tab = Window:MakeTab({
- Name = "Script",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- OrionLib:MakeNotification({
- Name = "updated!",
- Content = "Updated on March 9 2025",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- Tab:AddButton({
- Name = "Touch Fling (Not Mine)",
- Callback = function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Universal-Touch-fling-27515"))()
- print("Executed Touch Fling Script!")
- end
- })
- Tab:AddTextbox({
- Name = "Report Glitches",
- Default = "Describe Here.",
- TextDisappear = false,
- Callback = function(Value)
- print(Value)
- end
- })
- Tab:AddButton({
- Name = "Touch Fling (Not Mine)",
- Callback = function()
- print("button pressed")
- end
- })
- -- Dropdown:Refresh(List<table>,true)
- --Dropdown:Set("dropdown option")
- OrionLib:Init()
- -- destroying the interface: OrionLib:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement