Advertisement
flubbadub

Untitled

Jul 11th, 2024
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2.  
  3. local Window = OrionLib:MakeWindow({Name = "Zue$ hub", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  4.  
  5. OrionLib:MakeNotification({
  6. Name = "Script Error:",
  7. 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",
  8. Image = "rbxassetid://4483345998",
  9. Time = 10
  10. })
  11.  
  12. --[[
  13. Title = <string> - The title of the notification.
  14. Content = <string> - The content of the notification.
  15. Image = <string> - The icon of the notification.
  16. Time = <number> - The duration of the notfication.
  17. ]]
  18.  
  19. local HomeTab = Window:MakeTab({
  20. Name = "Home",
  21. Icon = "rbxassetid://4483345998",
  22. PremiumOnly = false
  23. })
  24.  
  25. local PlayerTab = Window:MakeTab({
  26. Name = "Player",
  27. Icon = "rbxassetid://4483345998",
  28. PremiumOnly = false
  29. })
  30.  
  31. local TrollTab = Window:MakeTab({
  32. Name = "Troll",
  33. Icon = "rbxassetid://4483345998",
  34. PremiumOnly = false
  35. })
  36.  
  37. local ToolsTab = Window:MakeTab({
  38. Name = "Tools",
  39. Icon = "rbxassetid://4483345998",
  40. PremiumOnly = false
  41. })
  42.  
  43. local TargetTab = Window:MakeTab({
  44. Name = "Target",
  45. Icon = "rbxassetid://4483345998",
  46. PremiumOnly = false
  47. })
  48.  
  49. local AimlockTab = Window:MakeTab({
  50. Name = "AimLock",
  51. Icon = "rbxassetid://4483345998",
  52. PremiumOnly = false
  53. })
  54.  
  55. local TogglesTab = Window:MakeTab({
  56. Name = "Toggles",
  57. Icon = "rbxassetid://4483345998",
  58. PremiumOnly = false
  59. })
  60.  
  61. local SilentStuffTab = Window:MakeTab({
  62. Name = "Silent Stuff",
  63. Icon = "rbxassetid://4483345998",
  64. PremiumOnly = false
  65. })
  66.  
  67. local AutoFarmTab = Window:MakeTab({
  68. Name = "AutoFarm",
  69. Icon = "rbxassetid://4483345998",
  70. PremiumOnly = false
  71. })
  72.  
  73. local TeleportsTab = Window:MakeTab({
  74. Name = "Teleports",
  75. Icon = "rbxassetid://4483345998",
  76. PremiumOnly = false
  77. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement