Advertisement
ARY106_7

Untitled

Aug 13th, 2024 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AlaaEmad23557/Neon-Hub-Lib/main/Lib')))()
  2. local Player = game.Players.LocalPlayer
  3. local Window = OrionLib:MakeWindow({Name = "A7XD 🌑", SearchBar = { Default = 'بحث ازرار في السكربت🎭', ClearTextOnFocus = true }, HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  4.  
  5. --[[
  6. Name = <string> - The name of the UI.
  7. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  8. SaveConfig = <bool> - Toggles the config saving in the UI.
  9. ConfigFolder = <string> - The name of the folder where the configs are saved.
  10. IntroEnabled = <bool> - Whether or not to show the intro animation.
  11. IntroText = <string> - Text to show in the intro animation.
  12. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  13. Icon = <string> - URL to the image you want displayed on the window.
  14. CloseCallback = <function> - Function to execute when the window is closed.
  15.  
  16. --[[
  17. Name = <string> - The name of the button.
  18. Callback = <function> - The function of the button.
  19. ]]
  20. local Tab = Window:MakeTab({
  21. Name = "مطور السكربت👤",
  22. Icon = "rbxassetid://4483345998",
  23. PremiumOnly = false
  24. })
  25.  
  26. --[[
  27. Name = <string> - The name of the tab.
  28. Icon = <string> - The icon of the tab.
  29. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  30. ]]local Section = Tab:AddSection({
  31. Name = "محمد🙃"
  32. })
  33.  
  34. --[[
  35. Name = <string> - The name of the button.
  36. Callback = <function> - The function of the button.
  37. ]]
  38. local Tab = Window:MakeTab({
  39. Name = "من الي يحبه قلبك❤️1",
  40. Icon = "rbxassetid://4483345998",
  41. PremiumOnly = false
  42. })
  43.  
  44. --[[
  45. Name = <string> - The name of the tab.
  46. Icon = <string> - The icon of the tab.
  47. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  48. ]]local Section = Tab:AddSection({
  49. Name = "فيه سكربتات عشوائة👍"
  50. })
  51.  
  52. Tab:AddButton({
  53. Name = "سكربت طيران عربي🕊",
  54. Callback = function()
  55. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/8zVnxzNf"))()
  56. end
  57. })
  58. Tab:AddButton({
  59. Name = "سكربت Arceus v3⭐️",
  60. Callback = function()
  61. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/chillz-workshop/main/Arceus%20X%20V3"))()
  62. end
  63. })
  64.  
  65. --[[
  66. Name = <string> - The name of the section.
  67. ]]Tab:AddButton({
  68. Name = "سكربت فليكس😎",
  69. Callback = function()
  70. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/mw4AqAs8"))()
  71. end
  72. })
  73.  
  74. --[[
  75. Name = <string> - The name of the section.
  76. ]]Tab:AddButton({
  77. Name = "سكربت Synapse X👀",
  78. Callback = function()
  79. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/AR3AB/AR3AB/main/README.md"))()
  80. end
  81. })
  82.  
  83. Tab:AddButton({
  84. Name = "سكربت مراقبه الناس👀",
  85. Callback = function()
  86. print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/wyvdb7gr'))()
  87. end
  88. })
  89.  
  90. --[[
  91. Name = <string> - The name of the section.
  92. ]]Tab:AddButton({
  93. Name = "سكربت ادمن🎞",
  94. Callback = function()
  95. print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Nameless-Admin-10833"))()
  96. end
  97. })
  98.  
  99. --[[
  100. Name = <string> - The name of the section.
  101. ]]Tab:AddButton({
  102. Name = "سكربت ادمن🎞",
  103. Callback = function()
  104. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  105. end
  106. })
  107.  
  108. --[[
  109. Name = <string> - The name of the section.
  110. ]]Tab:AddButton({
  111. Name = "سكربت ايم بوت👀",
  112. Callback = function()
  113. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))()
  114. end
  115. })
  116.  
  117. Tab:AddButton({
  118. Name = "كشف اماكن👀",
  119. Callback = function()
  120. loadstring(game:HttpGet('https://raw.githubusercontent.com/Lucasfin000/SpaceHub/main/UESP'))()
  121. end
  122. })
  123.  
  124. --[[
  125. Name = <string> - The name of the section.
  126. ]]Tab:AddButton({
  127. Name = "سكربت بحث عن السكربتات😱",
  128. Callback = function()
  129. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/anyahubs/Hub/main/anyahubV1.lua'))()
  130. end
  131. })
  132.  
  133. --[[
  134. Name = <string> - The name of the button.
  135. Callback = <function> - The function of the button.
  136. ]]local Section = Tab:AddSection({
  137. Name = "طريقة استخدام هذا السكربت👆"
  138. })
  139.  
  140. --[[
  141. Name = <string> - The name of the section.
  142. ]]local Section = Tab:AddSection({
  143. Name = "هي انك تكتب اسم الماب صحيح بدون ترجمة إلى أي لغة"
  144. })
  145.  
  146. --[[
  147. Name = <string> - The name of the button.
  148. Callback = <function> - The function of the button.
  149. ]]Tab:AddButton({
  150. Name = "سكربت اختراق الجدران🤩",
  151. Callback = function()
  152. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/B5xRxTnk",true))()
  153. end
  154. })
  155.  
  156. --[[
  157. Name = <string> - The name of the section.
  158. ]]Tab:AddButton({
  159. Name = "سكربت تخريب ابن لذينا🗿",
  160. Callback = function()
  161. print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Haxker666-Script-hub-9666"))()
  162. end
  163. })
  164.  
  165. --[[
  166. Name = <string> - The name of the section.
  167. ]]Tab:AddButton({
  168. Name = "سكربت لاق👩‍💻",
  169. Callback = function()
  170. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/BidoSkinsYT/BidoSkinsYT/main/Fe%20lag%20chat%20Gui"))()
  171. end
  172. })
  173. --[[
  174. Name = <string> - The name of the button.
  175. Callback = <function> - The function of the button.
  176. ]]Tab:AddButton({
  177. Name = "سكربت الهاتف📱",
  178. Callback = function()
  179. print("button pressed")loadstring(game:HttpGet('https://sirius.menu/script'))();
  180. end
  181. })
  182.  
  183. --[[
  184. Name = <string> - The name of the section.
  185. ]]Tab:AddButton({
  186. Name = "سكربت طيران السيارة🕊🚗",
  187. Callback = function()
  188. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/hasan08122020108181818/HASA/759cc1030d8a4f4c23b32e8cb8550b47f567d1b9/carflyronald"))()
  189. end
  190. })
  191.  
  192. --[[
  193. Name = <string> - The name of the button.
  194. Callback = <function> - The function of the button.
  195. ]]Tab:AddButton({
  196. Name = "سكربت كيبورد💻",
  197. Callback = function()
  198. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  199. end
  200. })
  201.  
  202. --[[
  203. Name = <string> - The name of the button.
  204. Callback = <function> - The function of the button.
  205. ]]Tab:AddButton({
  206. Name = "سكربت يطردك انت فقط❌",
  207. Callback = function()
  208. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/0qDyLDWt"))()
  209. end
  210. })
  211.  
  212. --[[
  213. Name = <string> - The name of the button.
  214. Callback = <function> - The function of the button.
  215. ]]Tab:AddButton({
  216. Name = "سكربت سبايدر مان🕸️",
  217. Callback = function()
  218. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/walkonwalls/main/main"))()
  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 = "سكربت كاميرا درون🛩️",
  227. Callback = function()
  228. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Break%20Camera'))()
  229. end
  230. })
  231.  
  232. --[[
  233. Name = <string> - The name of the button.
  234. Callback = <function> - The function of the button.
  235. ]]Tab:AddButton({
  236. Name = "سكربت التنقل بدون كتابة اسم🏎️",
  237. Callback = function()
  238. print("button pressed")loadstring(game:HttpGet("https://gist.githubusercontent.com/DagerFild/b4776075a0d26ef04394133ee6bd2081/raw/0ed51ac94057d2d9a9f00e1b037b9011c76ca54a/tpGUI", true))()
  239. end
  240. })
  241.  
  242.  
  243. --[[
  244. Name = <string> - The name of the button.
  245. Callback = <function> - The function of the button.
  246. ]]Tab:AddButton({
  247. Name = "سكربت جرافيكس🌌",
  248. Callback = function()
  249. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/moh3mah/KATAKORI.ZR/main/Geeetho"))()
  250. end
  251. })
  252. --[[
  253. Name = <string> - The name of the button.
  254. Callback = <function> - The function of the button.
  255. ]]Tab:AddButton({
  256. Name = "سكربت كل الرقصات💃",
  257. Callback = function()
  258. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/anyahubs/FE/main/Dances.lua'))()
  259. end
  260. })
  261.  
  262. --[[
  263. Name = <string> - The name of the section.
  264. ]]Tab:AddButton({
  265. Name = "سكربت ايس هوب ماب البيوت❄️",
  266. Callback = function()
  267. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/anyahubs/FE/main/ICEHUB_ARABIC"))()
  268. end
  269. })
  270.  
  271. --[[
  272. Name = <string> - The name of the button.
  273. Callback = <function> - The function of the button.
  274. ]]Tab:AddButton({
  275. Name = "سكربت الشقلبة🕺",
  276. Callback = function()
  277. print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/yjxXnxbS'))()
  278. end
  279. })
  280.  
  281. --[[
  282. Name = <string> - The name of the button.
  283. Callback = <function> - The function of the button.
  284. ]]Tab:AddButton({
  285. Name = "سكربت التيليسكوب🔭",
  286. Callback = function()
  287. print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/8T0STS4f'))()
  288. end
  289. })
  290.  
  291. --[[
  292. Name = <string> - The name of the button.
  293. Callback = <function> - The function of the button.
  294. ]]Tab:AddButton({
  295. Name = "سكربت تحول من R15 ل R6🚶‍➡️",
  296. Callback = function()
  297. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Imagnir/r6_anims_for_r15/main/r6_anims.lua"))()
  298. end
  299. })
  300.  
  301.  
  302. --[[
  303. Name = <string> - The name of the button.
  304. Callback = <function> - The function of the button.
  305. ]]Tab:AddButton({
  306. Name = "سكربت عندما تملس شخص تقتله☠️",
  307. Callback = function()
  308. print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/TXMNj1yy'))()
  309. end
  310. })
  311.  
  312. --[[
  313. Name = <string> - The name of the button.
  314. Callback = <function> - The function of the button.
  315. ]]Tab:AddButton({
  316. Name = "سكربت سبام👑",
  317. Callback = function()
  318. print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Fe-Message-Spammer-4637"))()
  319. end
  320. })
  321.  
  322. --[[
  323. Name = <string> - The name of the button.
  324. Callback = <function> - The function of the button.
  325. ]]Tab:AddButton({
  326. Name = "سكربت المشي علي الهواء🔥",
  327. Callback = function()
  328. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Float'))()
  329. end
  330. })
  331.  
  332. --[[
  333. Name = <string> - The name of the section.
  334. ]]Tab:AddButton({
  335. Name = "سكربت ماب Ninja Legends⚡️",
  336. Callback = function()
  337. print("button pressed")_G.swingKatana = true
  338. spawn(function()
  339. while _G.swingKatana == true do
  340.  
  341. local args = {
  342. [1] = "swingKatana"
  343. }
  344.  
  345. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
  346. wait()
  347. end
  348. end)
  349. _G.AutoRebirth = true
  350. spawn(function()
  351. while _G.AutoRebirth == true do
  352.  
  353. game:GetService("ReplicatedStorage").rEvents.getServerTimeRemote:InvokeServer()
  354. wait()
  355. end
  356. end)
  357. end
  358. })
  359.  
  360. --[[
  361. Name = <string> - The name of the section.
  362. ]]Tab:AddButton({
  363. Name = "سكربت petsim99🐶",
  364. Callback = function()
  365. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/PetSimulator99/main/redz9999.lua"))()
  366. end
  367. })
  368.  
  369. Tab:AddButton({
  370. Name = "سكربت mm2🔪",
  371. Callback = function()
  372. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/VR7ss/VR7/main/MM2"))()
  373. end
  374. })
  375.  
  376. Tab:AddButton({
  377. Name = "سكربت blox fruit🍓",
  378. Callback = function()
  379. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/BloxFruits/main/redz9999"))()
  380. end
  381. })
  382.  
  383. Tab:AddButton({
  384. Name = "سكربت اختفاء👻",
  385. Callback = function()
  386. print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/AYtzGEPb'))()
  387. end
  388. })
  389.  
  390. --[[
  391. Name = <string> - The name of the section.
  392. ]]Tab:AddButton({
  393. Name = "سكربت داهود📎",
  394. Callback = function()
  395. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Actyrn/Scripts/main/AzureModded"))()
  396. end
  397. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement