Advertisement
Mhammed_2013

وسيم قيمر

Jun 28th, 2024 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.10 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "وسيم جيمر Hup", HidePremium = false, SaveConfig = true, ConfigFolder = "وسيم قيمر Hup"})
  3.  
  4. --[[
  5. Name = <string> - The name of the UI.
  6. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  7. SaveConfig = <bool> - Toggles the config saving in the UI.
  8. ConfigFolder = <string> - The name of the folder where the configs are saved.
  9. IntroEnabled = <bool> - Whether or not to show the intro animation.
  10. IntroText = <string> - Text to show in the intro animation.
  11. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  12. Icon = <string> - URL to the image you want displayed on the window.
  13. CloseCallback = <function> - Function to execute when the window is closed.
  14. ]]
  15. local Tab = Window:MakeTab({
  16. Name = "ملاحضات",
  17. Icon = "rbxassetid://4483345998",
  18. PremiumOnly = false
  19. })
  20.  
  21. --[[
  22. Name = <string> - The name of the tab.
  23. Icon = <string> - The icon of the tab.
  24. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  25. ]]
  26. local Section = Tab:AddSection({
  27. Name = "هنا ملاحظات يجب أتباعها"
  28. })
  29.  
  30. --[[
  31. Name = <string> - The name of the section.
  32. ]]
  33. local Section = Tab:AddSection({
  34. Name = "ملاحظة : لا تضغط على أي سكربت أكثر من مرة أبداً"
  35. })
  36.  
  37. --[[
  38. Name = <string> - The name of the section.
  39. ]]local Section = Tab:AddSection({
  40. Name = "لا تفعل أكثر من سكربت في نفس الوقت"
  41. })
  42.  
  43. --[[
  44. Name = <string> - The name of the section.
  45. ]]local Section = Tab:AddSection({
  46. Name = "لا تفعل سكربت بلوكس فروت في ماب البيوت"
  47. })
  48.  
  49. --[[
  50. Name = <string> - The name of the section.
  51. ]]
  52. local Section = Tab:AddSection({
  53. Name = "لا تفعل سكربت ماب البيوت في بلوكس فروت و الخ ..."
  54. })
  55.  
  56. --[[
  57. Name = <string> - The name of the section.
  58. ]]
  59. local Section = Tab:AddSection({
  60. Name = "رح نحط سكربتات أكثر قريباً"
  61. })
  62.  
  63. --[[
  64. Name = <string> - The name of the section.
  65. ]]
  66. local Tab = Window:MakeTab({
  67. Name = "سكربتات بلوكس فروت",
  68. Icon = "rbxassetid://4483345998",
  69. PremiumOnly = false
  70. })
  71.  
  72. --[[
  73. Name = <string> - The name of the tab.
  74. Icon = <string> - The icon of the tab.
  75. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  76. ]]
  77. local Section = Tab:AddSection({
  78. Name = "هنا سكربتات بلوكس فروت"
  79. })
  80.  
  81. --[[
  82. Name = <string> - The name of the section.
  83. ]]
  84. Tab:AddButton({
  85. Name = "سكربت بلوكس فروت ( 1 )",
  86. Callback = function()
  87. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/BloxFruits/main/redz9999"))()
  88. end
  89. })
  90.  
  91. --[[
  92. Name = <string> - The name of the button.
  93. Callback = <function> - The function of the button.
  94. ]]
  95. Tab:AddButton({
  96. Name = "سكربت بلوكس فروت ( 2 )",
  97. Callback = function()
  98. print("button pressed")getgenv().Team = "Marines" -- Marines Pirates
  99. getgenv().AutoLoad = false --Will Load Script On Server Hop
  100. getgenv().SlowLoadUi = false
  101. getgenv().FixCrash = false -- Turn it On For Hopping Server, Improve Performance But Silent Aim On Mob And Player
  102. getgenv().FixCrash2 = false -- Turn it On For Hopping Server, Improve Performance But Will Remove Speed Changer
  103. getgenv().ForceUseSilentAim = false --Force turn on silent aim , if error then executor problem
  104. loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/3b2169cf53bc6104dabe8e19562e5cc2.lua"))()
  105. end
  106. })
  107.  
  108. --[[
  109. Name = <string> - The name of the button.
  110. Callback = <function> - The function of the button.
  111. ]]
  112. local Tab = Window:MakeTab({
  113. Name = "سكربتات ماب البيوت",
  114. Icon = "rbxassetid://4483345998",
  115. PremiumOnly = false
  116. })
  117.  
  118. --[[
  119. Name = <string> - The name of the tab.
  120. Icon = <string> - The icon of the tab.
  121. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  122. ]]
  123. local Section = Tab:AddSection({
  124. Name = "هنا سكربتات ماب البيوت"
  125. })
  126.  
  127. --[[
  128. Name = <string> - The name of the section.
  129. ]]
  130. Tab:AddButton({
  131. Name = "سكربت ادمن",
  132. Callback = function()
  133. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  134. end
  135. })
  136.  
  137. --[[
  138. Name = <string> - The name of the button.
  139. Callback = <function> - The function of the button.
  140. ]]
  141. Tab:AddButton({
  142. Name = "سكربت ماب البيوت",
  143. Callback = function()
  144. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  145. end
  146. })
  147.  
  148. --[[
  149. Name = <string> - The name of the button.
  150. Callback = <function> - The function of the button.
  151. ]]
  152. local Tab = Window:MakeTab({
  153. Name = "Settings",
  154. Icon = "rbxassetid://4483345998",
  155. PremiumOnly = false
  156. })
  157.  
  158. --[[
  159. Name = <string> - The name of the tab.
  160. Icon = <string> - The icon of the tab.
  161. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  162. ]]
  163. local Section = Tab:AddSection({
  164. Name = "Here are the script settings"
  165. })
  166.  
  167. --[[
  168. Name = <string> - The name of the section.
  169. ]]
  170. Tab:AddColorpicker({
  171. Name = "Choose the script color",
  172. Default = Color3.fromRGB(255, 0, 0),
  173. Callback = function(Value)
  174. print(Value)
  175. end
  176. })
  177.  
  178. --[[
  179. Name = <string> - The name of the colorpicker.
  180. Default = <color3> - The default value of the colorpicker.
  181. Callback = <function> - The function of the colorpicker.
  182. ]]
  183. Tab:AddTextbox({
  184. Name = "Link to our Discord server",
  185. Default = "https://discord.gg/QhGAMJJ2RR",
  186. TextDisappear = true,
  187. Callback = function(Value)
  188. print(Value)OrionLib:MakeNotification({
  189. Name = "we are waiting for you",
  190. Content = "Thank you for copying the link to our Discord server. we are waiting for you",
  191. Image = "rbxassetid://4483345998",
  192. Time = 5
  193. })
  194.  
  195. --[[
  196. Title = <string> - The title of the notification.
  197. Content = <string> - The content of the notification.
  198. Image = <string> - The icon of the notification.
  199. Time = <number> - The duration of the notfication.
  200. ]]OrionLib:MakeNotification({
  201. Name = "نحن ننتظرك",
  202. Content = "شكراً لنسخك رابط سيرفرنا الديسكورد . نحن ننتظرك",
  203. Image = "rbxassetid://4483345998",
  204. Time = 5
  205. })
  206.  
  207. --[[
  208. Title = <string> - The title of the notification.
  209. Content = <string> - The content of the notification.
  210. Image = <string> - The icon of the notification.
  211. Time = <number> - The duration of the notfication.
  212. ]]
  213. end
  214. })
  215.  
  216. --[[
  217. Name = <string> - The name of the textbox.
  218. Default = <string> - The default value of the textbox.
  219. TextDisappear = <bool> - Makes the text disappear in the textbox after losing focus.
  220. Callback = <function> - The function of the textbox.
  221. ]]
  222. Tab:AddButton({
  223. Name = "restart script",
  224. Callback = function()
  225. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/k5VQxeh7"))()
  226. end
  227. })
  228.  
  229. --[[
  230. Name = <string> - The name of the button.
  231. Callback = <function> - The function of the button.
  232. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement