scripterhaxer

PPSpawner

Dec 18th, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 111.61 KB | None | 0 0
  1. local version = "PS_1.1"
  2. isspawning = false
  3. stop = false
  4. local eon_reborn = Instance.new("ScreenGui")
  5. local consolebase = Instance.new("ImageLabel")
  6. local cmd = Instance.new("ScrollingFrame")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. local MinimizeCMD = Instance.new("TextButton")
  9. local command = Instance.new("TextBox")
  10. local execute = Instance.new("TextButton")
  11. local main = Instance.new("Frame")
  12. local page3 = Instance.new("Frame")
  13. local Minimize_3 = Instance.new("TextButton")
  14. local NextArrow_3 = Instance.new("TextButton")
  15. local Pokemon = Instance.new("TextBox")
  16. local LvlLabel = Instance.new("TextLabel")
  17. local SpawnButton = Instance.new("TextButton")
  18. local Title = Instance.new("TextLabel")
  19. local BackArrow_3 = Instance.new("TextButton")
  20. local Quantity = Instance.new("TextBox")
  21. local QuantityLabel = Instance.new("TextLabel")
  22. local Level = Instance.new("TextBox")
  23. local LvlLabel_2 = Instance.new("TextLabel")
  24. local Box = Instance.new("TextBox")
  25. local BoxLabel = Instance.new("TextLabel")
  26. local Spec = Instance.new("TextBox")
  27. local SpecIO = Instance.new("TextButton")
  28. local settingsbutton = Instance.new("ImageButton")
  29. local page2 = Instance.new("Frame")
  30. local NukeBox = Instance.new("TextBox")
  31. local Minimize_2 = Instance.new("TextButton")
  32. local NextArrow_2 = Instance.new("TextButton")
  33. local NukeButton = Instance.new("TextButton")
  34. local Title_2 = Instance.new("TextLabel")
  35. local BackArrow_2 = Instance.new("TextButton")
  36. local OpenPCButton = Instance.new("TextButton")
  37. local redzone = Instance.new("Frame")
  38. local TextLabel = Instance.new("TextLabel")
  39. local page4 = Instance.new("Frame")
  40. local Minimize_4 = Instance.new("TextButton")
  41. local NextArrow_4 = Instance.new("TextButton")
  42. local RecoveryButton = Instance.new("TextButton")
  43. local Text = Instance.new("TextLabel")
  44. local Title_3 = Instance.new("TextLabel")
  45. local BackArrow_4 = Instance.new("TextButton")
  46. local page5 = Instance.new("Frame")
  47. local Minimize_5 = Instance.new("TextButton")
  48. local NextArrow_5 = Instance.new("TextButton")
  49. local PlayerTrading = Instance.new("TextBox")
  50. local TradeButton = Instance.new("TextButton")
  51. local Title_4 = Instance.new("TextLabel")
  52. local BackArrow_5 = Instance.new("TextButton")
  53. local page1 = Instance.new("Frame")
  54. local PartyLevel = Instance.new("TextBox")
  55. local Minimize = Instance.new("TextButton")
  56. local NextArrow = Instance.new("TextButton")
  57. local Pokemon_2 = Instance.new("TextBox")
  58. local PartySpawnButton = Instance.new("TextButton")
  59. local StopButton = Instance.new("TextButton")
  60. local LvlLabel_3 = Instance.new("TextLabel")
  61. local Title_5 = Instance.new("TextLabel")
  62. local BackArrow = Instance.new("TextButton")
  63. local settings = Instance.new("Frame")
  64. local AutosaveIO = Instance.new("TextButton")
  65. local LevelIO = Instance.new("TextButton")
  66. local MinimizeSettings = Instance.new("TextButton")
  67. local RecolorIO = Instance.new("TextButton")
  68. local ShinyIO = Instance.new("TextButton")
  69. local TintIO = Instance.new("TextButton")
  70. local Title_6 = Instance.new("TextLabel")
  71. local Title_7 = Instance.new("TextLabel")
  72. local Title_8 = Instance.new("TextLabel")
  73. local Title_9 = Instance.new("TextLabel")
  74. local Title_10 = Instance.new("TextLabel")
  75. local Title_11 = Instance.new("TextLabel")
  76. local Title_12 = Instance.new("TextLabel")
  77. local AminationIO = Instance.new("TextButton")
  78. local Title_13 = Instance.new("TextLabel")
  79. local SettingSpecIO = Instance.new("TextButton")
  80. local Title_14 = Instance.new("TextLabel")
  81. local showconsole = Instance.new("TextButton")
  82. local showgui = Instance.new("TextButton")
  83. local easteregg = Instance.new("TextLabel")
  84.  
  85. eon_reborn.Name = "eon_reborn"
  86. eon_reborn.Parent = game.Players.LocalPlayer.PlayerGui
  87.  
  88. consolebase.Name = "consolebase"
  89. consolebase.Parent = eon_reborn
  90. consolebase.BackgroundColor3 = Color3.new(1, 1, 1)
  91. consolebase.BackgroundTransparency = 1
  92. consolebase.Position = UDim2.new(0, 15, 1, -193)
  93. consolebase.Size = UDim2.new(0, 587, 0, 173)
  94. consolebase.Image = "rbxassetid://924320031"
  95. consolebase.ImageTransparency = 1
  96.  
  97. cmd.Name = "cmd"
  98. cmd.Parent = consolebase
  99. cmd.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  100. cmd.BackgroundTransparency = 0.20000000298023
  101. cmd.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  102. cmd.BorderSizePixel = 2
  103. cmd.Position = UDim2.new(0.357231945, -206, -0.0144078285, 10)
  104. cmd.Size = UDim2.new(0, 497, 0, 133)
  105.  
  106. ImageLabel.Parent = consolebase
  107. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  108. ImageLabel.BackgroundTransparency = 1
  109. ImageLabel.Position = UDim2.new(0.5, -213, 1, -35)
  110. ImageLabel.Size = UDim2.new(0, 426, 0, 25)
  111. ImageLabel.Image = "rbxassetid://924320031"
  112. ImageLabel.ImageTransparency = 1
  113.  
  114. MinimizeCMD.Name = "MinimizeCMD"
  115. MinimizeCMD.Parent = ImageLabel
  116. MinimizeCMD.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  117. MinimizeCMD.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  118. MinimizeCMD.BorderSizePixel = 2
  119. MinimizeCMD.Position = UDim2.new(0.966684699, -8, 1.50184834, -27)
  120. MinimizeCMD.Size = UDim2.new(0, 17, 0, 17)
  121. MinimizeCMD.ZIndex = 99
  122. MinimizeCMD.Font = Enum.Font.Arcade
  123. MinimizeCMD.Text = "X"
  124. MinimizeCMD.TextColor3 = Color3.new(1, 1, 1)
  125. MinimizeCMD.TextScaled = true
  126. MinimizeCMD.TextSize = 14
  127. MinimizeCMD.TextWrapped = true
  128.  
  129. command.Name = "command"
  130. command.Parent = ImageLabel
  131. command.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  132. command.BackgroundTransparency = 0.20000000298023
  133. command.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  134. command.BorderSizePixel = 2
  135. command.Position = UDim2.new(0.580389082, -325, 1.45861089, -25)
  136. command.Size = UDim2.new(0, 388, 0, 17)
  137. command.ZIndex = 99
  138. command.Font = Enum.Font.Arcade
  139. command.Text = "Use the command 'help' for commands!"
  140. command.TextColor3 = Color3.new(1, 1, 1)
  141. command.TextSize = 14
  142. command.TextWrapped = true
  143. command.TextXAlignment = Enum.TextXAlignment.Left
  144.  
  145. execute.Name = "execute"
  146. execute.Parent = ImageLabel
  147. execute.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  148. execute.BorderColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  149. execute.BorderSizePixel = 2
  150. execute.Position = UDim2.new(0.742631853, 0, 0.439999998, 0)
  151. execute.Size = UDim2.new(0, 81, 0, 17)
  152. execute.ZIndex = 101
  153. execute.Font = Enum.Font.Arcade
  154. execute.Text = "EXECUTE!"
  155. execute.TextColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  156. execute.TextScaled = true
  157. execute.TextSize = 14
  158. execute.TextWrapped = true
  159.  
  160. main.Name = "main"
  161. main.Parent = eon_reborn
  162. main.BackgroundColor3 = Color3.new(1, 1, 1)
  163. main.BackgroundTransparency = 1
  164. main.Position = UDim2.new(1, -306, 1, -176)
  165. main.Size = UDim2.new(0, 291, 0, 161)
  166.  
  167. page3.Name = "page3"
  168. page3.Visible = false
  169. page3.Parent = main
  170. page3.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  171. page3.BackgroundTransparency = 0.20000000298023
  172. page3.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  173. page3.BorderSizePixel = 2
  174. page3.Position = UDim2.new(0.5, -122, 0.5, -62)
  175. page3.Size = UDim2.new(0, 245, 0, 124)
  176.  
  177. Minimize_3.Name = "Minimize_3"
  178. Minimize_3.Parent = page3
  179. Minimize_3.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  180. Minimize_3.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  181. Minimize_3.BorderSizePixel = 2
  182. Minimize_3.Position = UDim2.new(0, -10, 1, -15)
  183. Minimize_3.Size = UDim2.new(0, 25, 0, 25)
  184. Minimize_3.ZIndex = 9
  185. Minimize_3.Font = Enum.Font.Arcade
  186. Minimize_3.Text = "X"
  187. Minimize_3.TextColor3 = Color3.new(1, 1, 1)
  188. Minimize_3.TextScaled = true
  189. Minimize_3.TextSize = 14
  190. Minimize_3.TextWrapped = true
  191.  
  192. NextArrow_3.Name = "NextArrow_3"
  193. NextArrow_3.Parent = page3
  194. NextArrow_3.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  195. NextArrow_3.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  196. NextArrow_3.BorderSizePixel = 2
  197. NextArrow_3.Position = UDim2.new(1, -15, 0, -10)
  198. NextArrow_3.Size = UDim2.new(0, 25, 0, 25)
  199. NextArrow_3.ZIndex = 9
  200. NextArrow_3.Font = Enum.Font.Arcade
  201. NextArrow_3.Text = ">"
  202. NextArrow_3.TextColor3 = Color3.new(1, 1, 1)
  203. NextArrow_3.TextScaled = true
  204. NextArrow_3.TextSize = 14
  205. NextArrow_3.TextWrapped = true
  206.  
  207. StopButton.Name = "StopButton"
  208. StopButton.Parent = page3
  209. StopButton.Visible = false
  210. StopButton.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  211. StopButton.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  212. StopButton.BorderSizePixel = 2
  213. StopButton.Position = UDim2.new(0.502040803, -42, 1.02822578, -12)
  214. StopButton.Size = UDim2.new(0, 84, 0, 22)
  215. StopButton.ZIndex = 99
  216. StopButton.Font = Enum.Font.Arcade
  217. StopButton.Text = "STOP!"
  218. StopButton.TextColor3 = Color3.new(1, 1, 1)
  219. StopButton.TextScaled = true
  220. StopButton.TextSize = 14
  221. StopButton.TextWrapped = true
  222.  
  223. Pokemon.Name = "Pokemon"
  224. Pokemon.Parent = page3
  225. Pokemon.BackgroundColor3 = Color3.new(1, 1, 1)
  226. Pokemon.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  227. Pokemon.BorderSizePixel = 2
  228. Pokemon.Position = UDim2.new(0.588145733, -90, 0.198778704, 0)
  229. Pokemon.Size = UDim2.new(0, 59, 0, 16)
  230. Pokemon.ZIndex = 99
  231. Pokemon.Font = Enum.Font.Arcade
  232. Pokemon.Text = "Bulbasaur"
  233. Pokemon.TextColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  234. Pokemon.TextScaled = true
  235. Pokemon.TextSize = 14
  236. Pokemon.TextWrapped = true
  237.  
  238. LvlLabel.Name = "LvlLabel"
  239. LvlLabel.Parent = Pokemon
  240. LvlLabel.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  241. LvlLabel.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  242. LvlLabel.BorderSizePixel = 2
  243. LvlLabel.Position = UDim2.new(0.441242933, -24, 1, 2)
  244. LvlLabel.Size = UDim2.new(0, 54, 0, 14)
  245. LvlLabel.ZIndex = 9
  246. LvlLabel.Font = Enum.Font.Arcade
  247. LvlLabel.Text = "Pokemon"
  248. LvlLabel.TextColor3 = Color3.new(1, 1, 1)
  249. LvlLabel.TextScaled = true
  250. LvlLabel.TextSize = 14
  251. LvlLabel.TextWrapped = true
  252.  
  253. SpawnButton.Name = "SpawnButton"
  254. SpawnButton.Parent = page3
  255. SpawnButton.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  256. SpawnButton.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  257. SpawnButton.BorderSizePixel = 2
  258. SpawnButton.Position = UDim2.new(0.502040803, -42, 1.02822578, -12)
  259. SpawnButton.Size = UDim2.new(0, 84, 0, 22)
  260. SpawnButton.ZIndex = 99
  261. SpawnButton.Font = Enum.Font.Arcade
  262. SpawnButton.Text = "START!"
  263. SpawnButton.TextColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  264. SpawnButton.TextScaled = true
  265. SpawnButton.TextSize = 14
  266. SpawnButton.TextWrapped = true
  267.  
  268. Title.Name = "Title"
  269. Title.Parent = page3
  270. Title.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  271. Title.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  272. Title.BorderSizePixel = 2
  273. Title.Position = UDim2.new(0.5, -88, 0, -10)
  274. Title.Size = UDim2.new(0, 177, 0, 25)
  275. Title.ZIndex = 100
  276. Title.Font = Enum.Font.Arcade
  277. Title.Text = "PC Spawning!"
  278. Title.TextColor3 = Color3.new(1, 1, 1)
  279. Title.TextScaled = true
  280. Title.TextSize = 14
  281. Title.TextWrapped = true
  282.  
  283. BackArrow_3.Name = "BackArrow_3"
  284. BackArrow_3.Parent = page3
  285. BackArrow_3.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  286. BackArrow_3.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  287. BackArrow_3.BorderSizePixel = 2
  288. BackArrow_3.Position = UDim2.new(0, -10, 0, -10)
  289. BackArrow_3.Size = UDim2.new(0, 25, 0, 25)
  290. BackArrow_3.ZIndex = 9
  291. BackArrow_3.Font = Enum.Font.Arcade
  292. BackArrow_3.Text = "<"
  293. BackArrow_3.TextColor3 = Color3.new(1, 1, 1)
  294. BackArrow_3.TextScaled = true
  295. BackArrow_3.TextSize = 14
  296. BackArrow_3.TextWrapped = true
  297.  
  298. Quantity.Name = "Quantity"
  299. Quantity.Parent = page3
  300. Quantity.BackgroundColor3 = Color3.new(1, 1, 1)
  301. Quantity.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  302. Quantity.BorderSizePixel = 2
  303. Quantity.Position = UDim2.new(0.383902103, 0, 0.547634482, 0)
  304. Quantity.Size = UDim2.new(0, 59, 0, 16)
  305. Quantity.ZIndex = 99
  306. Quantity.Font = Enum.Font.Arcade
  307. Quantity.Text = "60"
  308. Quantity.TextColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  309. Quantity.TextScaled = true
  310. Quantity.TextSize = 14
  311. Quantity.TextWrapped = true
  312.  
  313. QuantityLabel.Name = "QuantityLabel"
  314. QuantityLabel.Parent = Quantity
  315. QuantityLabel.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  316. QuantityLabel.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  317. QuantityLabel.BorderSizePixel = 2
  318. QuantityLabel.Position = UDim2.new(0.449152559, -24, 1.0625, 2)
  319. QuantityLabel.Size = UDim2.new(0, 54, 0, 14)
  320. QuantityLabel.ZIndex = 9
  321. QuantityLabel.Font = Enum.Font.Arcade
  322. QuantityLabel.Text = "Quantity"
  323. QuantityLabel.TextColor3 = Color3.new(1, 1, 1)
  324. QuantityLabel.TextScaled = true
  325. QuantityLabel.TextSize = 14
  326. QuantityLabel.TextWrapped = true
  327.  
  328. Level.Name = "Level"
  329. Level.Parent = page3
  330. Level.BackgroundColor3 = Color3.new(1, 1, 1)
  331. Level.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  332. Level.BorderSizePixel = 2
  333. Level.Position = UDim2.new(0.538775504, 0, 0.20021452, 0)
  334. Level.Size = UDim2.new(0, 59, 0, 16)
  335. Level.ZIndex = 99
  336. Level.Font = Enum.Font.Arcade
  337. Level.Text = "80"
  338. Level.TextColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  339. Level.TextScaled = true
  340. Level.TextSize = 14
  341. Level.TextWrapped = true
  342.  
  343. LvlLabel_2.Name = "LvlLabel"
  344. LvlLabel_2.Parent = Level
  345. LvlLabel_2.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  346. LvlLabel_2.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  347. LvlLabel_2.BorderSizePixel = 2
  348. LvlLabel_2.Position = UDim2.new(0.440677971, -24, 1, 2)
  349. LvlLabel_2.Size = UDim2.new(0, 54, 0, 14)
  350. LvlLabel_2.ZIndex = 9
  351. LvlLabel_2.Font = Enum.Font.Arcade
  352. LvlLabel_2.Text = "Level"
  353. LvlLabel_2.TextColor3 = Color3.new(1, 1, 1)
  354. LvlLabel_2.TextScaled = true
  355. LvlLabel_2.TextSize = 14
  356. LvlLabel_2.TextWrapped = true
  357.  
  358. Box.Name = "Box"
  359. Box.Parent = page3
  360. Box.BackgroundColor3 = Color3.new(1, 1, 1)
  361. Box.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  362. Box.BorderSizePixel = 2
  363. Box.Position = UDim2.new(0.110265359, 0, 0.548738539, 0)
  364. Box.Size = UDim2.new(0, 59, 0, 16)
  365. Box.ZIndex = 99
  366. Box.Font = Enum.Font.Arcade
  367. Box.Text = "1"
  368. Box.TextColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  369. Box.TextScaled = true
  370. Box.TextSize = 14
  371. Box.TextWrapped = true
  372.  
  373. BoxLabel.Name = "BoxLabel"
  374. BoxLabel.Parent = Box
  375. BoxLabel.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  376. BoxLabel.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  377. BoxLabel.BorderSizePixel = 2
  378. BoxLabel.Position = UDim2.new(0.449152559, -24, 1.0625, 2)
  379. BoxLabel.Size = UDim2.new(0, 54, 0, 14)
  380. BoxLabel.ZIndex = 9
  381. BoxLabel.Font = Enum.Font.Arcade
  382. BoxLabel.Text = "Box"
  383. BoxLabel.TextColor3 = Color3.new(1, 1, 1)
  384. BoxLabel.TextScaled = true
  385. BoxLabel.TextSize = 14
  386. BoxLabel.TextWrapped = true
  387.  
  388. Spec.Name = "Spec"
  389. Spec.Parent = page3
  390. Spec.BackgroundColor3 = Color3.new(1, 1, 1)
  391. Spec.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  392. Spec.BorderSizePixel = 2
  393. Spec.Position = UDim2.new(0.66283071, 0, 0.547634482, 0)
  394. Spec.Size = UDim2.new(0, 59, 0, 16)
  395. Spec.ZIndex = 99
  396. Spec.Font = Enum.Font.Arcade
  397. Spec.Text = "Doodle"
  398. Spec.TextColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  399. Spec.TextScaled = true
  400. Spec.TextSize = 14
  401. Spec.TextWrapped = true
  402.  
  403. SpecIO.Name = "SpecIO"
  404. SpecIO.Parent = Spec
  405. SpecIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  406. SpecIO.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  407. SpecIO.BorderSizePixel = 2
  408. SpecIO.Position = UDim2.new(0.5, -27, 1.8125, -10)
  409. SpecIO.Size = UDim2.new(0, 54, 0, 14)
  410. SpecIO.ZIndex = 99
  411. SpecIO.Font = Enum.Font.Arcade
  412. SpecIO.Text = "Recolor"
  413. SpecIO.TextColor3 = Color3.new(1, 1, 1)
  414. SpecIO.TextScaled = true
  415. SpecIO.TextSize = 14
  416. SpecIO.TextWrapped = true
  417.  
  418. settingsbutton.Name = "settingsbutton"
  419. settingsbutton.Parent = main
  420. settingsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  421. settingsbutton.BackgroundTransparency = 1
  422. settingsbutton.Position = UDim2.new(1.24625432, -112, 1.46757758, -112)
  423. settingsbutton.Size = UDim2.new(0, 43, 0, 43)
  424. settingsbutton.ZIndex = 100
  425. settingsbutton.Image = "rbxassetid://1327631014"
  426. settingsbutton.ImageColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  427.  
  428. page2.Name = "page2"
  429. page2.Parent = main
  430. page2.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  431. page2.BackgroundTransparency = 0.20000000298023
  432. page2.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  433. page2.BorderSizePixel = 2
  434. page2.Position = UDim2.new(0.5, -122, 0.5, -62)
  435. page2.Size = UDim2.new(0, 245, 0, 124)
  436. page2.Visible = false
  437.  
  438. NukeBox.Name = "NukeBox"
  439. NukeBox.Parent = page2
  440. NukeBox.BackgroundColor3 = Color3.new(1, 1, 1)
  441. NukeBox.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  442. NukeBox.BorderSizePixel = 2
  443. NukeBox.Position = UDim2.new(0.535436749, -30, 0.830645144, -19)
  444. NukeBox.Size = UDim2.new(0, 42, 0, 21)
  445. NukeBox.ZIndex = 99
  446. NukeBox.Font = Enum.Font.Arcade
  447. NukeBox.Text = "12"
  448. NukeBox.TextColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  449. NukeBox.TextScaled = true
  450. NukeBox.TextSize = 14
  451. NukeBox.TextWrapped = true
  452.  
  453. Minimize_2.Name = "Minimize_2"
  454. Minimize_2.Parent = page2
  455. Minimize_2.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  456. Minimize_2.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  457. Minimize_2.BorderSizePixel = 2
  458. Minimize_2.Position = UDim2.new(0, -10, 1, -15)
  459. Minimize_2.Size = UDim2.new(0, 25, 0, 25)
  460. Minimize_2.ZIndex = 9
  461. Minimize_2.Font = Enum.Font.Arcade
  462. Minimize_2.Text = "X"
  463. Minimize_2.TextColor3 = Color3.new(1, 1, 1)
  464. Minimize_2.TextScaled = true
  465. Minimize_2.TextSize = 14
  466. Minimize_2.TextWrapped = true
  467.  
  468. NextArrow_2.Name = "NextArrow_2"
  469. NextArrow_2.Parent = page2
  470. NextArrow_2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  471. NextArrow_2.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  472. NextArrow_2.BorderSizePixel = 2
  473. NextArrow_2.Position = UDim2.new(1, -15, 0, -10)
  474. NextArrow_2.Size = UDim2.new(0, 25, 0, 25)
  475. NextArrow_2.ZIndex = 9
  476. NextArrow_2.Font = Enum.Font.Arcade
  477. NextArrow_2.Text = ">"
  478. NextArrow_2.TextColor3 = Color3.new(1, 1, 1)
  479. NextArrow_2.TextScaled = true
  480. NextArrow_2.TextSize = 14
  481. NextArrow_2.TextWrapped = true
  482.  
  483. NukeButton.Name = "NukeButton"
  484. NukeButton.Parent = page2
  485. NukeButton.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  486. NukeButton.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  487. NukeButton.BorderSizePixel = 2
  488. NukeButton.Position = UDim2.new(0.5, -32, 1, -12)
  489. NukeButton.Size = UDim2.new(0, 64, 0, 22)
  490. NukeButton.ZIndex = 99
  491. NukeButton.Font = Enum.Font.Arcade
  492. NukeButton.Text = "NUKE!"
  493. NukeButton.TextColor3 = Color3.new(1, 1, 1)
  494. NukeButton.TextScaled = true
  495. NukeButton.TextSize = 14
  496. NukeButton.TextWrapped = true
  497.  
  498. Title_2.Name = "Title"
  499. Title_2.Parent = page2
  500. Title_2.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  501. Title_2.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  502. Title_2.BorderSizePixel = 2
  503. Title_2.Position = UDim2.new(0.5, -88, 0, -10)
  504. Title_2.Size = UDim2.new(0, 177, 0, 25)
  505. Title_2.ZIndex = 100
  506. Title_2.Font = Enum.Font.Arcade
  507. Title_2.Text = "PC Menu!"
  508. Title_2.TextColor3 = Color3.new(1, 1, 1)
  509. Title_2.TextScaled = true
  510. Title_2.TextSize = 14
  511. Title_2.TextWrapped = true
  512.  
  513. BackArrow_2.Name = "BackArrow_2"
  514. BackArrow_2.Parent = page2
  515. BackArrow_2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  516. BackArrow_2.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  517. BackArrow_2.BorderSizePixel = 2
  518. BackArrow_2.Position = UDim2.new(-0.0333647802, 0, -0.0846232697, 0)
  519. BackArrow_2.Size = UDim2.new(0, 25, 0, 25)
  520. BackArrow_2.ZIndex = 9
  521. BackArrow_2.Font = Enum.Font.Arcade
  522. BackArrow_2.Text = "<"
  523. BackArrow_2.TextColor3 = Color3.new(1, 1, 1)
  524. BackArrow_2.TextScaled = true
  525. BackArrow_2.TextSize = 14
  526. BackArrow_2.TextWrapped = true
  527.  
  528. OpenPCButton.Name = "OpenPCButton"
  529. OpenPCButton.Parent = page2
  530. OpenPCButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  531. OpenPCButton.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  532. OpenPCButton.BorderSizePixel = 2
  533. OpenPCButton.Position = UDim2.new(0.430612236, -32, 0.402084827, -25)
  534. OpenPCButton.Size = UDim2.new(0, 97, 0, 29)
  535. OpenPCButton.ZIndex = 99
  536. OpenPCButton.Font = Enum.Font.Arcade
  537. OpenPCButton.Text = "OPEN PC!"
  538. OpenPCButton.TextColor3 = Color3.new(1, 1, 1)
  539. OpenPCButton.TextScaled = true
  540. OpenPCButton.TextSize = 14
  541. OpenPCButton.TextWrapped = true
  542.  
  543. redzone.Name = "redzone"
  544. redzone.Parent = page2
  545. redzone.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  546. redzone.BorderSizePixel = 0
  547. redzone.Position = UDim2.new(0, 0, 0.528696358, 0)
  548. redzone.Size = UDim2.new(0, 245, 0, 15)
  549.  
  550. TextLabel.Parent = page2
  551. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  552. TextLabel.BackgroundTransparency = 1
  553. TextLabel.Position = UDim2.new(0.253061235, 0, 0.480309278, 0)
  554. TextLabel.Size = UDim2.new(0, 120, 0, 21)
  555. TextLabel.Font = Enum.Font.Arcade
  556. TextLabel.Text = "Box Nuker:"
  557. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  558. TextLabel.TextScaled = true
  559. TextLabel.TextSize = 14
  560. TextLabel.TextWrapped = true
  561.  
  562. page4.Name = "page4"
  563. page4.Parent = main
  564. page4.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  565. page4.BackgroundTransparency = 0.20000000298023
  566. page4.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  567. page4.BorderSizePixel = 2
  568. page4.Position = UDim2.new(0.5, -122, 0.5, -62)
  569. page4.Size = UDim2.new(0, 245, 0, 124)
  570. page4.Visible = false
  571.  
  572. Minimize_4.Name = "Minimize_4"
  573. Minimize_4.Parent = page4
  574. Minimize_4.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  575. Minimize_4.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  576. Minimize_4.BorderSizePixel = 2
  577. Minimize_4.Position = UDim2.new(0, -10, 1, -15)
  578. Minimize_4.Size = UDim2.new(0, 25, 0, 25)
  579. Minimize_4.ZIndex = 9
  580. Minimize_4.Font = Enum.Font.Arcade
  581. Minimize_4.Text = "X"
  582. Minimize_4.TextColor3 = Color3.new(1, 1, 1)
  583. Minimize_4.TextScaled = true
  584. Minimize_4.TextSize = 14
  585. Minimize_4.TextWrapped = true
  586.  
  587. NextArrow_4.Name = "NextArrow_4"
  588. NextArrow_4.Parent = page4
  589. NextArrow_4.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  590. NextArrow_4.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  591. NextArrow_4.BorderSizePixel = 2
  592. NextArrow_4.Position = UDim2.new(1, -15, 0, -10)
  593. NextArrow_4.Size = UDim2.new(0, 25, 0, 25)
  594. NextArrow_4.ZIndex = 9
  595. NextArrow_4.Font = Enum.Font.Arcade
  596. NextArrow_4.Text = ">"
  597. NextArrow_4.TextColor3 = Color3.new(1, 1, 1)
  598. NextArrow_4.TextScaled = true
  599. NextArrow_4.TextSize = 14
  600. NextArrow_4.TextWrapped = true
  601.  
  602. RecoveryButton.Name = "RecoveryButton"
  603. RecoveryButton.Parent = page4
  604. RecoveryButton.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  605. RecoveryButton.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  606. RecoveryButton.BorderSizePixel = 2
  607. RecoveryButton.Position = UDim2.new(0.5, -41, 1, -18)
  608. RecoveryButton.Size = UDim2.new(0, 82, 0, 28)
  609. RecoveryButton.ZIndex = 99
  610. RecoveryButton.Font = Enum.Font.Arcade
  611. RecoveryButton.Text = "RUN!"
  612. RecoveryButton.TextColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  613. RecoveryButton.TextScaled = true
  614. RecoveryButton.TextSize = 14
  615. RecoveryButton.TextWrapped = true
  616.  
  617. Text.Name = "Text"
  618. Text.Parent = page4
  619. Text.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  620. Text.BackgroundTransparency = 1
  621. Text.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  622. Text.BorderSizePixel = 0
  623. Text.Position = UDim2.new(0.502040803, -105, 0.5, -42)
  624. Text.Size = UDim2.new(0, 210, 0, 77)
  625. Text.ZIndex = 9
  626. Text.Font = Enum.Font.Arcade
  627. Text.Text = "Running this will give you most items, all badges, money, a full PokeDex, and more!"
  628. Text.TextColor3 = Color3.new(1, 1, 1)
  629. Text.TextScaled = true
  630. Text.TextSize = 14
  631. Text.TextWrapped = true
  632.  
  633. Title_3.Name = "Title"
  634. Title_3.Parent = page4
  635. Title_3.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  636. Title_3.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  637. Title_3.BorderSizePixel = 2
  638. Title_3.Position = UDim2.new(0.5, -88, 0, -10)
  639. Title_3.Size = UDim2.new(0, 177, 0, 25)
  640. Title_3.ZIndex = 100
  641. Title_3.Font = Enum.Font.Arcade
  642. Title_3.Text = "Recovery Menu!"
  643. Title_3.TextColor3 = Color3.new(1, 1, 1)
  644. Title_3.TextScaled = true
  645. Title_3.TextSize = 14
  646. Title_3.TextWrapped = true
  647.  
  648. BackArrow_4.Name = "BackArrow_4"
  649. BackArrow_4.Parent = page4
  650. BackArrow_4.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  651. BackArrow_4.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  652. BackArrow_4.BorderSizePixel = 2
  653. BackArrow_4.Position = UDim2.new(0, -10, 0, -10)
  654. BackArrow_4.Size = UDim2.new(0, 25, 0, 25)
  655. BackArrow_4.ZIndex = 9
  656. BackArrow_4.Font = Enum.Font.Arcade
  657. BackArrow_4.Text = "<"
  658. BackArrow_4.TextColor3 = Color3.new(1, 1, 1)
  659. BackArrow_4.TextScaled = true
  660. BackArrow_4.TextSize = 14
  661. BackArrow_4.TextWrapped = true
  662.  
  663. page5.Name = "page5"
  664. page5.Parent = main
  665. page5.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  666. page5.BackgroundTransparency = 0.20000000298023
  667. page5.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  668. page5.BorderSizePixel = 2
  669. page5.Position = UDim2.new(0.5, -122, 0.5, -62)
  670. page5.Size = UDim2.new(0, 245, 0, 124)
  671. page5.Visible = false
  672.  
  673. Minimize_5.Name = "Minimize_5"
  674. Minimize_5.Parent = page5
  675. Minimize_5.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  676. Minimize_5.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  677. Minimize_5.BorderSizePixel = 2
  678. Minimize_5.Position = UDim2.new(0, -10, 1, -15)
  679. Minimize_5.Size = UDim2.new(0, 25, 0, 25)
  680. Minimize_5.ZIndex = 9
  681. Minimize_5.Font = Enum.Font.Arcade
  682. Minimize_5.Text = "X"
  683. Minimize_5.TextColor3 = Color3.new(1, 1, 1)
  684. Minimize_5.TextScaled = true
  685. Minimize_5.TextSize = 14
  686. Minimize_5.TextWrapped = true
  687.  
  688. NextArrow_5.Name = "NextArrow_5"
  689. NextArrow_5.Parent = page5
  690. NextArrow_5.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  691. NextArrow_5.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  692. NextArrow_5.BorderSizePixel = 2
  693. NextArrow_5.Position = UDim2.new(1, -15, 0, -10)
  694. NextArrow_5.Size = UDim2.new(0, 25, 0, 25)
  695. NextArrow_5.ZIndex = 9
  696. NextArrow_5.Font = Enum.Font.Arcade
  697. NextArrow_5.Text = ">"
  698. NextArrow_5.TextColor3 = Color3.new(1, 1, 1)
  699. NextArrow_5.TextScaled = true
  700. NextArrow_5.TextSize = 14
  701. NextArrow_5.TextWrapped = true
  702.  
  703. PlayerTrading.Name = "PlayerTrading"
  704. PlayerTrading.Parent = page5
  705. PlayerTrading.BackgroundColor3 = Color3.new(1, 1, 1)
  706. PlayerTrading.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  707. PlayerTrading.BorderSizePixel = 2
  708. PlayerTrading.Position = UDim2.new(0.5, -77, 0.5, -16)
  709. PlayerTrading.Size = UDim2.new(0, 154, 0, 33)
  710. PlayerTrading.ZIndex = 99
  711. PlayerTrading.Font = Enum.Font.Arcade
  712. PlayerTrading.Text = "Player"
  713. PlayerTrading.TextColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  714. PlayerTrading.TextScaled = true
  715. PlayerTrading.TextSize = 14
  716. PlayerTrading.TextWrapped = true
  717.  
  718. TradeButton.Name = "TradeButton"
  719. TradeButton.Parent = page5
  720. TradeButton.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  721. TradeButton.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  722. TradeButton.BorderSizePixel = 2
  723. TradeButton.Position = UDim2.new(0.5, -59, 1, -12)
  724. TradeButton.Size = UDim2.new(0, 118, 0, 22)
  725. TradeButton.ZIndex = 99
  726. TradeButton.Font = Enum.Font.Arcade
  727. TradeButton.Text = "FORCE TRADE!"
  728. TradeButton.TextColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  729. TradeButton.TextScaled = true
  730. TradeButton.TextSize = 14
  731. TradeButton.TextWrapped = true
  732.  
  733. Title_4.Name = "Title"
  734. Title_4.Parent = page5
  735. Title_4.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  736. Title_4.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  737. Title_4.BorderSizePixel = 2
  738. Title_4.Position = UDim2.new(0.5, -88, 0, -10)
  739. Title_4.Size = UDim2.new(0, 177, 0, 25)
  740. Title_4.ZIndex = 100
  741. Title_4.Font = Enum.Font.Arcade
  742. Title_4.Text = "Trade Menu!"
  743. Title_4.TextColor3 = Color3.new(1, 1, 1)
  744. Title_4.TextScaled = true
  745. Title_4.TextSize = 14
  746. Title_4.TextWrapped = true
  747.  
  748. BackArrow_5.Name = "BackArrow_5"
  749. BackArrow_5.Parent = page5
  750. BackArrow_5.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  751. BackArrow_5.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  752. BackArrow_5.BorderSizePixel = 2
  753. BackArrow_5.Position = UDim2.new(0, -10, 0, -10)
  754. BackArrow_5.Size = UDim2.new(0, 25, 0, 25)
  755. BackArrow_5.ZIndex = 9
  756. BackArrow_5.Font = Enum.Font.Arcade
  757. BackArrow_5.Text = "<"
  758. BackArrow_5.TextColor3 = Color3.new(1, 1, 1)
  759. BackArrow_5.TextScaled = true
  760. BackArrow_5.TextSize = 14
  761. BackArrow_5.TextWrapped = true
  762.  
  763. page1.Name = "page1"
  764. page1.Parent = main
  765. page1.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  766. page1.BackgroundTransparency = 0.20000000298023
  767. page1.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  768. page1.BorderSizePixel = 2
  769. page1.Position = UDim2.new(0.5, -122, 0.5, -62)
  770. page1.Size = UDim2.new(0, 245, 0, 124)
  771.  
  772. PartyLevel.Name = "PartyLevel"
  773. PartyLevel.Parent = page1
  774. PartyLevel.BackgroundColor3 = Color3.new(1, 1, 1)
  775. PartyLevel.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  776. PartyLevel.BorderSizePixel = 2
  777. PartyLevel.Position = UDim2.new(0.377550989, 0, 0.509707034, 0)
  778. PartyLevel.Size = UDim2.new(0, 59, 0, 16)
  779. PartyLevel.ZIndex = 99
  780. PartyLevel.Font = Enum.Font.Arcade
  781. PartyLevel.Text = "80"
  782. PartyLevel.TextColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  783. PartyLevel.TextScaled = true
  784. PartyLevel.TextSize = 14
  785. PartyLevel.TextWrapped = true
  786.  
  787. Minimize.Name = "Minimize"
  788. Minimize.Parent = page1
  789. Minimize.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  790. Minimize.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  791. Minimize.BorderSizePixel = 2
  792. Minimize.Position = UDim2.new(0, -10, 1, -15)
  793. Minimize.Size = UDim2.new(0, 25, 0, 25)
  794. Minimize.ZIndex = 9
  795. Minimize.Font = Enum.Font.Arcade
  796. Minimize.Text = "X"
  797. Minimize.TextColor3 = Color3.new(1, 1, 1)
  798. Minimize.TextScaled = true
  799. Minimize.TextSize = 14
  800. Minimize.TextWrapped = true
  801.  
  802. NextArrow.Name = "NextArrow"
  803. NextArrow.Parent = page1
  804. NextArrow.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  805. NextArrow.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  806. NextArrow.BorderSizePixel = 2
  807. NextArrow.Position = UDim2.new(1, -15, 0, -10)
  808. NextArrow.Size = UDim2.new(0, 25, 0, 25)
  809. NextArrow.ZIndex = 9
  810. NextArrow.Font = Enum.Font.Arcade
  811. NextArrow.Text = ">"
  812. NextArrow.TextColor3 = Color3.new(1, 1, 1)
  813. NextArrow.TextScaled = true
  814. NextArrow.TextSize = 14
  815. NextArrow.TextWrapped = true
  816.  
  817. Pokemon_2.Name = "Pokemon"
  818. Pokemon_2.Parent = page1
  819. Pokemon_2.BackgroundColor3 = Color3.new(1, 1, 1)
  820. Pokemon_2.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  821. Pokemon_2.BorderSizePixel = 2
  822. Pokemon_2.Position = UDim2.new(0.561224461, -90, 0.252996147, 0)
  823. Pokemon_2.Size = UDim2.new(0, 151, 0, 22)
  824. Pokemon_2.ZIndex = 99
  825. Pokemon_2.Font = Enum.Font.Arcade
  826. Pokemon_2.Text = "Bulbasaur"
  827. Pokemon_2.TextColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  828. Pokemon_2.TextScaled = true
  829. Pokemon_2.TextSize = 14
  830. Pokemon_2.TextWrapped = true
  831.  
  832. PartySpawnButton.Name = "PartySpawnButton"
  833. PartySpawnButton.Parent = page1
  834. PartySpawnButton.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  835. PartySpawnButton.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  836. PartySpawnButton.BorderSizePixel = 2
  837. PartySpawnButton.Position = UDim2.new(0.5, -41, 1, -18)
  838. PartySpawnButton.Size = UDim2.new(0, 82, 0, 28)
  839. PartySpawnButton.ZIndex = 99
  840. PartySpawnButton.Font = Enum.Font.Arcade
  841. PartySpawnButton.Text = "SPAWN!"
  842. PartySpawnButton.TextColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  843. PartySpawnButton.TextScaled = true
  844. PartySpawnButton.TextSize = 14
  845. PartySpawnButton.TextWrapped = true
  846.  
  847. LvlLabel_3.Name = "LvlLabel"
  848. LvlLabel_3.Parent = page1
  849. LvlLabel_3.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  850. LvlLabel_3.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  851. LvlLabel_3.BorderSizePixel = 2
  852. LvlLabel_3.Position = UDim2.new(0.387755096, 0, 0.637147009, 0)
  853. LvlLabel_3.Size = UDim2.new(0, 55, 0, 14)
  854. LvlLabel_3.ZIndex = 9
  855. LvlLabel_3.Font = Enum.Font.Arcade
  856. LvlLabel_3.Text = "Level"
  857. LvlLabel_3.TextColor3 = Color3.new(1, 1, 1)
  858. LvlLabel_3.TextScaled = true
  859. LvlLabel_3.TextSize = 14
  860. LvlLabel_3.TextWrapped = true
  861.  
  862. Title_5.Name = "Title"
  863. Title_5.Parent = page1
  864. Title_5.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  865. Title_5.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  866. Title_5.BorderSizePixel = 2
  867. Title_5.Position = UDim2.new(0.5, -88, 0, -10)
  868. Title_5.Size = UDim2.new(0, 177, 0, 25)
  869. Title_5.ZIndex = 100
  870. Title_5.Font = Enum.Font.Arcade
  871. Title_5.Text = "Party Spawning!"
  872. Title_5.TextColor3 = Color3.new(1, 1, 1)
  873. Title_5.TextScaled = true
  874. Title_5.TextSize = 14
  875. Title_5.TextWrapped = true
  876.  
  877. BackArrow.Name = "BackArrow"
  878. BackArrow.Parent = page1
  879. BackArrow.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  880. BackArrow.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  881. BackArrow.BorderSizePixel = 2
  882. BackArrow.Position = UDim2.new(0, -10, 0, -10)
  883. BackArrow.Size = UDim2.new(0, 25, 0, 25)
  884. BackArrow.ZIndex = 9
  885. BackArrow.Font = Enum.Font.Arcade
  886. BackArrow.Text = "<"
  887. BackArrow.TextColor3 = Color3.new(1, 1, 1)
  888. BackArrow.TextScaled = true
  889. BackArrow.TextSize = 14
  890. BackArrow.TextWrapped = true
  891.  
  892. settings.Name = "settings"
  893. settings.Visible = false
  894. settings.Parent = eon_reborn
  895. settings.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  896. settings.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  897. settings.BorderSizePixel = 2
  898. settings.Position = UDim2.new(0.5, -124, 0.5, -132)
  899. settings.Size = UDim2.new(0, 248, 0, 263)
  900.  
  901. AutosaveIO.Name = "AutosaveIO"
  902. AutosaveIO.Parent = settings
  903. AutosaveIO.BackgroundColor3 = Color3.new(0.329412, 1, 0.494118)
  904. AutosaveIO.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  905. AutosaveIO.BorderSizePixel = 2
  906. AutosaveIO.Position = UDim2.new(1.02444756, -27, 0.133916736, -10)
  907. AutosaveIO.Size = UDim2.new(0, 54, 0, 21)
  908. AutosaveIO.ZIndex = 99
  909. AutosaveIO.Font = Enum.Font.Arcade
  910. AutosaveIO.Text = "true"
  911. AutosaveIO.TextColor3 = Color3.new(1, 1, 1)
  912. AutosaveIO.TextScaled = true
  913. AutosaveIO.TextSize = 14
  914. AutosaveIO.TextWrapped = true
  915.  
  916. LevelIO.Name = "LevelIO"
  917. LevelIO.Parent = settings
  918. LevelIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  919. LevelIO.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  920. LevelIO.BorderSizePixel = 2
  921. LevelIO.Position = UDim2.new(1.02282965, -27, 0.245629638, -10)
  922. LevelIO.Size = UDim2.new(0, 54, 0, 21)
  923. LevelIO.ZIndex = 99
  924. LevelIO.Font = Enum.Font.Arcade
  925. LevelIO.Text = "false"
  926. LevelIO.TextColor3 = Color3.new(1, 1, 1)
  927. LevelIO.TextScaled = true
  928. LevelIO.TextSize = 14
  929. LevelIO.TextWrapped = true
  930.  
  931. MinimizeSettings.Name = "MinimizeSettings"
  932. MinimizeSettings.Parent = settings
  933. MinimizeSettings.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  934. MinimizeSettings.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  935. MinimizeSettings.BorderSizePixel = 2
  936. MinimizeSettings.Position = UDim2.new(1.01209688, -15, 1.01280761, -15)
  937. MinimizeSettings.Size = UDim2.new(0, 20, 0, 20)
  938. MinimizeSettings.ZIndex = 99
  939. MinimizeSettings.Font = Enum.Font.Arcade
  940. MinimizeSettings.Text = "X"
  941. MinimizeSettings.TextColor3 = Color3.new(1, 1, 1)
  942. MinimizeSettings.TextScaled = true
  943. MinimizeSettings.TextSize = 14
  944. MinimizeSettings.TextWrapped = true
  945.  
  946. RecolorIO.Name = "RecolorIO"
  947. RecolorIO.Parent = settings
  948. RecolorIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  949. RecolorIO.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  950. RecolorIO.BorderSizePixel = 2
  951. RecolorIO.Position = UDim2.new(1.02416515, -27, 0.359234631, -10)
  952. RecolorIO.Size = UDim2.new(0, 54, 0, 21)
  953. RecolorIO.ZIndex = 99
  954. RecolorIO.Font = Enum.Font.Arcade
  955. RecolorIO.Text = "false"
  956. RecolorIO.TextColor3 = Color3.new(1, 1, 1)
  957. RecolorIO.TextScaled = true
  958. RecolorIO.TextSize = 14
  959. RecolorIO.TextWrapped = true
  960.  
  961. ShinyIO.Name = "ShinyIO"
  962. ShinyIO.Parent = settings
  963. ShinyIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  964. ShinyIO.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  965. ShinyIO.BorderSizePixel = 2
  966. ShinyIO.Position = UDim2.new(1.02282953, -27, 0.47565496, -10)
  967. ShinyIO.Size = UDim2.new(0, 54, 0, 21)
  968. ShinyIO.ZIndex = 99
  969. ShinyIO.Font = Enum.Font.Arcade
  970. ShinyIO.Text = "false"
  971. ShinyIO.TextColor3 = Color3.new(1, 1, 1)
  972. ShinyIO.TextScaled = true
  973. ShinyIO.TextSize = 14
  974. ShinyIO.TextWrapped = true
  975.  
  976. TintIO.Name = "TintIO"
  977. TintIO.Parent = settings
  978. TintIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  979. TintIO.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  980. TintIO.BorderSizePixel = 2
  981. TintIO.Position = UDim2.new(1.02517641, -27, 0.710457146, -10)
  982. TintIO.Size = UDim2.new(0, 54, 0, 21)
  983. TintIO.ZIndex = 99
  984. TintIO.Font = Enum.Font.Arcade
  985. TintIO.Text = "false"
  986. TintIO.TextColor3 = Color3.new(1, 1, 1)
  987. TintIO.TextScaled = true
  988. TintIO.TextSize = 14
  989. TintIO.TextWrapped = true
  990.  
  991. Title_6.Name = "Title"
  992. Title_6.Parent = settings
  993. Title_6.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  994. Title_6.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  995. Title_6.BorderSizePixel = 2
  996. Title_6.Position = UDim2.new(0.504032254, -112, 0.0241834987, -12)
  997. Title_6.Size = UDim2.new(0, 224, 0, 21)
  998. Title_6.ZIndex = 99
  999. Title_6.Font = Enum.Font.Arcade
  1000. Title_6.Text = "Settings"
  1001. Title_6.TextColor3 = Color3.new(1, 1, 1)
  1002. Title_6.TextScaled = true
  1003. Title_6.TextSize = 14
  1004. Title_6.TextWrapped = true
  1005.  
  1006. Title_7.Name = "Title"
  1007. Title_7.Parent = settings
  1008. Title_7.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1009. Title_7.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  1010. Title_7.BorderSizePixel = 2
  1011. Title_7.Position = UDim2.new(0.501799047, -92, 0.133610606, -10)
  1012. Title_7.Size = UDim2.new(0, 183, 0, 21)
  1013. Title_7.ZIndex = 99
  1014. Title_7.Font = Enum.Font.Arcade
  1015. Title_7.Text = "Autosave!"
  1016. Title_7.TextColor3 = Color3.new(1, 1, 1)
  1017. Title_7.TextScaled = true
  1018. Title_7.TextSize = 14
  1019. Title_7.TextWrapped = true
  1020.  
  1021. Title_8.Name = "Title"
  1022. Title_8.Parent = settings
  1023. Title_8.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1024. Title_8.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  1025. Title_8.BorderSizePixel = 2
  1026. Title_8.Position = UDim2.new(0.503712118, -102, 0.964172423, -16)
  1027. Title_8.Size = UDim2.new(0, 204, 0, 33)
  1028. Title_8.ZIndex = 99
  1029. Title_8.Font = Enum.Font.Arcade
  1030. Title_8.Text = "Note: \"Only\" options only work with the PC spawner!"
  1031. Title_8.TextColor3 = Color3.new(1, 1, 1)
  1032. Title_8.TextScaled = true
  1033. Title_8.TextSize = 14
  1034. Title_8.TextWrapped = true
  1035.  
  1036. Title_9.Name = "Title"
  1037. Title_9.Parent = settings
  1038. Title_9.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1039. Title_9.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  1040. Title_9.BorderSizePixel = 2
  1041. Title_9.Position = UDim2.new(0.498163342, -92, 0.246847928, -10)
  1042. Title_9.Size = UDim2.new(0, 183, 0, 21)
  1043. Title_9.ZIndex = 99
  1044. Title_9.Font = Enum.Font.Arcade
  1045. Title_9.Text = "Level Randomizer!"
  1046. Title_9.TextColor3 = Color3.new(1, 1, 1)
  1047. Title_9.TextScaled = true
  1048. Title_9.TextSize = 14
  1049. Title_9.TextWrapped = true
  1050.  
  1051. Title_10.Name = "Title"
  1052. Title_10.Parent = settings
  1053. Title_10.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1054. Title_10.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  1055. Title_10.BorderSizePixel = 2
  1056. Title_10.Position = UDim2.new(0.500294209, -92, 0.357162744, -10)
  1057. Title_10.Size = UDim2.new(0, 183, 0, 21)
  1058. Title_10.ZIndex = 99
  1059. Title_10.Font = Enum.Font.Arcade
  1060. Title_10.Text = "Recolors Only!"
  1061. Title_10.TextColor3 = Color3.new(1, 1, 1)
  1062. Title_10.TextScaled = true
  1063. Title_10.TextSize = 14
  1064. Title_10.TextWrapped = true
  1065.  
  1066. Title_11.Name = "Title"
  1067. Title_11.Parent = settings
  1068. Title_11.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1069. Title_11.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  1070. Title_11.BorderSizePixel = 2
  1071. Title_11.Position = UDim2.new(0.498315752, -92, 0.594686866, -10)
  1072. Title_11.Size = UDim2.new(0, 183, 0, 21)
  1073. Title_11.ZIndex = 99
  1074. Title_11.Font = Enum.Font.Arcade
  1075. Title_11.Text = "Animation Only!"
  1076. Title_11.TextColor3 = Color3.new(1, 1, 1)
  1077. Title_11.TextScaled = true
  1078. Title_11.TextSize = 14
  1079. Title_11.TextWrapped = true
  1080.  
  1081. Title_12.Name = "Title"
  1082. Title_12.Parent = settings
  1083. Title_12.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1084. Title_12.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  1085. Title_12.BorderSizePixel = 2
  1086. Title_12.Position = UDim2.new(0.500331819, -92, 0.707767427, -10)
  1087. Title_12.Size = UDim2.new(0, 183, 0, 21)
  1088. Title_12.ZIndex = 99
  1089. Title_12.Font = Enum.Font.Arcade
  1090. Title_12.Text = "Tint Only!"
  1091. Title_12.TextColor3 = Color3.new(1, 1, 1)
  1092. Title_12.TextScaled = true
  1093. Title_12.TextSize = 14
  1094. Title_12.TextWrapped = true
  1095.  
  1096. AminationIO.Name = "AminationIO"
  1097. AminationIO.Parent = settings
  1098. AminationIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1099. AminationIO.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  1100. AminationIO.BorderSizePixel = 2
  1101. AminationIO.Position = UDim2.new(1.02517641, -27, 0.592385352, -10)
  1102. AminationIO.Size = UDim2.new(0, 54, 0, 21)
  1103. AminationIO.ZIndex = 99
  1104. AminationIO.Font = Enum.Font.Arcade
  1105. AminationIO.Text = "false"
  1106. AminationIO.TextColor3 = Color3.new(1, 1, 1)
  1107. AminationIO.TextScaled = true
  1108. AminationIO.TextSize = 14
  1109. AminationIO.TextWrapped = true
  1110.  
  1111. Title_13.Name = "Title"
  1112. Title_13.Parent = settings
  1113. Title_13.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1114. Title_13.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  1115. Title_13.BorderSizePixel = 2
  1116. Title_13.Position = UDim2.new(0.499878705, -92, 0.47375381, -10)
  1117. Title_13.Size = UDim2.new(0, 183, 0, 21)
  1118. Title_13.ZIndex = 99
  1119. Title_13.Font = Enum.Font.Arcade
  1120. Title_13.Text = "Shiny Only!"
  1121. Title_13.TextColor3 = Color3.new(1, 1, 1)
  1122. Title_13.TextScaled = true
  1123. Title_13.TextSize = 14
  1124. Title_13.TextWrapped = true
  1125.  
  1126. SettingSpecIO.Name = "SettingSpecIO"
  1127. SettingSpecIO.Parent = settings
  1128. SettingSpecIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1129. SettingSpecIO.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  1130. SettingSpecIO.BorderSizePixel = 2
  1131. SettingSpecIO.Position = UDim2.new(1.02517641, -27, 0.827547371, -10)
  1132. SettingSpecIO.Size = UDim2.new(0, 54, 0, 21)
  1133. SettingSpecIO.ZIndex = 99
  1134. SettingSpecIO.Font = Enum.Font.Arcade
  1135. SettingSpecIO.Text = "false"
  1136. SettingSpecIO.TextColor3 = Color3.new(1, 1, 1)
  1137. SettingSpecIO.TextScaled = true
  1138. SettingSpecIO.TextSize = 14
  1139. SettingSpecIO.TextWrapped = true
  1140.  
  1141. Title_14.Name = "Title"
  1142. Title_14.Parent = settings
  1143. Title_14.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1144. Title_14.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  1145. Title_14.BorderSizePixel = 2
  1146. Title_14.Position = UDim2.new(0.500331819, -92, 0.828659952, -10)
  1147. Title_14.Size = UDim2.new(0, 183, 0, 21)
  1148. Title_14.ZIndex = 99
  1149. Title_14.Font = Enum.Font.Arcade
  1150. Title_14.Text = "Specific Only!"
  1151. Title_14.TextColor3 = Color3.new(1, 1, 1)
  1152. Title_14.TextScaled = true
  1153. Title_14.TextSize = 14
  1154. Title_14.TextWrapped = true
  1155.  
  1156. showconsole.Name = "showconsole"
  1157. showconsole.Parent = eon_reborn
  1158. showconsole.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  1159. showconsole.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  1160. showconsole.BorderSizePixel = 3
  1161. showconsole.Position = UDim2.new(0.0168099999, -12, 0.94861114, -12)
  1162. showconsole.Size = UDim2.new(0, 25, 0, 25)
  1163. showconsole.Visible = false
  1164. showconsole.ZIndex = 9
  1165. showconsole.Font = Enum.Font.Arcade
  1166. showconsole.Text = ">"
  1167. showconsole.TextColor3 = Color3.new(1, 1, 1)
  1168. showconsole.TextScaled = true
  1169. showconsole.TextSize = 14
  1170. showconsole.TextWrapped = true
  1171.  
  1172. showgui.Name = "showgui"
  1173. showgui.Parent = eon_reborn
  1174. showgui.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  1175. showgui.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  1176. showgui.BorderSizePixel = 3
  1177. showgui.Position = UDim2.new(0.971853018, -12, 0.947916687, -12)
  1178. showgui.Size = UDim2.new(0, 25, 0, 25)
  1179. showgui.Visible = false
  1180. showgui.ZIndex = 9
  1181. showgui.Font = Enum.Font.Arcade
  1182. showgui.Text = "<"
  1183. showgui.TextColor3 = Color3.new(1, 1, 1)
  1184. showgui.TextScaled = true
  1185. showgui.TextSize = 14
  1186. showgui.TextWrapped = true
  1187.  
  1188. easteregg.Name = "easteregg"
  1189. easteregg.Parent = eon_reborn
  1190. easteregg.BackgroundColor3 = Color3.new(1, 1, 1)
  1191. easteregg.BorderSizePixel = 0
  1192. easteregg.Size = UDim2.new(0, 257, 0, 24)
  1193. easteregg.Visible = false
  1194. easteregg.Font = Enum.Font.Arcade
  1195. easteregg.Text = "Unregistered HyperCam 2"
  1196. easteregg.TextColor3 = Color3.new(0, 0, 0)
  1197. easteregg.TextScaled = true
  1198. easteregg.TextSize = 14
  1199. easteregg.TextWrapped = true
  1200.  
  1201. nocantcatchlink = game:HttpGet("https://eonforum.xyz/ncc.txt", true)
  1202. game.Players.LocalPlayer.PlayerGui.Main.Version.Text = version
  1203.  
  1204. local sound = Instance.new("Sound")
  1205. sound.SoundId = "http://www.roblox.com/asset/?id=826129174"
  1206. sound.Name = "eondone"
  1207. sound.Parent = game.Workspace
  1208.  
  1209. local click = Instance.new("Sound")
  1210. click.SoundId = "http://www.roblox.com/asset/?id=452267918"
  1211. click.Name = "click"
  1212. click.Parent = game.Workspace
  1213.  
  1214. local errorbeep = Instance.new("Sound")
  1215. errorbeep.SoundId = "http://www.roblox.com/asset/?id=1382489817"
  1216. errorbeep.Name = "click"
  1217. errorbeep.Parent = game.Workspace
  1218.  
  1219. function report(msg,hit)
  1220. local log = game.Players.LocalPlayer.PlayerGui.eon_reborn.consolebase.cmd
  1221. local i = Instance.new("TextLabel",log)
  1222. i.Size = UDim2.new(1,0,0.1,0)
  1223. i.BackgroundTransparency = 1
  1224. i.ZIndex = 100
  1225. if hit == true then
  1226. i.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  1227. end
  1228. if hit == false then
  1229. i.TextColor3 = Color3.new(1, 0.352941, 0.364706)
  1230. end
  1231. if hit == nil then
  1232. i.TextColor3 = Color3.new(1,1,1)
  1233. end
  1234. i.Name = "Chat"
  1235. i.Text = "[eon_report]: "..msg
  1236. i.Font = "Arcade"
  1237. i.TextSize = 12
  1238. i.TextXAlignment = Enum.TextXAlignment.Left
  1239. i.TextYAlignment = Enum.TextYAlignment.Top
  1240. local t = log:GetChildren()
  1241. log:ClearAllChildren()
  1242. if #t > 25 then
  1243. table.remove(t,1)
  1244. end
  1245. for c,v in pairs(t) do
  1246. local l = v:Clone()
  1247. l.Position = UDim2.new(0,0,(c-1)*0.04,0)
  1248. l.Parent = log
  1249. end
  1250. end
  1251.  
  1252. wait(1)
  1253.  
  1254. report("Welcome to eon_reborn, "..game.Players.LocalPlayer.Name.."!")
  1255.  
  1256. MinimizeSettings.MouseButton1Click:connect(function()
  1257. click:Play()
  1258. settings.Visible = false
  1259. end)
  1260.  
  1261. Minimize.MouseButton1Click:connect(function()
  1262. click:Play()
  1263. page1.Visible = false
  1264. settingsbutton.Visible = false
  1265. showgui.Visible = true
  1266. end)
  1267.  
  1268. Minimize_2.MouseButton1Click:connect(function()
  1269. click:Play()
  1270. page2.Visible = false
  1271. settingsbutton.Visible = false
  1272. showgui.Visible = true
  1273. end)
  1274.  
  1275. Minimize_3.MouseButton1Click:connect(function()
  1276. click:Play()
  1277. page3.Visible = false
  1278. settingsbutton.Visible = false
  1279. showgui.Visible = true
  1280. end)
  1281.  
  1282. Minimize_5.MouseButton1Click:connect(function()
  1283. click:Play()
  1284. page5.Visible = false
  1285. settingsbutton.Visible = false
  1286. showgui.Visible = true
  1287. end)
  1288.  
  1289.  
  1290. showgui.MouseButton1Click:connect(function()
  1291. click:Play()
  1292. showgui.Visible = false
  1293. settingsbutton.Visible = true
  1294. page1.Visible = true
  1295. end)
  1296.  
  1297. BackArrow.MouseButton1Click:connect(function()
  1298. click:Play()
  1299. page1.Visible = false
  1300. page5.Visible = true
  1301. end)
  1302. NextArrow.MouseButton1Click:connect(function()
  1303. click:Play()
  1304. page1.Visible = false
  1305. page2.Visible = true
  1306. end)
  1307.  
  1308. BackArrow_2.MouseButton1Click:connect(function()
  1309. click:Play()
  1310. page2.Visible = false
  1311. page1.Visible = true
  1312. end)
  1313. NextArrow_2.MouseButton1Click:connect(function()
  1314. click:Play()
  1315. page2.Visible = false
  1316. page3.Visible = true
  1317. end)
  1318.  
  1319. BackArrow_3.MouseButton1Click:connect(function()
  1320. click:Play()
  1321. page3.Visible = false
  1322. page2.Visible = true
  1323. end)
  1324. NextArrow_3.MouseButton1Click:connect(function()
  1325. click:Play()
  1326. page3.Visible = false
  1327. page4.Visible = true
  1328. end)
  1329.  
  1330. BackArrow_4.MouseButton1Click:connect(function()
  1331. click:Play()
  1332. page4.Visible = false
  1333. page3.Visible = true
  1334. end)
  1335. NextArrow_4.MouseButton1Click:connect(function()
  1336. click:Play()
  1337. page4.Visible = false
  1338. page5.Visible = true
  1339. end)
  1340.  
  1341. BackArrow_5.MouseButton1Click:connect(function()
  1342. click:Play()
  1343. page5.Visible = false
  1344. page4.Visible = true
  1345. end)
  1346. NextArrow_5.MouseButton1Click:connect(function()
  1347. click:Play()
  1348. page5.Visible = false
  1349. page1.Visible = true
  1350. end)
  1351.  
  1352. AutosaveIO.MouseButton1Click:connect(function()
  1353. click:Play()
  1354. if AutosaveIO.Text == "false" then
  1355. AutosaveIO.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  1356. AutosaveIO.Text = "true"
  1357. report("Autosave enabled!")
  1358. else
  1359. AutosaveIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1360. AutosaveIO.Text = "false"
  1361. report("Autosave disabled!")
  1362. end
  1363. end)
  1364. LevelIO.MouseButton1Click:connect(function()
  1365. if LevelIO.Text == "false" then
  1366. LevelIO.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  1367. LevelIO.Text = "true"
  1368. report("Random levels enabled!")
  1369. else
  1370. LevelIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1371. LevelIO.Text = "false"
  1372. report("Random levels disabled!")
  1373. end
  1374. end)
  1375.  
  1376.  
  1377. SettingSpecIO.MouseButton1Click:connect(function()
  1378. if isspawning == true then
  1379. report("You cannot change this setting while spawning!")
  1380. errorbeep:Play()
  1381. return
  1382. end
  1383. if TintIO.Text == "true" then
  1384. TintIO.Text = "false"
  1385. TintIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1386. end
  1387. if ShinyIO.Text == "true" then
  1388. ShinyIO.Text = "false"
  1389. ShinyIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1390. end
  1391. if RecolorIO.Text == "true" then
  1392. RecolorIO.Text = "false"
  1393. RecolorIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1394. end
  1395. if AminationIO.Text == "true" then
  1396. AminationIO.Text = "false"
  1397. AminationIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1398. end
  1399. click:Play()
  1400. if SettingSpecIO.Text == "false" then
  1401. SettingSpecIO.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  1402. SettingSpecIO.Text = "true"
  1403. SpecIO.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  1404. SpecIO.TextColor3 = Color3.fromRGB(84,84,84)
  1405. else
  1406. SettingSpecIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1407. SettingSpecIO.Text = "false"
  1408. SpecIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1409. SpecIO.TextColor3 = Color3.fromRGB(255,255,255)
  1410. end
  1411. end)
  1412.  
  1413. AminationIO.MouseButton1Click:connect(function()
  1414. if isspawning == true then
  1415. report("You cannot change this setting while spawning!")
  1416. errorbeep:Play()
  1417. return
  1418. end
  1419. if TintIO.Text == "true" then
  1420. TintIO.Text = "false"
  1421. TintIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1422. end
  1423. if ShinyIO.Text == "true" then
  1424. ShinyIO.Text = "false"
  1425. ShinyIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1426. end
  1427. if RecolorIO.Text == "true" then
  1428. RecolorIO.Text = "false"
  1429. RecolorIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1430. end
  1431. if SettingSpecIO.Text == "true" then
  1432. SettingSpecIO.Text = "false"
  1433. SettingSpecIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1434. SpecIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1435. SpecIO.TextColor3 = Color3.fromRGB(255,255,255)
  1436. end
  1437. click:Play()
  1438. if AminationIO.Text == "false" then
  1439. AminationIO.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  1440. AminationIO.Text = "true"
  1441. else
  1442. AminationIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1443. AminationIO.Text = "false"
  1444. end
  1445. end)
  1446. ShinyIO.MouseButton1Click:connect(function()
  1447. if isspawning == true then
  1448. report("You cannot change this setting while spawning!")
  1449. errorbeep:Play()
  1450. return
  1451. end
  1452. if TintIO.Text == "true" then
  1453. TintIO.Text = "false"
  1454. TintIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1455. end
  1456. if SettingSpecIO.Text == "true" then
  1457. SettingSpecIO.Text = "false"
  1458. SettingSpecIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1459. SpecIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1460. SpecIO.TextColor3 = Color3.fromRGB(255,255,255)
  1461. end
  1462. if RecolorIO.Text == "true" then
  1463. RecolorIO.Text = "false"
  1464. RecolorIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1465. end
  1466. if AminationIO.Text == "true" then
  1467. AminationIO.Text = "false"
  1468. AminationIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1469. end
  1470. click:Play()
  1471. if ShinyIO.Text == "false" then
  1472. ShinyIO.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  1473. ShinyIO.Text = "true"
  1474. else
  1475. ShinyIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1476. ShinyIO.Text = "false"
  1477. end
  1478. end)
  1479. TintIO.MouseButton1Click:connect(function()
  1480. if isspawning == true then
  1481. report("You cannot change this setting while spawning!")
  1482. errorbeep:Play()
  1483. return
  1484. end
  1485. if SettingSpecIO.Text == "true" then
  1486. SettingSpecIO.Text = "false"
  1487. SettingSpecIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1488. SpecIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1489. SpecIO.TextColor3 = Color3.fromRGB(255,255,255)
  1490. end
  1491. if ShinyIO.Text == "true" then
  1492. ShinyIO.Text = "false"
  1493. ShinyIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1494. end
  1495. if RecolorIO.Text == "true" then
  1496. RecolorIO.Text = "false"
  1497. RecolorIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1498. end
  1499. if AminationIO.Text == "true" then
  1500. AminationIO.Text = "false"
  1501. AminationIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1502. end
  1503. click:Play()
  1504. if TintIO.Text == "false" then
  1505. TintIO.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  1506. TintIO.Text = "true"
  1507. else
  1508. TintIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1509. TintIO.Text = "false"
  1510. end
  1511. end)
  1512. RecolorIO.MouseButton1Click:connect(function()
  1513. if isspawning == true then
  1514. report("You cannot change this setting while spawning!")
  1515. errorbeep:Play()
  1516. return
  1517. end
  1518. if SettingSpecIO.Text == "true" then
  1519. SettingSpecIO.Text = "false"
  1520. SettingSpecIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1521. SpecIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1522. SpecIO.TextColor3 = Color3.fromRGB(255,255,255)
  1523. end
  1524. if ShinyIO.Text == "true" then
  1525. ShinyIO.Text = "false"
  1526. ShinyIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1527. end
  1528. if SettingSpecIO.Text == "true" then
  1529. SettingSpecIO.Text = "false"
  1530. SettingSpecIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1531. end
  1532. if AminationIO.Text == "true" then
  1533. AminationIO.Text = "false"
  1534. AminationIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1535. end
  1536. click:Play()
  1537. if RecolorIO.Text == "false" then
  1538. RecolorIO.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  1539. RecolorIO.Text = "true"
  1540. else
  1541. RecolorIO.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  1542. RecolorIO.Text = "false"
  1543. end
  1544. end)
  1545.  
  1546. SpecIO.MouseButton1Click:connect(function()
  1547. if isspawning == true then
  1548. report("You cannot change this setting while spawning!")
  1549. errorbeep:Play()
  1550. return
  1551. end
  1552. click:Play()
  1553. if SettingSpecIO.Text == "false" then
  1554. report("To use this feature, enable specific only in settings!")
  1555. end
  1556. if SpecIO.Text == "Recolor" then
  1557. SpecIO.Text = "Tint"
  1558. return
  1559. end
  1560. if SpecIO.Text == "Tint" then
  1561. SpecIO.Text = "Animation"
  1562. return
  1563. end
  1564. if SpecIO.Text == "Animation" then
  1565. SpecIO.Text = "Recolor"
  1566. return
  1567. end
  1568. end)
  1569.  
  1570. TradeButton.MouseButton1Click:connect(function()
  1571. click:Play()
  1572. local playert = PlayerTrading.Text
  1573. local remote = game["Workspace"]["Remotes"]["Action"]
  1574. local args = {[1] = "Accept",[2] = game["Players"][playert]}
  1575. remote:FireServer(unpack(args))
  1576. report("Now trading with "..playert..".")
  1577. end)
  1578.  
  1579. settingsbutton.MouseButton1Click:connect(function()
  1580. click:Play()
  1581. settings.Visible = true
  1582. end)
  1583.  
  1584. NukeButton.MouseButton1Click:connect(function()
  1585. click:Play()
  1586. local boxy = NukeBox.Text
  1587. local box1 = boxy
  1588. local box = game.Players.LocalPlayer.PC["Box "..box1]
  1589. for i, v in pairs(box:GetChildren()) do
  1590. game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
  1591. end
  1592. report("Box ".. box1 .. " has been destroyed.")
  1593. end)
  1594.  
  1595. Encrypt = function(CodeSource)
  1596. local StringCode = ""
  1597. for i = 1, #CodeSource do
  1598. StringCode = StringCode .. string.char(48) .. string.byte(string.sub(CodeSource, i, i))
  1599. end
  1600. return StringCode
  1601. end
  1602.  
  1603. PartySpawnButton.MouseButton1Click:connect(function()
  1604. local partycheck = game.Players.LocalPlayer.PokemonParty:GetChildren()
  1605. if #partycheck >= 6 then
  1606. errorbeep:Play()
  1607. report("Party full!", false)
  1608. PartySpawnButton.Visible = true
  1609. return
  1610. else
  1611. end
  1612. local pokemon = Pokemon_2.Text
  1613. if string.len(pokemon) < 2 then
  1614. errorbeep:Play()
  1615. report("Invalid Pokemon!", false)
  1616. PartySpawnButton.Visible = true
  1617. return
  1618. end
  1619. click:Play()
  1620. PartySpawnButton.Visible = false
  1621. local level = PartyLevel.Text
  1622. local p = game.Players.LocalPlayer
  1623. local Math = require(game.ReplicatedStorage.Functions.Math)
  1624. local poke = {}
  1625. local test = game:HttpGet("https://eonforum.xyz/pokemon.txt")
  1626. isspawning = true
  1627. if string.find(test,string.lower(pokemon)) or pokemon == "Giratina-O" or pokemon == "Ho-Oh" or pokemon == "Mr. Mime" or pokemon == "Hoopa-U" or pokemon == "Deoxys-A" or pokemon == "Deoxys-D" or pokemon == "Deoxys-S" or pokemon == "Shaymin-Sky" then
  1628. if string.find(nocantcatchlink,pokemon) then
  1629. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, game.Players.LocalPlayer.PokemonParty, level, true, nil, Encrypt(game.Players.LocalPlayer.Name .. level .. pokemon))
  1630. game.Workspace.eondone:Play()
  1631. PartySpawnButton.Visible = true
  1632. report("Successfully spawned a "..pokemon.." in your party!", true)
  1633. game.Workspace.eondone:Play()
  1634. if AutosaveIO.Text == "true" then
  1635. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  1636. report("Your progress has been saved!")
  1637. isspawning = false
  1638. end
  1639. else
  1640. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, game.Players.LocalPlayer.PokemonParty, level, true, nil, Encrypt(game.Players.LocalPlayer.Name .. level .. pokemon))
  1641. game.Workspace.eondone:Play()
  1642. PartySpawnButton.Visible = true
  1643. report("Successfully spawned a "..pokemon.." in your party!", true)
  1644. if AutosaveIO.Text == "true" then
  1645. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  1646. report("Your progress has been saved!")
  1647. isspawning = false
  1648. end
  1649. end
  1650. else
  1651. report("Invalid Pokemon!",false)
  1652. errorbeep:Play()
  1653. isspawning = false
  1654. PartySpawnButton.Visible = true
  1655. return
  1656. end
  1657. end)
  1658. OpenPCButton.MouseButton1Click:connect(function()
  1659. click:Play()
  1660. report("Patched.")
  1661. end)
  1662. execute.MouseButton1Click:connect(function()
  1663. click:Play()
  1664. if string.lower(command.Text) == "help" then
  1665. report("Current commands are:")
  1666. report("discord, master, lvlspoof, otspoof, datespoof,")
  1667. report("killmusic, taxi, lavender, donate, and exit.")
  1668. end
  1669. if string.lower(command.Text) == "easteregg" then
  1670. easteregg.Visible = true
  1671. report("Wow, you found an easter egg!")
  1672. end
  1673. if string.lower(command.Text) == "offeasteregg" then
  1674. easteregg.Visible = false
  1675. end
  1676. if string.lower(command.Text) == "killmusic" then
  1677. game.Players.LocalPlayer.PlayerGui.Music:Destroy()
  1678. report("I hate low quality Pokemon music too.")
  1679. end
  1680. if string.lower(command.Text) == "taxi" then
  1681. report("Opened the taxi menu!")
  1682. game.Players.LocalPlayer.PlayerGui.Main.Taxi.Visible = true
  1683. end
  1684. if string.lower(command.Text) == "lavender" then
  1685. report("Teleporting you to Lavender Town...")
  1686. local name = game.Players.LocalPlayer.Name
  1687. game.Workspace[name].HumanoidRootPart.CFrame = CFrame.new(-2538,40,1617)
  1688. end
  1689. if string.lower(command.Text) == "otspoof" then
  1690. report("Spoofing OTs now!")
  1691. for i, v in pairs(game.Players:GetPlayers()) do
  1692. if v == game.Players.LocalPlayer then
  1693. for a, b in pairs(v:GetChildren()) do
  1694. if b.Name == "PokemonParty" then
  1695. for c, d in pairs(b:GetChildren()) do
  1696. game.ReplicatedStorage.REvents.PC.Release:FireServer(d.Owner)
  1697. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("Owner", d, math.random(1,9999))
  1698. print("Spoofed a Pokemon's OT.")
  1699. end
  1700. elseif b.Name == "PC" then
  1701. for c, d in pairs(b:GetChildren()) do
  1702. for e, f in pairs(d:GetChildren()) do
  1703. game.ReplicatedStorage.REvents.PC.Release:FireServer(f.Owner)
  1704. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("Owner", f, math.random(1,9999))
  1705. print("Spoofed a Pokemon's OT.")
  1706. end
  1707. wait()
  1708. end
  1709. end
  1710. end
  1711. end
  1712. end
  1713. report("Spoofing complete!")
  1714. end
  1715. if string.lower(command.Text) == "datespoof" then
  1716. report("Spoofing Dates now!")
  1717. for i, v in pairs(game.Players:GetPlayers()) do
  1718. if v == game.Players.LocalPlayer then
  1719. for a, b in pairs(v:GetChildren()) do
  1720. if b.Name == "PokemonParty" then
  1721. for c, d in pairs(b:GetChildren()) do
  1722. game.ReplicatedStorage.REvents.PC.Release:FireServer(d.DateMet)
  1723. end
  1724. elseif b.Name == "PC" then
  1725. for c, d in pairs(b:GetChildren()) do
  1726. for e, f in pairs(d:GetChildren()) do
  1727. game.ReplicatedStorage.REvents.PC.Release:FireServer(f.DateMet)
  1728. end
  1729. wait()
  1730. end
  1731. end
  1732. end
  1733. end
  1734. end
  1735. report("Spoofing complete! Save and restart the game!")
  1736. end
  1737. if string.lower(command.Text) == "lvlspoof" then
  1738. report("Spoofing Levels now!")
  1739. for i, v in pairs(game.Players:GetPlayers()) do
  1740. if v == game.Players.LocalPlayer then
  1741. for a, b in pairs(v:GetChildren()) do
  1742. if b.Name == "PokemonParty" then
  1743. for c, d in pairs(b:GetChildren()) do
  1744. game.ReplicatedStorage.REvents.PC.Release:FireServer(d.LevelMet)
  1745. end
  1746. elseif b.Name == "PC" then
  1747. for c, d in pairs(b:GetChildren()) do
  1748. for e, f in pairs(d:GetChildren()) do
  1749. game.ReplicatedStorage.REvents.PC.Release:FireServer(f.LevelMet)
  1750. end
  1751. wait()
  1752. end
  1753. end
  1754. end
  1755. end
  1756. end
  1757. report("Spoofing complete! Save and restart the game!")
  1758. end
  1759. if string.lower(command.Text) == "discord" then
  1760. local link = game:HttpGet("https://eonforum.xyz/link.txt")
  1761. report(link)
  1762. end
  1763. if string.lower(command.Text) == "donate" then
  1764. report("Thank you for your interest in donating.")
  1765. report("You can donate within the official Discord.")
  1766. report("Get the latest link using the 'discord' command!")
  1767. end
  1768.  
  1769. if string.lower(command.Text) == "master" then
  1770. report("Maxing out all of your Pokemon now! This will take some time.")
  1771. for i, v in pairs(game.Players:GetPlayers()) do
  1772. if v == game.Players.LocalPlayer then
  1773. for a, b in pairs(v:GetChildren()) do
  1774. if b.Name == "PokemonParty" then
  1775. for c, d in pairs(b:GetChildren()) do
  1776. game.ReplicatedStorage.REvents.PC.Release:FireServer(d.Lvl)
  1777. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("Lvl", d, 100)
  1778. game.ReplicatedStorage.REvents.PC.Release:FireServer(d.Experience)
  1779. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("Experience", d, 10000032)
  1780. game.ReplicatedStorage.REvents.PC.Release:FireServer(d.IV.AtkIV)
  1781. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("AtkIV", d.IV, 32)
  1782. game.ReplicatedStorage.REvents.PC.Release:FireServer(d.IV.DefIV)
  1783. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("DefIV", d.IV, 32)
  1784. game.ReplicatedStorage.REvents.PC.Release:FireServer(d.IV.SpAIV)
  1785. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("SpAIV", d.IV, 32)
  1786. game.ReplicatedStorage.REvents.PC.Release:FireServer(d.IV.SpDIV)
  1787. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("SpDIV", d.IV, 32)
  1788. game.ReplicatedStorage.REvents.PC.Release:FireServer(d.IV.SpeedIV)
  1789. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("SpeedIV", d.IV, 32)
  1790. game.ReplicatedStorage.REvents.PC.Release:FireServer(d.IV.HPIV)
  1791. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("HPIV", d.IV, 32)
  1792. game.ReplicatedStorage.REvents.Pokemon.EVChange:InvokeServer(d.EV.AtkEV, 80)
  1793. game.ReplicatedStorage.REvents.Pokemon.EVChange:InvokeServer(d.EV.DefEV, 80)
  1794. game.ReplicatedStorage.REvents.Pokemon.EVChange:InvokeServer(d.EV.SpAEV, 80)
  1795. game.ReplicatedStorage.REvents.Pokemon.EVChange:InvokeServer(d.EV.SpDEV, 80)
  1796. game.ReplicatedStorage.REvents.Pokemon.EVChange:InvokeServer(d.EV.SpeedEV, 80)
  1797. game.ReplicatedStorage.REvents.Pokemon.EVChange:InvokeServer(d.EV.HPEV, 80)
  1798. end
  1799. elseif b.Name == "PC" then
  1800. for c, d in pairs(b:GetChildren()) do
  1801. for e, f in pairs(d:GetChildren()) do
  1802. game.ReplicatedStorage.REvents.PC.Release:FireServer(f.Lvl)
  1803. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("Lvl", f, 100)
  1804. game.ReplicatedStorage.REvents.PC.Release:FireServer(f.Experience)
  1805. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("Experience", f, 10000032)
  1806. game.ReplicatedStorage.REvents.PC.Release:FireServer(f.IV.AtkIV)
  1807. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("AtkIV", f.IV, 32)
  1808. game.ReplicatedStorage.REvents.PC.Release:FireServer(f.IV.DefIV)
  1809. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("DefIV", f.IV, 32)
  1810. game.ReplicatedStorage.REvents.PC.Release:FireServer(f.IV.SpAIV)
  1811. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("SpAIV", f.IV, 32)
  1812. game.ReplicatedStorage.REvents.PC.Release:FireServer(f.IV.SpDIV)
  1813. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("SpDIV", f.IV, 32)
  1814. game.ReplicatedStorage.REvents.PC.Release:FireServer(f.IV.SpeedIV)
  1815. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("SpeedIV", f.IV, 32)
  1816. game.ReplicatedStorage.REvents.PC.Release:FireServer(f.IV.HPIV)
  1817. game.ReplicatedStorage.REvents.Pokemon.ozAxZ:InvokeServer("HPIV", f.IV, 32)
  1818. game.ReplicatedStorage.REvents.Pokemon.EVChange:InvokeServer(f.EV.AtkEV, 80)
  1819. game.ReplicatedStorage.REvents.Pokemon.EVChange:InvokeServer(f.EV.DefEV, 80)
  1820. game.ReplicatedStorage.REvents.Pokemon.EVChange:InvokeServer(f.EV.SpAEV, 80)
  1821. game.ReplicatedStorage.REvents.Pokemon.EVChange:InvokeServer(f.EV.SpDEV, 80)
  1822. game.ReplicatedStorage.REvents.Pokemon.EVChange:InvokeServer(f.EV.SpeedEV, 80)
  1823. game.ReplicatedStorage.REvents.Pokemon.EVChange:InvokeServer(f.EV.HPEV, 80)
  1824. end
  1825. wait()
  1826. end
  1827. end
  1828. end
  1829. end
  1830. end
  1831. report("Maxing complete!")
  1832. end
  1833. if string.lower(command.Text) == "exit" then
  1834. eon_reborn:Destroy()
  1835. end
  1836. end)
  1837.  
  1838. MinimizeCMD.MouseButton1Click:connect(function()
  1839. click:Play()
  1840. consolebase.Visible = false
  1841. showconsole.Visible = true
  1842. end)
  1843.  
  1844. showconsole.MouseButton1Click:connect(function()
  1845. click:Play()
  1846. showconsole.Visible = false
  1847. consolebase.Visible = true
  1848. end)
  1849.  
  1850. SpawnButton.MouseButton1Click:connect(function()
  1851. local pokemonpc = Pokemon.Text
  1852. local box = Box.Text
  1853. local checkpc = game.Players.LocalPlayer.PC["Box "..box]:GetChildren()
  1854. if #checkpc > 0 then
  1855. errorbeep:Play()
  1856. report("Box "..box.." must be empty!",false)
  1857. SpawnButton.Visible = true
  1858. StopButton.Visible = false
  1859. return
  1860. else
  1861. end
  1862. if string.len(pokemonpc) < 2 then
  1863. errorbeep:Play()
  1864. report("Invalid Pokemon!",false)
  1865. SpawnButton.Visible = true
  1866. StopButton.Visible = false
  1867. return
  1868. end
  1869. click:Play()
  1870. SpawnButton.Visible = false
  1871. StopButton.Visible = true
  1872. report("Spawning has started! This may take a while.")
  1873. local p = game.Players.LocalPlayer
  1874. local Math = require(game.ReplicatedStorage.Functions.Math)
  1875. local times = 0
  1876. local scan = 0
  1877. local search = game:HttpGet("https://eonforum.xyz/pokemon.txt")
  1878.  
  1879. local function regulars_ncc()
  1880. while times < tonumber(Quantity.Text) do
  1881. local levelpc = Level.Text
  1882. if tonumber(levelpc) == nil then
  1883. wait(1)
  1884. errorbeep:Play()
  1885. report("No level detected!")
  1886. return
  1887. end
  1888. if LevelIO.Text == "true" then
  1889. levelpc = math.random(25,80)
  1890. end
  1891. if stop == true then
  1892. times = tonumber(Quantity.Text)
  1893. return
  1894. end
  1895. times = times + 1
  1896. if tonumber(Quantity.Text) == nil then
  1897. repeat wait() until tonumber(Quantity.Text) ~= nil
  1898. end
  1899. if times <= tonumber(Quantity.Text) then
  1900. report("[#"..times .."] " .. "Spawned a "..pokemonpc.." in Box "..box..".", true)
  1901. end
  1902. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  1903. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  1904. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemonpc, game.Players.LocalPlayer.PC["Box "..box], levelpc, true, nil, Encrypt(game.Players.LocalPlayer.Name .. levelpc .. pokemonpc))
  1905. game.Workspace.eondone:Play()
  1906. end
  1907. end
  1908. local function shiny_ncc()
  1909. while times < tonumber(Quantity.Text) do
  1910. local levelpc = Level.Text
  1911. if tonumber(levelpc) == nil then
  1912. wait(1)
  1913. errorbeep:Play()
  1914. report("No level detected!")
  1915. return
  1916. end
  1917. if LevelIO.Text == "true" then
  1918. levelpc = math.random(25,80)
  1919. end
  1920. if stop == true then
  1921. times = tonumber(Quantity.Text)
  1922. return
  1923. end
  1924. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemonpc, game.Players.LocalPlayer.OppPokemon, levelpc, true, nil, Encrypt(game.Players.LocalPlayer.Name .. levelpc .. pokemonpc))
  1925. if tonumber(Quantity.Text) == nil then
  1926. repeat wait() until tonumber(Quantity.Text) ~= nil
  1927. end
  1928. if game.Players.LocalPlayer.OppPokemon[pokemonpc].Shiny.Value == false then
  1929. game.ReplicatedStorage.REvents.PC.Release:FireServer(game.Players.LocalPlayer.OppPokemon[pokemonpc])
  1930. else
  1931. times = times + 1
  1932. if times <= tonumber(Quantity.Text) then
  1933. report("[#"..times .."] " .. "Spawned a shiny "..pokemonpc.." in Box "..box..".", true)
  1934.  
  1935. end
  1936. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  1937. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  1938. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  1939. game.Workspace.eondone:Play()
  1940. end
  1941. end
  1942.  
  1943. end
  1944. local function recolor_ncc()
  1945. while times < tonumber(Quantity.Text) do
  1946. if stop == true then
  1947. times = tonumber(Quantity.Text)
  1948. return
  1949. end
  1950. local levelpc = Level.Text
  1951. if tonumber(levelpc) == nil then
  1952. wait(1)
  1953. errorbeep:Play()
  1954. report("No level detected!")
  1955. return
  1956. end
  1957. if LevelIO.Text == "true" then
  1958. levelpc = math.random(25,80)
  1959. end
  1960. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemonpc, game.Players.LocalPlayer.OppPokemon, levelpc, true, nil, Encrypt(game.Players.LocalPlayer.Name .. levelpc .. pokemonpc))
  1961. if tonumber(Quantity.Text) == nil then
  1962. repeat wait() until tonumber(Quantity.Text) ~= nil
  1963. end
  1964. if game.Players.LocalPlayer.OppPokemon[pokemonpc]:FindFirstChild("Form") then
  1965. times = times + 1
  1966. local form = game.Players.LocalPlayer.OppPokemon[pokemonpc].Form.Value
  1967. if times <= tonumber(Quantity.Text) then
  1968. report("[#"..times .."] " .. "Spawned a ".. form .." "..pokemonpc.." in Box "..box..".", true)
  1969.  
  1970. end
  1971. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  1972. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  1973. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  1974. game.Workspace.eondone:Play()
  1975. else
  1976. game.ReplicatedStorage.REvents.PC.Release:FireServer(game.Players.LocalPlayer.OppPokemon[pokemonpc])
  1977. end
  1978. end
  1979. end
  1980. local function specific_ncc()
  1981. while times < tonumber(Quantity.Text) do
  1982. if stop == true then
  1983. times = tonumber(Quantity.Text)
  1984. return
  1985. end
  1986. local levelpc = Level.Text
  1987. if tonumber(levelpc) == nil then
  1988. wait(1)
  1989. errorbeep:Play()
  1990. report("No level detected!")
  1991. return
  1992. end
  1993. if LevelIO.Text == "true" then
  1994. levelpc = math.random(25,80)
  1995. end
  1996. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemonpc, game.Players.LocalPlayer.OppPokemon, levelpc, true, nil, Encrypt(game.Players.LocalPlayer.Name .. levelpc .. pokemonpc))
  1997. if tonumber(Quantity.Text) == nil then
  1998. repeat wait() until tonumber(Quantity.Text) ~= nil
  1999. end
  2000. if SpecIO.Text == "Recolor" then
  2001. if game.Players.LocalPlayer.OppPokemon[pokemonpc]:FindFirstChild("Form") and game.Players.LocalPlayer.OppPokemon[pokemonpc].Form.Value == Spec.Text then
  2002. times = times + 1
  2003. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  2004. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  2005. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  2006. if times <= tonumber(Quantity.Text) then
  2007. report("[#"..times .."] " .. "Spawned a ".. Spec.Text .." "..pokemonpc.." in Box "..box..".", true)
  2008. end
  2009. game.Workspace.eondone:Play()
  2010. return
  2011. else
  2012. game.ReplicatedStorage.REvents.PC.Release:FireServer(game.Players.LocalPlayer.OppPokemon[pokemonpc])
  2013. return
  2014. end
  2015. end
  2016. if SpecIO.Text == "Tint" then
  2017. if game.Players.LocalPlayer.OppPokemon[pokemonpc]:FindFirstChild("Aura") and game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura:FindFirstChild("ColorChange") and game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura.ColorChange.Value == Spec.Text then
  2018. times = times + 1
  2019. if times <= tonumber(Quantity.Text) then
  2020. report("[#"..times .."] " .. "Spawned a ".. Spec.Text .." tint "..pokemonpc.." in Box "..box..".", true)
  2021. end
  2022. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  2023. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  2024. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  2025. game.Workspace.eondone:Play()
  2026. return
  2027. else
  2028. game.ReplicatedStorage.REvents.PC.Release:FireServer(game.Players.LocalPlayer.OppPokemon[pokemonpc])
  2029. return
  2030. end
  2031. end
  2032. if SpecIO.Text == "Animation" then
  2033. if game.Players.LocalPlayer.OppPokemon[pokemonpc]:FindFirstChild("Aura") and game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura:FindFirstChild("Animation") and game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura.Animation.Value == Spec.Text then
  2034. times = times + 1
  2035. if times <= tonumber(Quantity.Text) then
  2036. report("[#"..times .."] " .. "Spawned a ".. Spec.Text.. " "..pokemonpc.." in Box "..box..".", true)
  2037. end
  2038. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  2039. print("section: update")
  2040. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  2041. print ("section: chpos")
  2042. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  2043. print("section: rfh")
  2044. game.Workspace.eondone:Play()
  2045. return
  2046. else
  2047. game.ReplicatedStorage.REvents.PC.Release:FireServer(game.Players.LocalPlayer.OppPokemon[pokemonpc])
  2048. return
  2049. end
  2050. end
  2051. end
  2052. end
  2053. local function regulars()
  2054. while times < tonumber(Quantity.Text) do
  2055. if stop == true then
  2056. times = tonumber(Quantity.Text)
  2057. return
  2058. end
  2059. local levelpc = Level.Text
  2060. if tonumber(levelpc) == nil then
  2061. wait(1)
  2062. errorbeep:Play()
  2063. report("No level detected!")
  2064. return
  2065. end
  2066. if LevelIO.Text == "true" then
  2067. levelpc = math.random(25,80)
  2068. end
  2069. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemonpc, game.Players.LocalPlayer.OppPokemon, levelpc, true, nil, Encrypt(game.Players.LocalPlayer.Name .. levelpc .. pokemonpc))
  2070. if tonumber(Quantity.Text) == nil then
  2071. repeat wait() until tonumber(Quantity.Text) ~= nil
  2072. end
  2073. times = times + 1
  2074. if times <= tonumber(Quantity.Text) then
  2075. report("[#"..times .."] " .. "Spawned a "..pokemonpc.." in Box "..box..".", true)
  2076. end
  2077. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  2078. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  2079. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  2080. game.Workspace.eondone:Play()
  2081. end
  2082. end
  2083. local function shiny()
  2084. while times < tonumber(Quantity.Text) do
  2085. if stop == true then
  2086. times = tonumber(Quantity.Text)
  2087. return
  2088. end
  2089. local levelpc = Level.Text
  2090. if tonumber(levelpc) == nil then
  2091. wait(1)
  2092. errorbeep:Play()
  2093. report("No level detected!")
  2094. return
  2095. end
  2096. if LevelIO.Text == "true" then
  2097. levelpc = math.random(25,80)
  2098. end
  2099. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemonpc, game.Players.LocalPlayer.OppPokemon, levelpc, true, nil, Encrypt(game.Players.LocalPlayer.Name .. levelpc .. pokemonpc))
  2100. if tonumber(Quantity.Text) == nil then
  2101. repeat wait() until tonumber(Quantity.Text) ~= nil
  2102. end
  2103. if game.Players.LocalPlayer.OppPokemon[pokemonpc].Shiny.Value == true then
  2104. times = times + 1
  2105. if times <= tonumber(Quantity.Text) then
  2106. report("[#"..times .."] " .. "Spawned a shiny "..pokemonpc.." in Box "..box..".", true)
  2107. end
  2108. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  2109. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  2110. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  2111. game.Workspace.eondone:Play()
  2112. else
  2113. game.ReplicatedStorage.REvents.PC.Release:FireServer(game.Players.LocalPlayer.OppPokemon[pokemonpc])
  2114. end
  2115. end
  2116. end
  2117. local function tint()
  2118. while times < tonumber(Quantity.Text) do
  2119. if stop == true then
  2120. times = tonumber(Quantity.Text)
  2121. return
  2122. end
  2123. local levelpc = Level.Text
  2124. if tonumber(levelpc) == nil then
  2125. wait(1)
  2126. errorbeep:Play()
  2127. report("No level detected!")
  2128. return
  2129. end
  2130. if LevelIO.Text == "true" then
  2131. levelpc = math.random(25,80)
  2132. end
  2133. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemonpc, game.Players.LocalPlayer.OppPokemon, levelpc, true, nil, Encrypt(game.Players.LocalPlayer.Name .. levelpc .. pokemonpc))
  2134. if tonumber(Quantity.Text) == nil then
  2135. repeat wait() until tonumber(Quantity.Text) ~= nil
  2136. end
  2137. if game.Players.LocalPlayer.OppPokemon[pokemonpc]:FindFirstChild("Aura") and game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura:FindFirstChild("ColorChange") then
  2138. times = times + 1
  2139. if times <= tonumber(Quantity.Text) then
  2140. local children = game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura:GetChildren()
  2141. if #children > 1 then
  2142. report("[#"..times .."] " .. "Spawned a "..#children.." tint "..pokemonpc.." in Box "..box..".", true)
  2143. else
  2144. report("[#"..times .."] " .. "Spawned a "..string.lower(game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura.ColorChange.Value).." tint "..pokemonpc.." in Box "..box, true)
  2145. end
  2146. end
  2147. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  2148. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  2149. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  2150. game.Workspace.eondone:Play()
  2151. else
  2152. game.ReplicatedStorage.REvents.PC.Release:FireServer(game.Players.LocalPlayer.OppPokemon[pokemonpc])
  2153. end
  2154. end
  2155. end
  2156. local function animation()
  2157. while times < tonumber(Quantity.Text) do
  2158. if stop == true then
  2159. times = tonumber(Quantity.Text)
  2160. return
  2161. end
  2162. local levelpc = Level.Text
  2163. if tonumber(levelpc) == nil then
  2164. wait(1)
  2165. errorbeep:Play()
  2166. report("No level detected!")
  2167. return
  2168. end
  2169. if LevelIO.Text == "true" then
  2170. levelpc = math.random(25,80)
  2171. end
  2172. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemonpc, game.Players.LocalPlayer.OppPokemon, levelpc, true, nil, Encrypt(game.Players.LocalPlayer.Name .. levelpc .. pokemonpc))
  2173. if tonumber(Quantity.Text) == nil then
  2174. repeat wait() until tonumber(Quantity.Text) ~= nil
  2175. end
  2176. if game.Players.LocalPlayer.OppPokemon[pokemonpc]:FindFirstChild("Aura") and game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura:FindFirstChild("Animation") then
  2177. if game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura:FindFirstChild("Animation") then
  2178. times = times + 1
  2179. if times <= tonumber(Quantity.Text) then
  2180. local animation = string.lower(game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura.Animation.Value)
  2181. report("[#"..times .."] " .. "Spawned a "..animation.. " "..pokemonpc.." in Box "..box..".", true)
  2182. end
  2183. end
  2184. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  2185. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  2186. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  2187. game.Workspace.eondone:Play()
  2188. else
  2189. game.ReplicatedStorage.REvents.PC.Release:FireServer(game.Players.LocalPlayer.OppPokemon[pokemonpc])
  2190. end
  2191. end
  2192. end
  2193. local function tint_ncc()
  2194. while times < tonumber(Quantity.Text) do
  2195. if stop == true then
  2196. times = tonumber(Quantity.Text)
  2197. return
  2198. end
  2199. local levelpc = Level.Text
  2200. if tonumber(levelpc) == nil then
  2201. wait(1)
  2202. errorbeep:Play()
  2203. report("No level detected!")
  2204. return
  2205. end
  2206. if LevelIO.Text == "true" then
  2207. levelpc = math.random(25,80)
  2208. end
  2209. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemonpc, game.Players.LocalPlayer.OppPokemon, levelpc, true, nil, Encrypt(game.Players.LocalPlayer.Name .. levelpc .. pokemonpc))
  2210. if tonumber(Quantity.Text) == nil then
  2211. repeat wait() until tonumber(Quantity.Text) ~= nil
  2212. end
  2213. if game.Players.LocalPlayer.OppPokemon[pokemonpc]:FindFirstChild("Aura") and game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura:FindFirstChild("ColorChange") then
  2214. times = times + 1
  2215. if times <= tonumber(Quantity.Text) then
  2216. local children = game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura:GetChildren()
  2217. if #children > 1 then
  2218. report("[#"..times .."] " .. "Spawned a "..#children.." tint "..pokemonpc.." in Box "..box..".", true)
  2219. else
  2220. report("[#"..times .."] " .. "Spawned a "..string.lower(game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura.ColorChange.Value).." tint "..pokemonpc.." in Box "..box, true)
  2221. end
  2222. end
  2223. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  2224. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  2225. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  2226. game.Workspace.eondone:Play()
  2227. else
  2228. game.ReplicatedStorage.REvents.PC.Release:FireServer(game.Players.LocalPlayer.OppPokemon[pokemonpc])
  2229. end
  2230. end
  2231. end
  2232. local function animation_ncc()
  2233. while times < tonumber(Quantity.Text) do
  2234. if stop == true then
  2235. times = tonumber(Quantity.Text)
  2236. return
  2237. end
  2238. local levelpc = Level.Text
  2239. if tonumber(levelpc) == nil then
  2240. wait(1)
  2241. errorbeep:Play()
  2242. report("No level detected!")
  2243. return
  2244. end
  2245. if LevelIO.Text == "true" then
  2246. levelpc = math.random(25,80)
  2247. end
  2248. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemonpc, game.Players.LocalPlayer.OppPokemon, levelpc, true, nil, Encrypt(game.Players.LocalPlayer.Name .. levelpc .. pokemonpc))
  2249. if tonumber(Quantity.Text) == nil then
  2250. repeat wait() until tonumber(Quantity.Text) ~= nil
  2251. end
  2252. if game.Players.LocalPlayer.OppPokemon[pokemonpc]:FindFirstChild("Aura") and game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura:FindFirstChild("Animation") then
  2253. times = times + 1
  2254. if times <= tonumber(Quantity.Text) then
  2255. local animation = string.lower(game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura.Animation.Value)
  2256. report("[#"..times .."] " .. "Spawned a "..animation.. " "..pokemonpc.." in Box "..box..".", true)
  2257. end
  2258. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  2259. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  2260. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  2261. game.Workspace.eondone:Play()
  2262. else
  2263. game.ReplicatedStorage.REvents.PC.Release:FireServer(game.Players.LocalPlayer.OppPokemon[pokemonpc])
  2264. end
  2265. end
  2266. end
  2267. local function recolor()
  2268. while times < tonumber(Quantity.Text) do
  2269. if stop == true then
  2270. times = tonumber(Quantity.Text)
  2271. return
  2272. end
  2273. local levelpc = Level.Text
  2274. if tonumber(levelpc) == nil then
  2275. wait(1)
  2276. errorbeep:Play()
  2277. report("No level detected!")
  2278. return
  2279. end
  2280. if LevelIO.Text == "true" then
  2281. levelpc = math.random(25,80)
  2282. end
  2283. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemonpc, game.Players.LocalPlayer.OppPokemon, levelpc, true, nil, Encrypt(game.Players.LocalPlayer.Name .. levelpc .. pokemonpc))
  2284. if tonumber(Quantity.Text) == nil then
  2285. repeat wait() until tonumber(Quantity.Text) ~= nil
  2286. end
  2287. if game.Players.LocalPlayer.OppPokemon[pokemonpc]:FindFirstChild("Form") then
  2288. times = times + 1
  2289. local form = game.Players.LocalPlayer.OppPokemon[pokemonpc].Form.Value
  2290. if times <= tonumber(Quantity.Text) then
  2291. report("[#"..times .."] " .. "Spawned a ".. form .." "..pokemonpc.." in Box "..box..".", true)
  2292.  
  2293. end
  2294. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  2295. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  2296. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  2297. game.Workspace.eondone:Play()
  2298. else
  2299. game.ReplicatedStorage.REvents.PC.Release:FireServer(game.Players.LocalPlayer.OppPokemon[pokemonpc])
  2300. end
  2301. end
  2302. end
  2303. local function specific()
  2304. while times < tonumber(Quantity.Text) do
  2305. if stop == true then
  2306. times = tonumber(Quantity.Text)
  2307. return
  2308. end
  2309. local levelpc = Level.Text
  2310. if tonumber(levelpc) == nil then
  2311. wait(1)
  2312. errorbeep:Play()
  2313. report("No level detected!")
  2314. return
  2315. end
  2316. if LevelIO.Text == "true" then
  2317. levelpc = math.random(25,80)
  2318. end
  2319. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemonpc, game.Players.LocalPlayer.OppPokemon, levelpc, true, nil, Encrypt(game.Players.LocalPlayer.Name .. levelpc .. pokemonpc))
  2320. if tonumber(Quantity.Text) == nil then
  2321. repeat wait() until tonumber(Quantity.Text) ~= nil
  2322. end
  2323. if SpecIO.Text == "Recolor" then
  2324. if game.Players.LocalPlayer.OppPokemon[pokemonpc]:FindFirstChild("Form") and game.Players.LocalPlayer.OppPokemon[pokemonpc].Form.Value == Spec.Text then
  2325. times = times + 1
  2326. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  2327. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  2328. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  2329. if times <= tonumber(Quantity.Text) then
  2330. report("[#"..times .."] " .. "Spawned a ".. Spec.Text .." "..pokemonpc.." in Box "..box..".", true)
  2331. end
  2332. game.Workspace.eondone:Play()
  2333. return
  2334. else
  2335. game.ReplicatedStorage.REvents.PC.Release:FireServer(game.Players.LocalPlayer.OppPokemon[pokemonpc])
  2336. return
  2337. end
  2338. end
  2339. if SpecIO.Text == "Tint" then
  2340. if game.Players.LocalPlayer.OppPokemon[pokemonpc]:FindFirstChild("Aura") and game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura:FindFirstChild("ColorChange") and game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura.ColorChange.Value == Spec.Text then
  2341. times = times + 1
  2342. if times <= tonumber(Quantity.Text) then
  2343. report("[#"..times .."] " .. "Spawned a ".. Spec.Text .." tint "..pokemonpc.." in Box "..box..".", true)
  2344. end
  2345. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  2346. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  2347. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  2348. game.Workspace.eondone:Play()
  2349. return
  2350. else
  2351. game.ReplicatedStorage.REvents.PC.Release:FireServer(game.Players.LocalPlayer.OppPokemon[pokemonpc])
  2352. return
  2353. end
  2354. end
  2355. if SpecIO.Text == "Animation" then
  2356. if game.Players.LocalPlayer.OppPokemon[pokemonpc]:FindFirstChild("Aura") and game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura:FindFirstChild("Animation") and game.Players.LocalPlayer.OppPokemon[pokemonpc].Aura.Animation.Value == Spec.Text then
  2357. times = times + 1
  2358. if times <= tonumber(Quantity.Text) then
  2359. report("[#"..times .."] " .. "Spawned a ".. Spec.Text.. " "..pokemonpc.." in Box "..box..".", true)
  2360. end
  2361. game.ReplicatedStorage.REvents.PC.Update:FireServer(game.Players.LocalPlayer.PC)
  2362. game.ReplicatedStorage.REvents.PC.ChangePos:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], times)
  2363. game.ReplicatedStorage.REvents.PC.RemoteForHackers:InvokeServer(game.Players.LocalPlayer.OppPokemon[pokemonpc], game.Players.LocalPlayer.PC["Box "..box])
  2364. game.Workspace.eondone:Play()
  2365. return
  2366. else
  2367. game.ReplicatedStorage.REvents.PC.Release:FireServer(game.Players.LocalPlayer.OppPokemon[pokemonpc])
  2368. return
  2369. end
  2370. end
  2371. end
  2372. end
  2373.  
  2374. if string.find(search,string.lower(pokemonpc)) or pokemonpc == "Giratina-O" or pokemonpc == "Ho-Oh" or pokemonpc == "Mr. Mime" or pokemonpc == "Hoopa-U" or pokemonpc == "Deoxys-A" or pokemonpc == "Deoxys-D" or pokemonpc == "Deoxys-S" or pokemonpc == "Shaymin-Sky" then
  2375. if string.find(nocantcatchlink,pokemonpc) then
  2376. if RecolorIO.Text == "false" and TintIO.Text == "false" and ShinyIO.Text == "false" and AminationIO.Text == "false" and SettingSpecIO.Text == "false" then
  2377. repeat regulars_ncc() until times >= tonumber(Quantity.Text)
  2378. SpawnButton.Visible = true
  2379. StopButton.Visible = false
  2380. if stop == true then
  2381. report("Spawning stopped!")
  2382. else
  2383. report("Spawning complete!")
  2384. isspawning = false
  2385. end
  2386. if AutosaveIO.Text == "true" then
  2387. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  2388. report("Your progress has been saved!")
  2389. end
  2390. end
  2391. if ShinyIO.Text == "true" then
  2392. isspawning = true
  2393. repeat shiny_ncc() until times >= tonumber(Quantity.Text)
  2394. SpawnButton.Visible = true
  2395. StopButton.Visible = false
  2396. if stop == true then
  2397. report("Spawning stopped!")
  2398. else
  2399. report("Spawning complete!")
  2400. end
  2401. if AutosaveIO.Text == "true" then
  2402. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  2403. report("Your progress has been saved!")
  2404. end
  2405. end
  2406. if TintIO.Text == "true" then
  2407. isspawning = true
  2408. repeat tint_ncc() until times >= tonumber(Quantity.Text)
  2409. SpawnButton.Visible = true
  2410. StopButton.Visible = false
  2411. if stop == true then
  2412. report("Spawning stopped!")
  2413. else
  2414. report("Spawning complete!")
  2415. end
  2416. if AutosaveIO.Text == "true" then
  2417. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  2418. report("Your progress has been saved!")
  2419.  
  2420. end
  2421. end
  2422. if AminationIO.Text == "true" then
  2423. isspawning = true
  2424. repeat animation_ncc() until times >= tonumber(Quantity.Text)
  2425. SpawnButton.Visible = true
  2426. StopButton.Visible = false
  2427. if stop == true then
  2428. report("Spawning stopped!")
  2429. else
  2430. report("Spawning complete!")
  2431. end
  2432. if AutosaveIO.Text == "true" then
  2433. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  2434. report("Your progress has been saved!")
  2435.  
  2436. end
  2437. end
  2438. if RecolorIO.Text == "true" then
  2439. isspawning = true
  2440. repeat recolor_ncc() until times >= tonumber(Quantity.Text)
  2441. SpawnButton.Visible = true
  2442. StopButton.Visible = false
  2443. if stop == true then
  2444. report("Spawning stopped!")
  2445. else
  2446. report("Spawning complete!")
  2447. end
  2448. if AutosaveIO.Text == "true" then
  2449. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  2450. report("Your progress has been saved!")
  2451. end
  2452. end
  2453. if SettingSpecIO.Text == "true" then
  2454. isspawning = true
  2455. repeat specific_ncc() until times >= tonumber(Quantity.Text)
  2456. SpawnButton.Visible = true
  2457. StopButton.Visible = false
  2458. if stop == true then
  2459. report("Spawning stopped!")
  2460. else
  2461. report("Spawning complete!")
  2462. end
  2463. if AutosaveIO.Text == "true" then
  2464. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  2465. report("Your progress has been saved!")
  2466. end
  2467. end
  2468. else
  2469. if RecolorIO.Text == "false" and TintIO.Text == "false" and ShinyIO.Text == "false" and AminationIO.Text == "false" and SettingSpecIO.Text == "false" then
  2470. isspawning = true
  2471. repeat regulars() until times >= tonumber(Quantity.Text)
  2472. SpawnButton.Visible = true
  2473. StopButton.Visible = false
  2474. if stop == true then
  2475. report("Spawning stopped!")
  2476. else
  2477. report("Spawning complete!")
  2478. end
  2479. if AutosaveIO.Text == "true" then
  2480. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  2481. report("Your progress has been saved!")
  2482. end
  2483. end
  2484. if ShinyIO.Text == "true" then
  2485. isspawning = true
  2486. repeat shiny() until times >= tonumber(Quantity.Text)
  2487. SpawnButton.Visible = true
  2488. StopButton.Visible = false
  2489. if stop == true then
  2490. report("Spawning stopped!")
  2491. else
  2492. report("Spawning complete!")
  2493. end
  2494. if AutosaveIO.Text == "true" then
  2495. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  2496. report("Your progress has been saved!")
  2497. end
  2498. end
  2499. if TintIO.Text == "true" then
  2500. isspawning = true
  2501. repeat tint() until times >= tonumber(Quantity.Text)
  2502. SpawnButton.Visible = true
  2503. StopButton.Visible = false
  2504. if stop == true then
  2505. report("Spawning stopped!")
  2506. else
  2507. report("Spawning complete!")
  2508. end
  2509. if AutosaveIO.Text == "true" then
  2510. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  2511. report("Your progress has been saved!")
  2512.  
  2513. end
  2514. end
  2515. if AminationIO.Text == "true" then
  2516. isspawning = true
  2517. repeat animation() until times >= tonumber(Quantity.Text)
  2518. SpawnButton.Visible = true
  2519. StopButton.Visible = false
  2520. if stop == true then
  2521. report("Spawning stopped!")
  2522. else
  2523. report("Spawning complete!")
  2524. end
  2525. if AutosaveIO.Text == "true" then
  2526. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  2527. report("Your progress has been saved!")
  2528.  
  2529. end
  2530. end
  2531. if RecolorIO.Text == "true" then
  2532. isspawning = true
  2533. repeat recolor() until times >= tonumber(Quantity.Text)
  2534. SpawnButton.Visible = true
  2535. StopButton.Visible = false
  2536. if stop == true then
  2537. report("Spawning stopped!")
  2538. else
  2539. report("Spawning complete!")
  2540. end
  2541. if AutosaveIO.Text == "true" then
  2542. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  2543. report("Your progress has been saved!")
  2544. end
  2545. end
  2546. if SettingSpecIO.Text == "true" then
  2547. isspawning = true
  2548. repeat specific() until times >= tonumber(Quantity.Text)
  2549. SpawnButton.Visible = true
  2550. StopButton.Visible = false
  2551. if stop == true then
  2552. report("Spawning stopped!")
  2553. else
  2554. report("Spawning complete!")
  2555. end
  2556. if AutosaveIO.Text == "true" then
  2557. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  2558. report("Your progress has been saved!")
  2559. end
  2560. end
  2561. end
  2562. else
  2563. report("Invalid Pokemon!",false)
  2564. errorbeep:Play()
  2565. isspawning = false
  2566. stop = false
  2567. StopButton.Visible = false
  2568. SpawnButton.Visible = true
  2569. return
  2570. end
  2571. stop = false
  2572. isspawning = false
  2573. end)
  2574. StopButton.MouseButton1Click:connect(function()
  2575. click:Play()
  2576. wait()
  2577. stop = true
  2578. end)
  2579. RecoveryButton.MouseButton1Click:connect(function()
  2580. click:Play()
  2581. RecoveryButton.Visible = false
  2582. report("Starting recovery...")
  2583. game.ReplicatedStorage.REvents.Internal.funcMoney:InvokeServer(game.Players.LocalPlayer.Money, 1419431)
  2584. local Amount = 10000
  2585. local b = game.Players.LocalPlayer.Bag
  2586. local r = game.ReplicatedStorage.REvents
  2587. local Items = {
  2588. Recover = {"Antidote","Awakening","Burn Heal","Full Restore","Hyper Potion","Ice Heal","Max Elixir","Potion","Paralyze Heal","Revive"},
  2589. Pokeball = {"Great Ball","Nest Ball","Net Ball","Pokeball","Premier Ball","Repeat Ball","Ultra Ball"},
  2590. Evolution = {"Rare Candy","Common Candy","Dragon Scale","Fire Stone","Friendship Ribbon","Leaf Stone","Link Cable Stone","Metal Coat","Moon Stone","Sinnoh Stone","Thunder Stone","Water Stone","Shinifier"},
  2591. Competitive = {"Calcium","Carbos","HP Up","Iron","Mini Stat Reset","Nature Stone","PokeImprove","Protein","Stat Reset","Zinc"}
  2592. }
  2593. for n,t in next,Items do
  2594. for _,i in next,t do
  2595. if b[n]:FindFirstChild(i)then
  2596. r.Internal.funcItem:InvokeServer(b[n][i],Amount)
  2597. else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Amount)
  2598. end end end
  2599. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("1")
  2600. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("2")
  2601. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("EV")
  2602. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("3")
  2603. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("4")
  2604. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("5")
  2605. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("6")
  2606. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("7")
  2607. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Mysterious Grotto")
  2608. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("8")
  2609. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Indigo")
  2610. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Champ")
  2611. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Mausoleum of Origins")
  2612. loadstring(game:HttpGet("https://eonforum.xyz/dex.txt", true))()
  2613. report("Recovery complete!")
  2614. RecoveryButton.Visible = true
  2615. end)
Advertisement
Add Comment
Please, Sign In to add comment