Advertisement
President_444_YT

Script Hub

Mar 9th, 2025
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "President Hub - 1", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionHub"})
  3. local Tab = Window:MakeTab({
  4.     Name = "Script",
  5.     Icon = "rbxassetid://4483345998",
  6.     PremiumOnly = false
  7. })
  8. OrionLib:MakeNotification({
  9.     Name = "updated!",
  10.     Content = "Updated on March 9 2025",
  11.     Image = "rbxassetid://4483345998",
  12.     Time = 5
  13. })
  14. Tab:AddButton({
  15.     Name = "Touch Fling (Not Mine)",
  16.     Callback = function()
  17. loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Universal-Touch-fling-27515"))()
  18.             print("Executed Touch Fling Script!")
  19.     end    
  20. })
  21.  
  22. Tab:AddTextbox({
  23.     Name = "Report Glitches",
  24.     Default = "Describe Here.",
  25.     TextDisappear = false,
  26.     Callback = function(Value)
  27.         print(Value)
  28.     end  
  29. })
  30.  
  31. Tab:AddButton({
  32.     Name = "Touch Fling (Not Mine)",
  33.     Callback = function()
  34.             print("button pressed")
  35.     end    
  36. })
  37. -- Dropdown:Refresh(List<table>,true)
  38. --Dropdown:Set("dropdown option")
  39. OrionLib:Init()
  40. -- destroying the interface: OrionLib:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement