Mitko1223tm

just a test :D

Dec 11th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.01 KB | None | 0 0
  1. -- Objects
  2.  
  3. local PP = Instance.new("ScreenGui")
  4. local OpenFrame = Instance.new("Frame")
  5. local RareFrame = Instance.new("Frame")
  6. local TxtLabel = Instance.new("TextLabel")
  7. local Teleporting = Instance.new("TextButton")
  8. local Close = Instance.new("TextButton")
  9. local Badges = Instance.new("TextButton")
  10. local BattlePoints = Instance.new("TextButton")
  11. local Itemz = Instance.new("TextButton")
  12. local Money = Instance.new("TextButton")
  13. local TPFrame = Instance.new("Frame")
  14. local TPMain = Instance.new("ScrollingFrame")
  15. local Cerulean = Instance.new("TextButton")
  16. local Cinnabar = Instance.new("TextButton")
  17. local Elegant = Instance.new("TextButton")
  18. local Fuchsia = Instance.new("TextButton")
  19. local Indigo = Instance.new("TextButton")
  20. local Mausoleum = Instance.new("TextButton")
  21. local Mysterious = Instance.new("TextButton")
  22. local Pewter = Instance.new("TextButton")
  23. local Saffron = Instance.new("TextButton")
  24. local Viridian = Instance.new("TextButton")
  25. local Vermillion = Instance.new("TextButton")
  26. local Mausoleum2 = Instance.new("TextButton")
  27. local Canyon = Instance.new("TextButton")
  28. local Champion = Instance.new("TextButton")
  29. local Lavender = Instance.new("TextButton")
  30. local AuraLab = Instance.new("TextButton")
  31. local Celadon = Instance.new("TextButton")
  32. local Moon = Instance.new("TextButton")
  33.  
  34. -- Properties
  35.  
  36. PP.Name = "PP"
  37. PP.Parent = game.CoreGui
  38.  
  39. OpenFrame.Name = "OpenFrame"
  40. OpenFrame.Parent = PP
  41. OpenFrame.Active = true
  42. OpenFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  43. OpenFrame.BorderColor3 = Color3.new(0, 0, 0)
  44. OpenFrame.BorderSizePixel = 0
  45. OpenFrame.Draggable = true
  46. OpenFrame.Position = UDim2.new(0, 460, 0, -33)
  47. OpenFrame.Size = UDim2.new(0, 550, 0, 30)
  48.  
  49. RareFrame.Name = "RareFrame"
  50. RareFrame.Parent = OpenFrame
  51. RareFrame.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  52. RareFrame.BorderColor3 = Color3.new(0, 0, 0)
  53. RareFrame.Position = UDim2.new(0, 171, 0, 6)
  54. RareFrame.Size = UDim2.new(0, 160, 0, 20)
  55. RareFrame.Style = Enum.FrameStyle.RobloxRound
  56.  
  57. TxtLabel.Name = "TxtLabel"
  58. TxtLabel.Parent = RareFrame
  59. TxtLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  60. TxtLabel.BackgroundTransparency = 1
  61. TxtLabel.BorderColor3 = Color3.new(0, 0, 0)
  62. TxtLabel.Position = UDim2.new(0, 0, 0, -7)
  63. TxtLabel.Size = UDim2.new(0, 145, 0, 15)
  64. TxtLabel.Font = Enum.Font.SourceSans
  65. TxtLabel.FontSize = Enum.FontSize.Size18
  66. TxtLabel.Text = ""
  67. TxtLabel.TextColor3 = Color3.new(0, 1, 0)
  68. TxtLabel.TextSize = 15
  69.  
  70. Teleporting.Name = "Teleporting"
  71. Teleporting.Parent = OpenFrame
  72. Teleporting.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  73. Teleporting.BorderColor3 = Color3.new(0, 0, 0)
  74. Teleporting.BorderSizePixel = 2
  75. Teleporting.Position = UDim2.new(0, 340, 0, 8)
  76. Teleporting.Size = UDim2.new(0, 60, 0, 15)
  77. Teleporting.Font = Enum.Font.SciFi
  78. Teleporting.FontSize = Enum.FontSize.Size14
  79. Teleporting.Text = "Teleport"
  80. Teleporting.TextColor3 = Color3.new(1, 1, 1)
  81. Teleporting.TextSize = 14
  82.  
  83. Close.Name = "Close"
  84. Close.Parent = OpenFrame
  85. Close.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  86. Close.BorderColor3 = Color3.new(0, 0, 0)
  87. Close.BorderSizePixel = 2
  88. Close.Position = UDim2.new(0, 5, 0, 8)
  89. Close.Size = UDim2.new(0, 15, 0, 15)
  90. Close.Font = Enum.Font.Garamond
  91. Close.FontSize = Enum.FontSize.Size14
  92. Close.Text = "X"
  93. Close.TextColor3 = Color3.new(1, 1, 1)
  94. Close.TextSize = 14
  95.  
  96. Badges.Name = "Badges"
  97. Badges.Parent = OpenFrame
  98. Badges.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  99. Badges.BorderColor3 = Color3.new(0, 0, 0)
  100. Badges.BorderSizePixel = 2
  101. Badges.Position = UDim2.new(0, 30, 0, 8)
  102. Badges.Size = UDim2.new(0, 60, 0, 15)
  103. Badges.Font = Enum.Font.SciFi
  104. Badges.FontSize = Enum.FontSize.Size14
  105. Badges.Text = "Badges"
  106. Badges.TextColor3 = Color3.new(1, 1, 1)
  107. Badges.TextSize = 14
  108.  
  109. BattlePoints.Name = "BattlePoints"
  110. BattlePoints.Parent = OpenFrame
  111. BattlePoints.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  112. BattlePoints.BorderColor3 = Color3.new(0, 0, 0)
  113. BattlePoints.BorderSizePixel = 2
  114. BattlePoints.Position = UDim2.new(0, 410, 0, 8)
  115. BattlePoints.Size = UDim2.new(0, 60, 0, 15)
  116. BattlePoints.Font = Enum.Font.SciFi
  117. BattlePoints.FontSize = Enum.FontSize.Size14
  118. BattlePoints.Text = "300 BP"
  119. BattlePoints.TextColor3 = Color3.new(1, 1, 1)
  120. BattlePoints.TextSize = 14
  121.  
  122. Itemz.Name = "Itemz"
  123. Itemz.Parent = OpenFrame
  124. Itemz.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  125. Itemz.BorderColor3 = Color3.new(0, 0, 0)
  126. Itemz.BorderSizePixel = 2
  127. Itemz.Position = UDim2.new(0, 100, 0, 8)
  128. Itemz.Size = UDim2.new(0, 60, 0, 15)
  129. Itemz.Font = Enum.Font.SciFi
  130. Itemz.FontSize = Enum.FontSize.Size14
  131. Itemz.Text = "Items"
  132. Itemz.TextColor3 = Color3.new(1, 1, 1)
  133. Itemz.TextSize = 14
  134.  
  135. Money.Name = "Money"
  136. Money.Parent = OpenFrame
  137. Money.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  138. Money.BorderColor3 = Color3.new(0, 0, 0)
  139. Money.BorderSizePixel = 2
  140. Money.Position = UDim2.new(0, 480, 0, 8)
  141. Money.Size = UDim2.new(0, 60, 0, 15)
  142. Money.Font = Enum.Font.SciFi
  143. Money.FontSize = Enum.FontSize.Size14
  144. Money.Text = "250K"
  145. Money.TextColor3 = Color3.new(1, 1, 1)
  146. Money.TextSize = 14
  147.  
  148. TPFrame.Name = "TPFrame"
  149. TPFrame.Parent = PP
  150. TPFrame.Active = true
  151. TPFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  152. TPFrame.BorderColor3 = Color3.new(0, 0, 0)
  153. TPFrame.BorderSizePixel = 2
  154. TPFrame.Draggable = true
  155. TPFrame.Position = UDim2.new(0, 625, 0, 2)
  156. TPFrame.Size = UDim2.new(0, 175, 0, 215)
  157. TPFrame.Visible = false
  158.  
  159. TPMain.Name = "TPMain"
  160. TPMain.Parent = TPFrame
  161. TPMain.Active = true
  162. TPMain.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  163. TPMain.BorderColor3 = Color3.new(0, 0, 0)
  164. TPMain.BorderSizePixel = 2
  165. TPMain.Position = UDim2.new(0, 0, 0, 10)
  166. TPMain.Size = UDim2.new(0, 175, 0, 205)
  167. TPMain.CanvasSize = UDim2.new(0, 0, 2.5999999, 0)
  168.  
  169. Cerulean.Name = "Cerulean"
  170. Cerulean.Parent = TPMain
  171. Cerulean.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  172. Cerulean.BorderColor3 = Color3.new(0, 0, 0)
  173. Cerulean.BorderSizePixel = 2
  174. Cerulean.Position = UDim2.new(0, 5, 0, 90)
  175. Cerulean.Size = UDim2.new(0, 150, 0, 20)
  176. Cerulean.Font = Enum.Font.SciFi
  177. Cerulean.FontSize = Enum.FontSize.Size14
  178. Cerulean.Text = "Cerulean City"
  179. Cerulean.TextColor3 = Color3.new(1, 1, 1)
  180. Cerulean.TextSize = 14
  181.  
  182. Cinnabar.Name = "Cinnabar"
  183. Cinnabar.Parent = TPMain
  184. Cinnabar.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  185. Cinnabar.BorderColor3 = Color3.new(0, 0, 0)
  186. Cinnabar.BorderSizePixel = 2
  187. Cinnabar.Position = UDim2.new(0, 5, 0, 270)
  188. Cinnabar.Size = UDim2.new(0, 150, 0, 20)
  189. Cinnabar.Font = Enum.Font.SciFi
  190. Cinnabar.FontSize = Enum.FontSize.Size14
  191. Cinnabar.Text = "Cinnabar Volcano"
  192. Cinnabar.TextColor3 = Color3.new(1, 1, 1)
  193. Cinnabar.TextSize = 14
  194.  
  195. Elegant.Name = "Elegant"
  196. Elegant.Parent = TPMain
  197. Elegant.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  198. Elegant.BorderColor3 = Color3.new(0, 0, 0)
  199. Elegant.BorderSizePixel = 2
  200. Elegant.Position = UDim2.new(0, 5, 0, 330)
  201. Elegant.Size = UDim2.new(0, 150, 0, 20)
  202. Elegant.Font = Enum.Font.SciFi
  203. Elegant.FontSize = Enum.FontSize.Size14
  204. Elegant.Text = "Elegant Valley"
  205. Elegant.TextColor3 = Color3.new(1, 1, 1)
  206. Elegant.TextSize = 14
  207.  
  208. Fuchsia.Name = "Fuchsia"
  209. Fuchsia.Parent = TPMain
  210. Fuchsia.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  211. Fuchsia.BorderColor3 = Color3.new(0, 0, 0)
  212. Fuchsia.BorderSizePixel = 2
  213. Fuchsia.Position = UDim2.new(0, 5, 0, 210)
  214. Fuchsia.Size = UDim2.new(0, 150, 0, 20)
  215. Fuchsia.Font = Enum.Font.SciFi
  216. Fuchsia.FontSize = Enum.FontSize.Size14
  217. Fuchsia.Text = "Fuchsia City"
  218. Fuchsia.TextColor3 = Color3.new(1, 1, 1)
  219. Fuchsia.TextSize = 14
  220.  
  221. Indigo.Name = "Indigo"
  222. Indigo.Parent = TPMain
  223. Indigo.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  224. Indigo.BorderColor3 = Color3.new(0, 0, 0)
  225. Indigo.BorderSizePixel = 2
  226. Indigo.Position = UDim2.new(0, 5, 0, 300)
  227. Indigo.Size = UDim2.new(0, 150, 0, 20)
  228. Indigo.Font = Enum.Font.SciFi
  229. Indigo.FontSize = Enum.FontSize.Size14
  230. Indigo.Text = "Indigo Plateu"
  231. Indigo.TextColor3 = Color3.new(1, 1, 1)
  232. Indigo.TextSize = 14
  233.  
  234. Mausoleum.Name = "Mausoleum"
  235. Mausoleum.Parent = TPMain
  236. Mausoleum.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  237. Mausoleum.BorderColor3 = Color3.new(0, 0, 0)
  238. Mausoleum.BorderSizePixel = 2
  239. Mausoleum.Position = UDim2.new(0, 5, 0, 390)
  240. Mausoleum.Size = UDim2.new(0, 150, 0, 20)
  241. Mausoleum.Font = Enum.Font.SciFi
  242. Mausoleum.FontSize = Enum.FontSize.Size14
  243. Mausoleum.Text = "Mausoleum of Origin"
  244. Mausoleum.TextColor3 = Color3.new(1, 1, 1)
  245. Mausoleum.TextSize = 14
  246.  
  247. Mysterious.Name = "Mysterious"
  248. Mysterious.Parent = TPMain
  249. Mysterious.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  250. Mysterious.BorderColor3 = Color3.new(0, 0, 0)
  251. Mysterious.BorderSizePixel = 2
  252. Mysterious.Position = UDim2.new(0, 5, 0, 360)
  253. Mysterious.Size = UDim2.new(0, 150, 0, 20)
  254. Mysterious.Font = Enum.Font.SciFi
  255. Mysterious.FontSize = Enum.FontSize.Size14
  256. Mysterious.Text = "Mysterious Grotto"
  257. Mysterious.TextColor3 = Color3.new(1, 1, 1)
  258. Mysterious.TextSize = 14
  259.  
  260. Pewter.Name = "Pewter"
  261. Pewter.Parent = TPMain
  262. Pewter.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  263. Pewter.BorderColor3 = Color3.new(0, 0, 0)
  264. Pewter.BorderSizePixel = 2
  265. Pewter.Position = UDim2.new(0, 5, 0, 30)
  266. Pewter.Size = UDim2.new(0, 150, 0, 20)
  267. Pewter.Font = Enum.Font.SciFi
  268. Pewter.FontSize = Enum.FontSize.Size14
  269. Pewter.Text = "Pewter Town"
  270. Pewter.TextColor3 = Color3.new(1, 1, 1)
  271. Pewter.TextSize = 14
  272.  
  273. Saffron.Name = "Saffron"
  274. Saffron.Parent = TPMain
  275. Saffron.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  276. Saffron.BorderColor3 = Color3.new(0, 0, 0)
  277. Saffron.BorderSizePixel = 2
  278. Saffron.Position = UDim2.new(0, 5, 0, 240)
  279. Saffron.Size = UDim2.new(0, 150, 0, 20)
  280. Saffron.Font = Enum.Font.SciFi
  281. Saffron.FontSize = Enum.FontSize.Size14
  282. Saffron.Text = "Saffron City"
  283. Saffron.TextColor3 = Color3.new(1, 1, 1)
  284. Saffron.TextSize = 14
  285.  
  286. Viridian.Name = "Viridian"
  287. Viridian.Parent = TPMain
  288. Viridian.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  289. Viridian.BorderColor3 = Color3.new(0, 0, 0)
  290. Viridian.BorderSizePixel = 2
  291. Viridian.Position = UDim2.new(0, 5, 0, 0)
  292. Viridian.Size = UDim2.new(0, 150, 0, 20)
  293. Viridian.Font = Enum.Font.SciFi
  294. Viridian.FontSize = Enum.FontSize.Size14
  295. Viridian.Text = "Viridian City"
  296. Viridian.TextColor3 = Color3.new(1, 1, 1)
  297. Viridian.TextSize = 14
  298.  
  299. Vermillion.Name = "Vermillion"
  300. Vermillion.Parent = TPMain
  301. Vermillion.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  302. Vermillion.BorderColor3 = Color3.new(0, 0, 0)
  303. Vermillion.BorderSizePixel = 2
  304. Vermillion.Position = UDim2.new(0, 5, 0, 120)
  305. Vermillion.Size = UDim2.new(0, 150, 0, 20)
  306. Vermillion.Font = Enum.Font.SciFi
  307. Vermillion.FontSize = Enum.FontSize.Size14
  308. Vermillion.Text = "Vermillion City"
  309. Vermillion.TextColor3 = Color3.new(1, 1, 1)
  310. Vermillion.TextSize = 14
  311.  
  312. Mausoleum2.Name = "Mausoleum2"
  313. Mausoleum2.Parent = TPMain
  314. Mausoleum2.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  315. Mausoleum2.BorderColor3 = Color3.new(0, 0, 0)
  316. Mausoleum2.BorderSizePixel = 2
  317. Mausoleum2.Position = UDim2.new(0, 5, 0, 420)
  318. Mausoleum2.Size = UDim2.new(0, 150, 0, 20)
  319. Mausoleum2.Font = Enum.Font.SciFi
  320. Mausoleum2.FontSize = Enum.FontSize.Size14
  321. Mausoleum2.Text = "Inside Mausoleum"
  322. Mausoleum2.TextColor3 = Color3.new(1, 1, 1)
  323. Mausoleum2.TextSize = 14
  324.  
  325. Canyon.Name = "Canyon"
  326. Canyon.Parent = TPMain
  327. Canyon.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  328. Canyon.BorderColor3 = Color3.new(0, 0, 0)
  329. Canyon.BorderSizePixel = 2
  330. Canyon.Position = UDim2.new(0, 5, 0, 450)
  331. Canyon.Size = UDim2.new(0, 150, 0, 20)
  332. Canyon.Font = Enum.Font.SciFi
  333. Canyon.FontSize = Enum.FontSize.Size14
  334. Canyon.Text = "Snow Canyon"
  335. Canyon.TextColor3 = Color3.new(1, 1, 1)
  336. Canyon.TextSize = 14
  337.  
  338. Champion.Name = "Champion"
  339. Champion.Parent = TPMain
  340. Champion.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  341. Champion.BorderColor3 = Color3.new(0, 0, 0)
  342. Champion.BorderSizePixel = 2
  343. Champion.Position = UDim2.new(0, 5, 0, 480)
  344. Champion.Size = UDim2.new(0, 150, 0, 20)
  345. Champion.Font = Enum.Font.SciFi
  346. Champion.FontSize = Enum.FontSize.Size14
  347. Champion.Text = "Pokemon Champion"
  348. Champion.TextColor3 = Color3.new(1, 1, 1)
  349. Champion.TextSize = 14
  350.  
  351. Lavender.Name = "Lavender"
  352. Lavender.Parent = TPMain
  353. Lavender.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  354. Lavender.BorderColor3 = Color3.new(0, 0, 0)
  355. Lavender.BorderSizePixel = 2
  356. Lavender.Position = UDim2.new(0, 5, 0, 180)
  357. Lavender.Size = UDim2.new(0, 150, 0, 20)
  358. Lavender.Font = Enum.Font.SciFi
  359. Lavender.FontSize = Enum.FontSize.Size14
  360. Lavender.Text = "Lavender Town"
  361. Lavender.TextColor3 = Color3.new(1, 1, 1)
  362. Lavender.TextSize = 14
  363.  
  364. AuraLab.Name = "AuraLab"
  365. AuraLab.Parent = TPMain
  366. AuraLab.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  367. AuraLab.BorderColor3 = Color3.new(0, 0, 0)
  368. AuraLab.BorderSizePixel = 2
  369. AuraLab.Position = UDim2.new(0, 5, 0, 510)
  370. AuraLab.Size = UDim2.new(0, 150, 0, 20)
  371. AuraLab.Font = Enum.Font.SciFi
  372. AuraLab.FontSize = Enum.FontSize.Size14
  373. AuraLab.Text = "Aura Lab"
  374. AuraLab.TextColor3 = Color3.new(1, 1, 1)
  375. AuraLab.TextSize = 14
  376.  
  377. Celadon.Name = "Celadon"
  378. Celadon.Parent = TPMain
  379. Celadon.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  380. Celadon.BorderColor3 = Color3.new(0, 0, 0)
  381. Celadon.BorderSizePixel = 2
  382. Celadon.Position = UDim2.new(0, 5, 0, 150)
  383. Celadon.Size = UDim2.new(0, 150, 0, 20)
  384. Celadon.Font = Enum.Font.SciFi
  385. Celadon.FontSize = Enum.FontSize.Size14
  386. Celadon.Text = "Celadon City"
  387. Celadon.TextColor3 = Color3.new(1, 1, 1)
  388. Celadon.TextSize = 14
  389.  
  390. Moon.Name = "Moon"
  391. Moon.Parent = TPMain
  392. Moon.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  393. Moon.BorderColor3 = Color3.new(0, 0, 0)
  394. Moon.BorderSizePixel = 2
  395. Moon.Position = UDim2.new(0, 5, 0, 60)
  396. Moon.Size = UDim2.new(0, 150, 0, 20)
  397. Moon.Font = Enum.Font.SciFi
  398. Moon.FontSize = Enum.FontSize.Size14
  399. Moon.Text = "Mount Moon"
  400. Moon.TextColor3 = Color3.new(1, 1, 1)
  401. Moon.TextSize = 14
  402.  
  403. -----------------------------------------------------------
  404.  
  405. Close.MouseButton1Down:connect(function()
  406. PP:Destroy()
  407. end)
  408.  
  409. -----------------------------------------------------------
  410.  
  411. File = game.ReplicatedStorage.RarePokemonSpawn
  412. TxtLabel.Text = (File.Value)
  413. File.Changed:connect(function()
  414. TxtLabel.Text = (File.Value)
  415. end)
  416.  
  417. -----------------------------------------------------------
  418.  
  419. Teleporting.MouseButton1Down:connect(function()
  420. if TPFrame.Visible == false then
  421. TPFrame.Visible = true
  422. else
  423. TPFrame.Visible = false
  424. end
  425. end)
  426.  
  427. -----------------------------------------------------------
  428.  
  429. local WayPoints =
  430. {
  431. ["Celadon"] = Vector3.new(-1803.29102, 1.97374797, 360.160004),
  432. ["Cerulean"] = Vector3.new(-1271.00305, 41.4428673, 1378.32996),
  433. ["Cinnabar"] = Vector3.new(-5036.60596, 291.424561, 2358.16992),
  434. ["Elegant"] = Vector3.new(-9139.74023, 85.2877731, 806.039978),
  435. ["Fuchsia"] = Vector3.new(-3979.30908, -17.2866173, -272.419006),
  436. ["Indigo"] = Vector3.new(9800.5, 196.700089, 395),
  437. ["Mausoleum"] = Vector3.new(-618.44397, 20.022295, -4374.73486),
  438. ["Mysterious"] = Vector3.new(-2409.74097, 165.587921, 4357.479),
  439. ["Pewter"] = Vector3.new(-970.586975, 13.4916401, 711.872009),
  440. ["Saffron"] = Vector3.new(-4447.65186, -13.7074337, 983.737976),
  441. ["Viridian"] = Vector3.new(-212.769516, 12.910078, 565.719727),
  442. ["Vermillion"] = Vector3.new(-2672.93701, 28.504425, 780.85199),
  443. ["Mausoleum2"] = Vector3.new(288.7748993, 194.981171, -4399.16113),
  444. ["Canyon"] = Vector3.new(10038.73096, 302.371979, 378.541351),
  445. ["Champion"] = Vector3.new(-1226.794775, -398.7721313, 628.7374695),
  446. ["Lavender"] = Vector3.new(-2499.31323, 27.5424709, 1534.35046),
  447. ["Moon"] = Vector3.new(-808.956299, 40.3187408, 1534.72766),
  448. ["AuraLab"] = Vector3.new(-9439.97559, 66.1556396, 906.498291)
  449. }
  450.  
  451. TPMain.Celadon.MouseButton1Down:connect(function()
  452. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Celadon"])
  453. end)
  454.  
  455. TPMain.Cerulean.MouseButton1Down:connect(function()
  456. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cerulean"])
  457. end)
  458.  
  459. TPMain.Cinnabar.MouseButton1Down:connect(function()
  460. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cinnabar"])
  461. end)
  462.  
  463. TPMain.Elegant.MouseButton1Down:connect(function()
  464. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Elegant"])
  465. end)
  466.  
  467. TPMain.Fuchsia.MouseButton1Down:connect(function()
  468. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fuchsia"])
  469. end)
  470.  
  471. TPMain.Indigo.MouseButton1Down:connect(function()
  472. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Indigo"])
  473. end)
  474.  
  475. TPMain.Mausoleum.MouseButton1Down:connect(function()
  476. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Mausoleum"])
  477. end)
  478.  
  479. TPMain.Mysterious.MouseButton1Down:connect(function()
  480. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Mysterious"])
  481. end)
  482.  
  483. TPMain.Pewter.MouseButton1Down:connect(function()
  484. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Pewter"])
  485. end)
  486.  
  487. TPMain.Saffron.MouseButton1Down:connect(function()
  488. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Saffron"])
  489. end)
  490.  
  491. TPMain.Viridian.MouseButton1Down:connect(function()
  492. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Viridian"])
  493. end)
  494.  
  495. TPMain.Vermillion.MouseButton1Down:connect(function()
  496. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Vermillion"])
  497. end)
  498.  
  499. TPMain.Mausoleum2.MouseButton1Down:connect(function()
  500. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Mausoleum2"])
  501. end)
  502.  
  503. TPMain.Canyon.MouseButton1Down:connect(function()
  504. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Canyon"])
  505. end)
  506.  
  507. TPMain.Champion.MouseButton1Down:connect(function()
  508. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Champion"])
  509. end)
  510.  
  511. TPMain.Lavender.MouseButton1Down:connect(function()
  512. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Lavender"])
  513. end)
  514.  
  515. TPMain.AuraLab.MouseButton1Down:connect(function()
  516. game.Players.LocalPlayer.Character:MoveTo(WayPoints["AuraLab"])
  517. end)
  518.  
  519. TPMain.Moon.MouseButton1Down:connect(function()
  520. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Moon"])
  521. end)
  522.  
  523. -------------------------------------------------------------------------------------------------------------------
  524.  
  525. Money.MouseButton1Down:connect(function()
  526. game.ReplicatedStorage.REvents.Internal.funcMoney:InvokeServer(game.Players.LocalPlayer.Money, 250000)
  527. end)
  528.  
  529. -----------------------------------------------------------
  530.  
  531. BattlePoints.MouseButton1Down:connect(function()
  532. game.ReplicatedStorage.REvents.Pokemon.GreenPill:InvokeServer(300)
  533. end)
  534.  
  535. -----------------------------------------------------------
  536.  
  537. Itemz.MouseButton1Down:connect(function()
  538. Amount = 500
  539. b=game.Players.LocalPlayer.Bag
  540. r=game.ReplicatedStorage.REvents
  541. Items = {
  542. Recover = {"Antidote","Awakening","Burn Heal","Full Restore","Hyper Potion","Ice Heal","Max Elixir","Potion","Paralyze Heal","Revive"},
  543. Pokeball = {"Great Ball","Nest Ball","Net Ball","Pokeball","Premier Ball","Repeat Ball","Ultra Ball","Beast Ball"},
  544. 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"},
  545. 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"},
  546. Competitive = {"Calcium","Carbos","HP Up","Iron","Mini Stat Reset","Nature Stone","PokeImprove","Protein","Stat Reset","Zinc"}
  547. }
  548. for n,t in next,Items do
  549. for _,i in next,t do
  550. if b[n]:FindFirstChild(i)then
  551. r.Internal.funcItem:InvokeServer(b[n][i],Amount)
  552. else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Amount)
  553. end end end
  554. end)
  555.  
  556. -----------------------------------------------------------
  557.  
  558. Badges.MouseButton1Down:connect(function()
  559. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("1")
  560. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("2")
  561. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("EV")
  562. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("3")
  563. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("4")
  564. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("5")
  565. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("6")
  566. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("7")
  567. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Mysterious Grotto")
  568. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("8")
  569. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Indigo")
  570. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Champ")
  571. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Mausoleum of Origins")
  572. end)
Add Comment
Please, Sign In to add comment