Jarxay

Untitled

Feb 17th, 2022 (edited)
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.48 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local MguLiteOther = Instance.new("ScreenGui")
  7. local MainFrame = Instance.new("Frame")
  8. local Main = Instance.new("Frame")
  9. local ButtonsOWO = Instance.new("Frame")
  10. local Frame = Instance.new("Frame")
  11. local TextLabel = Instance.new("TextLabel")
  12. local UnlockIslands = Instance.new("TextButton")
  13. local UnlockElements = Instance.new("TextButton")
  14. local ManualSell = Instance.new("TextButton")
  15. local Discord = Instance.new("TextButton")
  16. local Autofarm = Instance.new("TextButton")
  17. local Mainowo = Instance.new("Frame")
  18. local Frame_2 = Instance.new("Frame")
  19. local TextLabel_2 = Instance.new("TextLabel")
  20. local Autosell = Instance.new("TextButton")
  21. local Autobuyskills = Instance.new("TextButton")
  22. local AutobuySword = Instance.new("TextButton")
  23. local AutobuyBelts = Instance.new("TextButton")
  24. local AutoSwing = Instance.new("TextButton")
  25. local AutoRebirth = Instance.new("TextButton")
  26. local AutoswingToggle = Instance.new("Frame")
  27. local AutosellToggle = Instance.new("Frame")
  28. local AutobuySwordToggle = Instance.new("Frame")
  29. local AutobuySkillsToggle = Instance.new("Frame")
  30. local AutobuyBeltsToggle = Instance.new("Frame")
  31. local AutoRebirthToggle = Instance.new("Frame")
  32. local TextButton = Instance.new("TextButton")
  33. local WaterMark = Instance.new("Frame")
  34. local TextLabel_3 = Instance.new("TextLabel")
  35. local PlayerFrame = Instance.new("Frame")
  36. local Main_2 = Instance.new("Frame")
  37. local Mainowo_2 = Instance.new("Frame")
  38. local Frame_3 = Instance.new("Frame")
  39. local TextLabel_4 = Instance.new("TextLabel")
  40. local Highjump = Instance.new("TextButton")
  41. local Speed = Instance.new("TextButton")
  42. local SpeedToggle = Instance.new("Frame")
  43. local HighjumpToggle = Instance.new("Frame")
  44. local WaterMark_2 = Instance.new("Frame")
  45. local TextLabel_5 = Instance.new("TextLabel")
  46. local TextButton_2 = Instance.new("TextButton")
  47. local TextButton_3 = Instance.new("TextButton")
  48.  
  49. --Properties:
  50.  
  51. MguLiteOther.Name = "MguLiteOther"
  52. MguLiteOther.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  53. MguLiteOther.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  54. MguLiteOther.ResetOnSpawn = false
  55.  
  56. MainFrame.Name = "MainFrame"
  57. MainFrame.Parent = MguLiteOther
  58. MainFrame.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  59. MainFrame.BorderColor3 = Color3.fromRGB(38, 83, 238)
  60. MainFrame.Position = UDim2.new(0.136120349, 0, 0.250848621, 0)
  61. MainFrame.Size = UDim2.new(0, 420, 0, 381)
  62.  
  63. Main.Name = "Main"
  64. Main.Parent = MainFrame
  65. Main.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  66. Main.Position = UDim2.new(0.0205100644, 0, 0.0223776344, 0)
  67. Main.Size = UDim2.new(0, 402, 0, 363)
  68.  
  69. ButtonsOWO.Name = "ButtonsOWO"
  70. ButtonsOWO.Parent = Main
  71. ButtonsOWO.BackgroundColor3 = Color3.fromRGB(38, 83, 238)
  72. ButtonsOWO.BorderColor3 = Color3.fromRGB(38, 83, 238)
  73. ButtonsOWO.BorderSizePixel = 0
  74. ButtonsOWO.Position = UDim2.new(0.566527486, 0, 0.118425682, 0)
  75. ButtonsOWO.Size = UDim2.new(0, 163, 0, 3)
  76.  
  77. Frame.Parent = ButtonsOWO
  78. Frame.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  79. Frame.BorderColor3 = Color3.fromRGB(27, 42, 53)
  80. Frame.Position = UDim2.new(0, 0, 0.924336672, 0)
  81. Frame.Size = UDim2.new(0, 163, 0, 165)
  82.  
  83. TextLabel.Parent = Frame
  84. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  85. TextLabel.BackgroundTransparency = 1.000
  86. TextLabel.Position = UDim2.new(0.0109891361, 0, -0.00703174295, 0)
  87. TextLabel.Size = UDim2.new(0, 161, 0, 17)
  88. TextLabel.Font = Enum.Font.SourceSans
  89. TextLabel.Text = "Buttons"
  90. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  91. TextLabel.TextSize = 14.000
  92.  
  93. UnlockIslands.Name = "UnlockIslands"
  94. UnlockIslands.Parent = Frame
  95. UnlockIslands.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  96. UnlockIslands.BorderColor3 = Color3.fromRGB(52, 52, 52)
  97. UnlockIslands.BorderSizePixel = 2
  98. UnlockIslands.Position = UDim2.new(0.0293938592, 0, 0.125573367, 0)
  99. UnlockIslands.Size = UDim2.new(0, 154, 0, 15)
  100. UnlockIslands.Font = Enum.Font.Code
  101. UnlockIslands.Text = "Unlock all islands"
  102. UnlockIslands.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. UnlockIslands.TextScaled = true
  104. UnlockIslands.TextSize = 14.000
  105. UnlockIslands.TextWrapped = true
  106.  
  107. UnlockElements.Name = "UnlockElements"
  108. UnlockElements.Parent = Frame
  109. UnlockElements.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  110. UnlockElements.BorderColor3 = Color3.fromRGB(52, 52, 52)
  111. UnlockElements.BorderSizePixel = 2
  112. UnlockElements.Position = UDim2.new(0.0293938592, 0, 0.295270324, 0)
  113. UnlockElements.Size = UDim2.new(0, 154, 0, 15)
  114. UnlockElements.Font = Enum.Font.Code
  115. UnlockElements.Text = "Unlock all elements"
  116. UnlockElements.TextColor3 = Color3.fromRGB(255, 255, 255)
  117. UnlockElements.TextScaled = true
  118. UnlockElements.TextSize = 14.000
  119. UnlockElements.TextWrapped = true
  120.  
  121. ManualSell.Name = "ManualSell"
  122. ManualSell.Parent = Frame
  123. ManualSell.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  124. ManualSell.BorderColor3 = Color3.fromRGB(52, 52, 52)
  125. ManualSell.BorderSizePixel = 2
  126. ManualSell.Position = UDim2.new(0.0293938592, 0, 0.598300695, 0)
  127. ManualSell.Size = UDim2.new(0, 154, 0, 15)
  128. ManualSell.Font = Enum.Font.Code
  129. ManualSell.Text = "COMING SOON"
  130. ManualSell.TextColor3 = Color3.fromRGB(255, 255, 255)
  131. ManualSell.TextScaled = true
  132. ManualSell.TextSize = 14.000
  133. ManualSell.TextWrapped = true
  134.  
  135. Discord.Name = "Discord"
  136. Discord.Parent = Frame
  137. Discord.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  138. Discord.BorderColor3 = Color3.fromRGB(52, 52, 52)
  139. Discord.BorderSizePixel = 2
  140. Discord.Position = UDim2.new(0.023258891, 0, 0.798300624, 0)
  141. Discord.Size = UDim2.new(0, 154, 0, 15)
  142. Discord.Font = Enum.Font.Code
  143. Discord.Text = "COMING SOON"
  144. Discord.TextColor3 = Color3.fromRGB(255, 255, 255)
  145. Discord.TextScaled = true
  146. Discord.TextSize = 14.000
  147. Discord.TextWrapped = true
  148.  
  149. Autofarm.Name = "Autofarm"
  150. Autofarm.Parent = Frame
  151. Autofarm.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  152. Autofarm.BorderColor3 = Color3.fromRGB(52, 52, 52)
  153. Autofarm.BorderSizePixel = 2
  154. Autofarm.Position = UDim2.new(0.0293938592, 0, 0.434664309, 0)
  155. Autofarm.Size = UDim2.new(0, 154, 0, 15)
  156. Autofarm.Font = Enum.Font.Code
  157. Autofarm.Text = "Autofarm"
  158. Autofarm.TextColor3 = Color3.fromRGB(255, 255, 255)
  159. Autofarm.TextScaled = true
  160. Autofarm.TextSize = 14.000
  161. Autofarm.TextWrapped = true
  162.  
  163. Mainowo.Name = "Mainowo"
  164. Mainowo.Parent = Main
  165. Mainowo.BackgroundColor3 = Color3.fromRGB(38, 83, 238)
  166. Mainowo.BorderColor3 = Color3.fromRGB(38, 83, 238)
  167. Mainowo.BorderSizePixel = 0
  168. Mainowo.Position = UDim2.new(0.0217513666, 0, 0.11016123, 0)
  169. Mainowo.Size = UDim2.new(0, 163, 0, 3)
  170.  
  171. Frame_2.Parent = Mainowo
  172. Frame_2.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  173. Frame_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  174. Frame_2.Position = UDim2.new(0, 0, 0.924336672, 0)
  175. Frame_2.Size = UDim2.new(0, 163, 0, 165)
  176.  
  177. TextLabel_2.Parent = Frame_2
  178. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  179. TextLabel_2.BackgroundTransparency = 1.000
  180. TextLabel_2.Position = UDim2.new(0.0109891361, 0, -0.00703174295, 0)
  181. TextLabel_2.Size = UDim2.new(0, 161, 0, 17)
  182. TextLabel_2.Font = Enum.Font.SourceSans
  183. TextLabel_2.Text = "Auto"
  184. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  185. TextLabel_2.TextSize = 14.000
  186.  
  187. Autosell.Name = "Autosell"
  188. Autosell.Parent = Frame_2
  189. Autosell.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  190. Autosell.BorderColor3 = Color3.fromRGB(38, 83, 238)
  191. Autosell.BorderSizePixel = 0
  192. Autosell.Position = UDim2.new(0.152472556, 0, 0.271481901, 0)
  193. Autosell.Size = UDim2.new(0, 124, 0, 15)
  194. Autosell.Font = Enum.Font.Code
  195. Autosell.Text = "Autosell"
  196. Autosell.TextColor3 = Color3.fromRGB(255, 255, 255)
  197. Autosell.TextScaled = true
  198. Autosell.TextSize = 14.000
  199. Autosell.TextWrapped = true
  200.  
  201. Autobuyskills.Name = "Autobuyskills"
  202. Autobuyskills.Parent = Frame_2
  203. Autobuyskills.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  204. Autobuyskills.BorderColor3 = Color3.fromRGB(38, 83, 238)
  205. Autobuyskills.BorderSizePixel = 0
  206. Autobuyskills.Position = UDim2.new(0.152472556, 0, 0.644755065, 0)
  207. Autobuyskills.Size = UDim2.new(0, 124, 0, 15)
  208. Autobuyskills.Font = Enum.Font.Code
  209. Autobuyskills.Text = "Autobuy skills"
  210. Autobuyskills.TextColor3 = Color3.fromRGB(255, 255, 255)
  211. Autobuyskills.TextScaled = true
  212. Autobuyskills.TextSize = 14.000
  213. Autobuyskills.TextWrapped = true
  214.  
  215. AutobuySword.Name = "AutobuySword"
  216. AutobuySword.Parent = Frame_2
  217. AutobuySword.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  218. AutobuySword.BorderColor3 = Color3.fromRGB(38, 83, 238)
  219. AutobuySword.BorderSizePixel = 0
  220. AutobuySword.Position = UDim2.new(0.152472556, 0, 0.401766121, 0)
  221. AutobuySword.Size = UDim2.new(0, 124, 0, 15)
  222. AutobuySword.Font = Enum.Font.Code
  223. AutobuySword.Text = "Autobuy Sword"
  224. AutobuySword.TextColor3 = Color3.fromRGB(255, 255, 255)
  225. AutobuySword.TextScaled = true
  226. AutobuySword.TextSize = 14.000
  227. AutobuySword.TextWrapped = true
  228.  
  229. AutobuyBelts.Name = "AutobuyBelts"
  230. AutobuyBelts.Parent = Frame_2
  231. AutobuyBelts.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  232. AutobuyBelts.BorderColor3 = Color3.fromRGB(38, 83, 238)
  233. AutobuyBelts.BorderSizePixel = 0
  234. AutobuyBelts.Position = UDim2.new(0.152472556, 0, 0.526290894, 0)
  235. AutobuyBelts.Size = UDim2.new(0, 124, 0, 15)
  236. AutobuyBelts.Font = Enum.Font.Code
  237. AutobuyBelts.Text = "Autobuy Belts"
  238. AutobuyBelts.TextColor3 = Color3.fromRGB(255, 255, 255)
  239. AutobuyBelts.TextScaled = true
  240. AutobuyBelts.TextSize = 14.000
  241. AutobuyBelts.TextWrapped = true
  242.  
  243. AutoSwing.Name = "AutoSwing"
  244. AutoSwing.Parent = Frame_2
  245. AutoSwing.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  246. AutoSwing.BorderColor3 = Color3.fromRGB(0, 153, 255)
  247. AutoSwing.BorderSizePixel = 0
  248. AutoSwing.Position = UDim2.new(0.146337584, 0, 0.148311257, 0)
  249. AutoSwing.Size = UDim2.new(0, 125, 0, 15)
  250. AutoSwing.Font = Enum.Font.Code
  251. AutoSwing.Text = "Autoswing"
  252. AutoSwing.TextColor3 = Color3.fromRGB(255, 255, 255)
  253. AutoSwing.TextScaled = true
  254. AutoSwing.TextSize = 14.000
  255. AutoSwing.TextWrapped = true
  256.  
  257. AutoRebirth.Name = "AutoRebirth"
  258. AutoRebirth.Parent = Frame_2
  259. AutoRebirth.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  260. AutoRebirth.BorderColor3 = Color3.fromRGB(38, 83, 238)
  261. AutoRebirth.BorderSizePixel = 0
  262. AutoRebirth.Position = UDim2.new(0.152472556, 0, 0.772027791, 0)
  263. AutoRebirth.Size = UDim2.new(0, 124, 0, 15)
  264. AutoRebirth.Font = Enum.Font.Code
  265. AutoRebirth.Text = "Auto Rebirth"
  266. AutoRebirth.TextColor3 = Color3.fromRGB(255, 255, 255)
  267. AutoRebirth.TextScaled = true
  268. AutoRebirth.TextSize = 14.000
  269. AutoRebirth.TextWrapped = true
  270.  
  271. AutoswingToggle.Name = "AutoswingToggle"
  272. AutoswingToggle.Parent = Frame_2
  273. AutoswingToggle.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  274. AutoswingToggle.BorderColor3 = Color3.fromRGB(45, 45, 45)
  275. AutoswingToggle.Position = UDim2.new(0.0559329167, 0, 0.147453696, 0)
  276. AutoswingToggle.Size = UDim2.new(0, 13, 0, 15)
  277.  
  278. AutosellToggle.Name = "AutosellToggle"
  279. AutosellToggle.Parent = Frame_2
  280. AutosellToggle.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  281. AutosellToggle.BorderColor3 = Color3.fromRGB(45, 45, 45)
  282. AutosellToggle.Position = UDim2.new(0.0559329167, 0, 0.271172136, 0)
  283. AutosellToggle.Size = UDim2.new(0, 13, 0, 15)
  284.  
  285. AutobuySwordToggle.Name = "AutobuySwordToggle"
  286. AutobuySwordToggle.Parent = Frame_2
  287. AutobuySwordToggle.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  288. AutobuySwordToggle.BorderColor3 = Color3.fromRGB(45, 45, 45)
  289. AutobuySwordToggle.Position = UDim2.new(0.0559329167, 0, 0.401456356, 0)
  290. AutobuySwordToggle.Size = UDim2.new(0, 13, 0, 15)
  291.  
  292. AutobuySkillsToggle.Name = "AutobuySkillsToggle"
  293. AutobuySkillsToggle.Parent = Frame_2
  294. AutobuySkillsToggle.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  295. AutobuySkillsToggle.BorderColor3 = Color3.fromRGB(45, 45, 45)
  296. AutobuySkillsToggle.Position = UDim2.new(0.0559329167, 0, 0.6444453, 0)
  297. AutobuySkillsToggle.Size = UDim2.new(0, 13, 0, 15)
  298.  
  299. AutobuyBeltsToggle.Name = "AutobuyBeltsToggle"
  300. AutobuyBeltsToggle.Parent = Frame_2
  301. AutobuyBeltsToggle.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  302. AutobuyBeltsToggle.BorderColor3 = Color3.fromRGB(45, 45, 45)
  303. AutobuyBeltsToggle.Position = UDim2.new(0.0559329167, 0, 0.525981069, 0)
  304. AutobuyBeltsToggle.Size = UDim2.new(0, 13, 0, 15)
  305.  
  306. AutoRebirthToggle.Name = "AutoRebirthToggle"
  307. AutoRebirthToggle.Parent = Frame_2
  308. AutoRebirthToggle.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  309. AutoRebirthToggle.BorderColor3 = Color3.fromRGB(45, 45, 45)
  310. AutoRebirthToggle.Position = UDim2.new(0.0559329167, 0, 0.771718025, 0)
  311. AutoRebirthToggle.Size = UDim2.new(0, 13, 0, 15)
  312.  
  313. TextButton.Parent = Main
  314. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  315. TextButton.BackgroundTransparency = 1.000
  316. TextButton.Position = UDim2.new(0.282945395, 0, 0.920110166, 0)
  317. TextButton.Size = UDim2.new(0, 175, 0, 29)
  318. TextButton.Font = Enum.Font.Code
  319. TextButton.Text = "Player"
  320. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  321. TextButton.TextScaled = true
  322. TextButton.TextSize = 14.000
  323. TextButton.TextWrapped = true
  324.  
  325. WaterMark.Name = "WaterMark"
  326. WaterMark.Parent = MainFrame
  327. WaterMark.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  328. WaterMark.BorderSizePixel = 0
  329. WaterMark.Position = UDim2.new(0.00238095247, 0, 0.00262467191, 0)
  330. WaterMark.Size = UDim2.new(0, 418, 0, 17)
  331.  
  332. TextLabel_3.Parent = WaterMark
  333. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  334. TextLabel_3.BackgroundTransparency = 1.000
  335. TextLabel_3.Position = UDim2.new(0.0167299844, 0, -0.00579654798, 0)
  336. TextLabel_3.Size = UDim2.new(0, 235, 0, 18)
  337. TextLabel_3.Font = Enum.Font.Code
  338. TextLabel_3.Text = "MGU Lite | INSERTPLR | Release 1.0"
  339. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  340. TextLabel_3.TextScaled = true
  341. TextLabel_3.TextSize = 14.000
  342. TextLabel_3.TextWrapped = true
  343.  
  344. PlayerFrame.Name = "PlayerFrame"
  345. PlayerFrame.Parent = MguLiteOther
  346. PlayerFrame.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  347. PlayerFrame.BorderColor3 = Color3.fromRGB(38, 83, 238)
  348. PlayerFrame.Position = UDim2.new(0.136120349, 0, 0.250848621, 0)
  349. PlayerFrame.Size = UDim2.new(0, 420, 0, 381)
  350. PlayerFrame.Visible = false
  351.  
  352. Main_2.Name = "Main"
  353. Main_2.Parent = PlayerFrame
  354. Main_2.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  355. Main_2.Position = UDim2.new(0.0205100644, 0, 0.0223776344, 0)
  356. Main_2.Size = UDim2.new(0, 402, 0, 363)
  357.  
  358. Mainowo_2.Name = "Mainowo"
  359. Mainowo_2.Parent = Main_2
  360. Mainowo_2.BackgroundColor3 = Color3.fromRGB(38, 83, 238)
  361. Mainowo_2.BorderColor3 = Color3.fromRGB(38, 83, 238)
  362. Mainowo_2.BorderSizePixel = 0
  363. Mainowo_2.Position = UDim2.new(0.270507574, 0, 0.112916052, 0)
  364. Mainowo_2.Size = UDim2.new(0, 163, 0, 3)
  365.  
  366. Frame_3.Parent = Mainowo_2
  367. Frame_3.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  368. Frame_3.BorderColor3 = Color3.fromRGB(27, 42, 53)
  369. Frame_3.Position = UDim2.new(0, 0, 0.924336672, 0)
  370. Frame_3.Size = UDim2.new(0, 163, 0, 165)
  371.  
  372. TextLabel_4.Parent = Frame_3
  373. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  374. TextLabel_4.BackgroundTransparency = 1.000
  375. TextLabel_4.Position = UDim2.new(0.0109891361, 0, -0.00703174295, 0)
  376. TextLabel_4.Size = UDim2.new(0, 161, 0, 17)
  377. TextLabel_4.Font = Enum.Font.SourceSans
  378. TextLabel_4.Text = "Auto"
  379. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  380. TextLabel_4.TextSize = 14.000
  381.  
  382. Highjump.Name = "Highjump"
  383. Highjump.Parent = Frame_3
  384. Highjump.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  385. Highjump.BorderColor3 = Color3.fromRGB(38, 83, 238)
  386. Highjump.BorderSizePixel = 0
  387. Highjump.Position = UDim2.new(0.152472556, 0, 0.271481901, 0)
  388. Highjump.Size = UDim2.new(0, 124, 0, 15)
  389. Highjump.Font = Enum.Font.Code
  390. Highjump.Text = "Autosell"
  391. Highjump.TextColor3 = Color3.fromRGB(255, 255, 255)
  392. Highjump.TextScaled = true
  393. Highjump.TextSize = 14.000
  394. Highjump.TextWrapped = true
  395.  
  396. Speed.Name = "Speed"
  397. Speed.Parent = Frame_3
  398. Speed.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  399. Speed.BorderColor3 = Color3.fromRGB(0, 153, 255)
  400. Speed.BorderSizePixel = 0
  401. Speed.Position = UDim2.new(0.146337584, 0, 0.148311257, 0)
  402. Speed.Size = UDim2.new(0, 125, 0, 15)
  403. Speed.Font = Enum.Font.Code
  404. Speed.Text = "Speed"
  405. Speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  406. Speed.TextScaled = true
  407. Speed.TextSize = 14.000
  408. Speed.TextWrapped = true
  409.  
  410. SpeedToggle.Name = "SpeedToggle"
  411. SpeedToggle.Parent = Frame_3
  412. SpeedToggle.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  413. SpeedToggle.BorderColor3 = Color3.fromRGB(45, 45, 45)
  414. SpeedToggle.Position = UDim2.new(0.0559329167, 0, 0.147453696, 0)
  415. SpeedToggle.Size = UDim2.new(0, 13, 0, 15)
  416.  
  417. HighjumpToggle.Name = "HighjumpToggle"
  418. HighjumpToggle.Parent = Frame_3
  419. HighjumpToggle.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  420. HighjumpToggle.BorderColor3 = Color3.fromRGB(45, 45, 45)
  421. HighjumpToggle.Position = UDim2.new(0.0559329167, 0, 0.271172136, 0)
  422. HighjumpToggle.Size = UDim2.new(0, 13, 0, 15)
  423.  
  424. WaterMark_2.Name = "WaterMark"
  425. WaterMark_2.Parent = PlayerFrame
  426. WaterMark_2.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  427. WaterMark_2.BorderSizePixel = 0
  428. WaterMark_2.Position = UDim2.new(0.00238095247, 0, 0.00262467191, 0)
  429. WaterMark_2.Size = UDim2.new(0, 418, 0, 17)
  430.  
  431. TextLabel_5.Parent = WaterMark_2
  432. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  433. TextLabel_5.BackgroundTransparency = 1.000
  434. TextLabel_5.Position = UDim2.new(0.0167299844, 0, -0.00579654798, 0)
  435. TextLabel_5.Size = UDim2.new(0, 235, 0, 18)
  436. TextLabel_5.Font = Enum.Font.Code
  437. TextLabel_5.Text = "MGU Arceus X | INSERTPLR | Release 1.0"
  438. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  439. TextLabel_5.TextScaled = true
  440. TextLabel_5.TextSize = 14.000
  441. TextLabel_5.TextWrapped = true
  442.  
  443. TextButton_2.Parent = PlayerFrame
  444. TextButton_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  445. TextButton_2.BorderColor3 = Color3.fromRGB(38, 83, 238)
  446. TextButton_2.Position = UDim2.new(0.844543099, 0, -0.000108333305, 0)
  447. TextButton_2.Size = UDim2.new(0, 65, 0, 16)
  448. TextButton_2.Font = Enum.Font.SourceSans
  449. TextButton_2.Text = "Close"
  450. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  451. TextButton_2.TextScaled = true
  452. TextButton_2.TextSize = 14.000
  453. TextButton_2.TextWrapped = true
  454.  
  455. TextButton_3.Parent = PlayerFrame
  456. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  457. TextButton_3.BackgroundTransparency = 1.000
  458. TextButton_3.Position = UDim2.new(0.282945395, 0, 0.920110166, 0)
  459. TextButton_3.Size = UDim2.new(0, 175, 0, 29)
  460. TextButton_3.Font = Enum.Font.Code
  461. TextButton_3.Text = "Main"
  462. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  463. TextButton_3.TextScaled = true
  464. TextButton_3.TextSize = 14.000
  465. TextButton_3.TextWrapped = true
  466.  
  467. -- Scripts:
  468.  
  469. local function XRCPER_fake_script() -- MainFrame.JARAXY
  470. local script = Instance.new('LocalScript', MainFrame)
  471.  
  472. local plr = game.Players.LocalPlayer
  473. local Mainframe = game.Players.LocalPlayer.PlayerGui.MguLiteOther.MainFrame.Main.Mainowo.Frame
  474.  
  475.  
  476. local uis = game:GetService("UserInputService")
  477. uis.InputBegan:Connect(function(input,gameProccesedEvent)
  478. if input.KeyCode == Enum.KeyCode.RightShift then
  479. script.Parent.Visible = not script.Parent.Visible
  480. end
  481. end)
  482. local AutoswingButton = Mainframe.AutoSwing
  483. local AutoSellButton = Mainframe.Autosell
  484. local AutoBuySwordButton = Mainframe.AutobuySword
  485. local AutoBuyBeltsButton = Mainframe.AutobuyBelts
  486. local AutoBuySkillsButton = Mainframe.Autobuyskills
  487. local AutoRebirthButton = Mainframe.AutoRebirth
  488. local Autoswing = false
  489. local Autosell = false
  490. local AutobuySword = false
  491. local AutobuyBelts = false
  492. local AutobuySkills = false
  493. local AutoRebirth = false
  494. local SwingArgs = {
  495. [1] = "swingKatana"
  496. }
  497.  
  498. script.Parent.Active = true
  499. script.Parent.Draggable = true
  500.  
  501.  
  502.  
  503.  
  504. AutoswingButton.MouseButton1Down:Connect(function()
  505. if Autoswing == false then
  506. Autoswing = true
  507. Mainframe.AutoswingToggle.BackgroundColor3 = Color3.new(0.14902, 0.32549, 0.933333)
  508.  
  509. while Autoswing == true do
  510. wait()
  511. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(SwingArgs))
  512. end
  513.  
  514.  
  515. else
  516. Autoswing = false
  517. Mainframe.AutoswingToggle.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  518. end
  519. end)
  520.  
  521. AutoSellButton.MouseButton1Down:Connect(function()
  522. if Autosell == false then
  523. Autosell = true
  524.  
  525. Mainframe.AutosellToggle.BackgroundColor3 = Color3.new(0.14902, 0.32549, 0.933333)
  526.  
  527. while Autosell == true do
  528. plr.Character.HumanoidRootPart.CFrame = CFrame.new(83,91246,119)
  529. wait(0.25)
  530. plr.Character.HumanoidRootPart.CFrame = CFrame.new(146,91245,72)
  531. wait()
  532. end
  533. else
  534. Autosell = false
  535. Mainframe.AutosellToggle.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  536. end
  537. end)
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556. local AutobuySwordToggle = Mainframe.AutobuySwordToggle
  557.  
  558. AutoBuySwordButton.MouseButton1Click:Connect(function()
  559. if AutobuySword == false then
  560. AutobuySword = true
  561. AutobuySwordToggle.BackgroundColor3 = Color3.new(0.14902, 0.32549, 0.933333)
  562. while AutobuySword == true do
  563. wait()
  564. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons.Ground:GetChildren()) do
  565. print(v.Name)
  566. local BuySwordArgs1 = {
  567. [1] = "buySword",
  568. [2] = v.Name
  569. }
  570.  
  571. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs1))
  572. wait(0.01)
  573. end
  574. wait(0.01)
  575.  
  576. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Astral Island"]:GetChildren()) do
  577. print(v.Name)
  578. local BuySwordArgs2 = {
  579. [1] = "buySword",
  580. [2] = v.Name
  581. }
  582.  
  583. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs2))
  584. wait(0.01)
  585. end
  586. wait(0.01)
  587. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Space Island"]:GetChildren()) do
  588. print(v.Name)
  589. local BuySwordArgs3 = {
  590. [1] = "buySword",
  591. [2] = v.Name
  592. }
  593.  
  594. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs3))
  595. wait(0.01)
  596. end
  597. wait(0.01)
  598. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Tundra Island"]:GetChildren()) do
  599. print(v.Name)
  600. local BuySwordArgs4 = {
  601. [1] = "buySword",
  602. [2] = v.Name
  603. }
  604.  
  605. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs4))
  606. wait(0.01)
  607. end
  608.  
  609. wait(0.01)
  610. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Eternal Island"]:GetChildren()) do
  611. print(v.Name)
  612. local BuySwordArgs5 = {
  613. [1] = "buySword",
  614. [2] = v.Name
  615. }
  616.  
  617. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs5))
  618. wait(0.01)
  619. end
  620. wait()
  621.  
  622. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Sandstorm"]:GetChildren()) do
  623. print(v.Name)
  624. local BuySwordArgs6 = {
  625. [1] = "buySword",
  626. [2] = v.Name
  627. }
  628.  
  629. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs6))
  630. wait(0.01)
  631. end
  632. wait()
  633. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Thunderstorm"]:GetChildren()) do
  634. print(v.Name)
  635. local BuySwordArgs7 = {
  636. [1] = "buySword",
  637. [2] = v.Name
  638. }
  639.  
  640. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs7))
  641. wait(0.01)
  642. end
  643. wait()
  644. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Ancient Inferno Island"]:GetChildren()) do
  645. print(v.Name)
  646. local BuySwordArgs8 = {
  647. [1] = "buySword",
  648. [2] = v.Name
  649. }
  650.  
  651. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs8))
  652. wait(0.01)
  653. end
  654.  
  655. wait(0.01)
  656. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Midnight Shadow Island"]:GetChildren()) do
  657. print(v.Name)
  658. local BuySwordArgs9 = {
  659. [1] = "buySword",
  660. [2] = v.Name
  661. }
  662.  
  663. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs9))
  664. wait(0.0001)
  665. end
  666. wait(0.01)
  667. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Mythical Souls Island"]:GetChildren()) do
  668. print(v.Name)
  669. local BuySwordArgs10 = {
  670. [1] = "buySword",
  671. [2] = v.Name
  672. }
  673.  
  674. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs10))
  675. wait(0.0001)
  676. end
  677. wait(0.01)
  678.  
  679. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Winter Wonder Island"]:GetChildren()) do
  680. print(v.Name)
  681. local BuySwordArgs11 = {
  682. [1] = "buySword",
  683. [2] = v.Name
  684. }
  685.  
  686. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs11))
  687. wait(0.0001)
  688. end
  689.  
  690. wait()
  691. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Golden Master Island"]:GetChildren()) do
  692. print(v.Name)
  693. local BuySwordArgs12 = {
  694. [1] = "buySword",
  695. [2] = v.Name
  696. }
  697.  
  698. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs12))
  699. wait(0)
  700. end
  701. wait(0.15)
  702. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Dragon Legend Island"]:GetChildren()) do
  703. print(v.Name)
  704. local BuySwordArgs13 = {
  705. [1] = "buySword",
  706. [2] = v.Name,
  707. }
  708.  
  709. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs13))
  710. wait(0.0001)
  711. end
  712. wait(0.15)
  713. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Cybernetic Legends Island"]:GetChildren()) do
  714. print(v.Name)
  715. local BuySwordArgs14 = {
  716. [1] = "buySword",
  717. [2] = v.Name,
  718. }
  719.  
  720. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs14))
  721. wait(0.0001)
  722. end
  723. wait(0.15)
  724. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Skystorm Ultraus Island"]:GetChildren()) do
  725. print(v.Name)
  726. local BuySwordArgs15 = {
  727. [1] = "buySword",
  728. [2] = v.Name,
  729. }
  730.  
  731. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs15))
  732. wait(0.0001)
  733. end
  734. wait(0.15)
  735. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Chaos Legends Island"]:GetChildren()) do
  736. print(v.Name)
  737. local BuySwordArgs16 = {
  738. [1] = "buySword",
  739. [2] = v.Name,
  740. }
  741.  
  742. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs16))
  743. wait(0.0001)
  744. end
  745. wait(0.15)
  746. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Soul Fusion Island"]:GetChildren()) do
  747. print(v.Name)
  748. local BuySwordArgs17 = {
  749. [1] = "buySword",
  750. [2] = v.Name,
  751. }
  752.  
  753. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs17))
  754. wait(0.0001)
  755. end
  756. wait(0.15)
  757. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Dark Elements Island"]:GetChildren()) do
  758. print(v.Name)
  759. local BuySwordArgs18 = {
  760. [1] = "buySword",
  761. [2] = v.Name,
  762. }
  763.  
  764. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs18))
  765. wait(0.0001)
  766. end
  767. wait(0.15)
  768. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Inner Peace Island"]:GetChildren()) do
  769. print(v.Name)
  770. local BuySwordArgs19 = {
  771. [1] = "buySword",
  772. [2] = v.Name,
  773. }
  774.  
  775. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs19))
  776. wait(0.0001)
  777. end
  778. wait(0.15)
  779. for i,v in pairs(game:GetService("ReplicatedStorage").Weapons["Blazing Vortex Island"]:GetChildren()) do
  780. print(v.Name)
  781. local BuySwordArgs20 = {
  782. [1] = "buySword",
  783. [2] = v.Name,
  784. }
  785.  
  786. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuySwordArgs20))
  787. wait(0)
  788. end
  789.  
  790. local ihateblacks = game:GetService("ReplicatedStorage").Weapons["Ancient Inferno Island"]["DW Ancient Assassin Blade"]
  791. local ArgsForBlackPeople = {
  792. [1] = "buySword",
  793. [2] = ihateblacks
  794. }
  795.  
  796. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBlackPeople))
  797.  
  798. end
  799. else
  800. AutobuySword = false
  801. Mainframe.AutobuySwordToggle.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  802. end
  803. end)
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816. AutoBuyBeltsButton.MouseButton1Up:Connect(function()
  817. if AutobuyBelts == false then
  818. AutobuyBelts = true
  819. Mainframe.AutobuyBeltsToggle.BackgroundColor3 = Color3.new(0.14902, 0.32549, 0.933333)
  820. while AutobuyBelts == true do
  821. wait()
  822. for i,v in pairs(game:GetService("ReplicatedStorage").Belts.Ground:GetChildren()) do
  823. local BuyBeltArgs1 = {
  824. [1] = "buyBelt",
  825. [2] = v.Name
  826. }
  827.  
  828. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs1))
  829. end
  830. wait(0.1)
  831. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Astral Island"]:GetChildren()) do
  832. local BuyBeltArgs2 = {
  833. [1] = "buyBelt",
  834. [2] = v.Name
  835. }
  836.  
  837. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs2))
  838. end
  839. wait(0.1)
  840. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Space Island"]:GetChildren()) do
  841. local BuyBeltArgs3 = {
  842. [1] = "buyBelt",
  843. [2] = v.Name
  844. }
  845.  
  846. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs3))
  847. end
  848. wait(0.1)
  849. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Tundra Island"]:GetChildren()) do
  850. local BuyBeltArgs4 = {
  851. [1] = "buyBelt",
  852. [2] = v.Name
  853. }
  854.  
  855. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs4))
  856. end
  857. wait(0.1)
  858. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Eternal Island"]:GetChildren()) do
  859. local BuyBeltArgs5 = {
  860. [1] = "buyBelt",
  861. [2] = v.Name
  862. }
  863.  
  864. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs5))
  865. end
  866. wait(0.1)
  867. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Sandstorm"]:GetChildren()) do
  868. local BuyBeltArgs6 = {
  869. [1] = "buyBelt",
  870. [2] = v.Name
  871. }
  872.  
  873. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs6))
  874. end
  875. wait(0.1)
  876. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Thunderstorm"]:GetChildren()) do
  877. local BuyBeltArgs7 = {
  878. [1] = "buyBelt",
  879. [2] = v.Name
  880. }
  881.  
  882. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs7))
  883. end
  884. wait(0.1)
  885. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Ancient Inferno Island"]:GetChildren()) do
  886. local BuyBeltArgs8 = {
  887. [1] = "buyBelt",
  888. [2] = v.Name
  889. }
  890.  
  891. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs8))
  892. end
  893. wait(0.1)
  894. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Midnight Shadow Island"]:GetChildren()) do
  895. local BuyBeltArgs9 = {
  896. [1] = "buyBelt",
  897. [2] = v.Name
  898. }
  899.  
  900. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs9))
  901. end
  902. wait(0.1)
  903. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Mythical Souls Island"]:GetChildren()) do
  904. local BuyBeltArgs10 = {
  905. [1] = "buyBelt",
  906. [2] = v.Name
  907. }
  908.  
  909. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs10))
  910. end
  911. wait(0.1)
  912. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Winter Wonder Island"]:GetChildren()) do
  913. local BuyBeltArgs11 = {
  914. [1] = "buyBelt",
  915. [2] = v.Name
  916. }
  917.  
  918. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs11))
  919. end
  920. wait(0.1)
  921. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Golden Master Island"]:GetChildren()) do
  922. local BuyBeltArgs12 = {
  923. [1] = "buyBelt",
  924. [2] = v.Name
  925. }
  926.  
  927. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs12))
  928. end
  929. wait(0.1)
  930. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Dragon Legend Island"]:GetChildren()) do
  931. local BuyBeltArgs13 = {
  932. [1] = "buyBelt",
  933. [2] = v.Name
  934. }
  935.  
  936. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs13))
  937. end
  938. wait(0.1)
  939. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Cybernetic Legends Island"]:GetChildren()) do
  940. local BuyBeltArgs14 = {
  941. [1] = "buyBelt",
  942. [2] = v.Name
  943. }
  944.  
  945. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs14))
  946. end
  947.  
  948. wait(0.1)
  949. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Skystorm Ultraus Island"]:GetChildren()) do
  950. local BuyBeltArgs15 = {
  951. [1] = "buyBelt",
  952. [2] = v.Name
  953. }
  954.  
  955. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs15))
  956. end
  957.  
  958. wait(0.1)
  959. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Soul Fusion Island"]:GetChildren()) do
  960. local BuyBeltArgs16 = {
  961. [1] = "buyBelt",
  962. [2] = v.Name
  963. }
  964.  
  965. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs16))
  966. end
  967. wait(0.1)
  968. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Chaos Legends Island"]:GetChildren()) do
  969. local BuyBeltArgs15 = {
  970. [1] = "buyBelt",
  971. [2] = v.Name
  972. }
  973.  
  974. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs15))
  975. end
  976. wait(0.1)
  977.  
  978. wait(0.1)
  979. for i,v in pairs(game:GetService("ReplicatedStorage").Belts["Dark Elements Island"]:GetChildren()) do
  980. local BuyBeltArgs17 = {
  981. [1] = "buyBelt",
  982. [2] = v.Name
  983. }
  984.  
  985. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(BuyBeltArgs17))
  986. end
  987. end
  988. else
  989. AutobuyBelts = false
  990. Mainframe.AutobuyBeltsToggle.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  991. end
  992. end)
  993.  
  994. AutoBuySkillsButton.MouseButton1Up:Connect(function()
  995. if AutobuySkills == false then
  996. AutobuySkills = true
  997. Mainframe.AutobuySkillsToggle.BackgroundColor3 = Color3.new(0.14902, 0.32549, 0.933333)
  998.  
  999. while AutobuySkills == true do
  1000. wait()
  1001. for i,v in pairs(game:GetService("ReplicatedStorage").Skills.Ground:GetChildren()) do
  1002. local ArgsForBuySkill = {
  1003. [1] = "buySkill",
  1004. [2] = v.Name
  1005. }
  1006.  
  1007. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill))
  1008. wait(0)
  1009. end
  1010.  
  1011.  
  1012. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Astral Island"]:GetChildren()) do
  1013. local ArgsForBuySkill1 = {
  1014. [1] = "buySkill",
  1015. [2] = v.Name
  1016. }
  1017.  
  1018. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill1))
  1019. wait(0.0001)
  1020. end
  1021. wait(0.1)
  1022.  
  1023. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Space Island"]:GetChildren()) do
  1024. local ArgsForBuySkill2 = {
  1025. [1] = "buySkill",
  1026. [2] = v.Name
  1027. }
  1028.  
  1029. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill2))
  1030. wait(0.0001)
  1031. end
  1032. wait(0.1)
  1033. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Tundra Island"]:GetChildren()) do
  1034. local ArgsForBuySkill3 = {
  1035. [1] = "buySkill",
  1036. [2] = v.Name
  1037. }
  1038.  
  1039. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill3))
  1040. wait(0.0001)
  1041. end
  1042. wait(0.1)
  1043. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Eternal Island"]:GetChildren()) do
  1044. local ArgsForBuySkill4 = {
  1045. [1] = "buySkill",
  1046. [2] = v.Name
  1047. }
  1048.  
  1049. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill4))
  1050. wait(0.0001)
  1051. end
  1052. wait(0.1)
  1053. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Sandstorm"]:GetChildren()) do
  1054. local ArgsForBuySkill5 = {
  1055. [1] = "buySkill",
  1056. [2] = v.Name
  1057. }
  1058.  
  1059. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill5))
  1060. wait(0.0001)
  1061. end
  1062. wait(0.1)
  1063. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Thunderstorm"]:GetChildren()) do
  1064. local ArgsForBuySkill6 = {
  1065. [1] = "buySkill",
  1066. [2] = v.Name
  1067. }
  1068.  
  1069. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill6))
  1070. wait(0.0001)
  1071. end
  1072. wait(0.1)
  1073. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Ancient Inferno Island"]:GetChildren()) do
  1074. local ArgsForBuySkill7 = {
  1075. [1] = "buySkill",
  1076. [2] = v.Name
  1077. }
  1078.  
  1079. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill7))
  1080. wait(0.0001)
  1081. end
  1082. wait(0.1)
  1083. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Midnight Shadow Island"]:GetChildren()) do
  1084. local ArgsForBuySkill8 = {
  1085. [1] = "buySkill",
  1086. [2] = v.Name
  1087. }
  1088.  
  1089. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill8))
  1090. wait(0.0001)
  1091. end
  1092. wait(0.1)
  1093. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Mythical Souls Island"]:GetChildren()) do
  1094. local ArgsForBuySkill9 = {
  1095. [1] = "buySkill",
  1096. [2] = v.Name
  1097. }
  1098.  
  1099. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill9))
  1100. wait(0.0001)
  1101. end
  1102. wait(0.1)
  1103. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Winter Wonder Island"]:GetChildren()) do
  1104. local ArgsForBuySkill10 = {
  1105. [1] = "buySkill",
  1106. [2] = v.Name
  1107. }
  1108.  
  1109. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill10))
  1110. wait(0.0001)
  1111. end
  1112. wait(0.1)
  1113. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Golden Master Island"]:GetChildren()) do
  1114. local ArgsForBuySkill11 = {
  1115. [1] = "buySkill",
  1116. [2] = v.Name
  1117. }
  1118.  
  1119. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill11))
  1120. wait(0.0001)
  1121. end
  1122. wait(0.1)
  1123. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Cybernetic Legends Island"]:GetChildren()) do
  1124. local ArgsForBuySkill12 = {
  1125. [1] = "buySkill",
  1126. [2] = v.Name
  1127. }
  1128.  
  1129. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill12))
  1130. wait(0.0001)
  1131. end
  1132. wait(0.1)
  1133. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Skystorm Ultraus Island"]:GetChildren()) do
  1134. local ArgsForBuySkill13 = {
  1135. [1] = "buySkill",
  1136. [2] = v.Name
  1137. }
  1138.  
  1139. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill13))
  1140. wait(0.0001)
  1141. end
  1142. wait(0.1)
  1143. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Chaos Legends Island"]:GetChildren()) do
  1144. local ArgsForBuySkill14 = {
  1145. [1] = "buySkill",
  1146. [2] = v.Name
  1147. }
  1148.  
  1149. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill14))
  1150. wait(0.0001)
  1151. end
  1152. wait(0.1)
  1153. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Soul Fusion Island"]:GetChildren()) do
  1154. local ArgsForBuySkill15 = {
  1155. [1] = "buySkill",
  1156. [2] = v.Name
  1157. }
  1158.  
  1159. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill15))
  1160. wait(0.0001)
  1161. end
  1162. wait(0.1)
  1163. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Dark Elements Island"]:GetChildren()) do
  1164. local ArgsForBuySkill16 = {
  1165. [1] = "buySkill",
  1166. [2] = v.Name
  1167. }
  1168.  
  1169. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill16))
  1170. wait(0.0001)
  1171. end
  1172. wait(0.1)
  1173. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Inner Peace Island"]:GetChildren()) do
  1174. local ArgsForBuySkill17 = {
  1175. [1] = "buySkill",
  1176. [2] = v.Name
  1177. }
  1178.  
  1179. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill17 ))
  1180. wait(0.0001)
  1181. end
  1182. wait(0.1)
  1183. for i,v in pairs(game:GetService("ReplicatedStorage").Skills["Blazing Vortex Island"]:GetChildren()) do
  1184. local ArgsForBuySkill18 = {
  1185. [1] = "buySkill",
  1186. [2] = v.Name
  1187. }
  1188.  
  1189. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(ArgsForBuySkill18 ))
  1190. wait(0.0001)
  1191. end
  1192. end
  1193. else
  1194. AutobuySkills = false
  1195. -- Mainframe.AutobuyBeltsToggle.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1196. Mainframe.AutobuySkillsToggle.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1197. end
  1198. end)
  1199.  
  1200. AutoRebirthButton.MouseButton1Up:Connect(function()
  1201. if AutoRebirth == false then
  1202. AutoRebirth = true
  1203. Mainframe.AutoRebirthToggle.BackgroundColor3 = Color3.new(0.14902, 0.32549, 0.933333)
  1204. wait(0.01)
  1205. while AutoRebirth == true do
  1206. for i,v in pairs(game:GetService("ReplicatedStorage").Ranks.Ground:GetChildren()) do
  1207. local args = {
  1208. [1] = "buyRank",
  1209. [2] = v.Name
  1210. }
  1211.  
  1212. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
  1213. wait(0.001)
  1214. end
  1215. end
  1216. else
  1217. AutoRebirth = false
  1218. Mainframe.AutoRebirthToggle.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1219. end
  1220. end)
  1221. end
  1222. coroutine.wrap(XRCPER_fake_script)()
  1223. local function ODXIC_fake_script() -- ButtonsOWO.LocalScript
  1224. local script = Instance.new('LocalScript', ButtonsOWO)
  1225.  
  1226. local plr = game.Players.LocalPlayer
  1227. local MainFrame = game.Players.LocalPlayer.PlayerGui.MguLite.MainFrame.Main.ButtonsOWO.Frame
  1228.  
  1229. local UnlockAllIslands = MainFrame.UnlockIslands
  1230. local UnlockAllElements = MainFrame.UnlockElements
  1231.  
  1232. local Autofarm = MainFrame.Autofarm
  1233.  
  1234. UnlockAllIslands.MouseButton1Up:Connect(function()
  1235. for i,v in pairs(game:GetService("Workspace").islandUnlockParts:GetChildren()) do
  1236. plr.Character.HumanoidRootPart.CFrame = v.CFrame
  1237. wait()
  1238. end
  1239. end)
  1240.  
  1241.  
  1242. UnlockAllElements.MouseButton1Up:Connect(function()
  1243. local UnlockElements1 = {
  1244. [1] = "Eternity Storm"
  1245. }
  1246.  
  1247. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(UnlockElements1))
  1248.  
  1249. -- Script generated by SimpleSpy - credits to exx#9394
  1250.  
  1251. local UnlockElements2 = {
  1252. [1] = "Shadowfire"
  1253. }
  1254.  
  1255. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(UnlockElements2))
  1256.  
  1257. -- Script generated by SimpleSpy - credits to exx#9394
  1258.  
  1259. local UnlockElements3 = {
  1260. [1] = "Electral Chaos"
  1261. }
  1262.  
  1263. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(UnlockElements3))
  1264.  
  1265. -- Script generated by SimpleSpy - credits to exx#9394
  1266.  
  1267. local UnlockElements4 = {
  1268. [1] = "Masterful Wrath"
  1269. }
  1270.  
  1271. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(UnlockElements4))
  1272.  
  1273. -- Script generated by SimpleSpy - credits to exx#9394
  1274.  
  1275. local UnlockElements5 = {
  1276. [1] = "Shadow Charge"
  1277. }
  1278.  
  1279. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(UnlockElements5))
  1280.  
  1281. -- Script generated by SimpleSpy - credits to exx#9394
  1282.  
  1283. local UnlockElements6 = {
  1284. [1] = "Frost"
  1285. }
  1286.  
  1287. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(UnlockElements6))
  1288.  
  1289. -- Script generated by SimpleSpy - credits to exx#9394
  1290.  
  1291. local UnlockElements7 = {
  1292. [1] = "Lightning"
  1293. }
  1294.  
  1295. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(UnlockElements7))
  1296.  
  1297. -- Script generated by SimpleSpy - credits to exx#9394
  1298.  
  1299. local UnlockElements8 = {
  1300. [1] = "Inferno"
  1301. }
  1302.  
  1303. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(UnlockElements8))
  1304.  
  1305. local UnlockElements9 = {
  1306. [1] = "Inferno"
  1307. }
  1308.  
  1309. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(UnlockElements9))
  1310. end)
  1311.  
  1312.  
  1313. Autofarm.MouseButton1Up:Connect(function()
  1314.  
  1315. end)
  1316. end
  1317. coroutine.wrap(ODXIC_fake_script)()
  1318. local function CWTGF_fake_script() -- TextButton.LocalScript
  1319. local script = Instance.new('LocalScript', TextButton)
  1320.  
  1321. local main = game.Players.LocalPlayer.PlayerGui.MguLite.MainFrame
  1322. local player = game.Players.LocalPlayer.PlayerGui.MguLite.PlayerFrame
  1323.  
  1324.  
  1325. script.Parent.MouseButton1Click:Connect(function()
  1326. main.Visible = false
  1327. player.Visible = true
  1328. end)
  1329. end
  1330. coroutine.wrap(CWTGF_fake_script)()
  1331. local function KPXEZ_fake_script() -- TextLabel_3.LocalScript
  1332. local script = Instance.new('LocalScript', TextLabel_3)
  1333.  
  1334. local plr = game.Players.LocalPlayer
  1335.  
  1336.  
  1337. script.Parent.Text = "MGU Lite | ".. plr.Name.. " | Release 1.0"
  1338. end
  1339. coroutine.wrap(KPXEZ_fake_script)()
  1340. local function CJTAAFT_fake_script() -- PlayerFrame.JARAXY
  1341. local script = Instance.new('LocalScript', PlayerFrame)
  1342.  
  1343. local main = game.Players.LocalPlayer.PlayerGui.MguLiteOther.PlayerFrame.Main.Mainowo
  1344. local SpeedButton = main.Main.Mainowo.Frame.Speed
  1345. local SpeedToggle = main.Main.Mainowo.Frame.SpeedToggle
  1346. local speed = false
  1347. -- Mainframe.AutoswingToggle.BackgroundColor3 = Color3.new(0.14902, 0.32549, 0.933333)
  1348. local HighjumpButton = main.Main.Mainowo.Frame.Highjump
  1349. local HighjumpToggle = main.Main.Mainowo.Frame.HighjumpToggle
  1350. local highjump = false
  1351.  
  1352. local plr = game.Players.LocalPlayer
  1353.  
  1354. SpeedButton.MouseButton1Up:Connect(function()
  1355. if speed == false then
  1356. speed = true
  1357. plr.Character.Humanoid.WalkSpeed = 90
  1358. SpeedToggle.BackgroundColor3 = Color3.new(0.14902, 0.32549, 0.933333)
  1359.  
  1360. else
  1361. speed = false
  1362. plr.Character.Humanoid.WalkSpeed = 16
  1363. SpeedToggle.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1364.  
  1365. end
  1366. end)
  1367.  
  1368.  
  1369. HighjumpButton.MouseButton1Up:Connect(function()
  1370. if highjump == false then
  1371. highjump = true
  1372. HighjumpToggle.BackgroundColor3 = Color3.new(0.14902, 0.32549, 0.933333)
  1373. plr.Character.Humanoid.JumpHeight = 450
  1374. else
  1375. highjump = false
  1376. plr.Character.Humanoid.JumpHeight = 7.2
  1377. HighjumpToggle.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1378. end
  1379. end)
  1380. end
  1381. coroutine.wrap(CJTAAFT_fake_script)()
  1382. local function KDYRHVK_fake_script() -- TextLabel_5.LocalScript
  1383. local script = Instance.new('LocalScript', TextLabel_5)
  1384.  
  1385. local plr = game.Players.LocalPlayer
  1386.  
  1387.  
  1388. script.Parent.Text = "MGU Arceus X | ".. plr.Name.. " | Release 1.0"
  1389. end
  1390. coroutine.wrap(KDYRHVK_fake_script)()
  1391. local function AKQO_fake_script() -- TextButton_2.LocalScript
  1392. local script = Instance.new('LocalScript', TextButton_2)
  1393.  
  1394. local Menu = game.Players.LocalPlayer.PlayerGui.MguLite.MainFrame
  1395. script.Parent.MouseButton1Up:Connect(function()
  1396. script.Parent.Parent.Visible = false
  1397. script.Parent.Parent.Parent.Closed.Visible = true
  1398. end)
  1399. end
  1400. coroutine.wrap(AKQO_fake_script)()
  1401. local function EGTUFM_fake_script() -- TextButton_3.LocalScript
  1402. local script = Instance.new('LocalScript', TextButton_3)
  1403.  
  1404. local main = game.Players.LocalPlayer.PlayerGui.MguLite.MainFrame
  1405. local player = game.Players.LocalPlayer.PlayerGui.MguLite.PlayerFrame
  1406.  
  1407.  
  1408. script.Parent.MouseButton1Click:Connect(function()
  1409. player.Visible = false
  1410. main.Visible = true
  1411. end)
  1412. end
  1413. coroutine.wrap(EGTUFM_fake_script)()
  1414.  
Advertisement
Add Comment
Please, Sign In to add comment