Advertisement
Mhammed_2013

ZeldaX Hup

Apr 12th, 2024 (edited)
6,661
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.71 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()local Window = OrionLib:MakeWindow({Name = "ZeldaX Hup", HidePremium = false, SaveConfig = true, ConfigFolder = "ZeldaX Hup"})
  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 = "✈️ سكربت الطيران ✈️",
  31. Callback = function()
  32. print("button pressed")loadstring(game:HttpGet('https://github.com/HUBSXOBOX/HUBSXOBOX/raw/main/Hussin%20Danis'))()
  33. end
  34. })
  35.  
  36. --[[
  37. Name = <string> - The name of the button.
  38. Callback = <function> - The function of the button.
  39. ]]Tab:AddButton({
  40. Name = "👻 سكربت الاختفاء 👻",
  41. Callback = function()
  42. print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/AYtzGEPb'))()
  43. end
  44. })
  45.  
  46. --[[
  47. Name = <string> - The name of the button.
  48. Callback = <function> - The function of the button.
  49. ]]Tab:AddButton({
  50. Name = "📸 سكربت مراقبة الناس 📸",
  51. Callback = function()
  52. print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/wyvdb7gr'))()
  53. end
  54. })
  55.  
  56. --[[
  57. Name = <string> - The name of the button.
  58. Callback = <function> - The function of the button.
  59. ]]Tab:AddButton({
  60. Name = "🕺 سكربت الشقلبة 🕺",
  61. Callback = function()
  62. print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/yjxXnxbS'))()
  63. end
  64. })
  65.  
  66. --[[
  67. Name = <string> - The name of the button.
  68. Callback = <function> - The function of the button.
  69. ]]Tab:AddButton({
  70. Name = "🔭 سكربت التيليسكوب 🔭",
  71. Callback = function()
  72. print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/8T0STS4f'))()
  73. end
  74. })
  75.  
  76. --[[
  77. Name = <string> - The name of the button.
  78. Callback = <function> - The function of the button.
  79. ]]Tab:AddButton({
  80. Name = "🏎️ سكربت التنقل بندون كتابة اسم 🏎️",
  81. Callback = function()
  82. print("button pressed")loadstring(game:HttpGet("https://gist.githubusercontent.com/DagerFild/b4776075a0d26ef04394133ee6bd2081/raw/0ed51ac94057d2d9a9f00e1b037b9011c76ca54a/tpGUI", true))()
  83. end
  84. })
  85.  
  86. --[[
  87. Name = <string> - The name of the button.
  88. Callback = <function> - The function of the button.
  89. ]]Tab:AddButton({
  90. Name = "🛩️ سكربت كاميرا درون 🛩️",
  91. Callback = function()
  92. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Break%20Camera'))()
  93. end
  94. })
  95.  
  96. --[[
  97. Name = <string> - The name of the button.
  98. Callback = <function> - The function of the button.
  99. ]]Tab:AddButton({
  100. Name = "🌌 سكربت جرافيكس 🌌",
  101. Callback = function()
  102. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/moh3mah/KATAKORI.ZR/main/Geeetho"))()
  103. end
  104. })
  105.  
  106. --[[
  107. Name = <string> - The name of the button.
  108. Callback = <function> - The function of the button.
  109. ]]Tab:AddButton({
  110. Name = "💃 سكربت كل الرقصات 💃",
  111. Callback = function()
  112. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/anyahubs/FE/main/Dances.lua'))()
  113. end
  114. })
  115.  
  116. --[[
  117. Name = <string> - The name of the button.
  118. Callback = <function> - The function of the button.
  119. ]]Tab:AddButton({
  120. Name = "🧐 سكربت البحث عن السكربتات الاخرى 🧐",
  121. Callback = function()
  122. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/anyahubs/Hub/main/anyahubV1.lua'))()
  123. end
  124. })
  125.  
  126. --[[
  127. Name = <string> - The name of the button.
  128. Callback = <function> - The function of the button.
  129. ]]local Section = Tab:AddSection({
  130. Name = "👆 طريقة استخدام هذا السكربت 👆"
  131. })
  132.  
  133. --[[
  134. Name = <string> - The name of the section.
  135. ]]local Section = Tab:AddSection({
  136. Name = "هي انك تكتب اسم الماب صحيح بندون ترجمة إلى أي لغة"
  137. })
  138.  
  139. --[[
  140. Name = <string> - The name of the section.
  141. ]]Tab:AddButton({
  142. Name = "❄️ سكربت ايس هوب ❄️",
  143. Callback = function()
  144. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/anyahubs/FE/main/ICEHUB_ARABIC"))()
  145. end
  146. })
  147.  
  148. --[[
  149. Name = <string> - The name of the button.
  150. Callback = <function> - The function of the button.
  151. ]]Tab:AddButton({
  152. Name = "⚔️ سكربت حرب السيوف أسرق الوقت من الاخرين ⚔️",
  153. Callback = function()
  154. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/anyahubs/swordgame/main/anya.lua'))()
  155. end
  156. })
  157.  
  158. --[[
  159. Name = <string> - The name of the button.
  160. Callback = <function> - The function of the button.
  161. ]]Tab:AddButton({
  162. Name = "📱 سكربت الهاتف 📱",
  163. Callback = function()
  164. print("button pressed")loadstring(game:HttpGet('https://sirius.menu/script'))();
  165. end
  166. })
  167.  
  168. --[[
  169. Name = <string> - The name of the button.
  170. Callback = <function> - The function of the button.
  171. ]]local Section = Tab:AddSection({
  172. Name = "------------------------------"
  173. })
  174.  
  175. --[[
  176. Name = <string> - The name of the section.
  177. ]]local Section = Tab:AddSection({
  178. Name = "👩‍💻 سكربتات الاق 👩‍💻"
  179. })
  180.  
  181. --[[
  182. Name = <string> - The name of the section.
  183. ]]Tab:AddButton({
  184. Name = "👩‍💻 سكربت لاق 1 👩‍💻",
  185. Callback = function()
  186. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/BidoSkinsYT/BidoSkinsYT/main/Fe%20lag%20chat%20Gui"))()
  187. end
  188. })
  189.  
  190. --[[
  191. Name = <string> - The name of the button.
  192. Callback = <function> - The function of the button.
  193. ]]Tab:AddButton({
  194. Name = "👩‍💻 سكربت لاق 2 👩‍💻",
  195. Callback = function()
  196. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/JAAfsp1N"))()
  197. end
  198. })
  199.  
  200. --[[
  201. Name = <string> - The name of the button.
  202. Callback = <function> - The function of the button.
  203. ]]local Section = Tab:AddSection({
  204. Name = "------------------------------"
  205. })
  206.  
  207. --[[
  208. Name = <string> - The name of the section.
  209. ]]local Section = Tab:AddSection({
  210. Name = "👩‍💻 سكربتات ايم بوت 👩‍💻"
  211. })
  212.  
  213. --[[
  214. Name = <string> - The name of the section.
  215. ]]Tab:AddButton({
  216. Name = "👩‍💻 سكربت ايم بوت 1 👩‍💻",
  217. Callback = function()
  218. print("button pressed")loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\34\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\65\99\117\114\97\88\48\52\57\47\111\98\102\117\115\99\97\116\101\100\83\99\114\105\112\116\115\47\109\97\105\110\47\75\105\108\108\71\117\105\34\41\41\40\41\10")()
  219. end
  220. })
  221.  
  222. --[[
  223. Name = <string> - The name of the button.
  224. Callback = <function> - The function of the button.
  225. ]]Tab:AddButton({
  226. Name = "👩‍💻 سكربت ايم بوت 2 👩‍💻",
  227. Callback = function()
  228. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/hasan08122020108181818/HASA/main/scripthusenidanacronaldo.lua"))()
  229. end
  230. })
  231.  
  232. --[[
  233. Name = <string> - The name of the button.
  234. Callback = <function> - The function of the button.
  235. ]]local Section = Tab:AddSection({
  236. Name = "------------------------------"
  237. })
  238.  
  239. --[[
  240. Name = <string> - The name of the section.
  241. ]]Tab:AddButton({
  242. Name = "🤫 اصدار قديم من سكربت احلام العصر 🤫",
  243. Callback = function()
  244. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/ARAB-SCR/Sc-hlame/main/Sc"))()
  245. end
  246. })
  247.  
  248. --[[
  249. Name = <string> - The name of the button.
  250. Callback = <function> - The function of the button.
  251. ]]Tab:AddButton({
  252. Name = "🚶 سكربت المشي على الهواء 🚶",
  253. Callback = function()
  254. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Float'))()
  255. end
  256. })
  257.  
  258. --[[
  259. Name = <string> - The name of the button.
  260. Callback = <function> - The function of the button.
  261. ]]Tab:AddButton({
  262. Name = "🤴👸 سكربت ادمن 👸🤴",
  263. Callback = function()
  264. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  265. end
  266. })
  267.  
  268. --[[
  269. Name = <string> - The name of the button.
  270. Callback = <function> - The function of the button.
  271. ]]Tab:AddButton({
  272. Name = "☠️ سكربت عندما تملس شخص تقتله ☠️",
  273. Callback = function()
  274. print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/TXMNj1yy'))()
  275. end
  276. })
  277.  
  278. --[[
  279. Name = <string> - The name of the button.
  280. Callback = <function> - The function of the button.
  281. ]]Tab:AddButton({
  282. Name = "🔥💥 سكربت بلوكس فروت يجمع فواكه و اكثر 💥🔥",
  283. Callback = function()
  284. print("button pressed")_G.HohoVersion = "v3"
  285. loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
  286. end
  287. })
  288.  
  289. --[[
  290. Name = <string> - The name of the button.
  291. Callback = <function> - The function of the button.
  292. ]]local Section = Tab:AddSection({
  293. Name = "والله العظيم يجيب فواكه أنا شخصيا اول ما جربته لمدة شهر"
  294. })
  295.  
  296. --[[
  297. Name = <string> - The name of the section.
  298. ]]local Section = Tab:AddSection({
  299. Name = "جابلي فاكهة شادو"
  300. })
  301.  
  302. --[[
  303. Name = <string> - The name of the section.
  304. ]]Tab:AddButton({
  305. Name = "🚗 سكربت طيران السيارة 🚗",
  306. Callback = function()
  307. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/hasan08122020108181818/HASA/759cc1030d8a4f4c23b32e8cb8550b47f567d1b9/carflyronald"))()
  308. end
  309. })
  310.  
  311. --[[
  312. Name = <string> - The name of the button.
  313. Callback = <function> - The function of the button.
  314. ]]Tab:AddButton({
  315. Name = "🚶 سكربت مشيات 🚶",
  316. Callback = function()
  317. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/Uq8vajaM"))()
  318. end
  319. })
  320.  
  321. --[[
  322. Name = <string> - The name of the button.
  323. Callback = <function> - The function of the button.
  324. ]]Tab:AddButton({
  325. Name = "💻 سكربت كيبورد 💻",
  326. Callback = function()
  327. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  328. end
  329. })
  330.  
  331. --[[
  332. Name = <string> - The name of the button.
  333. Callback = <function> - The function of the button.
  334. ]]Tab:AddButton({
  335. Name = "❌ سكربت يطردك انت فقط ❌",
  336. Callback = function()
  337. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/0qDyLDWt"))()
  338. end
  339. })
  340.  
  341. --[[
  342. Name = <string> - The name of the button.
  343. Callback = <function> - The function of the button.
  344. ]]Tab:AddButton({
  345. Name = "🕷️ سكربت سبايدر مان 🕸️",
  346. Callback = function()
  347. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/walkonwalls/main/main"))()
  348. end
  349. })
  350.  
  351. --[[
  352. Name = <string> - The name of the button.
  353. Callback = <function> - The function of the button.
  354. ]]local Tab = Window:MakeTab({
  355. Name = "الاعدادات",
  356. Icon = "rbxassetid://4483345998",
  357. PremiumOnly = false
  358. })
  359.  
  360. --[[
  361. Name = <string> - The name of the tab.
  362. Icon = <string> - The icon of the tab.
  363. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  364. ]]local Section = Tab:AddSection({
  365. Name = "الاعدادات"
  366. })
  367.  
  368. --[[
  369. Name = <string> - The name of the section.
  370. ]]Tab:AddColorpicker({
  371. Name = "اختر لون السكربت",
  372. Default = Color3.fromRGB(255, 0, 0),
  373. Callback = function(Value)
  374. print(Value)
  375. end
  376. })
  377.  
  378. --[[
  379. Name = <string> - The name of the colorpicker.
  380. Default = <color3> - The default value of the colorpicker.
  381. Callback = <function> - The function of the colorpicker.
  382. ]]Tab:AddTextbox({
  383. Name = "رابط السيرفر :",
  384. Default = "https://discord.gg/beYgQFth7r",
  385. TextDisappear = true,
  386. Callback = function(Value)
  387. print(Value)
  388. end
  389. })
  390.  
  391. --[[
  392. Name = <string> - The name of the textbox.
  393. Default = <string> - The default value of the textbox.
  394. TextDisappear = <bool> - Makes the text disappear in the textbox after losing focus.
  395. Callback = <function> - The function of the textbox.
  396. ]]OrionLib:MakeNotification({
  397. Name = "✔️تم تقعيل السكربت✔️",
  398. Content = "مرحبا بك في سكربت زيلدا اكس هب",
  399. Image = "rbxassetid://4483345998",
  400. Time = 5
  401. })
  402.  
  403. --[[
  404. Title = <string> - The title of the notification.
  405. Content = <string> - The content of the notification.
  406. Image = <string> - The icon of the notification.
  407. Time = <number> - The duration of the notfication.
  408. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement