Advertisement
Mhammed_2013

Untitled

Apr 12th, 2024
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.60 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 = "✈️ سكربت الطيران ✈️",
  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. ]]local Section = Tab:AddSection({
  184. Name = "👩‍💻 سكربتات الاق 👩‍💻"
  185. })
  186.  
  187. --[[
  188. Name = <string> - The name of the section.
  189. ]]Tab:AddButton({
  190. Name = "👩‍💻 سكربت لاق 1 👩‍💻",
  191. Callback = function()
  192. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/BidoSkinsYT/BidoSkinsYT/main/Fe%20lag%20chat%20Gui"))()
  193. end
  194. })
  195.  
  196. --[[
  197. Name = <string> - The name of the button.
  198. Callback = <function> - The function of the button.
  199. ]]Tab:AddButton({
  200. Name = "👩‍💻 سكربت لاق 2 👩‍💻",
  201. Callback = function()
  202. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/JAAfsp1N"))()
  203. end
  204. })
  205.  
  206. --[[
  207. Name = <string> - The name of the button.
  208. Callback = <function> - The function of the button.
  209. ]]local Section = Tab:AddSection({
  210. Name = "------------------------------"
  211. })
  212.  
  213. --[[
  214. Name = <string> - The name of the section.
  215. ]]local Section = Tab:AddSection({
  216. Name = "👩‍💻 سكربتات ايم بوت 👩‍💻"
  217. })
  218.  
  219. --[[
  220. Name = <string> - The name of the section.
  221. ]]Tab:AddButton({
  222. Name = "👩‍💻 سكربت ايم بوت 1 👩‍💻",
  223. Callback = function()
  224. 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")()
  225. end
  226. })
  227.  
  228. --[[
  229. Name = <string> - The name of the button.
  230. Callback = <function> - The function of the button.
  231. ]]Tab:AddButton({
  232. Name = "👩‍💻 سكربت ايم بوت 2 👩‍💻",
  233. Callback = function()
  234. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/hasan08122020108181818/HASA/main/scripthusenidanacronaldo.lua"))()
  235. end
  236. })
  237.  
  238. --[[
  239. Name = <string> - The name of the button.
  240. Callback = <function> - The function of the button.
  241. ]]local Section = Tab:AddSection({
  242. Name = "------------------------------"
  243. })
  244.  
  245. --[[
  246. Name = <string> - The name of the section.
  247. ]]Tab:AddButton({
  248. Name = "🤫 اصدار قديم من سكربت احلام العصر 🤫",
  249. Callback = function()
  250. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/ARAB-SCR/Sc-hlame/main/Sc"))()
  251. end
  252. })
  253.  
  254. --[[
  255. Name = <string> - The name of the button.
  256. Callback = <function> - The function of the button.
  257. ]]Tab:AddButton({
  258. Name = "🚶 سكربت المشي على الهواء 🚶",
  259. Callback = function()
  260. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Float'))()
  261. end
  262. })
  263.  
  264. --[[
  265. Name = <string> - The name of the button.
  266. Callback = <function> - The function of the button.
  267. ]]Tab:AddButton({
  268. Name = "🤴👸 سكربت ادمن 👸🤴",
  269. Callback = function()
  270. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  271. end
  272. })
  273.  
  274. --[[
  275. Name = <string> - The name of the button.
  276. Callback = <function> - The function of the button.
  277. ]]Tab:AddButton({
  278. Name = "☠️ سكربت عندما تملس شخص تقتله ☠️",
  279. Callback = function()
  280. print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/TXMNj1yy'))()
  281. end
  282. })
  283.  
  284. --[[
  285. Name = <string> - The name of the button.
  286. Callback = <function> - The function of the button.
  287. ]]Tab:AddButton({
  288. Name = "🔥💥 سكربت بلوكس فروت يجمع فواكه و اكثر 💥🔥",
  289. Callback = function()
  290. print("button pressed")_G.HohoVersion = "v3"
  291. loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
  292. end
  293. })
  294.  
  295. --[[
  296. Name = <string> - The name of the button.
  297. Callback = <function> - The function of the button.
  298. ]]local Section = Tab:AddSection({
  299. Name = "والله العظيم يجيب فواكه أنا شخصيا اول ما جربته لمدة شهر"
  300. })
  301.  
  302. --[[
  303. Name = <string> - The name of the section.
  304. ]]local Section = Tab:AddSection({
  305. Name = "جابلي فاكهة شادو"
  306. })
  307.  
  308. --[[
  309. Name = <string> - The name of the section.
  310. ]]Tab:AddButton({
  311. Name = "🚗 سكربت طيران السيارة 🚗",
  312. Callback = function()
  313. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/hasan08122020108181818/HASA/759cc1030d8a4f4c23b32e8cb8550b47f567d1b9/carflyronald"))()
  314. end
  315. })
  316.  
  317. --[[
  318. Name = <string> - The name of the button.
  319. Callback = <function> - The function of the button.
  320. ]]Tab:AddButton({
  321. Name = "🚶 سكربت مشيات 🚶",
  322. Callback = function()
  323. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/Uq8vajaM"))()
  324. end
  325. })
  326.  
  327. --[[
  328. Name = <string> - The name of the button.
  329. Callback = <function> - The function of the button.
  330. ]]Tab:AddButton({
  331. Name = "💻 سكربت كيبورد 💻",
  332. Callback = function()
  333. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  334. end
  335. })
  336.  
  337. --[[
  338. Name = <string> - The name of the button.
  339. Callback = <function> - The function of the button.
  340. ]]Tab:AddButton({
  341. Name = "❌ سكربت يطردك انت فقط ❌",
  342. Callback = function()
  343. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/0qDyLDWt"))()
  344. end
  345. })
  346.  
  347. --[[
  348. Name = <string> - The name of the button.
  349. Callback = <function> - The function of the button.
  350. ]]Tab:AddButton({
  351. Name = "🕷️ سكربت سبايدر مان 🕸️",
  352. Callback = function()
  353. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/walkonwalls/main/main"))()
  354. end
  355. })
  356.  
  357. --[[
  358. Name = <string> - The name of the button.
  359. Callback = <function> - The function of the button.
  360. ]]local Tab = Window:MakeTab({
  361. Name = "⚒️سكربتات دأصنعها ⚒️",
  362. Icon = "rbxassetid://4483345998",
  363. PremiumOnly = false
  364. })
  365.  
  366. --[[
  367. Name = <string> - The name of the tab.
  368. Icon = <string> - The icon of the tab.
  369. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  370. ]]local Section = Tab:AddSection({
  371. Name = "⚒️ سكربتات تحت الانشاء ⚒️"
  372. })
  373.  
  374. --[[
  375. Name = <string> - The name of the section.
  376. ]]local Section = Tab:AddSection({
  377. Name = "------------------------------"
  378. })
  379.  
  380. --[[
  381. Name = <string> - The name of the section.
  382. ]]Tab:AddButton({
  383. Name = "⚒️ سكربت ايم بوت السكربت تحت الانشاء ⚒️",
  384. Callback = function()
  385. print("button pressed")
  386. end
  387. })
  388.  
  389. --[[
  390. Name = <string> - The name of the button.
  391. Callback = <function> - The function of the button.
  392. ]]Tab:AddButton({
  393. Name = "⚒️ سكربت ماب البيوت السكربت تحت الانشاء ⚒️",
  394. Callback = function()
  395. print("button pressed")
  396. end
  397. })
  398.  
  399. --[[
  400. Name = <string> - The name of the button.
  401. Callback = <function> - The function of the button.
  402. ]]Tab:AddButton({
  403. Name = "⚒️ سكربت ماب حرب السيوف مطور السكربت تحت الانشاء ⚒️",
  404. Callback = function()
  405. print("button pressed")
  406. end
  407. })
  408.  
  409. --[[
  410. Name = <string> - The name of the button.
  411. Callback = <function> - The function of the button.
  412. ]]local Tab = Window:MakeTab({
  413. Name = "الاعدادات",
  414. Icon = "rbxassetid://4483345998",
  415. PremiumOnly = false
  416. })
  417.  
  418. --[[
  419. Name = <string> - The name of the tab.
  420. Icon = <string> - The icon of the tab.
  421. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  422. ]]local Section = Tab:AddSection({
  423. Name = "✨ قريباً ✨"
  424. })
  425.  
  426. --[[
  427. Name = <string> - The name of the section.
  428. ]]OrionLib:MakeNotification({
  429. Name = "✔️تم تقعيل السكربت✔️",
  430. Content = "🤩مرحبا بك في سكربت PardX😘نورت السكربت😍",
  431. Image = "rbxassetid://4483345998",
  432. Time = 10
  433. })
  434.  
  435. --[[
  436. Title = <string> - The title of the notification.
  437. Content = <string> - The content of the notification.
  438. Image = <string> - The icon of the notification.
  439. Time = <number> - The duration of the notfication.
  440. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement