-- Objects local PP = Instance.new("ScreenGui") local OpenFrame = Instance.new("Frame") local RareFrame = Instance.new("Frame") local TxtLabel = Instance.new("TextLabel") local Teleporting = Instance.new("TextButton") local Close = Instance.new("TextButton") local Badges = Instance.new("TextButton") local BattlePoints = Instance.new("TextButton") local Itemz = Instance.new("TextButton") local Money = Instance.new("TextButton") local TPFrame = Instance.new("Frame") local TPMain = Instance.new("ScrollingFrame") local Cerulean = Instance.new("TextButton") local Cinnabar = Instance.new("TextButton") local Elegant = Instance.new("TextButton") local Fuchsia = Instance.new("TextButton") local Indigo = Instance.new("TextButton") local Mausoleum = Instance.new("TextButton") local Mysterious = Instance.new("TextButton") local Pewter = Instance.new("TextButton") local Saffron = Instance.new("TextButton") local Viridian = Instance.new("TextButton") local Vermillion = Instance.new("TextButton") local Mausoleum2 = Instance.new("TextButton") local Canyon = Instance.new("TextButton") local Champion = Instance.new("TextButton") local Lavender = Instance.new("TextButton") local AuraLab = Instance.new("TextButton") local Celadon = Instance.new("TextButton") local Moon = Instance.new("TextButton") -- Properties PP.Name = "PP" PP.Parent = game.CoreGui OpenFrame.Name = "OpenFrame" OpenFrame.Parent = PP OpenFrame.Active = true OpenFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569) OpenFrame.BorderColor3 = Color3.new(0, 0, 0) OpenFrame.BorderSizePixel = 0 OpenFrame.Draggable = true OpenFrame.Position = UDim2.new(0, 460, 0, -33) OpenFrame.Size = UDim2.new(0, 550, 0, 30) RareFrame.Name = "RareFrame" RareFrame.Parent = OpenFrame RareFrame.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902) RareFrame.BorderColor3 = Color3.new(0, 0, 0) RareFrame.Position = UDim2.new(0, 171, 0, 6) RareFrame.Size = UDim2.new(0, 160, 0, 20) RareFrame.Style = Enum.FrameStyle.RobloxRound TxtLabel.Name = "TxtLabel" TxtLabel.Parent = RareFrame TxtLabel.BackgroundColor3 = Color3.new(1, 1, 1) TxtLabel.BackgroundTransparency = 1 TxtLabel.BorderColor3 = Color3.new(0, 0, 0) TxtLabel.Position = UDim2.new(0, 0, 0, -7) TxtLabel.Size = UDim2.new(0, 145, 0, 15) TxtLabel.Font = Enum.Font.SourceSans TxtLabel.FontSize = Enum.FontSize.Size18 TxtLabel.Text = "" TxtLabel.TextColor3 = Color3.new(0, 1, 0) TxtLabel.TextSize = 15 Teleporting.Name = "Teleporting" Teleporting.Parent = OpenFrame Teleporting.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Teleporting.BorderColor3 = Color3.new(0, 0, 0) Teleporting.BorderSizePixel = 2 Teleporting.Position = UDim2.new(0, 340, 0, 8) Teleporting.Size = UDim2.new(0, 60, 0, 15) Teleporting.Font = Enum.Font.SciFi Teleporting.FontSize = Enum.FontSize.Size14 Teleporting.Text = "Teleport" Teleporting.TextColor3 = Color3.new(1, 1, 1) Teleporting.TextSize = 14 Close.Name = "Close" Close.Parent = OpenFrame Close.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902) Close.BorderColor3 = Color3.new(0, 0, 0) Close.BorderSizePixel = 2 Close.Position = UDim2.new(0, 5, 0, 8) Close.Size = UDim2.new(0, 15, 0, 15) Close.Font = Enum.Font.Garamond Close.FontSize = Enum.FontSize.Size14 Close.Text = "X" Close.TextColor3 = Color3.new(1, 1, 1) Close.TextSize = 14 Badges.Name = "Badges" Badges.Parent = OpenFrame Badges.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Badges.BorderColor3 = Color3.new(0, 0, 0) Badges.BorderSizePixel = 2 Badges.Position = UDim2.new(0, 30, 0, 8) Badges.Size = UDim2.new(0, 60, 0, 15) Badges.Font = Enum.Font.SciFi Badges.FontSize = Enum.FontSize.Size14 Badges.Text = "Badges" Badges.TextColor3 = Color3.new(1, 1, 1) Badges.TextSize = 14 BattlePoints.Name = "BattlePoints" BattlePoints.Parent = OpenFrame BattlePoints.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) BattlePoints.BorderColor3 = Color3.new(0, 0, 0) BattlePoints.BorderSizePixel = 2 BattlePoints.Position = UDim2.new(0, 410, 0, 8) BattlePoints.Size = UDim2.new(0, 60, 0, 15) BattlePoints.Font = Enum.Font.SciFi BattlePoints.FontSize = Enum.FontSize.Size14 BattlePoints.Text = "300 BP" BattlePoints.TextColor3 = Color3.new(1, 1, 1) BattlePoints.TextSize = 14 Itemz.Name = "Itemz" Itemz.Parent = OpenFrame Itemz.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Itemz.BorderColor3 = Color3.new(0, 0, 0) Itemz.BorderSizePixel = 2 Itemz.Position = UDim2.new(0, 100, 0, 8) Itemz.Size = UDim2.new(0, 60, 0, 15) Itemz.Font = Enum.Font.SciFi Itemz.FontSize = Enum.FontSize.Size14 Itemz.Text = "Items" Itemz.TextColor3 = Color3.new(1, 1, 1) Itemz.TextSize = 14 Money.Name = "Money" Money.Parent = OpenFrame Money.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Money.BorderColor3 = Color3.new(0, 0, 0) Money.BorderSizePixel = 2 Money.Position = UDim2.new(0, 480, 0, 8) Money.Size = UDim2.new(0, 60, 0, 15) Money.Font = Enum.Font.SciFi Money.FontSize = Enum.FontSize.Size14 Money.Text = "250K" Money.TextColor3 = Color3.new(1, 1, 1) Money.TextSize = 14 TPFrame.Name = "TPFrame" TPFrame.Parent = PP TPFrame.Active = true TPFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569) TPFrame.BorderColor3 = Color3.new(0, 0, 0) TPFrame.BorderSizePixel = 2 TPFrame.Draggable = true TPFrame.Position = UDim2.new(0, 625, 0, 2) TPFrame.Size = UDim2.new(0, 175, 0, 215) TPFrame.Visible = false TPMain.Name = "TPMain" TPMain.Parent = TPFrame TPMain.Active = true TPMain.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176) TPMain.BorderColor3 = Color3.new(0, 0, 0) TPMain.BorderSizePixel = 2 TPMain.Position = UDim2.new(0, 0, 0, 10) TPMain.Size = UDim2.new(0, 175, 0, 205) TPMain.CanvasSize = UDim2.new(0, 0, 2.5999999, 0) Cerulean.Name = "Cerulean" Cerulean.Parent = TPMain Cerulean.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Cerulean.BorderColor3 = Color3.new(0, 0, 0) Cerulean.BorderSizePixel = 2 Cerulean.Position = UDim2.new(0, 5, 0, 90) Cerulean.Size = UDim2.new(0, 150, 0, 20) Cerulean.Font = Enum.Font.SciFi Cerulean.FontSize = Enum.FontSize.Size14 Cerulean.Text = "Cerulean City" Cerulean.TextColor3 = Color3.new(1, 1, 1) Cerulean.TextSize = 14 Cinnabar.Name = "Cinnabar" Cinnabar.Parent = TPMain Cinnabar.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Cinnabar.BorderColor3 = Color3.new(0, 0, 0) Cinnabar.BorderSizePixel = 2 Cinnabar.Position = UDim2.new(0, 5, 0, 270) Cinnabar.Size = UDim2.new(0, 150, 0, 20) Cinnabar.Font = Enum.Font.SciFi Cinnabar.FontSize = Enum.FontSize.Size14 Cinnabar.Text = "Cinnabar Volcano" Cinnabar.TextColor3 = Color3.new(1, 1, 1) Cinnabar.TextSize = 14 Elegant.Name = "Elegant" Elegant.Parent = TPMain Elegant.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Elegant.BorderColor3 = Color3.new(0, 0, 0) Elegant.BorderSizePixel = 2 Elegant.Position = UDim2.new(0, 5, 0, 330) Elegant.Size = UDim2.new(0, 150, 0, 20) Elegant.Font = Enum.Font.SciFi Elegant.FontSize = Enum.FontSize.Size14 Elegant.Text = "Elegant Valley" Elegant.TextColor3 = Color3.new(1, 1, 1) Elegant.TextSize = 14 Fuchsia.Name = "Fuchsia" Fuchsia.Parent = TPMain Fuchsia.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Fuchsia.BorderColor3 = Color3.new(0, 0, 0) Fuchsia.BorderSizePixel = 2 Fuchsia.Position = UDim2.new(0, 5, 0, 210) Fuchsia.Size = UDim2.new(0, 150, 0, 20) Fuchsia.Font = Enum.Font.SciFi Fuchsia.FontSize = Enum.FontSize.Size14 Fuchsia.Text = "Fuchsia City" Fuchsia.TextColor3 = Color3.new(1, 1, 1) Fuchsia.TextSize = 14 Indigo.Name = "Indigo" Indigo.Parent = TPMain Indigo.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Indigo.BorderColor3 = Color3.new(0, 0, 0) Indigo.BorderSizePixel = 2 Indigo.Position = UDim2.new(0, 5, 0, 300) Indigo.Size = UDim2.new(0, 150, 0, 20) Indigo.Font = Enum.Font.SciFi Indigo.FontSize = Enum.FontSize.Size14 Indigo.Text = "Indigo Plateu" Indigo.TextColor3 = Color3.new(1, 1, 1) Indigo.TextSize = 14 Mausoleum.Name = "Mausoleum" Mausoleum.Parent = TPMain Mausoleum.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Mausoleum.BorderColor3 = Color3.new(0, 0, 0) Mausoleum.BorderSizePixel = 2 Mausoleum.Position = UDim2.new(0, 5, 0, 390) Mausoleum.Size = UDim2.new(0, 150, 0, 20) Mausoleum.Font = Enum.Font.SciFi Mausoleum.FontSize = Enum.FontSize.Size14 Mausoleum.Text = "Mausoleum of Origin" Mausoleum.TextColor3 = Color3.new(1, 1, 1) Mausoleum.TextSize = 14 Mysterious.Name = "Mysterious" Mysterious.Parent = TPMain Mysterious.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Mysterious.BorderColor3 = Color3.new(0, 0, 0) Mysterious.BorderSizePixel = 2 Mysterious.Position = UDim2.new(0, 5, 0, 360) Mysterious.Size = UDim2.new(0, 150, 0, 20) Mysterious.Font = Enum.Font.SciFi Mysterious.FontSize = Enum.FontSize.Size14 Mysterious.Text = "Mysterious Grotto" Mysterious.TextColor3 = Color3.new(1, 1, 1) Mysterious.TextSize = 14 Pewter.Name = "Pewter" Pewter.Parent = TPMain Pewter.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Pewter.BorderColor3 = Color3.new(0, 0, 0) Pewter.BorderSizePixel = 2 Pewter.Position = UDim2.new(0, 5, 0, 30) Pewter.Size = UDim2.new(0, 150, 0, 20) Pewter.Font = Enum.Font.SciFi Pewter.FontSize = Enum.FontSize.Size14 Pewter.Text = "Pewter Town" Pewter.TextColor3 = Color3.new(1, 1, 1) Pewter.TextSize = 14 Saffron.Name = "Saffron" Saffron.Parent = TPMain Saffron.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Saffron.BorderColor3 = Color3.new(0, 0, 0) Saffron.BorderSizePixel = 2 Saffron.Position = UDim2.new(0, 5, 0, 240) Saffron.Size = UDim2.new(0, 150, 0, 20) Saffron.Font = Enum.Font.SciFi Saffron.FontSize = Enum.FontSize.Size14 Saffron.Text = "Saffron City" Saffron.TextColor3 = Color3.new(1, 1, 1) Saffron.TextSize = 14 Viridian.Name = "Viridian" Viridian.Parent = TPMain Viridian.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Viridian.BorderColor3 = Color3.new(0, 0, 0) Viridian.BorderSizePixel = 2 Viridian.Position = UDim2.new(0, 5, 0, 0) Viridian.Size = UDim2.new(0, 150, 0, 20) Viridian.Font = Enum.Font.SciFi Viridian.FontSize = Enum.FontSize.Size14 Viridian.Text = "Viridian City" Viridian.TextColor3 = Color3.new(1, 1, 1) Viridian.TextSize = 14 Vermillion.Name = "Vermillion" Vermillion.Parent = TPMain Vermillion.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Vermillion.BorderColor3 = Color3.new(0, 0, 0) Vermillion.BorderSizePixel = 2 Vermillion.Position = UDim2.new(0, 5, 0, 120) Vermillion.Size = UDim2.new(0, 150, 0, 20) Vermillion.Font = Enum.Font.SciFi Vermillion.FontSize = Enum.FontSize.Size14 Vermillion.Text = "Vermillion City" Vermillion.TextColor3 = Color3.new(1, 1, 1) Vermillion.TextSize = 14 Mausoleum2.Name = "Mausoleum2" Mausoleum2.Parent = TPMain Mausoleum2.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Mausoleum2.BorderColor3 = Color3.new(0, 0, 0) Mausoleum2.BorderSizePixel = 2 Mausoleum2.Position = UDim2.new(0, 5, 0, 420) Mausoleum2.Size = UDim2.new(0, 150, 0, 20) Mausoleum2.Font = Enum.Font.SciFi Mausoleum2.FontSize = Enum.FontSize.Size14 Mausoleum2.Text = "Inside Mausoleum" Mausoleum2.TextColor3 = Color3.new(1, 1, 1) Mausoleum2.TextSize = 14 Canyon.Name = "Canyon" Canyon.Parent = TPMain Canyon.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Canyon.BorderColor3 = Color3.new(0, 0, 0) Canyon.BorderSizePixel = 2 Canyon.Position = UDim2.new(0, 5, 0, 450) Canyon.Size = UDim2.new(0, 150, 0, 20) Canyon.Font = Enum.Font.SciFi Canyon.FontSize = Enum.FontSize.Size14 Canyon.Text = "Snow Canyon" Canyon.TextColor3 = Color3.new(1, 1, 1) Canyon.TextSize = 14 Champion.Name = "Champion" Champion.Parent = TPMain Champion.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Champion.BorderColor3 = Color3.new(0, 0, 0) Champion.BorderSizePixel = 2 Champion.Position = UDim2.new(0, 5, 0, 480) Champion.Size = UDim2.new(0, 150, 0, 20) Champion.Font = Enum.Font.SciFi Champion.FontSize = Enum.FontSize.Size14 Champion.Text = "Pokemon Champion" Champion.TextColor3 = Color3.new(1, 1, 1) Champion.TextSize = 14 Lavender.Name = "Lavender" Lavender.Parent = TPMain Lavender.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Lavender.BorderColor3 = Color3.new(0, 0, 0) Lavender.BorderSizePixel = 2 Lavender.Position = UDim2.new(0, 5, 0, 180) Lavender.Size = UDim2.new(0, 150, 0, 20) Lavender.Font = Enum.Font.SciFi Lavender.FontSize = Enum.FontSize.Size14 Lavender.Text = "Lavender Town" Lavender.TextColor3 = Color3.new(1, 1, 1) Lavender.TextSize = 14 AuraLab.Name = "AuraLab" AuraLab.Parent = TPMain AuraLab.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) AuraLab.BorderColor3 = Color3.new(0, 0, 0) AuraLab.BorderSizePixel = 2 AuraLab.Position = UDim2.new(0, 5, 0, 510) AuraLab.Size = UDim2.new(0, 150, 0, 20) AuraLab.Font = Enum.Font.SciFi AuraLab.FontSize = Enum.FontSize.Size14 AuraLab.Text = "Aura Lab" AuraLab.TextColor3 = Color3.new(1, 1, 1) AuraLab.TextSize = 14 Celadon.Name = "Celadon" Celadon.Parent = TPMain Celadon.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Celadon.BorderColor3 = Color3.new(0, 0, 0) Celadon.BorderSizePixel = 2 Celadon.Position = UDim2.new(0, 5, 0, 150) Celadon.Size = UDim2.new(0, 150, 0, 20) Celadon.Font = Enum.Font.SciFi Celadon.FontSize = Enum.FontSize.Size14 Celadon.Text = "Celadon City" Celadon.TextColor3 = Color3.new(1, 1, 1) Celadon.TextSize = 14 Moon.Name = "Moon" Moon.Parent = TPMain Moon.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Moon.BorderColor3 = Color3.new(0, 0, 0) Moon.BorderSizePixel = 2 Moon.Position = UDim2.new(0, 5, 0, 60) Moon.Size = UDim2.new(0, 150, 0, 20) Moon.Font = Enum.Font.SciFi Moon.FontSize = Enum.FontSize.Size14 Moon.Text = "Mount Moon" Moon.TextColor3 = Color3.new(1, 1, 1) Moon.TextSize = 14 ----------------------------------------------------------- Close.MouseButton1Down:connect(function() PP:Destroy() end) ----------------------------------------------------------- File = game.ReplicatedStorage.RarePokemonSpawn TxtLabel.Text = (File.Value) File.Changed:connect(function() TxtLabel.Text = (File.Value) end) ----------------------------------------------------------- Teleporting.MouseButton1Down:connect(function() if TPFrame.Visible == false then TPFrame.Visible = true else TPFrame.Visible = false end end) ----------------------------------------------------------- local WayPoints = { ["Celadon"] = Vector3.new(-1803.29102, 1.97374797, 360.160004), ["Cerulean"] = Vector3.new(-1271.00305, 41.4428673, 1378.32996), ["Cinnabar"] = Vector3.new(-5036.60596, 291.424561, 2358.16992), ["Elegant"] = Vector3.new(-9139.74023, 85.2877731, 806.039978), ["Fuchsia"] = Vector3.new(-3979.30908, -17.2866173, -272.419006), ["Indigo"] = Vector3.new(9800.5, 196.700089, 395), ["Mausoleum"] = Vector3.new(-618.44397, 20.022295, -4374.73486), ["Mysterious"] = Vector3.new(-2409.74097, 165.587921, 4357.479), ["Pewter"] = Vector3.new(-970.586975, 13.4916401, 711.872009), ["Saffron"] = Vector3.new(-4447.65186, -13.7074337, 983.737976), ["Viridian"] = Vector3.new(-212.769516, 12.910078, 565.719727), ["Vermillion"] = Vector3.new(-2672.93701, 28.504425, 780.85199), ["Mausoleum2"] = Vector3.new(288.7748993, 194.981171, -4399.16113), ["Canyon"] = Vector3.new(10038.73096, 302.371979, 378.541351), ["Champion"] = Vector3.new(-1226.794775, -398.7721313, 628.7374695), ["Lavender"] = Vector3.new(-2499.31323, 27.5424709, 1534.35046), ["Moon"] = Vector3.new(-808.956299, 40.3187408, 1534.72766), ["AuraLab"] = Vector3.new(-9439.97559, 66.1556396, 906.498291) } TPMain.Celadon.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Celadon"]) end) TPMain.Cerulean.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cerulean"]) end) TPMain.Cinnabar.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cinnabar"]) end) TPMain.Elegant.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Elegant"]) end) TPMain.Fuchsia.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fuchsia"]) end) TPMain.Indigo.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Indigo"]) end) TPMain.Mausoleum.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Mausoleum"]) end) TPMain.Mysterious.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Mysterious"]) end) TPMain.Pewter.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Pewter"]) end) TPMain.Saffron.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Saffron"]) end) TPMain.Viridian.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Viridian"]) end) TPMain.Vermillion.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Vermillion"]) end) TPMain.Mausoleum2.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Mausoleum2"]) end) TPMain.Canyon.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Canyon"]) end) TPMain.Champion.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Champion"]) end) TPMain.Lavender.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Lavender"]) end) TPMain.AuraLab.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["AuraLab"]) end) TPMain.Moon.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character:MoveTo(WayPoints["Moon"]) end) ------------------------------------------------------------------------------------------------------------------- Money.MouseButton1Down:connect(function() game.ReplicatedStorage.REvents.Internal.funcMoney:InvokeServer(game.Players.LocalPlayer.Money, 250000) end) ----------------------------------------------------------- BattlePoints.MouseButton1Down:connect(function() game.ReplicatedStorage.REvents.Pokemon.GreenPill:InvokeServer(300) end) ----------------------------------------------------------- Itemz.MouseButton1Down:connect(function() Amount = 500 b=game.Players.LocalPlayer.Bag r=game.ReplicatedStorage.REvents Items = { Recover = {"Antidote","Awakening","Burn Heal","Full Restore","Hyper Potion","Ice Heal","Max Elixir","Potion","Paralyze Heal","Revive"}, Pokeball = {"Great Ball","Nest Ball","Net Ball","Pokeball","Premier Ball","Repeat Ball","Ultra Ball","Beast Ball"}, 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"}, 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"}, Competitive = {"Calcium","Carbos","HP Up","Iron","Mini Stat Reset","Nature Stone","PokeImprove","Protein","Stat Reset","Zinc"} } for n,t in next,Items do for _,i in next,t do if b[n]:FindFirstChild(i)then r.Internal.funcItem:InvokeServer(b[n][i],Amount) else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Amount) end end end end) ----------------------------------------------------------- Badges.MouseButton1Down:connect(function() game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("1") game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("2") game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("EV") game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("3") game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("4") game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("5") game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("6") game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("7") game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Mysterious Grotto") game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("8") game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Indigo") game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Champ") game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Mausoleum of Origins") end)