Jarxay

Ninja Legends | Other

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