Advertisement
Mhammed_2013

النبذة

Jan 8th, 2024 (edited)
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()local Window = OrionLib:MakeWindow({Name = "نبذة عن السكربتات الي انا اسويها", HidePremium = false, SaveConfig = true, ConfigFolder = "Brief"})
  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. ]]local Section = Tab:AddSection({
  30. Name = "1 : تجميعة سكربتات يعني سكربنتات مجمعة بسكربت واحد"
  31. })
  32.  
  33. --[[
  34. Name = <string> - The name of the section.
  35. ]]local Section = Tab:AddSection({
  36. Name = "2: سكربتات تلقائية يعني سكربتات مثل سكربت اوتو فارم"
  37. })
  38.  
  39. --[[
  40. Name = <string> - The name of the section.
  41. ]]local Section = Tab:AddSection({
  42. Name = "3: سكربتات مستحيلة يعني سكربتات كثيير صعب انك تسويها حتى انا ما اعرف اسويها"
  43. })
  44.  
  45. --[[
  46. Name = <string> - The name of the section.
  47. ]]local Tab = Window:MakeTab({
  48. Name = "--------------------",
  49. Icon = "rbxassetid://4483345998",
  50. PremiumOnly = false
  51. })
  52.  
  53. --[[
  54. Name = <string> - The name of the tab.
  55. Icon = <string> - The icon of the tab.
  56. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  57. ]]local Tab = Window:MakeTab({
  58. Name = "سكرتات نوع 1",
  59. Icon = "rbxassetid://4483345998",
  60. PremiumOnly = false
  61. })
  62.  
  63. --[[
  64. Name = <string> - The name of the tab.
  65. Icon = <string> - The icon of the tab.
  66. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  67. ]]local Section = Tab:AddSection({
  68. Name = "سكربتات نوع 1"
  69. })
  70.  
  71. --[[
  72. Name = <string> - The name of the section.
  73. ]]local Section = Tab:AddSection({
  74. Name = "السكربتات من نوع 1 هي اسهل السكربتات من ناحية الصناعة"
  75. })
  76.  
  77. --[[
  78. Name = <string> - The name of the section.
  79. ]]local Section = Tab:AddSection({
  80. Name = "يكون شكل هذا النوع من السكربتات هكذا"
  81. })
  82.  
  83. --[[
  84. Name = <string> - The name of the section.
  85. ]]Tab:AddButton({
  86. Name = "و هكذا يكون شكل كل زر او سكربت تريد ان تضيفه بالسكربت",
  87. Callback = function()
  88. print("button pressed")
  89. end
  90. })
  91.  
  92. --[[
  93. Name = <string> - The name of the button.
  94. Callback = <function> - The function of the button.
  95. ]]local Tab = Window:MakeTab({
  96. Name = "سكربتات نوع 2",
  97. Icon = "rbxassetid://4483345998",
  98. PremiumOnly = false
  99. })
  100.  
  101. --[[
  102. Name = <string> - The name of the tab.
  103. Icon = <string> - The icon of the tab.
  104. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  105. ]]local Section = Tab:AddSection({
  106. Name = "سكربتات نوع 2"
  107. })
  108.  
  109. --[[
  110. Name = <string> - The name of the section.
  111. ]]local Section = Tab:AddSection({
  112. Name = "تكون شكل سكربتات نوع رقم 2 هكذا"
  113. })
  114.  
  115. --[[
  116. Name = <string> - The name of the section.
  117. ]]Tab:AddToggle({
  118. Name = "هكذا تكون شكل يكربتات نوع رقم 2",
  119. Default = false,
  120. Callback = function(Value)
  121. print(Value)
  122. end
  123. })
  124.  
  125. --[[
  126. Name = <string> - The name of the toggle.
  127. Default = <bool> - The default value of the toggle.
  128. Callback = <function> - The function of the toggle.
  129. ]]Tab:AddToggle({
  130. Name = "مثل سكربت الهيت بوكس",
  131. Default = false,
  132. Callback = function(Value)loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Animation-Hub/main/Animation%20Gui", true))()
  133. print(Value)
  134. end
  135. })
  136.  
  137. --[[
  138. Name = <string> - The name of the toggle.
  139. Default = <bool> - The default value of the toggle.
  140. Callback = <function> - The function of the toggle.
  141. ]]local Tab = Window:MakeTab({
  142. Name = "سكربتات نوع رقم 3",
  143. Icon = "rbxassetid://4483345998",
  144. PremiumOnly = false
  145. })
  146.  
  147. --[[
  148. Name = <string> - The name of the tab.
  149. Icon = <string> - The icon of the tab.
  150. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  151. ]]local Section = Tab:AddSection({
  152. Name = "يالحبيب ترا حتى انا ما اعرف كيف اسوي هذا النوع من السكربتات"
  153. })
  154.  
  155. --[[
  156. Name = <string> - The name of the section.
  157. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement