Advertisement
Mhammed_2013

طلب 7

Mar 18th, 2024
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()local Window = OrionLib:MakeWindow({Name = "سكربت PardX", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  2.  
  3. --[[
  4. Name = <string> - The name of the UI.
  5. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  6. SaveConfig = <bool> - Toggles the config saving in the UI.
  7. ConfigFolder = <string> - The name of the folder where the configs are saved.
  8. IntroEnabled = <bool> - Whether or not to show the intro animation.
  9. IntroText = <string> - Text to show in the intro animation.
  10. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  11. Icon = <string> - URL to the image you want displayed on the window.
  12. CloseCallback = <function> - Function to execute when the window is closed.
  13. ]]local Tab = Window:MakeTab({
  14. Name = "السكربتات",
  15. Icon = "rbxassetid://4483345998",
  16. PremiumOnly = false
  17. })
  18.  
  19. --[[
  20. Name = <string> - The name of the tab.
  21. Icon = <string> - The icon of the tab.
  22. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  23. ]]local Section = Tab:AddSection({
  24. Name = "السكربتات"
  25. })
  26.  
  27. --[[
  28. Name = <string> - The name of the section.
  29. ]]Tab:AddButton({
  30. Name = "1",
  31. Callback = function()
  32. print("button pressed")loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/ahmadsgamer2/Script--Game/main/Script%20Game"))()
  33.  
  34. end
  35. })
  36.  
  37. --[[
  38. Name = <string> - The name of the button.
  39. Callback = <function> - The function of the button.
  40. ]]Tab:AddButton({
  41. Name = "2",
  42. Callback = function()
  43. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/SxnwDev/Premier/main/Free-Premier.lua", true))()
  44.  
  45. end
  46. })
  47.  
  48. --[[
  49. Name = <string> - The name of the button.
  50. Callback = <function> - The function of the button.
  51. ]]Tab:AddButton({
  52. Name = "3",
  53. Callback = function()
  54. print("button pressed")loadstring(game:HttpGet(''https://raw.githubusercontent.com/UltraStuff/scripts2/main/shindo'',true))()
  55.  
  56. end
  57. })
  58.  
  59. --[[
  60. Name = <string> - The name of the button.
  61. Callback = <function> - The function of the button.
  62. ]]Tab:AddButton({
  63. Name = "4",
  64. Callback = function()
  65. print("button pressed")loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/ahmadsgamer2/Speed-Hub-X/main/SpeedHubX"))()
  66.  
  67. end
  68. })
  69.  
  70. --[[
  71. Name = <string> - The name of the button.
  72. Callback = <function> - The function of the button.
  73. ]]Tab:AddButton({
  74. Name = "5",
  75. Callback = function()
  76. print("button pressed")loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/ahmadsgamer2/Script--Game/main/Script%20Game"))()
  77.  
  78. end
  79. })
  80.  
  81. --[[
  82. Name = <string> - The name of the button.
  83. Callback = <function> - The function of the button.
  84. ]]Tab:AddButton({
  85. Name = "6",
  86. Callback = function()
  87. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Corrupt2625/pjv/main/Shindo.lua"))()
  88. end
  89. })
  90.  
  91. --[[
  92. Name = <string> - The name of the button.
  93. Callback = <function> - The function of the button.
  94. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement