Advertisement
mohamed030

Untitled

Nov 22nd, 2023
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.10 KB | None | 0 0
  1. -- Booting Library
  2. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  3.  
  4.  
  5. -- Functions
  6. _G.Key = "Ams_HamoKing"
  7. _G.KeyInput = "string"
  8.  
  9. function DestroyGui()
  10. OrionLib:Destroy()
  11. end
  12.  
  13. function Menu()
  14. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  15. local Window = OrionLib:MakeWindow({Name = "Ams_Hamo Hub👑💫", HidePremium = false, IntroText = "Hamo Hub👑🔥"
  16.  
  17. --[[
  18. Name = <string> - The name of the UI.
  19. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  20. SaveConfig = <bool> - Toggles the config saving in the UI.
  21. ConfigFolder = <string> - The name of the folder where the configs are saved.
  22. IntroEnabled = <bool> - Whether or not to show the intro animation.
  23. IntroText = <string> - Text to show in the intro animation.
  24. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  25. Icon = <string> - URL to the image you want displayed on the window.
  26. CloseCallback = <function> - Function to execute when the window is closed.
  27. ]]
  28.  
  29. OrionLib:MakeNotification({
  30. Name = "Hamo",
  31. Content = "Enjoy The Script! ",
  32. Image = "rbxassetid://4483345998",
  33. Time = 5
  34. })
  35.  
  36. local Tab = Window:MakeTab({
  37. Name = "الصفحه الرئيسيه🙂👍",
  38. Icon = "rbxassetid://4483345998",
  39. PremiumOnly = false
  40. })
  41.  
  42. --[[
  43. Name = <string> - The name of the tab.
  44. Icon = <string> - The icon of the tab.
  45. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  46. ]]
  47.  
  48. Tab:AddButton({
  49. Name = "🔥💪🏼تشقلب",
  50. Callback = function()
  51. loadstring(game:HttpGet('https://pastebin.com/raw/yjxXnxbS'))()
  52. end
  53. })
  54.  
  55. --[[
  56. Name = <string> - The name of the button.
  57. Callback = <function> - The function of the button.
  58. ]]
  59.  
  60. Tab:AddButton({
  61. Name = "ادمن🥱💫",
  62. Callback = function()
  63. loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))();
  64. end
  65. })
  66.  
  67. --[[
  68. Name = <string> - The name of the button.
  69. Callback = <function> - The function of the button.
  70. ]]
  71.  
  72. Tab:AddButton({
  73. Name = "طيران 💥✨",
  74. Callback = function()
  75. loadstring(game:HttpGet(('https://pastebin.com/raw/fT6U2QMi'),true))()
  76. end
  77. })
  78.  
  79. --[[
  80. Name = <string> - The name of the button.
  81. Callback = <function> - The function of the button.
  82. ]]
  83.  
  84. Tab:AddButton({
  85. Name = "اختفاء👻",
  86. Callback = function()
  87. loadstring(game:HttpGet('https://pastebin.com/raw/AYtzGEPb'))()
  88. end
  89. })
  90.  
  91. --[[
  92. Name = <string> - The name of the button.
  93. Callback = <function> - The function of the button.
  94. ]]
  95.  
  96. Tab:AddButton({
  97. Name = "كشف اماكن👀",
  98. Callback = function()
  99. loadstring(game:HttpGet('https://raw.githubusercontent.com/Lucasfin000/SpaceHub/main/UESP'))()
  100. end
  101. })
  102.  
  103. --[[
  104. Name = <string> - The name of the button.
  105. Callback = <function> - The function of the button.
  106. ]]
  107.  
  108. Tab:AddButton({
  109. Name = "سرعه⚡",
  110. Callback = function()
  111. loadstring(game:HttpGet(('https://pastebin.com/raw/XmLm2xe6'),true))()
  112. end
  113. })
  114.  
  115. --[[
  116. Name = <string> - The name of the button.
  117. Callback = <function> - The function of the button.
  118. ]]
  119.  
  120. Tab:AddButton({
  121. Name = "لمسه الرحمه📸😂",
  122. Callback = function()
  123. loadstring(game:HttpGet('https://pastebin.com/raw/TXMNj1yy'))()
  124. end
  125. })
  126. Tab:AddButton({
  127. Name = "سكربت انتقال💥✨",
  128. Callback = function()
  129. loadstring(game:HttpGet("https://gist.githubusercontent.com/DagerFild/b4776075a0d26ef04394133ee6bd2081/raw/0ed51ac94057d2d9a9f00e1b037b9011c76ca54a/tpGUI", true))()
  130. end
  131. })
  132. Tab:AddButton({
  133. Name = "االتسلق االجدار🤗",
  134. Callback = function()
  135. loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/walkonwalls/main/main"))()
  136. end
  137. })
  138. Tab:AddButton({
  139. Name = "سكربت جامد👑🔥",
  140. Callback = function()
  141. loadstring(game:HttpGet("https://pastebin.com/raw/3axt0ia1"))()
  142. end
  143. })
  144. Tab:AddButton({
  145. Name = "سكربت النسخ للعام😈🔥",
  146. Callback = function()
  147. loadstring(game:HttpGet("https://pastebin.com/raw/67zRS6vS", true))()
  148. end
  149. })
  150.  
  151. --[[
  152. Name = <string> - The name of the button.
  153. Callback = <function> - The function of the button.
  154. ]]
  155.  
  156. Tab:AddButton({
  157. Name = "سكربت جوست الجامد🔥🔭",
  158. Callback = function()
  159. loadstring(game:HttpGet('https://pastebin.com/raw/2jbkJhRD'))()
  160. end
  161. })
  162.  
  163. --[[
  164. Name = <string> - The name of the button.
  165. Callback = <function> - The function of the button.
  166. ]]
  167.  
  168. local Tab = Window:MakeTab({
  169. Name = "سكربتات مابات حلوه😜😎",
  170. Icon = "rbxassetid://4483345998",
  171. PremiumOnly = false
  172. })
  173.  
  174. --[[
  175. Name = <string> - The name of the tab.
  176. Icon = <string> - The icon of the tab.
  177. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  178. ]]
  179.  
  180. Tab:AddButton({
  181. Name = "سكربت ماب بروك هافن🔥⚔️",
  182. Callback = function()
  183. loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  184. end
  185. })
  186.  
  187. --[[
  188. Name = <string> - The name of the button.
  189. Callback = <function> - The function of the button.
  190. ]]
  191.  
  192. Tab:AddButton({
  193. Name = "سكربت blad ball💥🔥",
  194. Callback = function()
  195. loadstring(game:HttpGet("https://raw.githubusercontent.com/3345-c-a-t-s-u-s/-beta-/main/AutoParry.lua"))()
  196. end
  197. })
  198.  
  199. --[[
  200. Name = <string> - The name of the button.
  201. Callback = <function> - The function of the button.
  202. ]]
  203.  
  204. Tab:AddButton({
  205. Name = "اسكربت الرقصات 🧸",
  206. Callback = function()
  207. loadstring(game:HttpGet('https://raw.githubusercontent.com/anyahubs/FE/main/Dances.lua'))()
  208. end
  209. })
  210.  
  211. --[[
  212. Name = <string> - The name of the button.
  213. Callback = <function> - The function of the button.
  214. ]]
  215.  
  216. Tab:AddButton({
  217. Name = "سكربت ماب بلوكس فروت 🔥🚪",
  218. Callback = function()
  219. loadstring(game:HttpGet("https://raw.githubusercontent.com/Minhtriettt/Free-Script/main/MTriet-Hub.lua"))()
  220. end
  221. })
  222.  
  223. --[[
  224. Name = <string> - The name of the button.
  225. Callback = <function> - The function of the button.
  226. ]]
  227.  
  228. Tab:AddButton({
  229. Name = "اسكربت حفظ المكان للقتل🔥🛳",
  230. Callback = function()
  231.  
  232. loadstring(game:HttpGet(('https://raw.githubusercontent.com/0Ben1/fe/main/Tp%20Place%20GUI'),true))()
  233. end
  234. })
  235.  
  236. --[[
  237. Name = <string> - The name of the button.
  238. Callback = <function> - The function of the button.
  239. ]]
  240. Tab:AddButton({
  241. Name = " سكربت التحولات😈🤡",
  242. Callback = function()
  243.  
  244. loadstring(game:HttpGet("https://raw.githubusercontent.com/Tescalus/Pendulum-Hubs-Source/main/Pendulum%20Hub%20V5.lua"))()
  245. end
  246. })
  247.  
  248. --[[
  249. Name = <string> - The name of the button.
  250. Callback = <function> - The function of the button.
  251. ]]
  252. Tab:AddButton({
  253. Name = "سكربت تغير لون السماء✨🌠",
  254. Callback = function()
  255.  
  256. loadstring(game:HttpGet("https://pastebin.com/raw/Z6m1aPy1",true))()
  257. end
  258. })
  259.  
  260. --[[
  261. Name = <string> - The name of the button.
  262. Callback = <function> - The function of the button.
  263. ]]
  264. Tab:AddButton({
  265. Name = " 🤓سكربت يعرفك اسماء الناس اللب داخله الماب",
  266. Callback = function()
  267.  
  268. loadstring(game:HttpGet('https://raw.githubusercontent.com/leg1337/legadmv2/main/legadminv2.lua'))()
  269. end
  270. })
  271.  
  272. --[[
  273. Name = <string> - The name of the button.
  274. Callback = <function> - The function of the button.
  275. ]]
  276. Tab:AddButton({
  277. Name = "😏💪🏼سكربتي القديم",
  278. Callback = function()
  279.  
  280. loadstring(game:HttpGet("https://pastebin.com/raw/8ZSdj29r"))()
  281. end
  282. })
  283.  
  284. --[[
  285. Name = <string> - The name of the button.
  286. Callback = <function> - The function of the button.
  287. ]]
  288. end
  289.  
  290.  
  291. -- Creating Window
  292. local Window = OrionLib:MakeWindow({Name = "مفتاح ", HidePremium = false, IntroEnabled = false})
  293.  
  294.  
  295. -- Creating Tabs
  296. local tab1 = Window:MakeTab({
  297. Name = "مفتاح",
  298. Icon = "",
  299. PremiumOnly = false
  300. })
  301.  
  302. local tab2 = Window:MakeTab({
  303. Name = "كيف تجيب مفتاح",
  304. Icon = "",
  305. PremiumOnly = false
  306. })
  307.  
  308.  
  309. -- Config Tab1
  310. local Section1 = tab1:AddSection({
  311. Name = "Key"
  312. })
  313.  
  314. tab1:AddTextbox({
  315. Name = "ادخل االمفتاح",
  316. Default = "",
  317. TextDisappear = false,
  318. Callback = function(Value)
  319. _G.KeyInput = Value
  320. end
  321. })
  322.  
  323. tab1:AddButton({
  324. Name = "تأكيد المفتاح ",
  325. Callback = function()
  326. if _G.KeyInput == _G.Key then
  327. OrionLib:MakeNotification({
  328. Name = "مفتاح صحيح!",
  329. Content = "مفتاح صحيح سكربت راح يتحمل",
  330. Image = "",
  331. Time = 1.5
  332. })
  333. wait(1.5)
  334. Menu()
  335. end
  336. end
  337. })
  338.  
  339. -- Config Tab2
  340. local Section1 = tab2:AddSection({
  341. Name = "حذف سكربت"
  342. })
  343.  
  344.  
  345.  
  346.  
  347.  
  348. local Section1 = tab2:AddSection({
  349. Name = "GUI احذف"
  350. })
  351.  
  352. tab2:AddButton({
  353. Name = "احذف سكربت",
  354. Callback = function()
  355. wait(0.5)
  356. DestroyGui()
  357. end
  358. })
  359. -- Script End
  360. OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement