Nangin20

PP GUI

Dec 10th, 2019
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 100.32 KB | None | 0 0
  1. -- Objects
  2.  
  3. local PP = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local RareFrame = Instance.new("Frame")
  6. local TxtLabel = Instance.new("TextLabel")
  7. local Close = Instance.new("TextButton")
  8. local Minimize = Instance.new("TextButton")
  9. local GuiFrame = Instance.new("Frame")
  10. local OtherFrame = Instance.new("Frame")
  11. local MoneyTxt = Instance.new("TextBox")
  12. local Add = Instance.new("TextButton")
  13. local Badges = Instance.new("TextButton")
  14. local Dex = Instance.new("TextButton")
  15. local Gamepass = Instance.new("TextButton")
  16. local MoneyLabel = Instance.new("TextLabel")
  17. local TradeLabel = Instance.new("TextLabel")
  18. local TradeTxt = Instance.new("TextBox")
  19. local Trade = Instance.new("TextButton")
  20. local ItemFrame = Instance.new("Frame")
  21. local TMsButton = Instance.new("TextButton")
  22. local TMsImg = Instance.new("ImageLabel")
  23. local TMsButtonLabel = Instance.new("TextLabel")
  24. local RecoveryButton = Instance.new("TextButton")
  25. local RecoverImg = Instance.new("ImageLabel")
  26. local RecoveryButtonLabel = Instance.new("TextLabel")
  27. local PokeballButton = Instance.new("TextButton")
  28. local PokeballImg = Instance.new("ImageLabel")
  29. local PokeballButtonLabel = Instance.new("TextLabel")
  30. local EvolutionButton = Instance.new("TextButton")
  31. local EvolutionImg = Instance.new("ImageLabel")
  32. local EvolutionButtonLabel = Instance.new("TextLabel")
  33. local CompetitiveButton = Instance.new("TextButton")
  34. local CompImg = Instance.new("ImageLabel")
  35. local CompetitiveButtonLabel = Instance.new("TextLabel")
  36. local BPButton = Instance.new("TextButton")
  37. local MegaImg = Instance.new("ImageLabel")
  38. local BPButtonLabel = Instance.new("TextLabel")
  39. local Items = Instance.new("TextButton")
  40. local PcEraser = Instance.new("TextButton")
  41. local Transferer = Instance.new("TextButton")
  42. local TransferFrame = Instance.new("Frame")
  43. local Typ = Instance.new("TextBox")
  44. local Giver = Instance.new("TextBox")
  45. local Reciever = Instance.new("TextBox")
  46. local Transfer = Instance.new("TextButton")
  47. local Info = Instance.new("TextLabel")
  48. local Info_2 = Instance.new("TextLabel")
  49. local EraserFrame = Instance.new("Frame")
  50. local _1 = Instance.new("TextButton")
  51. local _2 = Instance.new("TextButton")
  52. local _3 = Instance.new("TextButton")
  53. local _4 = Instance.new("TextButton")
  54. local _5 = Instance.new("TextButton")
  55. local _6 = Instance.new("TextButton")
  56. local _7 = Instance.new("TextButton")
  57. local _8 = Instance.new("TextButton")
  58. local _9 = Instance.new("TextButton")
  59. local _10 = Instance.new("TextButton")
  60. local _11 = Instance.new("TextButton")
  61. local _12 = Instance.new("TextButton")
  62. local Warning = Instance.new("TextLabel")
  63. local Others = Instance.new("TextButton")
  64. local Teleporting = Instance.new("TextButton")
  65. local TPFrame = Instance.new("Frame")
  66. local TPMain = Instance.new("ScrollingFrame")
  67. local ViridianForest = Instance.new("TextButton")
  68. local Viridian = Instance.new("TextButton")
  69. local Vermillion = Instance.new("TextButton")
  70. local SeaFoamCave = Instance.new("TextButton")
  71. local Saffron = Instance.new("TextButton")
  72. local Route8 = Instance.new("TextButton")
  73. local Route6 = Instance.new("TextButton")
  74. local Route22 = Instance.new("TextButton")
  75. local Route21 = Instance.new("TextButton")
  76. local Route2 = Instance.new("TextButton")
  77. local Route17 = Instance.new("TextButton")
  78. local Route1 = Instance.new("TextButton")
  79. local Pewter = Instance.new("TextButton")
  80. local PalkiaArea = Instance.new("TextButton")
  81. local Mysterious = Instance.new("TextButton")
  82. local Moon = Instance.new("TextButton")
  83. local Mausoleum2 = Instance.new("TextButton")
  84. local Mausoleum = Instance.new("TextButton")
  85. local Lavender = Instance.new("TextButton")
  86. local Indigo = Instance.new("TextButton")
  87. local Fuchsia = Instance.new("TextButton")
  88. local Elegant = Instance.new("TextButton")
  89. local Cinnabar = Instance.new("TextButton")
  90. local Cerulean = Instance.new("TextButton")
  91. local Celadon = Instance.new("TextButton")
  92. local Canyon = Instance.new("TextButton")
  93. local AuraLab = Instance.new("TextButton")
  94. local Battling = Instance.new("TextButton")
  95. local BattleFrame = Instance.new("Frame")
  96. local Capture = Instance.new("TextButton")
  97. local CaptureImg = Instance.new("ImageLabel")
  98. local SelectedCapture = Instance.new("ImageLabel")
  99. local Kill = Instance.new("TextButton")
  100. local KillImg = Instance.new("ImageLabel")
  101. local SelectedKill = Instance.new("ImageLabel")
  102. local Heal = Instance.new("TextButton")
  103. local HealImg = Instance.new("ImageLabel")
  104. local SelectedHeal = Instance.new("ImageLabel")
  105.  
  106. -- Properties
  107.  
  108. PP.Name = "PP"
  109. PP.Parent = game.CoreGui
  110.  
  111. MainFrame.Name = "MainFrame"
  112. MainFrame.Parent = PP
  113. MainFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  114. MainFrame.BorderColor3 = Color3.new(1, 0.368627, 0.368627)
  115. MainFrame.BorderSizePixel = 0
  116. MainFrame.Position = UDim2.new(0, 440, 0, -33)
  117. MainFrame.Size = UDim2.new(0, 450, 0, 30)
  118.  
  119. RareFrame.Name = "RareFrame"
  120. RareFrame.Parent = MainFrame
  121. RareFrame.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  122. RareFrame.BorderColor3 = Color3.new(0, 0, 0)
  123. RareFrame.Position = UDim2.new(0, 101, 0, 6)
  124. RareFrame.Size = UDim2.new(0, 180, 0, 20)
  125. RareFrame.Style = Enum.FrameStyle.RobloxRound
  126.  
  127. TxtLabel.Name = "TxtLabel"
  128. TxtLabel.Parent = RareFrame
  129. TxtLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  130. TxtLabel.BackgroundTransparency = 1
  131. TxtLabel.BorderColor3 = Color3.new(0, 0, 0)
  132. TxtLabel.Position = UDim2.new(0, 0, 0, -7)
  133. TxtLabel.Size = UDim2.new(0, 165, 0, 15)
  134. TxtLabel.Font = Enum.Font.SourceSans
  135. TxtLabel.FontSize = Enum.FontSize.Size18
  136. TxtLabel.Text = ""
  137. TxtLabel.TextColor3 = Color3.new(0, 1, 0)
  138. TxtLabel.TextSize = 15
  139.  
  140. Close.Name = "Close"
  141. Close.Parent = MainFrame
  142. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  143. Close.Position = UDim2.new(0, 5, 0, 5)
  144. Close.Size = UDim2.new(0, 20, 0, 20)
  145. Close.Style = Enum.ButtonStyle.RobloxButton
  146. Close.Font = Enum.Font.Fantasy
  147. Close.FontSize = Enum.FontSize.Size10
  148. Close.Text = "X"
  149. Close.TextColor3 = Color3.new(1, 1, 1)
  150. Close.TextSize = 10
  151. Close.TextWrapped = true
  152.  
  153. Minimize.Name = "Minimize"
  154. Minimize.Parent = MainFrame
  155. Minimize.BackgroundColor3 = Color3.new(0, 0, 0)
  156. Minimize.BorderColor3 = Color3.new(1, 1, 1)
  157. Minimize.Position = UDim2.new(0, 35, 0, 0)
  158. Minimize.Size = UDim2.new(0, 50, 0, 30)
  159. Minimize.Style = Enum.ButtonStyle.RobloxButton
  160. Minimize.Font = Enum.Font.Highway
  161. Minimize.FontSize = Enum.FontSize.Size18
  162. Minimize.Text = "Menu"
  163. Minimize.TextColor3 = Color3.new(1, 1, 1)
  164. Minimize.TextSize = 15
  165. Minimize.TextWrapped = true
  166.  
  167. GuiFrame.Name = "GuiFrame"
  168. GuiFrame.Parent = MainFrame
  169. GuiFrame.Active = true
  170. GuiFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  171. GuiFrame.BorderColor3 = Color3.new(0, 0, 0)
  172. GuiFrame.BorderSizePixel = 2
  173. GuiFrame.Position = UDim2.new(0, 0, 0, 40)
  174. GuiFrame.Size = UDim2.new(0, 450, 0, 40)
  175. GuiFrame.Visible = false
  176.  
  177. OtherFrame.Name = "OtherFrame"
  178. OtherFrame.Parent = GuiFrame
  179. OtherFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  180. OtherFrame.BorderColor3 = Color3.new(0, 0, 0)
  181. OtherFrame.BorderSizePixel = 2
  182. OtherFrame.Position = UDim2.new(0, 75, 0, 50)
  183. OtherFrame.Size = UDim2.new(0, 305, 0, 150)
  184. OtherFrame.Visible = false
  185.  
  186. MoneyTxt.Name = "MoneyTxt"
  187. MoneyTxt.Parent = OtherFrame
  188. MoneyTxt.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  189. MoneyTxt.BorderColor3 = Color3.new(0, 0, 0)
  190. MoneyTxt.BorderSizePixel = 2
  191. MoneyTxt.Position = UDim2.new(0, 50, 0, 30)
  192. MoneyTxt.Size = UDim2.new(0, 155, 0, 20)
  193. MoneyTxt.Font = Enum.Font.Code
  194. MoneyTxt.FontSize = Enum.FontSize.Size18
  195. MoneyTxt.Text = "Cash Amount..."
  196. MoneyTxt.TextColor3 = Color3.new(1, 1, 1)
  197. MoneyTxt.TextSize = 16
  198. MoneyTxt.TextWrapped = true
  199.  
  200. Add.Name = "Add"
  201. Add.Parent = OtherFrame
  202. Add.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  203. Add.BorderColor3 = Color3.new(0, 0, 0)
  204. Add.BorderSizePixel = 2
  205. Add.Position = UDim2.new(0, 210, 0, 30)
  206. Add.Size = UDim2.new(0, 40, 0, 20)
  207. Add.Font = Enum.Font.Highway
  208. Add.FontSize = Enum.FontSize.Size18
  209. Add.Text = "Add"
  210. Add.TextColor3 = Color3.new(1, 1, 1)
  211. Add.TextSize = 18
  212.  
  213. Badges.Name = "Badges"
  214. Badges.Parent = OtherFrame
  215. Badges.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  216. Badges.BorderColor3 = Color3.new(0, 0, 0)
  217. Badges.BorderSizePixel = 2
  218. Badges.Position = UDim2.new(0, 110, 0, 60)
  219. Badges.Size = UDim2.new(0, 85, 0, 20)
  220. Badges.Font = Enum.Font.Highway
  221. Badges.FontSize = Enum.FontSize.Size18
  222. Badges.Text = "All Badges"
  223. Badges.TextColor3 = Color3.new(1, 1, 1)
  224. Badges.TextSize = 18
  225.  
  226. Dex.Name = "Dex"
  227. Dex.Parent = OtherFrame
  228. Dex.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  229. Dex.BorderColor3 = Color3.new(0, 0, 0)
  230. Dex.BorderSizePixel = 2
  231. Dex.Position = UDim2.new(0, 15, 0, 60)
  232. Dex.Size = UDim2.new(0, 85, 0, 20)
  233. Dex.Font = Enum.Font.Highway
  234. Dex.FontSize = Enum.FontSize.Size18
  235. Dex.Text = "Pokedex"
  236. Dex.TextColor3 = Color3.new(1, 1, 1)
  237. Dex.TextSize = 18
  238. Dex.TextWrapped = true
  239.  
  240. Gamepass.Name = "Gamepass"
  241. Gamepass.Parent = OtherFrame
  242. Gamepass.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  243. Gamepass.BorderColor3 = Color3.new(0, 0, 0)
  244. Gamepass.BorderSizePixel = 2
  245. Gamepass.Position = UDim2.new(0, 205, 0, 60)
  246. Gamepass.Size = UDim2.new(0, 85, 0, 20)
  247. Gamepass.Font = Enum.Font.Highway
  248. Gamepass.FontSize = Enum.FontSize.Size18
  249. Gamepass.Text = "Gamepass"
  250. Gamepass.TextColor3 = Color3.new(1, 1, 1)
  251. Gamepass.TextSize = 18
  252.  
  253. MoneyLabel.Name = "MoneyLabel"
  254. MoneyLabel.Parent = OtherFrame
  255. MoneyLabel.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  256. MoneyLabel.BackgroundTransparency = 1
  257. MoneyLabel.BorderColor3 = Color3.new(0, 0, 0)
  258. MoneyLabel.BorderSizePixel = 2
  259. MoneyLabel.Size = UDim2.new(0, 305, 0, 20)
  260. MoneyLabel.Font = Enum.Font.SourceSans
  261. MoneyLabel.FontSize = Enum.FontSize.Size14
  262. MoneyLabel.Text = "Money Adder"
  263. MoneyLabel.TextColor3 = Color3.new(1, 1, 1)
  264. MoneyLabel.TextScaled = true
  265. MoneyLabel.TextSize = 14
  266. MoneyLabel.TextWrapped = true
  267.  
  268. TradeLabel.Name = "TradeLabel"
  269. TradeLabel.Parent = OtherFrame
  270. TradeLabel.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  271. TradeLabel.BackgroundTransparency = 1
  272. TradeLabel.BorderColor3 = Color3.new(0, 0, 0)
  273. TradeLabel.BorderSizePixel = 2
  274. TradeLabel.Position = UDim2.new(0, 0, 0, 90)
  275. TradeLabel.Size = UDim2.new(0, 305, 0, 20)
  276. TradeLabel.Font = Enum.Font.SourceSans
  277. TradeLabel.FontSize = Enum.FontSize.Size14
  278. TradeLabel.Text = "Force Trade Players"
  279. TradeLabel.TextColor3 = Color3.new(1, 1, 1)
  280. TradeLabel.TextScaled = true
  281. TradeLabel.TextSize = 14
  282. TradeLabel.TextWrapped = true
  283.  
  284. TradeTxt.Name = "TradeTxt"
  285. TradeTxt.Parent = OtherFrame
  286. TradeTxt.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  287. TradeTxt.BorderColor3 = Color3.new(0, 0, 0)
  288. TradeTxt.BorderSizePixel = 2
  289. TradeTxt.Position = UDim2.new(0, 40, 0, 120)
  290. TradeTxt.Size = UDim2.new(0, 155, 0, 20)
  291. TradeTxt.Font = Enum.Font.Code
  292. TradeTxt.FontSize = Enum.FontSize.Size18
  293. TradeTxt.Text = "Player Name..."
  294. TradeTxt.TextColor3 = Color3.new(1, 1, 1)
  295. TradeTxt.TextSize = 16
  296. TradeTxt.TextWrapped = true
  297.  
  298. Trade.Name = "Trade"
  299. Trade.Parent = OtherFrame
  300. Trade.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  301. Trade.BorderColor3 = Color3.new(0, 0, 0)
  302. Trade.BorderSizePixel = 2
  303. Trade.Position = UDim2.new(0, 200, 0, 120)
  304. Trade.Size = UDim2.new(0, 65, 0, 20)
  305. Trade.Font = Enum.Font.Highway
  306. Trade.FontSize = Enum.FontSize.Size18
  307. Trade.Text = "Trade"
  308. Trade.TextColor3 = Color3.new(1, 1, 1)
  309. Trade.TextSize = 18
  310.  
  311. ItemFrame.Name = "ItemFrame"
  312. ItemFrame.Parent = GuiFrame
  313. ItemFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  314. ItemFrame.BorderColor3 = Color3.new(0, 0, 0)
  315. ItemFrame.BorderSizePixel = 2
  316. ItemFrame.Position = UDim2.new(0, 70, 0, 50)
  317. ItemFrame.Size = UDim2.new(0, 315, 0, 170)
  318. ItemFrame.Visible = false
  319.  
  320. TMsButton.Name = "TMsButton"
  321. TMsButton.Parent = ItemFrame
  322. TMsButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  323. TMsButton.BorderColor3 = Color3.new(0, 0, 0)
  324. TMsButton.BorderSizePixel = 2
  325. TMsButton.Position = UDim2.new(0, 220, 0, 90)
  326. TMsButton.Size = UDim2.new(0, 65, 0, 65)
  327. TMsButton.Font = Enum.Font.SourceSans
  328. TMsButton.FontSize = Enum.FontSize.Size14
  329. TMsButton.Text = ""
  330. TMsButton.TextSize = 14
  331.  
  332. TMsImg.Name = "TMsImg"
  333. TMsImg.Parent = TMsButton
  334. TMsImg.BackgroundColor3 = Color3.new(1, 1, 1)
  335. TMsImg.BackgroundTransparency = 1
  336. TMsImg.BorderColor3 = Color3.new(0, 0, 0)
  337. TMsImg.BorderSizePixel = 4
  338. TMsImg.Position = UDim2.new(0, 15, 0, 20)
  339. TMsImg.Size = UDim2.new(0, 40, 0, 40)
  340. TMsImg.Image = "rbxassetid://1128389035"
  341.  
  342. TMsButtonLabel.Name = "TMsButtonLabel"
  343. TMsButtonLabel.Parent = TMsButton
  344. TMsButtonLabel.BackgroundTransparency = 1
  345. TMsButtonLabel.Position = UDim2.new(0, 3, 0, -5)
  346. TMsButtonLabel.Size = UDim2.new(0, 60, 0, 30)
  347. TMsButtonLabel.Font = Enum.Font.Fantasy
  348. TMsButtonLabel.FontSize = Enum.FontSize.Size18
  349. TMsButtonLabel.Text = "TMs"
  350. TMsButtonLabel.TextColor3 = Color3.new(1, 1, 1)
  351. TMsButtonLabel.TextSize = 16
  352. TMsButtonLabel.TextWrapped = true
  353.  
  354. RecoveryButton.Name = "RecoveryButton"
  355. RecoveryButton.Parent = ItemFrame
  356. RecoveryButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  357. RecoveryButton.BorderColor3 = Color3.new(0, 0, 0)
  358. RecoveryButton.BorderSizePixel = 2
  359. RecoveryButton.Position = UDim2.new(0, 30, 0, 10)
  360. RecoveryButton.Size = UDim2.new(0, 65, 0, 65)
  361. RecoveryButton.Font = Enum.Font.SourceSans
  362. RecoveryButton.FontSize = Enum.FontSize.Size14
  363. RecoveryButton.Text = ""
  364. RecoveryButton.TextSize = 14
  365.  
  366. RecoverImg.Name = "RecoverImg"
  367. RecoverImg.Parent = RecoveryButton
  368. RecoverImg.BackgroundColor3 = Color3.new(1, 1, 1)
  369. RecoverImg.BackgroundTransparency = 1
  370. RecoverImg.Position = UDim2.new(0, 15, 0, 20)
  371. RecoverImg.Size = UDim2.new(0, 30, 0, 40)
  372. RecoverImg.Image = "rbxassetid://482805325"
  373.  
  374. RecoveryButtonLabel.Name = "RecoveryButtonLabel"
  375. RecoveryButtonLabel.Parent = RecoveryButton
  376. RecoveryButtonLabel.BackgroundTransparency = 1
  377. RecoveryButtonLabel.Position = UDim2.new(0, -1, 0, -5)
  378. RecoveryButtonLabel.Size = UDim2.new(0, 65, 0, 30)
  379. RecoveryButtonLabel.Font = Enum.Font.Fantasy
  380. RecoveryButtonLabel.FontSize = Enum.FontSize.Size18
  381. RecoveryButtonLabel.Text = "Recovery"
  382. RecoveryButtonLabel.TextColor3 = Color3.new(1, 1, 1)
  383. RecoveryButtonLabel.TextSize = 15
  384. RecoveryButtonLabel.TextWrapped = true
  385.  
  386. PokeballButton.Name = "PokeballButton"
  387. PokeballButton.Parent = ItemFrame
  388. PokeballButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  389. PokeballButton.BorderColor3 = Color3.new(0, 0, 0)
  390. PokeballButton.BorderSizePixel = 2
  391. PokeballButton.Position = UDim2.new(0, 125, 0, 10)
  392. PokeballButton.Size = UDim2.new(0, 65, 0, 65)
  393. PokeballButton.Font = Enum.Font.SourceSans
  394. PokeballButton.FontSize = Enum.FontSize.Size14
  395. PokeballButton.Text = ""
  396. PokeballButton.TextSize = 14
  397.  
  398. PokeballImg.Name = "PokeballImg"
  399. PokeballImg.Parent = PokeballButton
  400. PokeballImg.BackgroundColor3 = Color3.new(1, 1, 1)
  401. PokeballImg.BackgroundTransparency = 1
  402. PokeballImg.Position = UDim2.new(0, 15, 0, 25)
  403. PokeballImg.Size = UDim2.new(0, 35, 0, 35)
  404. PokeballImg.Image = "rbxassetid://129055767"
  405.  
  406. PokeballButtonLabel.Name = "PokeballButtonLabel"
  407. PokeballButtonLabel.Parent = PokeballButton
  408. PokeballButtonLabel.BackgroundTransparency = 1
  409. PokeballButtonLabel.Position = UDim2.new(0, 3, 0, -5)
  410. PokeballButtonLabel.Size = UDim2.new(0, 60, 0, 30)
  411. PokeballButtonLabel.Font = Enum.Font.Fantasy
  412. PokeballButtonLabel.FontSize = Enum.FontSize.Size14
  413. PokeballButtonLabel.Text = "Pokeballs"
  414. PokeballButtonLabel.TextColor3 = Color3.new(1, 1, 1)
  415. PokeballButtonLabel.TextSize = 14
  416. PokeballButtonLabel.TextWrapped = true
  417.  
  418. EvolutionButton.Name = "EvolutionButton"
  419. EvolutionButton.Parent = ItemFrame
  420. EvolutionButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  421. EvolutionButton.BorderColor3 = Color3.new(0, 0, 0)
  422. EvolutionButton.BorderSizePixel = 2
  423. EvolutionButton.Position = UDim2.new(0, 220, 0, 10)
  424. EvolutionButton.Size = UDim2.new(0, 65, 0, 65)
  425. EvolutionButton.Font = Enum.Font.SourceSans
  426. EvolutionButton.FontSize = Enum.FontSize.Size14
  427. EvolutionButton.Text = ""
  428. EvolutionButton.TextSize = 14
  429.  
  430. EvolutionImg.Name = "EvolutionImg"
  431. EvolutionImg.Parent = EvolutionButton
  432. EvolutionImg.BackgroundColor3 = Color3.new(1, 1, 1)
  433. EvolutionImg.BackgroundTransparency = 1
  434. EvolutionImg.Position = UDim2.new(0, 15, 0, 25)
  435. EvolutionImg.Size = UDim2.new(0, 35, 0, 35)
  436. EvolutionImg.Image = "rbxassetid://68205778"
  437.  
  438. EvolutionButtonLabel.Name = "EvolutionButtonLabel"
  439. EvolutionButtonLabel.Parent = EvolutionButton
  440. EvolutionButtonLabel.BackgroundTransparency = 1
  441. EvolutionButtonLabel.Position = UDim2.new(0, 3, 0, -5)
  442. EvolutionButtonLabel.Size = UDim2.new(0, 60, 0, 30)
  443. EvolutionButtonLabel.Font = Enum.Font.Fantasy
  444. EvolutionButtonLabel.FontSize = Enum.FontSize.Size14
  445. EvolutionButtonLabel.Text = "Evolution"
  446. EvolutionButtonLabel.TextColor3 = Color3.new(1, 1, 1)
  447. EvolutionButtonLabel.TextSize = 14
  448. EvolutionButtonLabel.TextWrapped = true
  449.  
  450. CompetitiveButton.Name = "CompetitiveButton"
  451. CompetitiveButton.Parent = ItemFrame
  452. CompetitiveButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  453. CompetitiveButton.BorderColor3 = Color3.new(0, 0, 0)
  454. CompetitiveButton.BorderSizePixel = 2
  455. CompetitiveButton.Position = UDim2.new(0, 30, 0, 90)
  456. CompetitiveButton.Size = UDim2.new(0, 65, 0, 65)
  457. CompetitiveButton.Font = Enum.Font.SourceSans
  458. CompetitiveButton.FontSize = Enum.FontSize.Size14
  459. CompetitiveButton.Text = ""
  460. CompetitiveButton.TextSize = 14
  461.  
  462. CompImg.Name = "CompImg"
  463. CompImg.Parent = CompetitiveButton
  464. CompImg.BackgroundColor3 = Color3.new(1, 1, 1)
  465. CompImg.BackgroundTransparency = 1
  466. CompImg.Position = UDim2.new(0, 10, 0, 20)
  467. CompImg.Size = UDim2.new(0, 45, 0, 45)
  468. CompImg.Image = "rbxassetid://204203279"
  469.  
  470. CompetitiveButtonLabel.Name = "CompetitiveButtonLabel"
  471. CompetitiveButtonLabel.Parent = CompetitiveButton
  472. CompetitiveButtonLabel.BackgroundTransparency = 1
  473. CompetitiveButtonLabel.Position = UDim2.new(0, 3, 0, -5)
  474. CompetitiveButtonLabel.Size = UDim2.new(0, 60, 0, 30)
  475. CompetitiveButtonLabel.Font = Enum.Font.Fantasy
  476. CompetitiveButtonLabel.FontSize = Enum.FontSize.Size12
  477. CompetitiveButtonLabel.Text = "Competitive"
  478. CompetitiveButtonLabel.TextColor3 = Color3.new(1, 1, 1)
  479. CompetitiveButtonLabel.TextSize = 12
  480. CompetitiveButtonLabel.TextWrapped = true
  481.  
  482. BPButton.Name = "BPButton"
  483. BPButton.Parent = ItemFrame
  484. BPButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  485. BPButton.BorderColor3 = Color3.new(0, 0, 0)
  486. BPButton.BorderSizePixel = 2
  487. BPButton.Position = UDim2.new(0, 125, 0, 90)
  488. BPButton.Size = UDim2.new(0, 65, 0, 65)
  489. BPButton.Font = Enum.Font.SourceSans
  490. BPButton.FontSize = Enum.FontSize.Size14
  491. BPButton.Text = ""
  492. BPButton.TextSize = 14
  493.  
  494. MegaImg.Name = "MegaImg"
  495. MegaImg.Parent = BPButton
  496. MegaImg.BackgroundColor3 = Color3.new(1, 1, 1)
  497. MegaImg.BackgroundTransparency = 1
  498. MegaImg.Position = UDim2.new(0, 10, 0, 20)
  499. MegaImg.Size = UDim2.new(0, 45, 0, 45)
  500. MegaImg.Image = "rbxassetid://53219590"
  501.  
  502. BPButtonLabel.Name = "BPButtonLabel"
  503. BPButtonLabel.Parent = BPButton
  504. BPButtonLabel.BackgroundTransparency = 1
  505. BPButtonLabel.Position = UDim2.new(0, 3, 0, -5)
  506. BPButtonLabel.Size = UDim2.new(0, 60, 0, 30)
  507. BPButtonLabel.Font = Enum.Font.Fantasy
  508. BPButtonLabel.FontSize = Enum.FontSize.Size18
  509. BPButtonLabel.Text = "Held"
  510. BPButtonLabel.TextColor3 = Color3.new(1, 1, 1)
  511. BPButtonLabel.TextSize = 15
  512. BPButtonLabel.TextWrapped = true
  513.  
  514. Items.Name = "Items"
  515. Items.Parent = GuiFrame
  516. Items.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  517. Items.BorderColor3 = Color3.new(0, 0, 0)
  518. Items.BorderSizePixel = 2
  519. Items.Position = UDim2.new(0, 230, 0, 10)
  520. Items.Size = UDim2.new(0, 95, 0, 20)
  521. Items.ZIndex = 2
  522. Items.Font = Enum.Font.Highway
  523. Items.FontSize = Enum.FontSize.Size18
  524. Items.Text = "Items"
  525. Items.TextColor3 = Color3.new(1, 1, 1)
  526. Items.TextSize = 18
  527.  
  528. PcEraser.Name = "PcEraser"
  529. PcEraser.Parent = GuiFrame
  530. PcEraser.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  531. PcEraser.BorderColor3 = Color3.new(0, 0, 0)
  532. PcEraser.BorderSizePixel = 2
  533. PcEraser.Position = UDim2.new(0, 120, 0, 10)
  534. PcEraser.Size = UDim2.new(0, 95, 0, 20)
  535. PcEraser.ZIndex = 2
  536. PcEraser.Font = Enum.Font.Highway
  537. PcEraser.FontSize = Enum.FontSize.Size18
  538. PcEraser.Text = "PC Cleaner"
  539. PcEraser.TextColor3 = Color3.new(1, 1, 1)
  540. PcEraser.TextSize = 18
  541.  
  542. Transferer.Name = "Transferer"
  543. Transferer.Parent = GuiFrame
  544. Transferer.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  545. Transferer.BorderColor3 = Color3.new(0, 0, 0)
  546. Transferer.BorderSizePixel = 2
  547. Transferer.Position = UDim2.new(0, 15, 0, 10)
  548. Transferer.Size = UDim2.new(0, 90, 0, 20)
  549. Transferer.ZIndex = 2
  550. Transferer.Font = Enum.Font.Highway
  551. Transferer.FontSize = Enum.FontSize.Size18
  552. Transferer.Text = "Transferer"
  553. Transferer.TextColor3 = Color3.new(1, 1, 1)
  554. Transferer.TextSize = 18
  555.  
  556. TransferFrame.Name = "TransferFrame"
  557. TransferFrame.Parent = GuiFrame
  558. TransferFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  559. TransferFrame.BorderColor3 = Color3.new(0, 0, 0)
  560. TransferFrame.BorderSizePixel = 2
  561. TransferFrame.Position = UDim2.new(0, 75, 0, 50)
  562. TransferFrame.Size = UDim2.new(0, 305, 0, 200)
  563. TransferFrame.Visible = false
  564.  
  565. Typ.Name = "Typ"
  566. Typ.Parent = TransferFrame
  567. Typ.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  568. Typ.BorderColor3 = Color3.new(0, 0, 0)
  569. Typ.BorderSizePixel = 2
  570. Typ.Position = UDim2.new(0, 50, 0, 15)
  571. Typ.Size = UDim2.new(0, 200, 0, 25)
  572. Typ.Font = Enum.Font.Fantasy
  573. Typ.FontSize = Enum.FontSize.Size14
  574. Typ.Text = "Type"
  575. Typ.TextColor3 = Color3.new(1, 1, 1)
  576. Typ.TextScaled = true
  577. Typ.TextSize = 14
  578. Typ.TextWrapped = true
  579.  
  580. Giver.Name = "Giver"
  581. Giver.Parent = TransferFrame
  582. Giver.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  583. Giver.BorderColor3 = Color3.new(0, 0, 0)
  584. Giver.BorderSizePixel = 2
  585. Giver.Position = UDim2.new(0, 10, 0, 55)
  586. Giver.Size = UDim2.new(0, 135, 0, 25)
  587. Giver.Font = Enum.Font.Fantasy
  588. Giver.FontSize = Enum.FontSize.Size24
  589. Giver.Text = "Giving Poke"
  590. Giver.TextColor3 = Color3.new(1, 1, 1)
  591. Giver.TextSize = 19
  592. Giver.TextWrapped = true
  593.  
  594. Reciever.Name = "Reciever"
  595. Reciever.Parent = TransferFrame
  596. Reciever.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  597. Reciever.BorderColor3 = Color3.new(0, 0, 0)
  598. Reciever.BorderSizePixel = 2
  599. Reciever.Position = UDim2.new(0, 160, 0, 55)
  600. Reciever.Size = UDim2.new(0, 135, 0, 25)
  601. Reciever.Font = Enum.Font.Fantasy
  602. Reciever.FontSize = Enum.FontSize.Size14
  603. Reciever.Text = "Recieving Poke"
  604. Reciever.TextColor3 = Color3.new(1, 1, 1)
  605. Reciever.TextScaled = true
  606. Reciever.TextSize = 14
  607. Reciever.TextWrapped = true
  608.  
  609. Transfer.Name = "Transfer"
  610. Transfer.Parent = TransferFrame
  611. Transfer.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  612. Transfer.BorderColor3 = Color3.new(0, 0, 0)
  613. Transfer.BorderSizePixel = 2
  614. Transfer.Position = UDim2.new(0, 50, 0, 95)
  615. Transfer.Size = UDim2.new(0, 200, 0, 20)
  616. Transfer.Font = Enum.Font.Fantasy
  617. Transfer.FontSize = Enum.FontSize.Size14
  618. Transfer.Text = "Transfer!"
  619. Transfer.TextColor3 = Color3.new(1, 1, 1)
  620. Transfer.TextScaled = true
  621. Transfer.TextSize = 14
  622. Transfer.TextWrapped = true
  623.  
  624. Info.Name = "Info"
  625. Info.Parent = TransferFrame
  626. Info.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  627. Info.BorderColor3 = Color3.new(0, 0, 0)
  628. Info.BorderSizePixel = 2
  629. Info.Position = UDim2.new(0, 0, 0, 150)
  630. Info.Size = UDim2.new(0, 305, 0, 50)
  631. Info.Font = Enum.Font.SourceSans
  632. Info.FontSize = Enum.FontSize.Size14
  633. Info.Text = "Lvl, Experience, LevelMet, Form, DateMet, Gender, Nature, Pokeball, Owner, EV, IV, Moves, Stats"
  634. Info.TextColor3 = Color3.new(0, 1, 0)
  635. Info.TextScaled = true
  636. Info.TextSize = 14
  637. Info.TextWrapped = true
  638.  
  639. Info_2.Name = "Info"
  640. Info_2.Parent = TransferFrame
  641. Info_2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  642. Info_2.BorderColor3 = Color3.new(0, 0, 0)
  643. Info_2.BorderSizePixel = 2
  644. Info_2.Position = UDim2.new(0, 0, 0, 125)
  645. Info_2.Size = UDim2.new(0, 305, 0, 25)
  646. Info_2.Font = Enum.Font.SourceSans
  647. Info_2.FontSize = Enum.FontSize.Size14
  648. Info_2.Text = "TYPES:"
  649. Info_2.TextColor3 = Color3.new(0, 1, 0)
  650. Info_2.TextScaled = true
  651. Info_2.TextSize = 14
  652. Info_2.TextWrapped = true
  653.  
  654. EraserFrame.Name = "EraserFrame"
  655. EraserFrame.Parent = GuiFrame
  656. EraserFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  657. EraserFrame.BorderColor3 = Color3.new(0, 0, 0)
  658. EraserFrame.BorderSizePixel = 2
  659. EraserFrame.Position = UDim2.new(0, 105, 0, 50)
  660. EraserFrame.Size = UDim2.new(0, 250, 0, 120)
  661. EraserFrame.Visible = false
  662.  
  663. _1.Name = "1"
  664. _1.Parent = EraserFrame
  665. _1.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  666. _1.BorderColor3 = Color3.new(0, 0, 0)
  667. _1.BorderSizePixel = 2
  668. _1.Position = UDim2.new(0, 15, 0, 15)
  669. _1.Size = UDim2.new(0, 20, 0, 20)
  670. _1.Font = Enum.Font.Highway
  671. _1.FontSize = Enum.FontSize.Size18
  672. _1.Text = "1"
  673. _1.TextColor3 = Color3.new(1, 1, 1)
  674. _1.TextSize = 18
  675.  
  676. _2.Name = "2"
  677. _2.Parent = EraserFrame
  678. _2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  679. _2.BorderColor3 = Color3.new(0, 0, 0)
  680. _2.BorderSizePixel = 2
  681. _2.Position = UDim2.new(0, 55, 0, 15)
  682. _2.Size = UDim2.new(0, 20, 0, 20)
  683. _2.Font = Enum.Font.Highway
  684. _2.FontSize = Enum.FontSize.Size18
  685. _2.Text = "2"
  686. _2.TextColor3 = Color3.new(1, 1, 1)
  687. _2.TextSize = 18
  688.  
  689. _3.Name = "3"
  690. _3.Parent = EraserFrame
  691. _3.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  692. _3.BorderColor3 = Color3.new(0, 0, 0)
  693. _3.BorderSizePixel = 2
  694. _3.Position = UDim2.new(0, 95, 0, 15)
  695. _3.Size = UDim2.new(0, 20, 0, 20)
  696. _3.Font = Enum.Font.Highway
  697. _3.FontSize = Enum.FontSize.Size18
  698. _3.Text = "3"
  699. _3.TextColor3 = Color3.new(1, 1, 1)
  700. _3.TextSize = 18
  701.  
  702. _4.Name = "4"
  703. _4.Parent = EraserFrame
  704. _4.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  705. _4.BorderColor3 = Color3.new(0, 0, 0)
  706. _4.BorderSizePixel = 2
  707. _4.Position = UDim2.new(0, 135, 0, 15)
  708. _4.Size = UDim2.new(0, 20, 0, 20)
  709. _4.Font = Enum.Font.Highway
  710. _4.FontSize = Enum.FontSize.Size18
  711. _4.Text = "4"
  712. _4.TextColor3 = Color3.new(1, 1, 1)
  713. _4.TextSize = 18
  714.  
  715. _5.Name = "5"
  716. _5.Parent = EraserFrame
  717. _5.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  718. _5.BorderColor3 = Color3.new(0, 0, 0)
  719. _5.BorderSizePixel = 2
  720. _5.Position = UDim2.new(0, 175, 0, 15)
  721. _5.Size = UDim2.new(0, 20, 0, 20)
  722. _5.Font = Enum.Font.Highway
  723. _5.FontSize = Enum.FontSize.Size18
  724. _5.Text = "5"
  725. _5.TextColor3 = Color3.new(1, 1, 1)
  726. _5.TextSize = 18
  727.  
  728. _6.Name = "6"
  729. _6.Parent = EraserFrame
  730. _6.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  731. _6.BorderColor3 = Color3.new(0, 0, 0)
  732. _6.BorderSizePixel = 2
  733. _6.Position = UDim2.new(0, 215, 0, 15)
  734. _6.Size = UDim2.new(0, 20, 0, 20)
  735. _6.Font = Enum.Font.Highway
  736. _6.FontSize = Enum.FontSize.Size18
  737. _6.Text = "6"
  738. _6.TextColor3 = Color3.new(1, 1, 1)
  739. _6.TextSize = 18
  740.  
  741. _7.Name = "7"
  742. _7.Parent = EraserFrame
  743. _7.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  744. _7.BorderColor3 = Color3.new(0, 0, 0)
  745. _7.BorderSizePixel = 2
  746. _7.Position = UDim2.new(0, 15, 0, 45)
  747. _7.Size = UDim2.new(0, 20, 0, 20)
  748. _7.Font = Enum.Font.Highway
  749. _7.FontSize = Enum.FontSize.Size18
  750. _7.Text = "7"
  751. _7.TextColor3 = Color3.new(1, 1, 1)
  752. _7.TextSize = 18
  753.  
  754. _8.Name = "8"
  755. _8.Parent = EraserFrame
  756. _8.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  757. _8.BorderColor3 = Color3.new(0, 0, 0)
  758. _8.BorderSizePixel = 2
  759. _8.Position = UDim2.new(0, 55, 0, 45)
  760. _8.Size = UDim2.new(0, 20, 0, 20)
  761. _8.Font = Enum.Font.Highway
  762. _8.FontSize = Enum.FontSize.Size18
  763. _8.Text = "8"
  764. _8.TextColor3 = Color3.new(1, 1, 1)
  765. _8.TextSize = 18
  766.  
  767. _9.Name = "9"
  768. _9.Parent = EraserFrame
  769. _9.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  770. _9.BorderColor3 = Color3.new(0, 0, 0)
  771. _9.BorderSizePixel = 2
  772. _9.Position = UDim2.new(0, 95, 0, 45)
  773. _9.Size = UDim2.new(0, 20, 0, 20)
  774. _9.Font = Enum.Font.Highway
  775. _9.FontSize = Enum.FontSize.Size18
  776. _9.Text = "9"
  777. _9.TextColor3 = Color3.new(1, 1, 1)
  778. _9.TextSize = 18
  779.  
  780. _10.Name = "10"
  781. _10.Parent = EraserFrame
  782. _10.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  783. _10.BorderColor3 = Color3.new(0, 0, 0)
  784. _10.BorderSizePixel = 2
  785. _10.Position = UDim2.new(0, 135, 0, 45)
  786. _10.Size = UDim2.new(0, 20, 0, 20)
  787. _10.Font = Enum.Font.Highway
  788. _10.FontSize = Enum.FontSize.Size18
  789. _10.Text = "10"
  790. _10.TextColor3 = Color3.new(1, 1, 1)
  791. _10.TextSize = 18
  792.  
  793. _11.Name = "11"
  794. _11.Parent = EraserFrame
  795. _11.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  796. _11.BorderColor3 = Color3.new(0, 0, 0)
  797. _11.BorderSizePixel = 2
  798. _11.Position = UDim2.new(0, 175, 0, 45)
  799. _11.Size = UDim2.new(0, 20, 0, 20)
  800. _11.Font = Enum.Font.Highway
  801. _11.FontSize = Enum.FontSize.Size18
  802. _11.Text = "11"
  803. _11.TextColor3 = Color3.new(1, 1, 1)
  804. _11.TextSize = 18
  805.  
  806. _12.Name = "12"
  807. _12.Parent = EraserFrame
  808. _12.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  809. _12.BorderColor3 = Color3.new(0, 0, 0)
  810. _12.BorderSizePixel = 2
  811. _12.Position = UDim2.new(0, 215, 0, 45)
  812. _12.Size = UDim2.new(0, 20, 0, 20)
  813. _12.Font = Enum.Font.Highway
  814. _12.FontSize = Enum.FontSize.Size18
  815. _12.Text = "12"
  816. _12.TextColor3 = Color3.new(1, 1, 1)
  817. _12.TextSize = 18
  818.  
  819. Warning.Name = "Warning"
  820. Warning.Parent = EraserFrame
  821. Warning.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  822. Warning.BorderColor3 = Color3.new(0, 0, 0)
  823. Warning.BorderSizePixel = 2
  824. Warning.Position = UDim2.new(0, 0, 0, 80)
  825. Warning.Size = UDim2.new(0, 250, 0, 40)
  826. Warning.Font = Enum.Font.Fantasy
  827. Warning.FontSize = Enum.FontSize.Size14
  828. Warning.Text = "THIS WILL RELEASE ALL THE POKEMON FROM THE  SELECTED PC BOX NUMBER!"
  829. Warning.TextColor3 = Color3.new(1, 0, 0)
  830. Warning.TextScaled = true
  831. Warning.TextSize = 14
  832. Warning.TextWrapped = true
  833.  
  834. Others.Name = "Others"
  835. Others.Parent = GuiFrame
  836. Others.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  837. Others.BorderColor3 = Color3.new(0, 0, 0)
  838. Others.BorderSizePixel = 2
  839. Others.Position = UDim2.new(0, 340, 0, 10)
  840. Others.Size = UDim2.new(0, 95, 0, 20)
  841. Others.ZIndex = 2
  842. Others.Font = Enum.Font.Highway
  843. Others.FontSize = Enum.FontSize.Size18
  844. Others.Text = "Other"
  845. Others.TextColor3 = Color3.new(1, 1, 1)
  846. Others.TextSize = 18
  847.  
  848. Teleporting.Name = "Teleporting"
  849. Teleporting.Parent = MainFrame
  850. Teleporting.BackgroundColor3 = Color3.new(0, 0, 0)
  851. Teleporting.BorderColor3 = Color3.new(1, 1, 1)
  852. Teleporting.Position = UDim2.new(0, 290, 0, 0)
  853. Teleporting.Size = UDim2.new(0, 70, 0, 30)
  854. Teleporting.Style = Enum.ButtonStyle.RobloxButton
  855. Teleporting.Font = Enum.Font.Highway
  856. Teleporting.FontSize = Enum.FontSize.Size18
  857. Teleporting.Text = "Teleport"
  858. Teleporting.TextColor3 = Color3.new(1, 1, 1)
  859. Teleporting.TextSize = 15
  860. Teleporting.TextWrapped = true
  861.  
  862. TPFrame.Name = "TPFrame"
  863. TPFrame.Parent = Teleporting
  864. TPFrame.Active = true
  865. TPFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  866. TPFrame.BorderColor3 = Color3.new(0, 0, 0)
  867. TPFrame.BorderSizePixel = 2
  868. TPFrame.Draggable = true
  869. TPFrame.Position = UDim2.new(0, 155, 0, 30)
  870. TPFrame.Size = UDim2.new(0, 160, 0, 243)
  871. TPFrame.Visible = false
  872.  
  873. TPMain.Name = "TPMain"
  874. TPMain.Parent = TPFrame
  875. TPMain.Active = true
  876. TPMain.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  877. TPMain.BorderColor3 = Color3.new(0, 0, 0)
  878. TPMain.BorderSizePixel = 2
  879. TPMain.Size = UDim2.new(0, 160, 0, 245)
  880. TPMain.CanvasSize = UDim2.new(0, 0, 2.79999995, 0)
  881.  
  882. ViridianForest.Name = "ViridianForest"
  883. ViridianForest.Parent = TPMain
  884. ViridianForest.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  885. ViridianForest.BorderColor3 = Color3.new(0, 0, 0)
  886. ViridianForest.BorderSizePixel = 2
  887. ViridianForest.Position = UDim2.new(0, 0, 0, 100)
  888. ViridianForest.Size = UDim2.new(0, 150, 0, 20)
  889. ViridianForest.Font = Enum.Font.SciFi
  890. ViridianForest.FontSize = Enum.FontSize.Size14
  891. ViridianForest.Text = "Viridian Forest"
  892. ViridianForest.TextColor3 = Color3.new(1, 1, 1)
  893. ViridianForest.TextSize = 14
  894.  
  895. Viridian.Name = "Viridian"
  896. Viridian.Parent = TPMain
  897. Viridian.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  898. Viridian.BorderColor3 = Color3.new(0, 0, 0)
  899. Viridian.BorderSizePixel = 2
  900. Viridian.Position = UDim2.new(0, 0, 0, 25)
  901. Viridian.Size = UDim2.new(0, 150, 0, 20)
  902. Viridian.Font = Enum.Font.SciFi
  903. Viridian.FontSize = Enum.FontSize.Size14
  904. Viridian.Text = "Viridian City"
  905. Viridian.TextColor3 = Color3.new(1, 1, 1)
  906. Viridian.TextSize = 14
  907.  
  908. Vermillion.Name = "Vermillion"
  909. Vermillion.Parent = TPMain
  910. Vermillion.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  911. Vermillion.BorderColor3 = Color3.new(0, 0, 0)
  912. Vermillion.BorderSizePixel = 2
  913. Vermillion.Position = UDim2.new(0, 0, 0, 225)
  914. Vermillion.Size = UDim2.new(0, 150, 0, 20)
  915. Vermillion.Font = Enum.Font.SciFi
  916. Vermillion.FontSize = Enum.FontSize.Size14
  917. Vermillion.Text = "Vermillion City"
  918. Vermillion.TextColor3 = Color3.new(1, 1, 1)
  919. Vermillion.TextSize = 14
  920.  
  921. SeaFoamCave.Name = "SeaFoamCave"
  922. SeaFoamCave.Parent = TPMain
  923. SeaFoamCave.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  924. SeaFoamCave.BorderColor3 = Color3.new(0, 0, 0)
  925. SeaFoamCave.BorderSizePixel = 2
  926. SeaFoamCave.Position = UDim2.new(0, 0, 0, 350)
  927. SeaFoamCave.Size = UDim2.new(0, 150, 0, 20)
  928. SeaFoamCave.Font = Enum.Font.SciFi
  929. SeaFoamCave.FontSize = Enum.FontSize.Size14
  930. SeaFoamCave.Text = "SeaFoam Cave"
  931. SeaFoamCave.TextColor3 = Color3.new(1, 1, 1)
  932. SeaFoamCave.TextSize = 14
  933.  
  934. Saffron.Name = "Saffron"
  935. Saffron.Parent = TPMain
  936. Saffron.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  937. Saffron.BorderColor3 = Color3.new(0, 0, 0)
  938. Saffron.BorderSizePixel = 2
  939. Saffron.Position = UDim2.new(0, 0, 0, 400)
  940. Saffron.Size = UDim2.new(0, 150, 0, 20)
  941. Saffron.Font = Enum.Font.SciFi
  942. Saffron.FontSize = Enum.FontSize.Size14
  943. Saffron.Text = "Saffron City"
  944. Saffron.TextColor3 = Color3.new(1, 1, 1)
  945. Saffron.TextSize = 14
  946.  
  947. Route8.Name = "Route8"
  948. Route8.Parent = TPMain
  949. Route8.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  950. Route8.BorderColor3 = Color3.new(0, 0, 0)
  951. Route8.BorderSizePixel = 2
  952. Route8.Position = UDim2.new(0, 0, 0, 275)
  953. Route8.Size = UDim2.new(0, 150, 0, 20)
  954. Route8.Font = Enum.Font.SciFi
  955. Route8.FontSize = Enum.FontSize.Size14
  956. Route8.Text = "Route 8"
  957. Route8.TextColor3 = Color3.new(1, 1, 1)
  958. Route8.TextSize = 14
  959.  
  960. Route6.Name = "Route6"
  961. Route6.Parent = TPMain
  962. Route6.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  963. Route6.BorderColor3 = Color3.new(0, 0, 0)
  964. Route6.BorderSizePixel = 2
  965. Route6.Position = UDim2.new(0, 0, 0, 200)
  966. Route6.Size = UDim2.new(0, 150, 0, 20)
  967. Route6.Font = Enum.Font.SciFi
  968. Route6.FontSize = Enum.FontSize.Size14
  969. Route6.Text = "Route 6"
  970. Route6.TextColor3 = Color3.new(1, 1, 1)
  971. Route6.TextSize = 14
  972.  
  973. Route22.Name = "Route22"
  974. Route22.Parent = TPMain
  975. Route22.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  976. Route22.BorderColor3 = Color3.new(0, 0, 0)
  977. Route22.BorderSizePixel = 2
  978. Route22.Position = UDim2.new(0, 0, 0, 75)
  979. Route22.Size = UDim2.new(0, 150, 0, 20)
  980. Route22.Font = Enum.Font.SciFi
  981. Route22.FontSize = Enum.FontSize.Size14
  982. Route22.Text = "Route 22"
  983. Route22.TextColor3 = Color3.new(1, 1, 1)
  984. Route22.TextSize = 14
  985.  
  986. Route21.Name = "Route21"
  987. Route21.Parent = TPMain
  988. Route21.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  989. Route21.BorderColor3 = Color3.new(0, 0, 0)
  990. Route21.BorderSizePixel = 2
  991. Route21.Position = UDim2.new(0, 0, 0, 425)
  992. Route21.Size = UDim2.new(0, 150, 0, 20)
  993. Route21.Font = Enum.Font.SciFi
  994. Route21.FontSize = Enum.FontSize.Size14
  995. Route21.Text = "Route 21"
  996. Route21.TextColor3 = Color3.new(1, 1, 1)
  997. Route21.TextSize = 14
  998.  
  999. Route2.Name = "Route2"
  1000. Route2.Parent = TPMain
  1001. Route2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1002. Route2.BorderColor3 = Color3.new(0, 0, 0)
  1003. Route2.BorderSizePixel = 2
  1004. Route2.Position = UDim2.new(0, 0, 0, 50)
  1005. Route2.Size = UDim2.new(0, 150, 0, 20)
  1006. Route2.Font = Enum.Font.SciFi
  1007. Route2.FontSize = Enum.FontSize.Size14
  1008. Route2.Text = "Route 2"
  1009. Route2.TextColor3 = Color3.new(1, 1, 1)
  1010. Route2.TextSize = 14
  1011.  
  1012. Route17.Name = "Route17"
  1013. Route17.Parent = TPMain
  1014. Route17.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1015. Route17.BorderColor3 = Color3.new(0, 0, 0)
  1016. Route17.BorderSizePixel = 2
  1017. Route17.Position = UDim2.new(0, 0, 0, 375)
  1018. Route17.Size = UDim2.new(0, 150, 0, 20)
  1019. Route17.Font = Enum.Font.SciFi
  1020. Route17.FontSize = Enum.FontSize.Size14
  1021. Route17.Text = "Route 17"
  1022. Route17.TextColor3 = Color3.new(1, 1, 1)
  1023. Route17.TextSize = 14
  1024.  
  1025. Route1.Name = "Route1"
  1026. Route1.Parent = TPMain
  1027. Route1.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1028. Route1.BorderColor3 = Color3.new(0, 0, 0)
  1029. Route1.BorderSizePixel = 2
  1030. Route1.Size = UDim2.new(0, 150, 0, 20)
  1031. Route1.Font = Enum.Font.SciFi
  1032. Route1.FontSize = Enum.FontSize.Size14
  1033. Route1.Text = "Route 1"
  1034. Route1.TextColor3 = Color3.new(1, 1, 1)
  1035. Route1.TextSize = 14
  1036.  
  1037. Pewter.Name = "Pewter"
  1038. Pewter.Parent = TPMain
  1039. Pewter.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1040. Pewter.BorderColor3 = Color3.new(0, 0, 0)
  1041. Pewter.BorderSizePixel = 2
  1042. Pewter.Position = UDim2.new(0, 0, 0, 125)
  1043. Pewter.Size = UDim2.new(0, 150, 0, 20)
  1044. Pewter.Font = Enum.Font.SciFi
  1045. Pewter.FontSize = Enum.FontSize.Size14
  1046. Pewter.Text = "Pewter Town"
  1047. Pewter.TextColor3 = Color3.new(1, 1, 1)
  1048. Pewter.TextSize = 14
  1049.  
  1050. PalkiaArea.Name = "PalkiaArea"
  1051. PalkiaArea.Parent = TPMain
  1052. PalkiaArea.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1053. PalkiaArea.BorderColor3 = Color3.new(0, 0, 0)
  1054. PalkiaArea.BorderSizePixel = 2
  1055. PalkiaArea.Position = UDim2.new(0, 0, 0, 550)
  1056. PalkiaArea.Size = UDim2.new(0, 150, 0, 20)
  1057. PalkiaArea.Font = Enum.Font.SciFi
  1058. PalkiaArea.FontSize = Enum.FontSize.Size14
  1059. PalkiaArea.Text = "Palkia Area"
  1060. PalkiaArea.TextColor3 = Color3.new(1, 1, 1)
  1061. PalkiaArea.TextSize = 14
  1062.  
  1063. Mysterious.Name = "Mysterious"
  1064. Mysterious.Parent = TPMain
  1065. Mysterious.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1066. Mysterious.BorderColor3 = Color3.new(0, 0, 0)
  1067. Mysterious.BorderSizePixel = 2
  1068. Mysterious.Position = UDim2.new(0, 0, 0, 600)
  1069. Mysterious.Size = UDim2.new(0, 150, 0, 20)
  1070. Mysterious.Font = Enum.Font.SciFi
  1071. Mysterious.FontSize = Enum.FontSize.Size14
  1072. Mysterious.Text = "Mysterious Grotto"
  1073. Mysterious.TextColor3 = Color3.new(1, 1, 1)
  1074. Mysterious.TextSize = 14
  1075.  
  1076. Moon.Name = "Moon"
  1077. Moon.Parent = TPMain
  1078. Moon.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1079. Moon.BorderColor3 = Color3.new(0, 0, 0)
  1080. Moon.BorderSizePixel = 2
  1081. Moon.Position = UDim2.new(0, 0, 0, 150)
  1082. Moon.Size = UDim2.new(0, 150, 0, 20)
  1083. Moon.Font = Enum.Font.SciFi
  1084. Moon.FontSize = Enum.FontSize.Size14
  1085. Moon.Text = "Mount Moon"
  1086. Moon.TextColor3 = Color3.new(1, 1, 1)
  1087. Moon.TextSize = 14
  1088.  
  1089. Mausoleum2.Name = "Mausoleum2"
  1090. Mausoleum2.Parent = TPMain
  1091. Mausoleum2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1092. Mausoleum2.BorderColor3 = Color3.new(0, 0, 0)
  1093. Mausoleum2.BorderSizePixel = 2
  1094. Mausoleum2.Position = UDim2.new(0, 0, 0, 650)
  1095. Mausoleum2.Size = UDim2.new(0, 150, 0, 20)
  1096. Mausoleum2.Font = Enum.Font.SciFi
  1097. Mausoleum2.FontSize = Enum.FontSize.Size14
  1098. Mausoleum2.Text = "Inside Mausoleum"
  1099. Mausoleum2.TextColor3 = Color3.new(1, 1, 1)
  1100. Mausoleum2.TextSize = 14
  1101.  
  1102. Mausoleum.Name = "Mausoleum"
  1103. Mausoleum.Parent = TPMain
  1104. Mausoleum.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1105. Mausoleum.BorderColor3 = Color3.new(0, 0, 0)
  1106. Mausoleum.BorderSizePixel = 2
  1107. Mausoleum.Position = UDim2.new(0, 0, 0, 625)
  1108. Mausoleum.Size = UDim2.new(0, 150, 0, 20)
  1109. Mausoleum.Font = Enum.Font.SciFi
  1110. Mausoleum.FontSize = Enum.FontSize.Size14
  1111. Mausoleum.Text = "Mausoleum of Origin"
  1112. Mausoleum.TextColor3 = Color3.new(1, 1, 1)
  1113. Mausoleum.TextSize = 14
  1114.  
  1115. Lavender.Name = "Lavender"
  1116. Lavender.Parent = TPMain
  1117. Lavender.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1118. Lavender.BorderColor3 = Color3.new(0, 0, 0)
  1119. Lavender.BorderSizePixel = 2
  1120. Lavender.Position = UDim2.new(0, 0, 0, 250)
  1121. Lavender.Size = UDim2.new(0, 150, 0, 20)
  1122. Lavender.Font = Enum.Font.SciFi
  1123. Lavender.FontSize = Enum.FontSize.Size14
  1124. Lavender.Text = "Lavender Town"
  1125. Lavender.TextColor3 = Color3.new(1, 1, 1)
  1126. Lavender.TextSize = 14
  1127.  
  1128. Indigo.Name = "Indigo"
  1129. Indigo.Parent = TPMain
  1130. Indigo.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1131. Indigo.BorderColor3 = Color3.new(0, 0, 0)
  1132. Indigo.BorderSizePixel = 2
  1133. Indigo.Position = UDim2.new(0, 0, 0, 475)
  1134. Indigo.Size = UDim2.new(0, 150, 0, 20)
  1135. Indigo.Font = Enum.Font.SciFi
  1136. Indigo.FontSize = Enum.FontSize.Size14
  1137. Indigo.Text = "Indigo Plateu"
  1138. Indigo.TextColor3 = Color3.new(1, 1, 1)
  1139. Indigo.TextSize = 14
  1140.  
  1141. Fuchsia.Name = "Fuchsia"
  1142. Fuchsia.Parent = TPMain
  1143. Fuchsia.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1144. Fuchsia.BorderColor3 = Color3.new(0, 0, 0)
  1145. Fuchsia.BorderSizePixel = 2
  1146. Fuchsia.Position = UDim2.new(0, 0, 0, 325)
  1147. Fuchsia.Size = UDim2.new(0, 150, 0, 20)
  1148. Fuchsia.Font = Enum.Font.SciFi
  1149. Fuchsia.FontSize = Enum.FontSize.Size14
  1150. Fuchsia.Text = "Fuchsia City"
  1151. Fuchsia.TextColor3 = Color3.new(1, 1, 1)
  1152. Fuchsia.TextSize = 14
  1153.  
  1154. Elegant.Name = "Elegant"
  1155. Elegant.Parent = TPMain
  1156. Elegant.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1157. Elegant.BorderColor3 = Color3.new(0, 0, 0)
  1158. Elegant.BorderSizePixel = 2
  1159. Elegant.Position = UDim2.new(0, 0, 0, 525)
  1160. Elegant.Size = UDim2.new(0, 150, 0, 20)
  1161. Elegant.Font = Enum.Font.SciFi
  1162. Elegant.FontSize = Enum.FontSize.Size14
  1163. Elegant.Text = "Elegant Valley"
  1164. Elegant.TextColor3 = Color3.new(1, 1, 1)
  1165. Elegant.TextSize = 14
  1166.  
  1167. Cinnabar.Name = "Cinnabar"
  1168. Cinnabar.Parent = TPMain
  1169. Cinnabar.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1170. Cinnabar.BorderColor3 = Color3.new(0, 0, 0)
  1171. Cinnabar.BorderSizePixel = 2
  1172. Cinnabar.Position = UDim2.new(0, 0, 0, 450)
  1173. Cinnabar.Size = UDim2.new(0, 150, 0, 20)
  1174. Cinnabar.Font = Enum.Font.SciFi
  1175. Cinnabar.FontSize = Enum.FontSize.Size14
  1176. Cinnabar.Text = "Cinnabar Volcano"
  1177. Cinnabar.TextColor3 = Color3.new(1, 1, 1)
  1178. Cinnabar.TextSize = 14
  1179.  
  1180. Cerulean.Name = "Cerulean"
  1181. Cerulean.Parent = TPMain
  1182. Cerulean.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1183. Cerulean.BorderColor3 = Color3.new(0, 0, 0)
  1184. Cerulean.BorderSizePixel = 2
  1185. Cerulean.Position = UDim2.new(0, 0, 0, 175)
  1186. Cerulean.Size = UDim2.new(0, 150, 0, 20)
  1187. Cerulean.Font = Enum.Font.SciFi
  1188. Cerulean.FontSize = Enum.FontSize.Size14
  1189. Cerulean.Text = "Cerulean City"
  1190. Cerulean.TextColor3 = Color3.new(1, 1, 1)
  1191. Cerulean.TextSize = 14
  1192.  
  1193. Celadon.Name = "Celadon"
  1194. Celadon.Parent = TPMain
  1195. Celadon.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1196. Celadon.BorderColor3 = Color3.new(0, 0, 0)
  1197. Celadon.BorderSizePixel = 2
  1198. Celadon.Position = UDim2.new(0, 0, 0, 300)
  1199. Celadon.Size = UDim2.new(0, 150, 0, 20)
  1200. Celadon.Font = Enum.Font.SciFi
  1201. Celadon.FontSize = Enum.FontSize.Size14
  1202. Celadon.Text = "Celadon City"
  1203. Celadon.TextColor3 = Color3.new(1, 1, 1)
  1204. Celadon.TextSize = 14
  1205.  
  1206. Canyon.Name = "Canyon"
  1207. Canyon.Parent = TPMain
  1208. Canyon.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1209. Canyon.BorderColor3 = Color3.new(0, 0, 0)
  1210. Canyon.BorderSizePixel = 2
  1211. Canyon.Position = UDim2.new(0, 0, 0, 500)
  1212. Canyon.Size = UDim2.new(0, 150, 0, 20)
  1213. Canyon.Font = Enum.Font.SciFi
  1214. Canyon.FontSize = Enum.FontSize.Size14
  1215. Canyon.Text = "Snow Canyon"
  1216. Canyon.TextColor3 = Color3.new(1, 1, 1)
  1217. Canyon.TextSize = 14
  1218.  
  1219. AuraLab.Name = "AuraLab"
  1220. AuraLab.Parent = TPMain
  1221. AuraLab.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1222. AuraLab.BorderColor3 = Color3.new(0, 0, 0)
  1223. AuraLab.BorderSizePixel = 2
  1224. AuraLab.Position = UDim2.new(0, 0, 0, 575)
  1225. AuraLab.Size = UDim2.new(0, 150, 0, 20)
  1226. AuraLab.Font = Enum.Font.SciFi
  1227. AuraLab.FontSize = Enum.FontSize.Size14
  1228. AuraLab.Text = "Aura Lab"
  1229. AuraLab.TextColor3 = Color3.new(1, 1, 1)
  1230. AuraLab.TextSize = 14
  1231.  
  1232. Battling.Name = "Battling"
  1233. Battling.Parent = MainFrame
  1234. Battling.BackgroundColor3 = Color3.new(0, 0, 0)
  1235. Battling.BorderColor3 = Color3.new(1, 1, 1)
  1236. Battling.Position = UDim2.new(0, 370, 0, 0)
  1237. Battling.Size = UDim2.new(0, 70, 0, 30)
  1238. Battling.Style = Enum.ButtonStyle.RobloxButton
  1239. Battling.Font = Enum.Font.Highway
  1240. Battling.FontSize = Enum.FontSize.Size18
  1241. Battling.Text = "In-Battle"
  1242. Battling.TextColor3 = Color3.new(1, 1, 1)
  1243. Battling.TextSize = 15
  1244. Battling.TextWrapped = true
  1245.  
  1246. BattleFrame.Name = "BattleFrame"
  1247. BattleFrame.Parent = Battling
  1248. BattleFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1249. BattleFrame.BackgroundTransparency = 1
  1250. BattleFrame.BorderColor3 = Color3.new(1, 1, 1)
  1251. BattleFrame.BorderSizePixel = 0
  1252. BattleFrame.Position = UDim2.new(0, 435, 0, 325)
  1253. BattleFrame.Size = UDim2.new(0, 105, 0, 140)
  1254. BattleFrame.Visible = false
  1255.  
  1256. Capture.Name = "Capture"
  1257. Capture.Parent = BattleFrame
  1258. Capture.BackgroundColor3 = Color3.new(1, 1, 0)
  1259. Capture.BackgroundTransparency = 1
  1260. Capture.BorderSizePixel = 0
  1261. Capture.Position = UDim2.new(0, 15, 0, 55)
  1262. Capture.Size = UDim2.new(0, 80, 0, 20)
  1263. Capture.ZIndex = 2
  1264. Capture.Font = Enum.Font.SciFi
  1265. Capture.FontSize = Enum.FontSize.Size24
  1266. Capture.Text = "CATCH"
  1267. Capture.TextColor3 = Color3.new(1, 1, 1)
  1268. Capture.TextSize = 20
  1269.  
  1270. CaptureImg.Name = "CaptureImg"
  1271. CaptureImg.Parent = Capture
  1272. CaptureImg.BackgroundColor3 = Color3.new(1, 1, 1)
  1273. CaptureImg.BackgroundTransparency = 1
  1274. CaptureImg.Position = UDim2.new(0, -15, 0, -10)
  1275. CaptureImg.Size = UDim2.new(0, 110, 0, 40)
  1276. CaptureImg.Image = "rbxassetid://1235780784"
  1277.  
  1278. SelectedCapture.Name = "SelectedCapture"
  1279. SelectedCapture.Parent = Capture
  1280. SelectedCapture.BackgroundColor3 = Color3.new(1, 1, 1)
  1281. SelectedCapture.BackgroundTransparency = 1
  1282. SelectedCapture.Position = UDim2.new(0, -15, 0, -10)
  1283. SelectedCapture.Size = UDim2.new(0, 110, 0, 40)
  1284. SelectedCapture.Visible = false
  1285. SelectedCapture.Image = "rbxassetid://1277833127"
  1286.  
  1287. Kill.Name = "Kill"
  1288. Kill.Parent = BattleFrame
  1289. Kill.BackgroundColor3 = Color3.new(1, 1, 0)
  1290. Kill.BackgroundTransparency = 1
  1291. Kill.BorderSizePixel = 0
  1292. Kill.Position = UDim2.new(0, 15, 0, 10)
  1293. Kill.Size = UDim2.new(0, 80, 0, 20)
  1294. Kill.ZIndex = 2
  1295. Kill.Font = Enum.Font.SciFi
  1296. Kill.FontSize = Enum.FontSize.Size24
  1297. Kill.Text = "KILL"
  1298. Kill.TextColor3 = Color3.new(1, 1, 1)
  1299. Kill.TextSize = 20
  1300.  
  1301. KillImg.Name = "KillImg"
  1302. KillImg.Parent = Kill
  1303. KillImg.BackgroundColor3 = Color3.new(1, 1, 1)
  1304. KillImg.BackgroundTransparency = 1
  1305. KillImg.Position = UDim2.new(0, -15, 0, -10)
  1306. KillImg.Size = UDim2.new(0, 110, 0, 40)
  1307. KillImg.Image = "rbxassetid://1235780784"
  1308.  
  1309. SelectedKill.Name = "SelectedKill"
  1310. SelectedKill.Parent = Kill
  1311. SelectedKill.BackgroundColor3 = Color3.new(1, 1, 1)
  1312. SelectedKill.BackgroundTransparency = 1
  1313. SelectedKill.Position = UDim2.new(0, -15, 0, -10)
  1314. SelectedKill.Size = UDim2.new(0, 110, 0, 40)
  1315. SelectedKill.Visible = false
  1316. SelectedKill.Image = "rbxassetid://1277833127"
  1317.  
  1318. Heal.Name = "Heal"
  1319. Heal.Parent = BattleFrame
  1320. Heal.BackgroundColor3 = Color3.new(1, 1, 0)
  1321. Heal.BackgroundTransparency = 1
  1322. Heal.BorderSizePixel = 0
  1323. Heal.Position = UDim2.new(0, 15, 0, 100)
  1324. Heal.Size = UDim2.new(0, 80, 0, 20)
  1325. Heal.ZIndex = 2
  1326. Heal.Font = Enum.Font.SciFi
  1327. Heal.FontSize = Enum.FontSize.Size24
  1328. Heal.Text = "HEAL"
  1329. Heal.TextColor3 = Color3.new(1, 1, 1)
  1330. Heal.TextSize = 20
  1331.  
  1332. HealImg.Name = "HealImg"
  1333. HealImg.Parent = Heal
  1334. HealImg.BackgroundColor3 = Color3.new(1, 1, 1)
  1335. HealImg.BackgroundTransparency = 1
  1336. HealImg.Position = UDim2.new(0, -15, 0, -10)
  1337. HealImg.Size = UDim2.new(0, 110, 0, 40)
  1338. HealImg.Image = "rbxassetid://1235780784"
  1339.  
  1340. SelectedHeal.Name = "SelectedHeal"
  1341. SelectedHeal.Parent = Heal
  1342. SelectedHeal.BackgroundColor3 = Color3.new(1, 1, 1)
  1343. SelectedHeal.BackgroundTransparency = 1
  1344. SelectedHeal.Position = UDim2.new(0, -15, 0, -10)
  1345. SelectedHeal.Size = UDim2.new(0, 110, 0, 40)
  1346. SelectedHeal.Visible = false
  1347. SelectedHeal.Image = "rbxassetid://1277833127"
  1348.  
  1349. ------------------------------------------------------ Functions ------------------------------------------------------
  1350.  
  1351. local intV = Instance.new("IntValue", PP)
  1352. local plyrmoney = game.Players.LocalPlayer.Money
  1353. local plr = game.Players.LocalPlayer
  1354. local pokedexlist = game.ReplicatedStorage.REvents.Pokemon.createPokedex
  1355. local OppPokemon = plr.OppPokemon
  1356. local PokemonParty = plr.PokemonParty
  1357. local PokemonParty2 = plr:FindFirstChild('PokemonParty2')
  1358.  
  1359. --- Legendary Pokemon Spawns ---
  1360.  
  1361. File = game.ReplicatedStorage.RarePokemonSpawn
  1362. TxtLabel.Text = (File.Value)
  1363. File.Changed:connect(function()
  1364. TxtLabel.Text = (File.Value)
  1365. end)
  1366.  
  1367. --- Close ---
  1368.  
  1369. Close.MouseButton1Down:connect(function()
  1370. PP:Destroy()
  1371. end)
  1372.  
  1373.  
  1374. --- Menu ---
  1375.  
  1376. Minimize.MouseButton1Click:connect(function()
  1377.     if GuiFrame.Visible == false then
  1378.         GuiFrame.Visible = true
  1379.     else
  1380.         GuiFrame.Visible = false
  1381.         ItemFrame.Visible = false
  1382.         OtherFrame.Visible = false
  1383.         EraserFrame.Visible = false
  1384.         TransferFrame.Visible = false
  1385.     end
  1386. end)
  1387.  
  1388. --- TP ---
  1389.  
  1390. Teleporting.MouseButton1Down:connect(function()
  1391.     if TPFrame.Visible == false then
  1392.         TPFrame.Visible = true
  1393.     else
  1394.         TPFrame.Visible = false
  1395.     end
  1396. end)
  1397.  
  1398. --- In-Battle ---
  1399.  
  1400. Battling.MouseButton1Down:connect(function()
  1401.     if BattleFrame.Visible == false then
  1402.         BattleFrame.Visible = true
  1403.     else
  1404.         BattleFrame.Visible = false
  1405.     end
  1406. end)
  1407.  
  1408. --- Trader ---
  1409.  
  1410. Trade.MouseButton1Down:connect(function()
  1411. plr = TradeTxt.Text
  1412. game.Workspace.Remotes.InitiateTrade:FireServer(game.Players[plr])
  1413. end)
  1414.  
  1415. --- Transfer ---
  1416.  
  1417. Transfer.MouseButton1Click:connect(function()
  1418. local to  = Reciever.Text
  1419. local from = Giver.Text
  1420. local tpe = Typ.Text
  1421.  
  1422. local plr = game.Players.LocalPlayer
  1423. local ptyto = game.Players.LocalPlayer.PokemonParty[to]
  1424. local ptyfr = game.Players.LocalPlayer.PokemonParty[from]
  1425. local t = ptyto
  1426. local f = ptyfr
  1427. local IlllIll = game.ReplicatedStorage.REvents.PC.RemoteForHackers
  1428.                 IlllIll:InvokeServer(t[tpe], f)
  1429.                 IlllIll:InvokeServer(f[tpe], t)
  1430. end)
  1431.  
  1432. --- Eraser ---
  1433.  
  1434. _1.MouseButton1Click:connect(function()
  1435. box1 = "1"
  1436. person = "LocalPlayer"
  1437. for i, v in pairs(game.Players:GetPlayers()) do
  1438. if v.Name == game.Players[person].Name then
  1439. player = (v)
  1440. box = player.PC["Box "..box1]
  1441. for i, v in pairs(box:GetChildren()) do
  1442. game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
  1443. end
  1444. end
  1445. end
  1446. end)
  1447.  
  1448. _2.MouseButton1Click:connect(function()
  1449. box1 = "2"
  1450. person = "LocalPlayer"
  1451. for i, v in pairs(game.Players:GetPlayers()) do
  1452. if v.Name == game.Players[person].Name then
  1453. player = (v)
  1454. box = player.PC["Box "..box1]
  1455. for i, v in pairs(box:GetChildren()) do
  1456. game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
  1457. end
  1458. end
  1459. end
  1460. end)
  1461.  
  1462. _3.MouseButton1Click:connect(function()
  1463. box1 = "3"
  1464. person = "LocalPlayer"
  1465. for i, v in pairs(game.Players:GetPlayers()) do
  1466. if v.Name == game.Players[person].Name then
  1467. player = (v)
  1468. box = player.PC["Box "..box1]
  1469. for i, v in pairs(box:GetChildren()) do
  1470. game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
  1471. end
  1472. end
  1473. end
  1474. end)
  1475.  
  1476. _4.MouseButton1Click:connect(function()
  1477. box1 = "4"
  1478. person = "LocalPlayer"
  1479. for i, v in pairs(game.Players:GetPlayers()) do
  1480. if v.Name == game.Players[person].Name then
  1481. player = (v)
  1482. box = player.PC["Box "..box1]
  1483. for i, v in pairs(box:GetChildren()) do
  1484. game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
  1485. end
  1486. end
  1487. end
  1488. end)
  1489.  
  1490. _5.MouseButton1Click:connect(function()
  1491. box1 = "5"
  1492. person = "LocalPlayer"
  1493. for i, v in pairs(game.Players:GetPlayers()) do
  1494. if v.Name == game.Players[person].Name then
  1495. player = (v)
  1496. box = player.PC["Box "..box1]
  1497. for i, v in pairs(box:GetChildren()) do
  1498. game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
  1499. end
  1500. end
  1501. end
  1502. end)
  1503.  
  1504. _6.MouseButton1Click:connect(function()
  1505. box1 = "6"
  1506. person = "LocalPlayer"
  1507. for i, v in pairs(game.Players:GetPlayers()) do
  1508. if v.Name == game.Players[person].Name then
  1509. player = (v)
  1510. box = player.PC["Box "..box1]
  1511. for i, v in pairs(box:GetChildren()) do
  1512. game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
  1513. end
  1514. end
  1515. end
  1516. end)
  1517.  
  1518. _7.MouseButton1Click:connect(function()
  1519. box1 = "7"
  1520. person = "LocalPlayer"
  1521. for i, v in pairs(game.Players:GetPlayers()) do
  1522. if v.Name == game.Players[person].Name then
  1523. player = (v)
  1524. box = player.PC["Box "..box1]
  1525. for i, v in pairs(box:GetChildren()) do
  1526. game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
  1527. end
  1528. end
  1529. end
  1530. end)
  1531.  
  1532. _8.MouseButton1Click:connect(function()
  1533. box1 = "8"
  1534. person = "LocalPlayer"
  1535. for i, v in pairs(game.Players:GetPlayers()) do
  1536. if v.Name == game.Players[person].Name then
  1537. player = (v)
  1538. box = player.PC["Box "..box1]
  1539. for i, v in pairs(box:GetChildren()) do
  1540. game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
  1541. end
  1542. end
  1543. end
  1544. end)
  1545.  
  1546. _9.MouseButton1Click:connect(function()
  1547. box1 = "9"
  1548. person = "LocalPlayer"
  1549. for i, v in pairs(game.Players:GetPlayers()) do
  1550. if v.Name == game.Players[person].Name then
  1551. player = (v)
  1552. box = player.PC["Box "..box1]
  1553. for i, v in pairs(box:GetChildren()) do
  1554. game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
  1555. end
  1556. end
  1557. end
  1558. end)
  1559.  
  1560. _10.MouseButton1Click:connect(function()
  1561. box1 = "10"
  1562. person = "LocalPlayer"
  1563. for i, v in pairs(game.Players:GetPlayers()) do
  1564. if v.Name == game.Players[person].Name then
  1565. player = (v)
  1566. box = player.PC["Box "..box1]
  1567. for i, v in pairs(box:GetChildren()) do
  1568. game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
  1569. end
  1570. end
  1571. end
  1572. end)
  1573.  
  1574. _11.MouseButton1Click:connect(function()
  1575. box1 = "11"
  1576. person = "LocalPlayer"
  1577. for i, v in pairs(game.Players:GetPlayers()) do
  1578. if v.Name == game.Players[person].Name then
  1579. player = (v)
  1580. box = player.PC["Box "..box1]
  1581. for i, v in pairs(box:GetChildren()) do
  1582. game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
  1583. end
  1584. end
  1585. end
  1586. end)
  1587.  
  1588. _12.MouseButton1Click:connect(function()
  1589. box1 = "12"
  1590. person = "LocalPlayer"
  1591. for i, v in pairs(game.Players:GetPlayers()) do
  1592. if v.Name == game.Players[person].Name then
  1593. player = (v)
  1594. box = player.PC["Box "..box1]
  1595. for i, v in pairs(box:GetChildren()) do
  1596. game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
  1597. end
  1598. end
  1599. end
  1600. end)
  1601.  
  1602. --- Waypoints ---
  1603.  
  1604. local WayPoints =
  1605. {
  1606. ["Celadon"] = Vector3.new(-1803.29102, 1.97374797, 360.160004),
  1607. ["Cerulean"] = Vector3.new(-1271.00305, 41.4428673, 1378.32996),
  1608. ["Cinnabar"] = Vector3.new(-5036.60596, 291.424561, 2358.16992),
  1609. ["Elegant"] = Vector3.new(-9139.74023, 85.2877731, 806.039978),
  1610. ["Fuchsia"] = Vector3.new(-3979.30908, -17.2866173, -272.419006),
  1611. ["Indigo"] = Vector3.new(9800.5, 196.700089, 395),
  1612. ["Mausoleum"] = Vector3.new(-618.44397, 20.022295, -4374.73486),
  1613. ["Mysterious"] = Vector3.new(-2409.74097, 165.587921, 4357.479),
  1614. ["Pewter"] = Vector3.new(-970.586975, 13.4916401, 711.872009),
  1615. ["Saffron"] = Vector3.new(-4447.65186, -13.7074337, 983.737976),
  1616. ["Viridian"] = Vector3.new(-212.769516, 12.910078, 565.719727),
  1617. ["Vermillion"] = Vector3.new(-2672.93701, 28.504425, 780.85199),
  1618. ["Mausoleum2"] = Vector3.new(288.7748993, 194.981171, -4399.16113),
  1619. ["Canyon"] = Vector3.new(10038.73096, 302.371979, 378.541351),
  1620. ["Lavender"] = Vector3.new(-2499.31323, 27.5424709, 1534.35046),
  1621. ["Moon"] = Vector3.new(-808.956299, 40.3187408, 1534.72766),
  1622. ["AuraLab"] = Vector3.new(-9439.97559, 66.1556396, 906.498291),
  1623. ["Route1"] = Vector3.new(-10.949677467346, 2.263062953949, 616.82330322266),
  1624. ["Route2"] = Vector3.new(-424.57803344727, 18.652297973633, 650.95422363281),
  1625. ["ViridianForest"] = Vector3.new(-619.37731933594, 13.463068008423, 650.77069091797),
  1626. ["Route22"] = Vector3.new(-313.01245117188, 12.900621414185, 872.69219970703),
  1627. ["Route6"] = Vector3.new(-2495.7800292969,  28.316669464111, 1027.4793701172),
  1628. ["Route8"] = Vector3.new(-1940.8778076172, 1.8842030763626, 982.47955322266),
  1629. ["SeaFoamCave"] = Vector3.new(-4142.9204101563,  -12.429690361023, -310.04815673828),
  1630. ["Route17"] = Vector3.new(-3927.8269042969, -0.10720252990723, 145.98736572266 ),
  1631. ["Route21"] = Vector3.new(-4569.208984375, -13.60179901123, 1415.7709960938),
  1632. ["PalkiaArea"] = Vector3.new(-8847.7734375, 125.98706817627, 713.34283447266)
  1633. }
  1634.  
  1635. TPMain.Celadon.MouseButton1Down:connect(function()
  1636. plr.Character:MoveTo(WayPoints["Celadon"])
  1637. end)
  1638.  
  1639. TPMain.Cerulean.MouseButton1Down:connect(function()
  1640. plr.Character:MoveTo(WayPoints["Cerulean"])
  1641. end)
  1642.  
  1643. TPMain.Cinnabar.MouseButton1Down:connect(function()
  1644. plr.Character:MoveTo(WayPoints["Cinnabar"])
  1645. end)
  1646.  
  1647. TPMain.Elegant.MouseButton1Down:connect(function()
  1648. plr.Character:MoveTo(WayPoints["Elegant"])
  1649. end)
  1650.  
  1651. TPMain.Fuchsia.MouseButton1Down:connect(function()
  1652. plr.Character:MoveTo(WayPoints["Fuchsia"])
  1653. end)
  1654.  
  1655. TPMain.Indigo.MouseButton1Down:connect(function()
  1656. plr.Character:MoveTo(WayPoints["Indigo"])
  1657. end)
  1658.  
  1659. TPMain.Mausoleum.MouseButton1Down:connect(function()
  1660. plr.Character:MoveTo(WayPoints["Mausoleum"])
  1661. end)
  1662.  
  1663. TPMain.Mysterious.MouseButton1Down:connect(function()
  1664. plr.Character:MoveTo(WayPoints["Mysterious"])
  1665. end)
  1666.  
  1667. TPMain.Pewter.MouseButton1Down:connect(function()
  1668. plr.Character:MoveTo(WayPoints["Pewter"])
  1669. end)
  1670.  
  1671. TPMain.Saffron.MouseButton1Down:connect(function()
  1672. plr.Character:MoveTo(WayPoints["Saffron"])
  1673. end)
  1674.  
  1675. TPMain.Viridian.MouseButton1Down:connect(function()
  1676. plr.Character:MoveTo(WayPoints["Viridian"])
  1677. end)
  1678.  
  1679. TPMain.Vermillion.MouseButton1Down:connect(function()
  1680. plr.Character:MoveTo(WayPoints["Vermillion"])
  1681. end)
  1682.  
  1683. TPMain.Mausoleum2.MouseButton1Down:connect(function()
  1684. plr.Character:MoveTo(WayPoints["Mausoleum2"])
  1685. end)
  1686.  
  1687. TPMain.Canyon.MouseButton1Down:connect(function()
  1688. plr.Character:MoveTo(WayPoints["Canyon"])
  1689. end)
  1690.  
  1691. TPMain.Lavender.MouseButton1Down:connect(function()
  1692. plr.Character:MoveTo(WayPoints["Lavender"])
  1693. end)
  1694.  
  1695. TPMain.AuraLab.MouseButton1Down:connect(function()
  1696. plr.Character:MoveTo(WayPoints["AuraLab"])
  1697. end)
  1698.  
  1699. TPMain.Moon.MouseButton1Down:connect(function()
  1700. plr.Character:MoveTo(WayPoints["Moon"])
  1701. end)
  1702.  
  1703. TPMain.Route1.MouseButton1Down:connect(function()
  1704. plr.Character:MoveTo(WayPoints["Route1"])
  1705. end)
  1706.  
  1707. TPMain.Route2.MouseButton1Down:connect(function()
  1708. plr.Character:MoveTo(WayPoints["Route2"])
  1709. end)
  1710.  
  1711. TPMain.ViridianForest.MouseButton1Down:connect(function()
  1712. plr.Character:MoveTo(WayPoints["ViridianForest"])
  1713. end)
  1714.  
  1715. TPMain.Route22.MouseButton1Down:connect(function()
  1716. plr.Character:MoveTo(WayPoints["Route22"])
  1717. end)
  1718.  
  1719. TPMain.Route6.MouseButton1Down:connect(function()
  1720. plr.Character:MoveTo(WayPoints["Route6"])
  1721. end)
  1722.  
  1723. TPMain.Route8.MouseButton1Down:connect(function()
  1724. plr.Character:MoveTo(WayPoints["Route8"])
  1725. end)
  1726.  
  1727. TPMain.SeaFoamCave.MouseButton1Down:connect(function()
  1728. plr.Character:MoveTo(WayPoints["SeaFoamCave"])
  1729. end)
  1730.  
  1731. TPMain.Route17.MouseButton1Down:connect(function()
  1732. plr.Character:MoveTo(WayPoints["Route17"])
  1733. end)
  1734.  
  1735. TPMain.Route21.MouseButton1Down:connect(function()
  1736. plr.Character:MoveTo(WayPoints["Route21"])
  1737. end)
  1738.  
  1739. TPMain.PalkiaArea.MouseButton1Down:connect(function()
  1740. plr.Character:MoveTo(WayPoints["PalkiaArea"])
  1741. end)
  1742.  
  1743. --- Gamepasses ---
  1744.  
  1745. Gamepass.MouseButton1Down:connect(function()
  1746.     game.Players.LocalPlayer.OtherLegendary.Value = 1
  1747.     game.Players.LocalPlayer.RunVIP.Value = 1
  1748.     game.Players.LocalPlayer.LegendaryVIP.Value = 1
  1749.     game.Players.LocalPlayer.ShinyVIP.Value = 1
  1750.     game.Players.LocalPlayer.MoonVIP.Value = 1
  1751.     game.Players.LocalPlayer.MoreneyVIP.Value = 1
  1752. end)
  1753.  
  1754. ----
  1755.  
  1756. Kill.MouseButton1Down:connect(function()
  1757.     for i,v in pairs(OppPokemon:GetChildren()) do
  1758.         v.CurrentHP.Value = 0
  1759.         v.Status.Value = "Faint"
  1760.     end
  1761. end)
  1762.  
  1763. Capture.MouseButton1Down:connect(function()
  1764.     for i,v in pairs(OppPokemon:GetChildren()) do
  1765.         v.CurrentHP.Value = 1
  1766.         v.DateMet.Value = "Long time ago..."
  1767.         v.Status.Value = "Sleep"
  1768.     end
  1769. end)
  1770.  
  1771. Heal.MouseButton1Down:connect(function()
  1772.     for i,v in pairs(PokemonParty:GetChildren()) do
  1773.         v.CurrentHP.Value = v.Stats.HPStat.Value
  1774.         v.Status.Value = ""
  1775.     end
  1776.     if PokemonParty2 then
  1777.         for i,v in pairs(PokemonParty2:GetChildren()) do
  1778.             v.CurrentHP.Value = v.Stats.HPStat.Value
  1779.             v.Status.Value = ""
  1780.         end
  1781.     end
  1782. end)
  1783.  
  1784. ------------------------------------------------------ ITEMS ------------------------------------------------------
  1785. --- Recovery ---
  1786.  
  1787. RecoveryButton.MouseButton1Down:connect(function()
  1788. Amount = 1000
  1789. b=game.Players.LocalPlayer.Bag
  1790. r=game.ReplicatedStorage.REvents
  1791. Items = {
  1792. Recover = {"Antidote","Awakening","Burn Heal","Full Restore","Hyper Potion","Ice Heal","Max Elixir","Potion","Paralyze Heal","Revive"},
  1793. }
  1794. for n,t in next,Items do
  1795. for _,i in next,t do
  1796. if b[n]:FindFirstChild(i)then
  1797. r.Internal.funcItem:InvokeServer(b[n][i],Amount)
  1798. else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Amount)
  1799. end end end
  1800. end)
  1801.  
  1802. --- Pokeball ---
  1803.  
  1804. PokeballButton.MouseButton1Down:connect(function()
  1805. Amount = 1000
  1806. b=game.Players.LocalPlayer.Bag
  1807. r=game.ReplicatedStorage.REvents
  1808. Items = {
  1809. Pokeball = {"Great Ball","Nest Ball","Net Ball","Pokeball","Premier Ball","Repeat Ball","Ultra Ball","Beast Ball"},
  1810. }
  1811. for n,t in next,Items do
  1812. for _,i in next,t do
  1813. if b[n]:FindFirstChild(i)then
  1814. r.Internal.funcItem:InvokeServer(b[n][i],Amount)
  1815. else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Amount)
  1816. end end end
  1817. end)
  1818.  
  1819. --- Evolution ---
  1820.  
  1821. EvolutionButton.MouseButton1Down:connect(function()
  1822. Amount = 1000
  1823. b=game.Players.LocalPlayer.Bag
  1824. r=game.ReplicatedStorage.REvents
  1825. Items = {
  1826. 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"},
  1827. }
  1828. for n,t in next,Items do
  1829. for _,i in next,t do
  1830. if b[n]:FindFirstChild(i)then
  1831. r.Internal.funcItem:InvokeServer(b[n][i],Amount)
  1832. else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Amount)
  1833. end end end
  1834. end)
  1835.  
  1836. --- Competitive ---
  1837.  
  1838. CompetitiveButton.MouseButton1Down:connect(function()
  1839. Amount = 1000
  1840. b=game.Players.LocalPlayer.Bag
  1841. r=game.ReplicatedStorage.REvents
  1842. Items = {
  1843. Competitive = {"Calcium","Carbos","HP Up","Iron","Mini Stat Reset","Nature Stone","PokeImprove","Protein","Stat Reset","Zinc"}
  1844. }
  1845. for n,t in next,Items do
  1846. for _,i in next,t do
  1847. if b[n]:FindFirstChild(i)then
  1848. r.Internal.funcItem:InvokeServer(b[n][i],Amount)
  1849. else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Amount)
  1850. end end end
  1851. end)
  1852.  
  1853. --- Held ---
  1854.  
  1855. BPButton.MouseButton1Down:connect(function()
  1856. Amount = 1000
  1857. b=game.Players.LocalPlayer.Bag
  1858. r=game.ReplicatedStorage.REvents
  1859. Items = {
  1860. HeldItems = {"Absolite","Aerodactylite","Aggronite","Alakazamite","Altarianite","Ampharosite","Audinite","Banettite","Banettite","Beedrillite","Blastoisinite","Blazikenite","Cameruptite","Charizardite X","Charizardite Y","Diancite","Galladite","Gardevoirite","Gengarite","Glalitite","Gyaradosite","Heracronite","Houndoomite","Latiasite","Latiosite","Lopunnite","Lucarionite","Manectite","Mawilite","Medichamite","Metagrossite","Garchompite","Pidgeotite","Pinsirite","Sablenite","Salemencite","Sceptilite","Scizorite","Sharpedonite","Slowbronite","Steelixite","Swampestite","Venusaurite","Tyranitarite","Eviolite","Expert Belt","Flame Orb","Focus Sash","Life Orb","Novice Belt","Power Anklet","Power Belt","Power Bracer","Power Band","Power Lens","Power Weight","Toxic Orb","Wide Lens","Wise Glasses","Leftovers"},
  1861. }
  1862. for n,t in next,Items do
  1863. for _,i in next,t do
  1864. if b[n]:FindFirstChild(i)then
  1865. r.Internal.funcItem:InvokeServer(b[n][i],Amount)
  1866. else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Amount)
  1867. end end end
  1868. end)
  1869.  
  1870. --- TM ---
  1871.  
  1872. TMsButton.MouseButton1Down:connect(function()
  1873. Amount = 1
  1874. b=game.Players.LocalPlayer.Bag
  1875. r=game.ReplicatedStorage.REvents
  1876. Items = {
  1877. TMs = {"Double Team","Explosion","Facade","Hidden Power","Protect","Return","Swagger","Swords Dance","Brick Break","Bulk Up","Drain Punch","Focus Blast","Power-Up Punch","Superpower","Acrobatics","Aerial Ace","Roost","Sludge Bomb","Sludge Wave","Toxic","Earthquake","Rock Slide","Rock Tomb","Rock Polish","Stone Edge","X-Scissor","Signal Beam","Shadow Ball","Flash Cannon","Fire Blast","Flamethrower","Fire Punch","Overheat","Will-O-Wisp","Scald","Surf","Waterfall","Water Pulse","Giga Drain","Grass Knot","Energy Ball","Charge Beam","Thunder","Thunderbolt","Thunder Punch","Thunder Wave","Calm Mind","Dream Eater","Light Screen","Psychic","Psyshock","Reflect","Rest","Zen Headbutt","Blizzard","Ice Beam","Ice Punch","Dragon Claw","Dragon Pulse","Dark Pulse","Dazzling Gleam"},
  1878. }
  1879. for n,t in next,Items do
  1880. for _,i in next,t do
  1881. if b[n]:FindFirstChild(i)then
  1882. r.Internal.funcItem:InvokeServer(b[n][i],Amount)
  1883. else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Amount)
  1884. end end end
  1885. end)
  1886.  
  1887. ------------------------------------------------------ Lower Menu ------------------------------------------------------
  1888. --- Money ---
  1889.  
  1890. Add.MouseButton1Click:connect(function()
  1891.     if MoneyTxt.Text ~= "Cash Amount..." then
  1892.         intV.Value = MoneyTxt.Text
  1893.         game.ReplicatedStorage.REvents.Internal.funcMoney:InvokeServer(plyrmoney, intV.Value)
  1894.     end
  1895. end)
  1896.  
  1897. --- Badges ---
  1898.  
  1899. Badges.MouseButton1Click:connect(function()
  1900. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("1")
  1901. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("2")
  1902. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("EV")
  1903. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("3")
  1904. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("4")
  1905. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("5")
  1906. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("6")
  1907. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("7")
  1908. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Mysterious Grotto")
  1909. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("8")
  1910. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Indigo")
  1911. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Champ")
  1912. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Mausoleum of Origins")
  1913. end)
  1914.  
  1915. --- Pokedex ---
  1916.  
  1917. Dex.MouseButton1Down:connect(function()
  1918.     pokedexlist:FireServer("Bulbasaur",001)
  1919.     pokedexlist:FireServer("Ivysaur",002)
  1920.     pokedexlist:FireServer("Venusaur",003)
  1921.     pokedexlist:FireServer("Charmander",004)
  1922.     pokedexlist:FireServer("Charmeleon",005)
  1923.     pokedexlist:FireServer("Charizard",006)
  1924.     pokedexlist:FireServer("Squirtle",007)
  1925.     pokedexlist:FireServer("Wartortle",008)
  1926.     pokedexlist:FireServer("Blastoise",009)
  1927.     pokedexlist:FireServer("Caterpie",010)
  1928.     pokedexlist:FireServer("Metapod",011)
  1929.     pokedexlist:FireServer("Butterfree",012)
  1930.     pokedexlist:FireServer("Weedle",013)
  1931.     pokedexlist:FireServer("Kakuna",014)
  1932.     pokedexlist:FireServer("Beedrill",015)
  1933.     pokedexlist:FireServer("Pidgey",016)
  1934.     pokedexlist:FireServer("Pidgeotto",017)
  1935.     pokedexlist:FireServer("Pidgeot",018)
  1936.     pokedexlist:FireServer("Rattata",019)
  1937.     pokedexlist:FireServer("Raticate",020)
  1938.     pokedexlist:FireServer("Spearow",021)
  1939.     pokedexlist:FireServer("Fearow",022)
  1940.     pokedexlist:FireServer("Ekans",023)
  1941.     pokedexlist:FireServer("Arbok",024)
  1942.     pokedexlist:FireServer("Pikachu",025)
  1943.     pokedexlist:FireServer("Raichu",026)
  1944.     pokedexlist:FireServer("Sandshrew",027)
  1945.     pokedexlist:FireServer("Sandslash",028)
  1946.     pokedexlist:FireServer("NidoranF",029)
  1947.     pokedexlist:FireServer("Nidorina",030)
  1948.     pokedexlist:FireServer("Nidoqueen",031)
  1949.     pokedexlist:FireServer("NidoranM",032)
  1950.     pokedexlist:FireServer("Nidorino",033)
  1951.     pokedexlist:FireServer("Nidoking",034)
  1952.     pokedexlist:FireServer("Clefairy",035)
  1953.     pokedexlist:FireServer("Clefable",036)
  1954.     pokedexlist:FireServer("Vulpix",037)
  1955.     pokedexlist:FireServer("Ninetales",038)
  1956.     pokedexlist:FireServer("Jigglypuff",039)
  1957.     pokedexlist:FireServer("Wigglytuff",040)
  1958.     pokedexlist:FireServer("Zubat",041)
  1959.     pokedexlist:FireServer("Golbat",042)
  1960.     pokedexlist:FireServer("Oddish",043)
  1961.     pokedexlist:FireServer("Gloom",044)
  1962.     pokedexlist:FireServer("Vileplume",045)
  1963.     pokedexlist:FireServer("Paras",046)
  1964.     pokedexlist:FireServer("Parasect",047)
  1965.     pokedexlist:FireServer("Venonat",048)
  1966.     pokedexlist:FireServer("Venomoth",049)
  1967.     pokedexlist:FireServer("Diglett",050)
  1968.     pokedexlist:FireServer("Dugtrio",051)
  1969.     pokedexlist:FireServer("Meowth",052)
  1970.     pokedexlist:FireServer("Persian",053)
  1971.     pokedexlist:FireServer("Psyduck",054)
  1972.     pokedexlist:FireServer("Golduck",055)
  1973.     pokedexlist:FireServer("Mankey",056)
  1974.     pokedexlist:FireServer("Primeape",057)
  1975.     pokedexlist:FireServer("Growlithe",058)
  1976.     pokedexlist:FireServer("Arcanine",059)
  1977.     pokedexlist:FireServer("Poliwag",060)
  1978.     pokedexlist:FireServer("Poliwhirl",061)
  1979.     pokedexlist:FireServer("Poliwrath",062)
  1980.     pokedexlist:FireServer("Abra",063)
  1981.     pokedexlist:FireServer("Kadabra",064)
  1982.     pokedexlist:FireServer("Alakazam",065)
  1983.     pokedexlist:FireServer("Machop",066)
  1984.     pokedexlist:FireServer("Machoke",067)
  1985.     pokedexlist:FireServer("Machamp",068)
  1986.     pokedexlist:FireServer("Bellsprout",069)
  1987.     pokedexlist:FireServer("Weepinbell",070)
  1988.     pokedexlist:FireServer("Victreebel",071)
  1989.     pokedexlist:FireServer("Tentacool",072)
  1990.     pokedexlist:FireServer("Tentacruel",073)
  1991.     pokedexlist:FireServer("Geodude",074)
  1992.     pokedexlist:FireServer("Graveler",075)
  1993.     pokedexlist:FireServer("Golem",076)
  1994.     pokedexlist:FireServer("Ponyta",077)
  1995.     pokedexlist:FireServer("Rapidash",078)
  1996.     pokedexlist:FireServer("Slowpoke",079)
  1997.     pokedexlist:FireServer("Slowbro",080)
  1998.     pokedexlist:FireServer("Magnemite",081)
  1999.     pokedexlist:FireServer("Magneton",082)
  2000.     pokedexlist:FireServer("Farfetch'd",083)
  2001.     pokedexlist:FireServer("Doduo",084)
  2002.     pokedexlist:FireServer("Dodrio",085)
  2003.     pokedexlist:FireServer("Seel",086)
  2004.     pokedexlist:FireServer("Dewgong",087)
  2005.     pokedexlist:FireServer("Grimer",088)
  2006.     pokedexlist:FireServer("Muk",089)
  2007.     pokedexlist:FireServer("Shellder",090)
  2008.     pokedexlist:FireServer("Cloyster",091)
  2009.     pokedexlist:FireServer("Gastly",092)
  2010.     pokedexlist:FireServer("Haunter",093)
  2011.     pokedexlist:FireServer("Gengar",094)
  2012.     pokedexlist:FireServer("Onix",095)
  2013.     pokedexlist:FireServer("Drowzee",096)
  2014.     pokedexlist:FireServer("Hypno",097)
  2015.     pokedexlist:FireServer("Krabby",098)
  2016.     pokedexlist:FireServer("Kingler",099)
  2017.     pokedexlist:FireServer("Voltorb",100)
  2018.     pokedexlist:FireServer("Electrode",101)
  2019.     pokedexlist:FireServer("Exeggcute",102)
  2020.     pokedexlist:FireServer("Exeggutor",103)
  2021.     pokedexlist:FireServer("Cubone",104)
  2022.     pokedexlist:FireServer("Marowak",105)
  2023.     pokedexlist:FireServer("Hitmonlee",106)
  2024.     pokedexlist:FireServer("Hitmonchan",107)
  2025.     pokedexlist:FireServer("Lickitung",108)
  2026.     pokedexlist:FireServer("Koffing",109)
  2027.     pokedexlist:FireServer("Weezing",110)
  2028.     pokedexlist:FireServer("Rhyhorn",111)
  2029.     pokedexlist:FireServer("Rhydon",112)
  2030.     pokedexlist:FireServer("Chansey",113)
  2031.     pokedexlist:FireServer("Tangela",114)
  2032.     pokedexlist:FireServer("Kangaskhan",115)
  2033.     pokedexlist:FireServer("Horsea",116)
  2034.     pokedexlist:FireServer("Seadra",117)
  2035.     pokedexlist:FireServer("Goldeen",118)
  2036.     pokedexlist:FireServer("Seaking",119)
  2037.     pokedexlist:FireServer("Staryu",120)
  2038.     pokedexlist:FireServer("Starmie",121)
  2039.     pokedexlist:FireServer("Mr. Mime",122)
  2040.     pokedexlist:FireServer("Scyther",123)
  2041.     pokedexlist:FireServer("Jynx",124)
  2042.     pokedexlist:FireServer("Electabuzz",125)
  2043.     pokedexlist:FireServer("Magmar",126)
  2044.     pokedexlist:FireServer("Pinsir",127)
  2045.     pokedexlist:FireServer("Tauros",128)
  2046.     pokedexlist:FireServer("Magikarp",129)
  2047.     pokedexlist:FireServer("Gyarados",130)
  2048.     pokedexlist:FireServer("Lapras",131)
  2049.     pokedexlist:FireServer("Ditto",132)
  2050.     pokedexlist:FireServer("Eevee",133)
  2051.     pokedexlist:FireServer("Vaporeon",134)
  2052.     pokedexlist:FireServer("Jolteon",135)
  2053.     pokedexlist:FireServer("Flareon",136)
  2054.     pokedexlist:FireServer("Porygon",137)
  2055.     pokedexlist:FireServer("Omanyte",138)
  2056.     pokedexlist:FireServer("Omastar",139)
  2057.     pokedexlist:FireServer("Kabuto",140)
  2058.     pokedexlist:FireServer("Kabutops",141)
  2059.     pokedexlist:FireServer("Aerodactyl",142)
  2060.     pokedexlist:FireServer("Snorlax",143)
  2061.     pokedexlist:FireServer("Articuno",144)
  2062.     pokedexlist:FireServer("Zapdos",145)
  2063.     pokedexlist:FireServer("Moltres",146)
  2064.     pokedexlist:FireServer("Dratini",147)
  2065.     pokedexlist:FireServer("Dragonair",148)
  2066.     pokedexlist:FireServer("Dragonite",149)
  2067.     pokedexlist:FireServer("Mewtwo",150)
  2068.     pokedexlist:FireServer("Mew",151)
  2069.     pokedexlist:FireServer("Chikorita",152)
  2070.     pokedexlist:FireServer("Bayleef",153)
  2071.     pokedexlist:FireServer("Meganium",154)
  2072.     pokedexlist:FireServer("Cyndaquil",155)
  2073.     pokedexlist:FireServer("Quilava",156)
  2074.     pokedexlist:FireServer("Typhlosion",157)
  2075.     pokedexlist:FireServer("Totodile",158)
  2076.     pokedexlist:FireServer("Croconaw",159)
  2077.     pokedexlist:FireServer("Feraligatr",160)
  2078.     pokedexlist:FireServer("Treecko",161)
  2079.     pokedexlist:FireServer("Grovyle",162)
  2080.     pokedexlist:FireServer("Sceptile",163)
  2081.     pokedexlist:FireServer("Torchic",164)
  2082.     pokedexlist:FireServer("Combusken",165)
  2083.     pokedexlist:FireServer("Blaziken",166)
  2084.     pokedexlist:FireServer("Mudkip",167)
  2085.     pokedexlist:FireServer("Marshtomp",168)
  2086.     pokedexlist:FireServer("Swampert",169)
  2087.     pokedexlist:FireServer("Bagon",170)
  2088.     pokedexlist:FireServer("Shelgon",171)
  2089.     pokedexlist:FireServer("Salamence",172)
  2090.     pokedexlist:FireServer("Beldum",173)
  2091.     pokedexlist:FireServer("Metang",174)
  2092.     pokedexlist:FireServer("Metagross",175)
  2093.     pokedexlist:FireServer("Raikou",176)
  2094.     pokedexlist:FireServer("Entei",177)
  2095.     pokedexlist:FireServer("Suicune",178)
  2096.     pokedexlist:FireServer("Steelix",179)
  2097.     pokedexlist:FireServer("Scizor",180)
  2098.     pokedexlist:FireServer("Larvitar",181)
  2099.     pokedexlist:FireServer("Pupitar",182)
  2100.     pokedexlist:FireServer("Tyranitar",183)
  2101.     pokedexlist:FireServer("Trapinch",184)
  2102.     pokedexlist:FireServer("Vibrava",185)
  2103.     pokedexlist:FireServer("Flygon",186)
  2104.     pokedexlist:FireServer("Crobat",187)
  2105.     pokedexlist:FireServer("Blissey",188)
  2106.     pokedexlist:FireServer("Skarmory",189)
  2107.     pokedexlist:FireServer("Espeon",190)
  2108.     pokedexlist:FireServer("Umbreon",191)
  2109.     pokedexlist:FireServer("Aron",192)
  2110.     pokedexlist:FireServer("Lairon",193)
  2111.     pokedexlist:FireServer("Aggron",194)
  2112.     pokedexlist:FireServer("Kingdra",195)
  2113.     pokedexlist:FireServer("Lugia",196)
  2114.     pokedexlist:FireServer("Delibird",197)
  2115.     pokedexlist:FireServer("Ho-Oh",198)
  2116.     pokedexlist:FireServer("Latias",199)
  2117.     pokedexlist:FireServer("Latios",200)
  2118.     pokedexlist:FireServer("Riolu",201)
  2119.     pokedexlist:FireServer("Lucario",202)
  2120.     pokedexlist:FireServer("Magnezone",203)
  2121.     pokedexlist:FireServer("Lickilicky",204)
  2122.     pokedexlist:FireServer("Rhyperior",205)
  2123.     pokedexlist:FireServer("Tangrowth",206)
  2124.     pokedexlist:FireServer("Electivire",207)
  2125.     pokedexlist:FireServer("Magmortar",208)
  2126.     pokedexlist:FireServer("Leafeon",209)
  2127.     pokedexlist:FireServer("Glaceon",210)
  2128.     pokedexlist:FireServer("Seedot",211)
  2129.     pokedexlist:FireServer("Nuzleaf",212)
  2130.     pokedexlist:FireServer("Shiftry",213)
  2131.     pokedexlist:FireServer("Tropius",214)
  2132.     pokedexlist:FireServer("Sneasel",215)
  2133.     pokedexlist:FireServer("Weavile",216)
  2134.     pokedexlist:FireServer("Togepi",217)
  2135.     pokedexlist:FireServer("Togetic",218)
  2136.     pokedexlist:FireServer("Togekiss",219)
  2137.     pokedexlist:FireServer("Misdreavus",220)
  2138.     pokedexlist:FireServer("Mismagius",221)
  2139.     pokedexlist:FireServer("Skorupi",222)
  2140.     pokedexlist:FireServer("Drapion",223)
  2141.     pokedexlist:FireServer("Rayquaza",224)
  2142.     pokedexlist:FireServer("Absol",225)
  2143.     pokedexlist:FireServer("Heracross",226)
  2144.     pokedexlist:FireServer("Yanma",227)
  2145.     pokedexlist:FireServer("Yanmega",228)
  2146.     pokedexlist:FireServer("Murkrow",229)
  2147.     pokedexlist:FireServer("Honchkrow",230)
  2148.     pokedexlist:FireServer("Ralts",231)
  2149.     pokedexlist:FireServer("Kirlia",232)
  2150.     pokedexlist:FireServer("Gardevoir",233)
  2151.     pokedexlist:FireServer("Gallade",234)
  2152.     pokedexlist:FireServer("Swinub",235)
  2153.     pokedexlist:FireServer("Piloswine",236)
  2154.     pokedexlist:FireServer("Mamoswine",237)
  2155.     pokedexlist:FireServer("Celebi",238)
  2156.     pokedexlist:FireServer("Darkrai",239)
  2157.     pokedexlist:FireServer("Jirachi",240)
  2158.     pokedexlist:FireServer("Gligar",241)
  2159.     pokedexlist:FireServer("Gliscor",242)
  2160.     pokedexlist:FireServer("Turtwig",243)
  2161.     pokedexlist:FireServer("Grotle",244)
  2162.     pokedexlist:FireServer("Torterra",245)
  2163.     pokedexlist:FireServer("Chimchar",246)
  2164.     pokedexlist:FireServer("Monferno",247)
  2165.     pokedexlist:FireServer("Infernape",248)
  2166.     pokedexlist:FireServer("Piplup",249)
  2167.     pokedexlist:FireServer("Prinplup",250)
  2168.     pokedexlist:FireServer("Empoleon",251)
  2169.     pokedexlist:FireServer("Shroomish",252)
  2170.     pokedexlist:FireServer("Breloom",253)
  2171.     pokedexlist:FireServer("Shinx",254)
  2172.     pokedexlist:FireServer("Luxio",255)
  2173.     pokedexlist:FireServer("Luxray",256)
  2174.     pokedexlist:FireServer("Manaphy",257)
  2175.     pokedexlist:FireServer("Buneary",258)
  2176.     pokedexlist:FireServer("Lopunny",259)
  2177.     pokedexlist:FireServer("Cresselia",260)
  2178.     pokedexlist:FireServer("Groudon",261)
  2179.     pokedexlist:FireServer("Kyogre",262)
  2180.     pokedexlist:FireServer("Duskull",263)
  2181.     pokedexlist:FireServer("Dusclops",264)
  2182.     pokedexlist:FireServer("Dusknoir",265)
  2183.     pokedexlist:FireServer("Slakoth",266)
  2184.     pokedexlist:FireServer("Vigoroth",267)
  2185.     pokedexlist:FireServer("Slaking",268)
  2186.     pokedexlist:FireServer("Starly",269)
  2187.     pokedexlist:FireServer("Staravia",270)
  2188.     pokedexlist:FireServer("Staraptor",271)
  2189.     pokedexlist:FireServer("Spheal",272)
  2190.     pokedexlist:FireServer("Sealeo",273)
  2191.     pokedexlist:FireServer("Walrein",274)
  2192.     pokedexlist:FireServer("Gible",275)
  2193.     pokedexlist:FireServer("Gabite",276)
  2194.     pokedexlist:FireServer("Garchomp",277)
  2195.     pokedexlist:FireServer("Spiritomb",278)
  2196.     pokedexlist:FireServer("Frillish",279)
  2197.     pokedexlist:FireServer("Jellicent",280)
  2198.     pokedexlist:FireServer("Palkia",281)
  2199.     pokedexlist:FireServer("Dialga",282)
  2200.     pokedexlist:FireServer("Giratina-O",283)
  2201.     pokedexlist:FireServer("Kyurem",284)
  2202.     pokedexlist:FireServer("Keldeo",285)
  2203.     pokedexlist:FireServer("Arceus",286)
  2204.     pokedexlist:FireServer("Snorunt",287)
  2205.     pokedexlist:FireServer("Glalie",288)
  2206.     pokedexlist:FireServer("Froslass",289)
  2207.     pokedexlist:FireServer("Chinchou",290)
  2208.     pokedexlist:FireServer("Lanturn",291)
  2209.     pokedexlist:FireServer("Feebas",292)
  2210.     pokedexlist:FireServer("Milotic",293)
  2211.     pokedexlist:FireServer("Lotad",294)
  2212.     pokedexlist:FireServer("Lombre",295)
  2213.     pokedexlist:FireServer("Ludicolo",296)
  2214.     pokedexlist:FireServer("Buizel",297)
  2215.     pokedexlist:FireServer("Floatzel",298)
  2216.     pokedexlist:FireServer("Zangoose",299)
  2217.     pokedexlist:FireServer("Seviper",300)
  2218.     pokedexlist:FireServer("Bronzor",301)
  2219.     pokedexlist:FireServer("Bronzong",302)
  2220.     pokedexlist:FireServer("Numel",303)
  2221.     pokedexlist:FireServer("Camerupt",304)
  2222.     pokedexlist:FireServer("Budew",305)
  2223.     pokedexlist:FireServer("Roselia",306)
  2224.     pokedexlist:FireServer("Roserade",307)
  2225.     pokedexlist:FireServer("Cranidos",308)
  2226.     pokedexlist:FireServer("Rampardos",309)
  2227.     pokedexlist:FireServer("Whismur",310)
  2228.     pokedexlist:FireServer("Loudred",311)
  2229.     pokedexlist:FireServer("Exploud",312)
  2230.     pokedexlist:FireServer("Swablu",313)
  2231.     pokedexlist:FireServer("Altaria",314)
  2232.     pokedexlist:FireServer("Drifloon",315)
  2233.     pokedexlist:FireServer("Drifblim",316)
  2234.     pokedexlist:FireServer("Shuppet",317)
  2235.     pokedexlist:FireServer("Banette",318)
  2236.     pokedexlist:FireServer("Lunatone",319)
  2237.     pokedexlist:FireServer("Solrock",320)
  2238.     pokedexlist:FireServer("Regirock",321)
  2239.     pokedexlist:FireServer("Regice",322)
  2240.     pokedexlist:FireServer("Registeel",323)
  2241.     pokedexlist:FireServer("Regigigas",324)
  2242.     pokedexlist:FireServer("Heatran",325)
  2243.     pokedexlist:FireServer("Victini",326)
  2244.     pokedexlist:FireServer("Axew",327)
  2245.     pokedexlist:FireServer("Fraxure",328)
  2246.     pokedexlist:FireServer("Haxorus",329)
  2247.     pokedexlist:FireServer("Durant",330)
  2248.     pokedexlist:FireServer("Hoppip",331)
  2249.     pokedexlist:FireServer("Skiploom",332)
  2250.     pokedexlist:FireServer("Jumpluff",333)
  2251.     pokedexlist:FireServer("Taillow",334)
  2252.     pokedexlist:FireServer("Swellow",335)
  2253.     pokedexlist:FireServer("Wooper",336)
  2254.     pokedexlist:FireServer("Quagsire",337)
  2255.     pokedexlist:FireServer("Larvesta",338)
  2256.     pokedexlist:FireServer("Golett",339)
  2257.     pokedexlist:FireServer("Golurk",340)
  2258.     pokedexlist:FireServer("Aipom",341)
  2259.     pokedexlist:FireServer("Ambipom",342)
  2260.     pokedexlist:FireServer("Deino",343)
  2261.     pokedexlist:FireServer("Zweilous",344)
  2262.     pokedexlist:FireServer("Hydreigon",345)
  2263.     pokedexlist:FireServer("Tynamo",346)
  2264.     pokedexlist:FireServer("Eelektrik",347)
  2265.     pokedexlist:FireServer("Eelektross",348)
  2266.     pokedexlist:FireServer("Cobalion",349)
  2267.     pokedexlist:FireServer("Terrakion",350)
  2268.     pokedexlist:FireServer("Virizion",351)
  2269.     pokedexlist:FireServer("Mareep",352)
  2270.     pokedexlist:FireServer("Flaaffy",353)
  2271.     pokedexlist:FireServer("Ampharos",354)
  2272.     pokedexlist:FireServer("Scraggy",355)
  2273.     pokedexlist:FireServer("Scrafty",356)
  2274.     pokedexlist:FireServer("Carvanha",357)
  2275.     pokedexlist:FireServer("Sharpedo",358)
  2276.     pokedexlist:FireServer("Wailmer",359)
  2277.     pokedexlist:FireServer("Wailord",360)
  2278.     pokedexlist:FireServer("Sableye",361)
  2279.     pokedexlist:FireServer("Mawile",362)
  2280.     pokedexlist:FireServer("Nosepass",363)
  2281.     pokedexlist:FireServer("Probopass",364)
  2282.     pokedexlist:FireServer("Croagunk",365)
  2283.     pokedexlist:FireServer("Toxicroak",366)
  2284.     pokedexlist:FireServer("Snivy",367)
  2285.     pokedexlist:FireServer("Servine",368)
  2286.     pokedexlist:FireServer("Serperior",369)
  2287.     pokedexlist:FireServer("Tepig",370)
  2288.     pokedexlist:FireServer("Pignite",371)
  2289.     pokedexlist:FireServer("Emboar",372)
  2290.     pokedexlist:FireServer("Oshawott",373)
  2291.     pokedexlist:FireServer("Dewott",374)
  2292.     pokedexlist:FireServer("Samurott",375)
  2293.     pokedexlist:FireServer("Sandile",376)
  2294.     pokedexlist:FireServer("Krokorok",377)
  2295.     pokedexlist:FireServer("Krookodile",378)
  2296.     pokedexlist:FireServer("Shaymin-Sky",379)
  2297.     pokedexlist:FireServer("Rotom",380)
  2298.     pokedexlist:FireServer("Hoothoot",381)
  2299.     pokedexlist:FireServer("Noctowl",382)
  2300.     pokedexlist:FireServer("Pichu",383)
  2301.     pokedexlist:FireServer("Remoraid",384)
  2302.     pokedexlist:FireServer("Octillery",385)
  2303.     pokedexlist:FireServer("Mantine",386)
  2304.     pokedexlist:FireServer("Wingull",387)
  2305.     pokedexlist:FireServer("Pelipper",388)
  2306.     pokedexlist:FireServer("Relicanth",389)
  2307.     pokedexlist:FireServer("Anorith",390)
  2308.     pokedexlist:FireServer("Armaldo",391)
  2309.     pokedexlist:FireServer("Baltoy",392)
  2310.     pokedexlist:FireServer("Volcarona",393)
  2311.     pokedexlist:FireServer("Claydol",394)
  2312.     pokedexlist:FireServer("Spoink",395)
  2313.     pokedexlist:FireServer("Grumpig",396)
  2314.     pokedexlist:FireServer("Electrike",397)
  2315.     pokedexlist:FireServer("Manectric",398)
  2316.     pokedexlist:FireServer("Houndour",399)
  2317.     pokedexlist:FireServer("Houndoom",400)
  2318.     pokedexlist:FireServer("Torkoal",401)
  2319.     pokedexlist:FireServer("Deoxys",402)
  2320.     pokedexlist:FireServer("Pachirisu",403)
  2321.     pokedexlist:FireServer("Azelf",404)
  2322.     pokedexlist:FireServer("Mesprit",405)
  2323.     pokedexlist:FireServer("Uxie",406)
  2324.     pokedexlist:FireServer("Genesect",407)
  2325.     pokedexlist:FireServer("Tornadus",408)
  2326.     pokedexlist:FireServer("Porygon2",409)
  2327.     pokedexlist:FireServer("Porygon-Z",410)
  2328.     pokedexlist:FireServer("Druddigon",411)
  2329.     pokedexlist:FireServer("Shuckle",412)
  2330.     pokedexlist:FireServer("Thundurus",413)
  2331.     pokedexlist:FireServer("Cleffa",414)
  2332.     pokedexlist:FireServer("Igglybuff",415)
  2333.     pokedexlist:FireServer("Natu",416)
  2334.     pokedexlist:FireServer("Xatu",417)
  2335.     pokedexlist:FireServer("Marill",418)
  2336.     pokedexlist:FireServer("Azumarill",419)
  2337.     pokedexlist:FireServer("Phanpy",420)
  2338.     pokedexlist:FireServer("Donphan",421)
  2339.     pokedexlist:FireServer("Tyrogue",422)
  2340.     pokedexlist:FireServer("Hitmontop",423)
  2341.     pokedexlist:FireServer("Smoochum",424)
  2342.     pokedexlist:FireServer("Elekid",425)
  2343.     pokedexlist:FireServer("Magby",426)
  2344.     pokedexlist:FireServer("Miltank",427)
  2345.     pokedexlist:FireServer("Meditite",428)
  2346.     pokedexlist:FireServer("Medicham",429)
  2347.     pokedexlist:FireServer("Shieldon",430)
  2348.     pokedexlist:FireServer("Bastiodon",431)
  2349.     pokedexlist:FireServer("Lillipup",432)
  2350.     pokedexlist:FireServer("Herdier",433)
  2351.     pokedexlist:FireServer("Stoutland",434)
  2352.     pokedexlist:FireServer("Pawniard",435)
  2353.     pokedexlist:FireServer("Bisharp",436)
  2354.     pokedexlist:FireServer("Woobat",437)
  2355.     pokedexlist:FireServer("Swoobat",438)
  2356.     pokedexlist:FireServer("Drilbur",439)
  2357.     pokedexlist:FireServer("Excadrill",440)
  2358.     pokedexlist:FireServer("Timburr",441)
  2359.     pokedexlist:FireServer("Gurdurr",442)
  2360.     pokedexlist:FireServer("Conkeldurr",443)
  2361.     pokedexlist:FireServer("Dwebble",444)
  2362.     pokedexlist:FireServer("Crustle",445)
  2363.     pokedexlist:FireServer("Solosis",446)
  2364.     pokedexlist:FireServer("Duosion",447)
  2365.     pokedexlist:FireServer("Reuniclus",448)
  2366.     pokedexlist:FireServer("Karrablast",449)
  2367.     pokedexlist:FireServer("Escavalier",450)
  2368.     pokedexlist:FireServer("Klink",451)
  2369.     pokedexlist:FireServer("Klang",452)
  2370.     pokedexlist:FireServer("Klinklang",453)
  2371.     pokedexlist:FireServer("Elgyem",454)
  2372.     pokedexlist:FireServer("Beheeyem",455)
  2373.     pokedexlist:FireServer("Litwick",456)
  2374.     pokedexlist:FireServer("Lampent",457)
  2375.     pokedexlist:FireServer("Chandelure",458)
  2376.     pokedexlist:FireServer("Shelmet",459)
  2377.     pokedexlist:FireServer("Accelgor",460)
  2378.     pokedexlist:FireServer("Stunfisk",461)
  2379.     pokedexlist:FireServer("Roggenrola",462)
  2380.     pokedexlist:FireServer("Boldore",463)
  2381.     pokedexlist:FireServer("Gigalith",464)
  2382.     pokedexlist:FireServer("Reshiram",465)
  2383.     pokedexlist:FireServer("Zekrom",466)
  2384.     pokedexlist:FireServer("Dunsparce",467)
  2385.     pokedexlist:FireServer("Meloetta",468)
  2386.     pokedexlist:FireServer("Stantler",469)
  2387.     pokedexlist:FireServer("Audino",470)
  2388.     pokedexlist:FireServer("Sigilyph",471)
  2389.     pokedexlist:FireServer("Chatot",472)
  2390.     pokedexlist:FireServer("Darumaka",473)
  2391.     pokedexlist:FireServer("Darmanitan",474)
  2392.     pokedexlist:FireServer("Poochyena",475)
  2393.     pokedexlist:FireServer("Mightyena",476)
  2394.     pokedexlist:FireServer("Sylveon",477)
  2395.     pokedexlist:FireServer("Slowking",478)
  2396.     pokedexlist:FireServer("Bunnelby",479)
  2397.     pokedexlist:FireServer("Diggersby",480)
  2398.     pokedexlist:FireServer("Munchlax",481)
  2399.     pokedexlist:FireServer("Chespin",482)
  2400.     pokedexlist:FireServer("Quilladin",483)
  2401.     pokedexlist:FireServer("Chesnaught",484)
  2402.     pokedexlist:FireServer("Fennekin",485)
  2403.     pokedexlist:FireServer("Braixen",486)
  2404.     pokedexlist:FireServer("Delphox",487)
  2405.     pokedexlist:FireServer("Froakie",488)
  2406.     pokedexlist:FireServer("Frogadier",489)
  2407.     pokedexlist:FireServer("Greninja",490)
  2408.     pokedexlist:FireServer("Pancham",491)
  2409.     pokedexlist:FireServer("Pangoro",492)
  2410.     pokedexlist:FireServer("Skrelp",493)
  2411.     pokedexlist:FireServer("Dragalge",494)
  2412.     pokedexlist:FireServer("Fletchling",495)
  2413.     pokedexlist:FireServer("Fletchinder",496)
  2414.     pokedexlist:FireServer("Talonflame",497)
  2415.     pokedexlist:FireServer("Goomy",498)
  2416.     pokedexlist:FireServer("Sliggoo",499)
  2417.     pokedexlist:FireServer("Goodra",500)
  2418.     pokedexlist:FireServer("Hawlucha",501)
  2419.     pokedexlist:FireServer("Amaura",502)
  2420.     pokedexlist:FireServer("Aurorus",503)
  2421.     pokedexlist:FireServer("Tyrunt",504)
  2422.     pokedexlist:FireServer("Tyrantrum",505)
  2423.     pokedexlist:FireServer("Clauncher",506)
  2424.     pokedexlist:FireServer("Clawitzer",507)
  2425.     pokedexlist:FireServer("Fomantis",508)
  2426.     pokedexlist:FireServer("Lurantis",509)
  2427.     pokedexlist:FireServer("Helioptile",510)
  2428.     pokedexlist:FireServer("Heliolisk",511)
  2429.     pokedexlist:FireServer("Diancie",512)
  2430.     pokedexlist:FireServer("Klefki",513)
  2431.     pokedexlist:FireServer("Noibat",514)
  2432.     pokedexlist:FireServer("Noivern",515)
  2433.     pokedexlist:FireServer("Phantump",516)
  2434.     pokedexlist:FireServer("Trevenant",517)
  2435.     pokedexlist:FireServer("Rowlet",518)
  2436.     pokedexlist:FireServer("Dartrix",519)
  2437.     pokedexlist:FireServer("Decidueye",520)
  2438.     pokedexlist:FireServer("Litten",521)
  2439.     pokedexlist:FireServer("Torracat",522)
  2440.     pokedexlist:FireServer("Incineroar",523)
  2441.     pokedexlist:FireServer("Popplio",524)
  2442.     pokedexlist:FireServer("Brionne",525)
  2443.     pokedexlist:FireServer("Primarina",526)
  2444.     pokedexlist:FireServer("Dedenne",527)
  2445.     pokedexlist:FireServer("Grubbin",528)
  2446.     pokedexlist:FireServer("Charjabug",529)
  2447.     pokedexlist:FireServer("Vikavolt",530)
  2448.     pokedexlist:FireServer("Yungoos",531)
  2449.     pokedexlist:FireServer("Gumshoos",532)
  2450.     pokedexlist:FireServer("Drampa",533)
  2451.     pokedexlist:FireServer("Cutiefly",534)
  2452.     pokedexlist:FireServer("Ribombee",535)
  2453.     pokedexlist:FireServer("Mudsbray",536)
  2454.     pokedexlist:FireServer("Mudsdale",537)
  2455.     pokedexlist:FireServer("Pikipek",538)
  2456.     pokedexlist:FireServer("Trumbeak",539)
  2457.     pokedexlist:FireServer("Toucannon",540)
  2458.     pokedexlist:FireServer("Skiddo",541)
  2459.     pokedexlist:FireServer("Gogoat",542)
  2460.     pokedexlist:FireServer("Dhelmise",543)
  2461.     pokedexlist:FireServer("Patrat",544)
  2462.     pokedexlist:FireServer("Watchog",545)
  2463.     pokedexlist:FireServer("Combee",546)
  2464.     pokedexlist:FireServer("Vespiquen",547)
  2465.     pokedexlist:FireServer("Venipede",548)
  2466.     pokedexlist:FireServer("Whirlipede",549)
  2467.     pokedexlist:FireServer("Scolipede",550)
  2468.     pokedexlist:FireServer("Sewaddle",551)
  2469.     pokedexlist:FireServer("Swadloon",552)
  2470.     pokedexlist:FireServer("Leavanny",553)
  2471.     pokedexlist:FireServer("Salandit",554)
  2472.     pokedexlist:FireServer("Salazzle",555)
  2473.     pokedexlist:FireServer("Blitzle",556)
  2474.     pokedexlist:FireServer("Zebstrika",557)
  2475.     pokedexlist:FireServer("Joltik",558)
  2476.     pokedexlist:FireServer("Galvantula",559)
  2477.     pokedexlist:FireServer("Kartana",560)
  2478.     pokedexlist:FireServer("Cacnea",561)
  2479. end)
  2480.  
  2481. --- Misc ---
  2482.  
  2483. Capture.MouseEnter:connect(function()
  2484. PP.MainFrame.Battling.BattleFrame.Capture.SelectedCapture.Visible = true
  2485. end)
  2486. Capture.MouseLeave:connect(function()
  2487. PP.MainFrame.Battling.BattleFrame.Capture.SelectedCapture.Visible = false
  2488. end)
  2489.  
  2490.  
  2491. Heal.MouseEnter:connect(function()
  2492. PP.MainFrame.Battling.BattleFrame.Heal.SelectedHeal.Visible = true
  2493. end)
  2494. Heal.MouseLeave:connect(function()
  2495. PP.MainFrame.Battling.BattleFrame.Heal.SelectedHeal.Visible = false
  2496. end)
  2497.  
  2498.  
  2499. Kill.MouseEnter:connect(function()
  2500. PP.MainFrame.Battling.BattleFrame.Kill.SelectedKill.Visible = true
  2501. end)
  2502. Kill.MouseLeave:connect(function()
  2503. PP.MainFrame.Battling.BattleFrame.Kill.SelectedKill.Visible = false
  2504. end)
  2505.  
  2506. Capture.MouseEnter:connect(function()
  2507. Capture.TextColor3 = Color3.new(0, 0.74902, 0)
  2508. end)
  2509. Capture.MouseLeave:connect(function()
  2510. Capture.TextColor3 = Color3.new(1, 1, 1)
  2511. end)
  2512.  
  2513.  
  2514. Heal.MouseEnter:connect(function()
  2515. Heal.TextColor3 = Color3.new(0, 0.74902, 0)
  2516. end)
  2517. Heal.MouseLeave:connect(function()
  2518. Heal.TextColor3 = Color3.new(1, 1, 1)
  2519. end)
  2520.  
  2521.  
  2522. Kill.MouseEnter:connect(function()
  2523. Kill.TextColor3 = Color3.new(0, 0.74902, 0)
  2524. end)
  2525. Kill.MouseLeave:connect(function()
  2526. Kill.TextColor3 = Color3.new(1, 1, 1)
  2527. end)
  2528.  
  2529. Minimize.MouseEnter:connect(function()
  2530. Minimize.TextColor3 = Color3.new(0, 0.74902, 0)
  2531. end)
  2532. Minimize.MouseLeave:connect(function()
  2533. Minimize.TextColor3 = Color3.new(1, 1, 1)
  2534. end)
  2535.  
  2536. Teleporting.MouseEnter:connect(function()
  2537. Teleporting.TextColor3 = Color3.new(0, 0.74902, 0)
  2538. end)
  2539. Teleporting.MouseLeave:connect(function()
  2540. Teleporting.TextColor3 = Color3.new(1, 1, 1)
  2541. end)
  2542.  
  2543. Battling.MouseEnter:connect(function()
  2544. Battling.TextColor3 = Color3.new(0, 0.74902, 0)
  2545. end)
  2546. Battling.MouseLeave:connect(function()
  2547. Battling.TextColor3 = Color3.new(1, 1, 1)
  2548. end)
  2549.  
  2550. Close.MouseEnter:connect(function()
  2551. Close.TextColor3 = Color3.new(1, 0, 0)
  2552. end)
  2553. Close.MouseLeave:connect(function()
  2554. Close.TextColor3 = Color3.new(1, 1, 1)
  2555. end)
  2556.  
  2557. Transfer.MouseEnter:connect(function()
  2558. Transfer.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2559. end)
  2560. Transfer.MouseLeave:connect(function()
  2561. Transfer.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2562. end)
  2563.  
  2564. _1.MouseEnter:connect(function()
  2565. _1.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2566. end)
  2567. _1.MouseLeave:connect(function()
  2568. _1.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2569. end)
  2570.  
  2571. _2.MouseEnter:connect(function()
  2572. _2.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2573. end)
  2574. _2.MouseLeave:connect(function()
  2575. _2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2576. end)
  2577.  
  2578. _3.MouseEnter:connect(function()
  2579. _3.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2580. end)
  2581. _3.MouseLeave:connect(function()
  2582. _3.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2583. end)
  2584.  
  2585. _4.MouseEnter:connect(function()
  2586. _4.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2587. end)
  2588. _4.MouseLeave:connect(function()
  2589. _4.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2590. end)
  2591.  
  2592. _5.MouseEnter:connect(function()
  2593. _5.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2594. end)
  2595. _5.MouseLeave:connect(function()
  2596. _5.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2597. end)
  2598.  
  2599. _6.MouseEnter:connect(function()
  2600. _6.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2601. end)
  2602. _6.MouseLeave:connect(function()
  2603. _6.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2604. end)
  2605.  
  2606. _7.MouseEnter:connect(function()
  2607. _7.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2608. end)
  2609. _7.MouseLeave:connect(function()
  2610. _7.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2611. end)
  2612.  
  2613. _8.MouseEnter:connect(function()
  2614. _8.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2615. end)
  2616. _8.MouseLeave:connect(function()
  2617. _8.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2618. end)
  2619.  
  2620. _9.MouseEnter:connect(function()
  2621. _9.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2622. end)
  2623. _9.MouseLeave:connect(function()
  2624. _9.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2625. end)
  2626.  
  2627. _10.MouseEnter:connect(function()
  2628. _10.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2629. end)
  2630. _10.MouseLeave:connect(function()
  2631. _10.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2632. end)
  2633.  
  2634. _11.MouseEnter:connect(function()
  2635. _11.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2636. end)
  2637. _11.MouseLeave:connect(function()
  2638. _11.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2639. end)
  2640.  
  2641. _12.MouseEnter:connect(function()
  2642. _12.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2643. end)
  2644. _12.MouseLeave:connect(function()
  2645. _12.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2646. end)
  2647.  
  2648. Items.MouseEnter:connect(function()
  2649. Items.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2650. end)
  2651. Items.MouseLeave:connect(function()
  2652. Items.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2653. end)
  2654.  
  2655. PcEraser.MouseEnter:connect(function()
  2656. PcEraser.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2657. end)
  2658. PcEraser.MouseLeave:connect(function()
  2659. PcEraser.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2660. end)
  2661.  
  2662. Transferer.MouseEnter:connect(function()
  2663. Transferer.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2664. end)
  2665. Transferer.MouseLeave:connect(function()
  2666. Transferer.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2667. end)
  2668.  
  2669. Others.MouseEnter:connect(function()
  2670. Others.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2671. end)
  2672. Others.MouseLeave:connect(function()
  2673. Others.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2674. end)
  2675.  
  2676. Trade.MouseEnter:connect(function()
  2677. Trade.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2678. end)
  2679. Trade.MouseLeave:connect(function()
  2680. Trade.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2681. end)
  2682.  
  2683. Transferer.MouseEnter:connect(function()
  2684. TransferFrame.Visible = true
  2685. ItemFrame.Visible = false
  2686. OtherFrame.Visible = false
  2687. EraserFrame.Visible = false
  2688. end)
  2689.  
  2690. Items.MouseEnter:connect(function()
  2691. ItemFrame.Visible = true
  2692. OtherFrame.Visible = false
  2693. EraserFrame.Visible = false
  2694. TransferFrame.Visible = false
  2695. end)
  2696.  
  2697. Others.MouseEnter:connect(function()
  2698. OtherFrame.Visible = true
  2699. ItemFrame.Visible = false
  2700. TransferFrame.Visible = false
  2701. EraserFrame.Visible = false
  2702. end)
  2703.  
  2704. PcEraser.MouseEnter:connect(function()
  2705. EraserFrame.Visible = true
  2706. TransferFrame.Visible = false
  2707. OtherFrame.Visible = false
  2708. ItemFrame.Visible = false
  2709. end)
  2710.  
  2711. Dex.MouseEnter:connect(function()
  2712. Dex.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2713. end)
  2714. Dex.MouseLeave:connect(function()
  2715. Dex.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2716. end)
  2717.  
  2718. Badges.MouseEnter:connect(function()
  2719. Badges.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2720. end)
  2721. Badges.MouseLeave:connect(function()
  2722. Badges.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2723. end)
  2724.  
  2725. Add.MouseEnter:connect(function()
  2726. Add.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2727. end)
  2728. Add.MouseLeave:connect(function()
  2729. Add.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2730. end)
  2731.  
  2732. TMsButton.MouseEnter:connect(function()
  2733. TMsButton.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2734. end)
  2735. TMsButton.MouseLeave:connect(function()
  2736. TMsButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2737. end)
  2738.  
  2739. BPButton.MouseEnter:connect(function()
  2740. BPButton.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2741. end)
  2742. BPButton.MouseLeave:connect(function()
  2743. BPButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2744. end)
  2745.  
  2746. CompetitiveButton.MouseEnter:connect(function()
  2747. CompetitiveButton.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2748. end)
  2749. CompetitiveButton.MouseLeave:connect(function()
  2750. CompetitiveButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2751. end)
  2752.  
  2753. EvolutionButton.MouseEnter:connect(function()
  2754. EvolutionButton.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2755. end)
  2756. EvolutionButton.MouseLeave:connect(function()
  2757. EvolutionButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2758. end)
  2759.  
  2760. PokeballButton.MouseEnter:connect(function()
  2761. PokeballButton.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2762. end)
  2763. PokeballButton.MouseLeave:connect(function()
  2764. PokeballButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2765. end)
  2766.  
  2767. RecoveryButton.MouseEnter:connect(function()
  2768. RecoveryButton.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2769. end)
  2770. RecoveryButton.MouseLeave:connect(function()
  2771. RecoveryButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2772. end)
  2773.  
  2774. Gamepass.MouseEnter:connect(function()
  2775. Gamepass.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2776. end)
  2777. Gamepass.MouseLeave:connect(function()
  2778. Gamepass.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2779. end)
  2780.  
  2781. Celadon.MouseEnter:connect(function()
  2782. Celadon.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2783. end)
  2784. Celadon.MouseLeave:connect(function()
  2785. Celadon.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2786. end)
  2787.  
  2788. Cerulean.MouseEnter:connect(function()
  2789. Cerulean.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2790. end)
  2791. Cerulean.MouseLeave:connect(function()
  2792. Cerulean.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2793. end)
  2794.  
  2795. Cinnabar.MouseEnter:connect(function()
  2796. Cinnabar.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2797. end)
  2798. Cinnabar.MouseLeave:connect(function()
  2799. Cinnabar.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2800. end)
  2801.  
  2802. Elegant.MouseEnter:connect(function()
  2803. Elegant.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2804. end)
  2805. Elegant.MouseLeave:connect(function()
  2806. Elegant.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2807. end)
  2808.  
  2809. Fuchsia.MouseEnter:connect(function()
  2810. Fuchsia.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2811. end)
  2812. Fuchsia.MouseLeave:connect(function()
  2813. Fuchsia.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2814. end)
  2815.  
  2816. Indigo.MouseEnter:connect(function()
  2817. Indigo.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2818. end)
  2819. Indigo.MouseLeave:connect(function()
  2820. Indigo.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2821. end)
  2822.  
  2823. Mausoleum.MouseEnter:connect(function()
  2824. Mausoleum.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2825. end)
  2826. Mausoleum.MouseLeave:connect(function()
  2827. Mausoleum.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2828. end)
  2829.  
  2830. Mysterious.MouseEnter:connect(function()
  2831. Mysterious.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2832. end)
  2833. Mysterious.MouseLeave:connect(function()
  2834. Mysterious.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2835. end)
  2836.  
  2837. Pewter.MouseEnter:connect(function()
  2838. Pewter.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2839. end)
  2840. Pewter.MouseLeave:connect(function()
  2841. Pewter.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2842. end)
  2843.  
  2844. Saffron.MouseEnter:connect(function()
  2845. Saffron.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2846. end)
  2847. Saffron.MouseLeave:connect(function()
  2848. Saffron.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2849. end)
  2850.  
  2851. Viridian.MouseEnter:connect(function()
  2852. Viridian.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2853. end)
  2854. Viridian.MouseLeave:connect(function()
  2855. Viridian.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2856. end)
  2857.  
  2858. Vermillion.MouseEnter:connect(function()
  2859. Vermillion.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2860. end)
  2861. Vermillion.MouseLeave:connect(function()
  2862. Vermillion.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2863. end)
  2864.  
  2865. Mausoleum2.MouseEnter:connect(function()
  2866. Mausoleum2.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2867. end)
  2868. Mausoleum2.MouseLeave:connect(function()
  2869. Mausoleum2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2870. end)
  2871.  
  2872. Canyon.MouseEnter:connect(function()
  2873. Canyon.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2874. end)
  2875. Canyon.MouseLeave:connect(function()
  2876. Canyon.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2877. end)
  2878.  
  2879. Lavender.MouseEnter:connect(function()
  2880. Lavender.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2881. end)
  2882. Lavender.MouseLeave:connect(function()
  2883. Lavender.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2884. end)
  2885.  
  2886. Moon.MouseEnter:connect(function()
  2887. Moon.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2888. end)
  2889. Moon.MouseLeave:connect(function()
  2890. Moon.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2891. end)
  2892.  
  2893. AuraLab.MouseEnter:connect(function()
  2894. AuraLab.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2895. end)
  2896. AuraLab.MouseLeave:connect(function()
  2897. AuraLab.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2898. end)
  2899.  
  2900. Route1.MouseEnter:connect(function()
  2901. Route1.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2902. end)
  2903. Route1.MouseLeave:connect(function()
  2904. Route1.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2905. end)
  2906.  
  2907. Route2.MouseEnter:connect(function()
  2908. Route2.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2909. end)
  2910. Route2.MouseLeave:connect(function()
  2911. Route2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2912. end)
  2913.  
  2914. ViridianForest.MouseEnter:connect(function()
  2915. ViridianForest.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2916. end)
  2917. ViridianForest.MouseLeave:connect(function()
  2918. ViridianForest.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2919. end)
  2920.  
  2921. Route22.MouseEnter:connect(function()
  2922. Route22.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2923. end)
  2924. Route22.MouseLeave:connect(function()
  2925. Route22.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2926. end)
  2927.  
  2928. Route6.MouseEnter:connect(function()
  2929. Route6.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2930. end)
  2931. Route6.MouseLeave:connect(function()
  2932. Route6.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2933. end)
  2934.  
  2935. Route8.MouseEnter:connect(function()
  2936. Route8.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2937. end)
  2938. Route8.MouseLeave:connect(function()
  2939. Route8.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2940. end)
  2941.  
  2942. SeaFoamCave.MouseEnter:connect(function()
  2943. SeaFoamCave.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2944. end)
  2945. SeaFoamCave.MouseLeave:connect(function()
  2946. SeaFoamCave.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2947. end)
  2948.  
  2949. Route17.MouseEnter:connect(function()
  2950. Route17.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2951. end)
  2952. Route17.MouseLeave:connect(function()
  2953. Route17.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2954. end)
  2955.  
  2956. Route21.MouseEnter:connect(function()
  2957. Route21.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2958. end)
  2959. Route21.MouseLeave:connect(function()
  2960. Route21.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2961. end)
  2962.  
  2963. PalkiaArea.MouseEnter:connect(function()
  2964. PalkiaArea.BackgroundColor3 = Color3.new(0, 0.403922, 0)
  2965. end)
  2966. PalkiaArea.MouseLeave:connect(function()
  2967. PalkiaArea.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2968. end)
Add Comment
Please, Sign In to add comment