Advertisement
Mhammed_2013

Untitled

Jun 21st, 2024
2,453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.12 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()local Window = OrionLib:MakeWindow({Name = "حميد عجمي", HidePremium = false, SaveConfig = true, ConfigFolder = "S7"})
  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 = "MM2",
  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 = "Here are scripts MM 2"
  25. })
  26.  
  27. --[[
  28. Name = <string> - The name of the section.
  29. ]]Tab:AddButton({
  30. Name = "⚔️(1) MM2 Script⚔️",
  31. Callback = function()
  32. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  33. -- Like and SUBBBBB
  34. end
  35. })
  36.  
  37. --[[
  38. Name = <string> - The name of the button.
  39. Callback = <function> - The function of the button.
  40. ]]Tab:AddButton({
  41. Name = "⚔️(2) MM2 Script⚔️",
  42. Callback = function()
  43. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Ethanoj1/EclipseMM2/master/Script", true))()
  44. end
  45. })
  46.  
  47. --[[
  48. Name = <string> - The name of the button.
  49. Callback = <function> - The function of the button.
  50. ]]Tab:AddButton({
  51. Name = "⚔️(3) MM2 Script⚔️",
  52. Callback = function()
  53. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/1shHyM48"))()
  54. end
  55. })
  56.  
  57. --[[
  58. Name = <string> - The name of the button.
  59. Callback = <function> - The function of the button.
  60. ]]Tab:AddButton({
  61. Name = "⚔️(4) MM2 Script⚔️",
  62. Callback = function()
  63. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Ethanoj1/EclipseMM2/master/Script", true))()
  64. end
  65. })
  66.  
  67. --[[
  68. Name = <string> - The name of the button.
  69. Callback = <function> - The function of the button.
  70. ]]Tab:AddButton({
  71. Name = "⚔️(5) MM2 Script⚔️",
  72. Callback = function()
  73. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/DreadzHub2/DreadzHub-Scripts-FR/main/Loader"))()
  74. end
  75. })
  76.  
  77. --[[
  78. Name = <string> - The name of the button.
  79. Callback = <function> - The function of the button.
  80. ]]Tab:AddButton({
  81. Name = "⚔️(6) MM2 Script⚔️",
  82. Callback = function()
  83. print("button pressed")loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Drifter0507/GUIS/main/MURDER%20MYSTERY%202", true))()
  84. end
  85. })
  86.  
  87. --[[
  88. Name = <string> - The name of the button.
  89. Callback = <function> - The function of the button.
  90. ]]Tab:AddButton({
  91. Name = "⚔️(7) MM2 Script⚔️",
  92. Callback = function()
  93. print("button pressed")loadstring(game:HttpGet(('https://raw.githubusercontent.com/MarsQQ/ScriptHubScripts/master/MM2%20Admin%20Panel'),true))()
  94. end
  95. })
  96.  
  97. --[[
  98. Name = <string> - The name of the button.
  99. Callback = <function> - The function of the button.
  100. ]]Tab:AddButton({
  101. Name = "⚔️(8) MM2 Script⚔️",
  102. Callback = function()
  103. print("button pressed")loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
  104. end
  105. })
  106.  
  107. --[[
  108. Name = <string> - The name of the button.
  109. Callback = <function> - The function of the button.
  110. ]]Tab:AddButton({
  111. Name = "⚔️(9) MM2 Script⚔️",
  112. Callback = function()
  113. print("button pressed")loadstring(game:HttpGet(("https://pastebin.com/raw/mT10xnt7"), true))()
  114. end
  115. })
  116.  
  117. --[[
  118. Name = <string> - The name of the button.
  119. Callback = <function> - The function of the button.
  120. ]]Tab:AddButton({
  121. Name = "⚔️(10) MM2 Script⚔️",
  122. Callback = function()
  123. print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Murder-Mystery-2-Autofarm-Candy-8839"))()
  124. end
  125. })
  126.  
  127. --[[
  128. Name = <string> - The name of the button.
  129. Callback = <function> - The function of the button.
  130. ]]local Tab = Window:MakeTab({
  131. Name = "🏡Brookhaven🏠",
  132. Icon = "rbxassetid://4483345998",
  133. PremiumOnly = false
  134. })
  135.  
  136. --[[
  137. Name = <string> - The name of the tab.
  138. Icon = <string> - The icon of the tab.
  139. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  140. ]]local Section = Tab:AddSection({
  141. Name = "here are scripts Brookhaven"
  142. })
  143.  
  144. --[[
  145. Name = <string> - The name of the section.
  146. ]]Tab:AddButton({
  147. Name = "🏠 Script Admin Chat 🏠",
  148. Callback = function()
  149. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/BloodyBurns/Hex/main/Iv%20Admin%20v3.lua'))()
  150. end
  151. })
  152.  
  153. --[[
  154. Name = <string> - The name of the button.
  155. Callback = <function> - The function of the button.
  156. ]]Tab:AddButton({
  157. Name = "🏠 ice Hub 🏠",
  158. Callback = function()
  159. print("button pressed")loadstring (game: HttpGet ("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven")) ()
  160. end
  161. })
  162.  
  163. --[[
  164. Name = <string> - The name of the button.
  165. Callback = <function> - The function of the button.
  166. ]]Tab:AddButton({
  167. Name = "🏠 Killing script 🏠",
  168. Callback = function()
  169. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/zetkan/zetkan/main/zetkans"))()
  170. end
  171. })
  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("\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")()
  180. end
  181. })
  182.  
  183. --[[
  184. Name = <string> - The name of the button.
  185. Callback = <function> - The function of the button.
  186. ]]Tab:AddButton({
  187. Name = "🏠 (2) سكربت تخريب 🏠",
  188. Callback = function()
  189. 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")()
  190. end
  191. })
  192.  
  193. --[[
  194. Name = <string> - The name of the button.
  195. Callback = <function> - The function of the button.
  196. ]]
  197. Tab:AddButton({
  198. Name = "🏠 Script Admin 🏠",
  199. Callback = function()
  200. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  201. end
  202. })
  203.  
  204. --[[
  205. Name = <string> - The name of the button.
  206. Callback = <function> - The function of the button.
  207. ]]Tab:AddButton({
  208. Name = "🏠(2) Script Admin 🏠",
  209. Callback = function()
  210. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))();
  211. end
  212. })
  213.  
  214. --[[
  215. Name = <string> - The name of the button.
  216. Callback = <function> - The function of the button.
  217. ]]Tab:AddButton({
  218. Name = "🏠(3) Script Admin 🏠",
  219. Callback = function()
  220. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  221. end
  222. })
  223.  
  224. --[[
  225. Name = <string> - The name of the button.
  226. Callback = <function> - The function of the button.
  227. ]]Tab:AddButton({
  228. Name = "🏠 Copy Skins 🏠",
  229. Callback = function()
  230. print("button pressed")loadstring(game:HttpGet("https://scriptblox.com/raw/Brookhaven-RP-REDz-HUB-6559"))()
  231. end
  232. })
  233.  
  234. --[[
  235. Name = <string> - The name of the button.
  236. Callback = <function> - The function of the button.
  237. ]]Tab:AddButton({
  238. Name = "🏠 سكربت نجمه 🏠",
  239. Callback = function()
  240. print("button pressed")loadstring (game: HttpGet ("https://raw.githubusercontent.com/IceMael7/AvatarUnlocker/main/IceHub")) ()
  241. end
  242. })
  243.  
  244. --[[
  245. Name = <string> - The name of the button.
  246. Callback = <function> - The function of the button.
  247. ]]Tab:AddButton({
  248. Name = "🏠 Flying Car 🏠",
  249. Callback = function()
  250. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/MHE1cbWF"))()
  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 = "🏠 Script walks 🏠",
  259. Callback = function()
  260. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Animation-Hub/main/Animation%20Gui", true))()
  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://pastebin.com/raw/H5yx10Jq'))()
  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 = "🏠 Keyboard 🏠",
  279. Callback = function()
  280. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/eCpipCTH"))()
  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")loadstring(game:HttpGet("https://raw.githubusercontent.com/xWANTED333/scripts/main/MapAlBiot.Lua"))()
  291. end
  292. })
  293.  
  294. --[[
  295. Name = <string> - The name of the button.
  296. Callback = <function> - The function of the button.
  297. ]]local Tab = Window:MakeTab({
  298. Name = "🍉Bloxfruit🍈",
  299. Icon = "rbxassetid://4483345998",
  300. PremiumOnly = false
  301. })
  302.  
  303. --[[
  304. Name = <string> - The name of the tab.
  305. Icon = <string> - The icon of the tab.
  306. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  307. ]]local Section = Tab:AddSection({
  308. Name = "here are scripts Bloxfruit"
  309. })
  310.  
  311. --[[
  312. Name = <string> - The name of the section.
  313. ]]Tab:AddButton({
  314. Name = "🍇(1) Script Bloxfruit🍇",
  315. Callback = function()
  316. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Domadicoof/Domadicoof/main/Domadichub/NottoGay/Start.ranscript"))()
  317. end
  318. })
  319.  
  320. --[[
  321. Name = <string> - The name of the button.
  322. Callback = <function> - The function of the button.
  323. ]]Tab:AddButton({
  324. Name = "🍇(2) Script Bloxfruit🍇",
  325. Callback = function()
  326. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/AXCScript/KayMobile/main/Script-Loader'))()
  327. end
  328. })
  329.  
  330. --[[
  331. Name = <string> - The name of the button.
  332. Callback = <function> - The function of the button.
  333. ]]Tab:AddButton({
  334. Name = "🍇(3) Script Bloxfruit🍇",
  335. Callback = function()
  336. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Minhtriettt/Free-Script/main/MTriet-Hub.lua"))()
  337. end
  338. })
  339.  
  340. --[[
  341. Name = <string> - The name of the button.
  342. Callback = <function> - The function of the button.
  343. ]]Tab:AddButton({
  344. Name = "🍇(4) Script Bloxfruit🍇",
  345. Callback = function()
  346. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/DonateMe/main/OldBf"))()
  347. end
  348. })
  349.  
  350. --[[
  351. Name = <string> - The name of the button.
  352. Callback = <function> - The function of the button.
  353. ]]Tab:AddButton({
  354. Name = "🍇(5) Script Bloxfruit🍇",
  355. Callback = function()
  356. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/m1M-Plqer819/any/main/mbmxhub/0135"))()
  357. end
  358. })
  359.  
  360. --[[
  361. Name = <string> - The name of the button.
  362. Callback = <function> - The function of the button.
  363. ]]Tab:AddButton({
  364. Name = "🍇(6) Script Bloxfruit🍇",
  365. Callback = function()
  366. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/BloxFruits/main/redz9999"))()
  367. end
  368. })
  369.  
  370. --[[
  371. Name = <string> - The name of the button.
  372. Callback = <function> - The function of the button.
  373. ]]Tab:AddButton({
  374. Name = "🍇(7) Script Bloxfruit🍇",
  375. Callback = function()
  376. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/ThunderZ-05/HUB/main/Main/Chest/AllDevice.lua"))()
  377. end
  378. })
  379.  
  380. --[[
  381. Name = <string> - The name of the button.
  382. Callback = <function> - The function of the button.
  383. ]]Tab:AddButton({
  384. Name = "🍇(8) Script Bloxfruit🍇",
  385. Callback = function()
  386. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Yatsuraa/Yuri/main/Winterhub_V2.lua"))()
  387. end
  388. })
  389.  
  390. --[[
  391. Name = <string> - The name of the button.
  392. Callback = <function> - The function of the button.
  393. ]]Tab:AddButton({
  394. Name = "🍇(9) Script Bloxfruit🍇",
  395. Callback = function()
  396. print("button pressed")loadstring(game:HttpGet"https://raw.githubusercontent.com/PNguyen0199/Script/main/Fai-Fao-Ver2.lua")()
  397. end
  398. })
  399.  
  400. --[[
  401. Name = <string> - The name of the button.
  402. Callback = <function> - The function of the button.
  403. ]]local Tab = Window:MakeTab({
  404. Name = "😁سكربتات متنوعة😀",
  405. Icon = "rbxassetid://4483345998",
  406. PremiumOnly = false
  407. })
  408.  
  409. --[[
  410. Name = <string> - The name of the tab.
  411. Icon = <string> - The icon of the tab.
  412. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  413. ]]local Section = Tab:AddSection({
  414. Name = "هنا سكربتات متنوعة"
  415. })
  416.  
  417. --[[
  418. Name = <string> - The name of the section.
  419. ]]Tab:AddButton({
  420. Name = "Ghost script",
  421. Callback = function()
  422. print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/2jbkJhRD'))()
  423. end
  424. })
  425.  
  426. --[[
  427. Name = <string> - The name of the button.
  428. Callback = <function> - The function of the button.
  429. ]]Tab:AddButton({
  430. Name = "🔍 سكربت كشف 🔍",
  431. Callback = function()
  432. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/BloodyBurns/Hex/main/Iv%20Admin%20v3.lua"))()
  433. end
  434. })
  435.  
  436. --[[
  437. Name = <string> - The name of the button.
  438. Callback = <function> - The function of the button.
  439. ]]OrionLib:MakeNotification({
  440. Name = "Welcome !!!",
  441. Content = "Welcome to S7 Script !!!",
  442. Image = "rbxassetid://4483345998",
  443. Time = 5
  444. })
  445.  
  446. --[[
  447. Title = <string> - The title of the notification.
  448. Content = <string> - The content of the notification.
  449. Image = <string> - The icon of the notification.
  450. Time = <number> - The duration of the notfication.
  451. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement