Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local PP = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local RareFrame = Instance.new("Frame")
- local TxtLabel = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local Minimize = Instance.new("TextButton")
- local GuiFrame = Instance.new("Frame")
- local OtherFrame = Instance.new("Frame")
- local MoneyTxt = Instance.new("TextBox")
- local Add = Instance.new("TextButton")
- local Badges = Instance.new("TextButton")
- local Dex = Instance.new("TextButton")
- local Gamepass = Instance.new("TextButton")
- local MoneyLabel = Instance.new("TextLabel")
- local TradeLabel = Instance.new("TextLabel")
- local TradeTxt = Instance.new("TextBox")
- local Trade = Instance.new("TextButton")
- local ItemFrame = Instance.new("Frame")
- local TMsButton = Instance.new("TextButton")
- local TMsImg = Instance.new("ImageLabel")
- local TMsButtonLabel = Instance.new("TextLabel")
- local RecoveryButton = Instance.new("TextButton")
- local RecoverImg = Instance.new("ImageLabel")
- local RecoveryButtonLabel = Instance.new("TextLabel")
- local PokeballButton = Instance.new("TextButton")
- local PokeballImg = Instance.new("ImageLabel")
- local PokeballButtonLabel = Instance.new("TextLabel")
- local EvolutionButton = Instance.new("TextButton")
- local EvolutionImg = Instance.new("ImageLabel")
- local EvolutionButtonLabel = Instance.new("TextLabel")
- local CompetitiveButton = Instance.new("TextButton")
- local CompImg = Instance.new("ImageLabel")
- local CompetitiveButtonLabel = Instance.new("TextLabel")
- local BPButton = Instance.new("TextButton")
- local MegaImg = Instance.new("ImageLabel")
- local BPButtonLabel = Instance.new("TextLabel")
- local Items = Instance.new("TextButton")
- local PcEraser = Instance.new("TextButton")
- local Transferer = Instance.new("TextButton")
- local TransferFrame = Instance.new("Frame")
- local Typ = Instance.new("TextBox")
- local Giver = Instance.new("TextBox")
- local Reciever = Instance.new("TextBox")
- local Transfer = Instance.new("TextButton")
- local Info = Instance.new("TextLabel")
- local Info_2 = Instance.new("TextLabel")
- local EraserFrame = Instance.new("Frame")
- local _1 = Instance.new("TextButton")
- local _2 = Instance.new("TextButton")
- local _3 = Instance.new("TextButton")
- local _4 = Instance.new("TextButton")
- local _5 = Instance.new("TextButton")
- local _6 = Instance.new("TextButton")
- local _7 = Instance.new("TextButton")
- local _8 = Instance.new("TextButton")
- local _9 = Instance.new("TextButton")
- local _10 = Instance.new("TextButton")
- local _11 = Instance.new("TextButton")
- local _12 = Instance.new("TextButton")
- local Warning = Instance.new("TextLabel")
- local Others = Instance.new("TextButton")
- local Teleporting = Instance.new("TextButton")
- local TPFrame = Instance.new("Frame")
- local TPMain = Instance.new("ScrollingFrame")
- local ViridianForest = Instance.new("TextButton")
- local Viridian = Instance.new("TextButton")
- local Vermillion = Instance.new("TextButton")
- local SeaFoamCave = Instance.new("TextButton")
- local Saffron = Instance.new("TextButton")
- local Route8 = Instance.new("TextButton")
- local Route6 = Instance.new("TextButton")
- local Route22 = Instance.new("TextButton")
- local Route21 = Instance.new("TextButton")
- local Route2 = Instance.new("TextButton")
- local Route17 = Instance.new("TextButton")
- local Route1 = Instance.new("TextButton")
- local Pewter = Instance.new("TextButton")
- local PalkiaArea = Instance.new("TextButton")
- local Mysterious = Instance.new("TextButton")
- local Moon = Instance.new("TextButton")
- local Mausoleum2 = Instance.new("TextButton")
- local Mausoleum = Instance.new("TextButton")
- local Lavender = Instance.new("TextButton")
- local Indigo = Instance.new("TextButton")
- local Fuchsia = Instance.new("TextButton")
- local Elegant = Instance.new("TextButton")
- local Cinnabar = Instance.new("TextButton")
- local Cerulean = Instance.new("TextButton")
- local Celadon = Instance.new("TextButton")
- local Canyon = Instance.new("TextButton")
- local AuraLab = Instance.new("TextButton")
- local Battling = Instance.new("TextButton")
- local BattleFrame = Instance.new("Frame")
- local Capture = Instance.new("TextButton")
- local CaptureImg = Instance.new("ImageLabel")
- local SelectedCapture = Instance.new("ImageLabel")
- local Kill = Instance.new("TextButton")
- local KillImg = Instance.new("ImageLabel")
- local SelectedKill = Instance.new("ImageLabel")
- local Heal = Instance.new("TextButton")
- local HealImg = Instance.new("ImageLabel")
- local SelectedHeal = Instance.new("ImageLabel")
- -- Properties
- PP.Name = "PP"
- PP.Parent = game.CoreGui
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = PP
- MainFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- MainFrame.BorderColor3 = Color3.new(1, 0.368627, 0.368627)
- MainFrame.BorderSizePixel = 0
- MainFrame.Position = UDim2.new(0, 440, 0, -33)
- MainFrame.Size = UDim2.new(0, 450, 0, 30)
- RareFrame.Name = "RareFrame"
- RareFrame.Parent = MainFrame
- RareFrame.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- RareFrame.BorderColor3 = Color3.new(0, 0, 0)
- RareFrame.Position = UDim2.new(0, 101, 0, 6)
- RareFrame.Size = UDim2.new(0, 180, 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, 165, 0, 15)
- TxtLabel.Font = Enum.Font.SourceSans
- TxtLabel.FontSize = Enum.FontSize.Size18
- TxtLabel.Text = ""
- TxtLabel.TextColor3 = Color3.new(0, 1, 0)
- TxtLabel.TextSize = 15
- Close.Name = "Close"
- Close.Parent = MainFrame
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.Position = UDim2.new(0, 5, 0, 5)
- Close.Size = UDim2.new(0, 20, 0, 20)
- Close.Style = Enum.ButtonStyle.RobloxButton
- Close.Font = Enum.Font.Fantasy
- Close.FontSize = Enum.FontSize.Size10
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextSize = 10
- Close.TextWrapped = true
- Minimize.Name = "Minimize"
- Minimize.Parent = MainFrame
- Minimize.BackgroundColor3 = Color3.new(0, 0, 0)
- Minimize.BorderColor3 = Color3.new(1, 1, 1)
- Minimize.Position = UDim2.new(0, 35, 0, 0)
- Minimize.Size = UDim2.new(0, 50, 0, 30)
- Minimize.Style = Enum.ButtonStyle.RobloxButton
- Minimize.Font = Enum.Font.Highway
- Minimize.FontSize = Enum.FontSize.Size18
- Minimize.Text = "Menu"
- Minimize.TextColor3 = Color3.new(1, 1, 1)
- Minimize.TextSize = 15
- Minimize.TextWrapped = true
- GuiFrame.Name = "GuiFrame"
- GuiFrame.Parent = MainFrame
- GuiFrame.Active = true
- GuiFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- GuiFrame.BorderColor3 = Color3.new(0, 0, 0)
- GuiFrame.BorderSizePixel = 2
- GuiFrame.Position = UDim2.new(0, 0, 0, 40)
- GuiFrame.Size = UDim2.new(0, 450, 0, 40)
- GuiFrame.Visible = false
- OtherFrame.Name = "OtherFrame"
- OtherFrame.Parent = GuiFrame
- OtherFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- OtherFrame.BorderColor3 = Color3.new(0, 0, 0)
- OtherFrame.BorderSizePixel = 2
- OtherFrame.Position = UDim2.new(0, 75, 0, 50)
- OtherFrame.Size = UDim2.new(0, 305, 0, 150)
- OtherFrame.Visible = false
- MoneyTxt.Name = "MoneyTxt"
- MoneyTxt.Parent = OtherFrame
- MoneyTxt.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
- MoneyTxt.BorderColor3 = Color3.new(0, 0, 0)
- MoneyTxt.BorderSizePixel = 2
- MoneyTxt.Position = UDim2.new(0, 50, 0, 30)
- MoneyTxt.Size = UDim2.new(0, 155, 0, 20)
- MoneyTxt.Font = Enum.Font.Code
- MoneyTxt.FontSize = Enum.FontSize.Size18
- MoneyTxt.Text = "Cash Amount..."
- MoneyTxt.TextColor3 = Color3.new(1, 1, 1)
- MoneyTxt.TextSize = 16
- MoneyTxt.TextWrapped = true
- Add.Name = "Add"
- Add.Parent = OtherFrame
- Add.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Add.BorderColor3 = Color3.new(0, 0, 0)
- Add.BorderSizePixel = 2
- Add.Position = UDim2.new(0, 210, 0, 30)
- Add.Size = UDim2.new(0, 40, 0, 20)
- Add.Font = Enum.Font.Highway
- Add.FontSize = Enum.FontSize.Size18
- Add.Text = "Add"
- Add.TextColor3 = Color3.new(1, 1, 1)
- Add.TextSize = 18
- Badges.Name = "Badges"
- Badges.Parent = OtherFrame
- Badges.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Badges.BorderColor3 = Color3.new(0, 0, 0)
- Badges.BorderSizePixel = 2
- Badges.Position = UDim2.new(0, 110, 0, 60)
- Badges.Size = UDim2.new(0, 85, 0, 20)
- Badges.Font = Enum.Font.Highway
- Badges.FontSize = Enum.FontSize.Size18
- Badges.Text = "All Badges"
- Badges.TextColor3 = Color3.new(1, 1, 1)
- Badges.TextSize = 18
- Dex.Name = "Dex"
- Dex.Parent = OtherFrame
- Dex.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Dex.BorderColor3 = Color3.new(0, 0, 0)
- Dex.BorderSizePixel = 2
- Dex.Position = UDim2.new(0, 15, 0, 60)
- Dex.Size = UDim2.new(0, 85, 0, 20)
- Dex.Font = Enum.Font.Highway
- Dex.FontSize = Enum.FontSize.Size18
- Dex.Text = "Pokedex"
- Dex.TextColor3 = Color3.new(1, 1, 1)
- Dex.TextSize = 18
- Dex.TextWrapped = true
- Gamepass.Name = "Gamepass"
- Gamepass.Parent = OtherFrame
- Gamepass.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Gamepass.BorderColor3 = Color3.new(0, 0, 0)
- Gamepass.BorderSizePixel = 2
- Gamepass.Position = UDim2.new(0, 205, 0, 60)
- Gamepass.Size = UDim2.new(0, 85, 0, 20)
- Gamepass.Font = Enum.Font.Highway
- Gamepass.FontSize = Enum.FontSize.Size18
- Gamepass.Text = "Gamepass"
- Gamepass.TextColor3 = Color3.new(1, 1, 1)
- Gamepass.TextSize = 18
- MoneyLabel.Name = "MoneyLabel"
- MoneyLabel.Parent = OtherFrame
- MoneyLabel.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- MoneyLabel.BackgroundTransparency = 1
- MoneyLabel.BorderColor3 = Color3.new(0, 0, 0)
- MoneyLabel.BorderSizePixel = 2
- MoneyLabel.Size = UDim2.new(0, 305, 0, 20)
- MoneyLabel.Font = Enum.Font.SourceSans
- MoneyLabel.FontSize = Enum.FontSize.Size14
- MoneyLabel.Text = "Money Adder"
- MoneyLabel.TextColor3 = Color3.new(1, 1, 1)
- MoneyLabel.TextScaled = true
- MoneyLabel.TextSize = 14
- MoneyLabel.TextWrapped = true
- TradeLabel.Name = "TradeLabel"
- TradeLabel.Parent = OtherFrame
- TradeLabel.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- TradeLabel.BackgroundTransparency = 1
- TradeLabel.BorderColor3 = Color3.new(0, 0, 0)
- TradeLabel.BorderSizePixel = 2
- TradeLabel.Position = UDim2.new(0, 0, 0, 90)
- TradeLabel.Size = UDim2.new(0, 305, 0, 20)
- TradeLabel.Font = Enum.Font.SourceSans
- TradeLabel.FontSize = Enum.FontSize.Size14
- TradeLabel.Text = "Force Trade Players"
- TradeLabel.TextColor3 = Color3.new(1, 1, 1)
- TradeLabel.TextScaled = true
- TradeLabel.TextSize = 14
- TradeLabel.TextWrapped = true
- TradeTxt.Name = "TradeTxt"
- TradeTxt.Parent = OtherFrame
- TradeTxt.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
- TradeTxt.BorderColor3 = Color3.new(0, 0, 0)
- TradeTxt.BorderSizePixel = 2
- TradeTxt.Position = UDim2.new(0, 40, 0, 120)
- TradeTxt.Size = UDim2.new(0, 155, 0, 20)
- TradeTxt.Font = Enum.Font.Code
- TradeTxt.FontSize = Enum.FontSize.Size18
- TradeTxt.Text = "Player Name..."
- TradeTxt.TextColor3 = Color3.new(1, 1, 1)
- TradeTxt.TextSize = 16
- TradeTxt.TextWrapped = true
- Trade.Name = "Trade"
- Trade.Parent = OtherFrame
- Trade.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Trade.BorderColor3 = Color3.new(0, 0, 0)
- Trade.BorderSizePixel = 2
- Trade.Position = UDim2.new(0, 200, 0, 120)
- Trade.Size = UDim2.new(0, 65, 0, 20)
- Trade.Font = Enum.Font.Highway
- Trade.FontSize = Enum.FontSize.Size18
- Trade.Text = "Trade"
- Trade.TextColor3 = Color3.new(1, 1, 1)
- Trade.TextSize = 18
- ItemFrame.Name = "ItemFrame"
- ItemFrame.Parent = GuiFrame
- ItemFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- ItemFrame.BorderColor3 = Color3.new(0, 0, 0)
- ItemFrame.BorderSizePixel = 2
- ItemFrame.Position = UDim2.new(0, 70, 0, 50)
- ItemFrame.Size = UDim2.new(0, 315, 0, 170)
- ItemFrame.Visible = false
- TMsButton.Name = "TMsButton"
- TMsButton.Parent = ItemFrame
- TMsButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- TMsButton.BorderColor3 = Color3.new(0, 0, 0)
- TMsButton.BorderSizePixel = 2
- TMsButton.Position = UDim2.new(0, 220, 0, 90)
- TMsButton.Size = UDim2.new(0, 65, 0, 65)
- TMsButton.Font = Enum.Font.SourceSans
- TMsButton.FontSize = Enum.FontSize.Size14
- TMsButton.Text = ""
- TMsButton.TextSize = 14
- TMsImg.Name = "TMsImg"
- TMsImg.Parent = TMsButton
- TMsImg.BackgroundColor3 = Color3.new(1, 1, 1)
- TMsImg.BackgroundTransparency = 1
- TMsImg.BorderColor3 = Color3.new(0, 0, 0)
- TMsImg.BorderSizePixel = 4
- TMsImg.Position = UDim2.new(0, 15, 0, 20)
- TMsImg.Size = UDim2.new(0, 40, 0, 40)
- TMsImg.Image = "rbxassetid://1128389035"
- TMsButtonLabel.Name = "TMsButtonLabel"
- TMsButtonLabel.Parent = TMsButton
- TMsButtonLabel.BackgroundTransparency = 1
- TMsButtonLabel.Position = UDim2.new(0, 3, 0, -5)
- TMsButtonLabel.Size = UDim2.new(0, 60, 0, 30)
- TMsButtonLabel.Font = Enum.Font.Fantasy
- TMsButtonLabel.FontSize = Enum.FontSize.Size18
- TMsButtonLabel.Text = "TMs"
- TMsButtonLabel.TextColor3 = Color3.new(1, 1, 1)
- TMsButtonLabel.TextSize = 16
- TMsButtonLabel.TextWrapped = true
- RecoveryButton.Name = "RecoveryButton"
- RecoveryButton.Parent = ItemFrame
- RecoveryButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- RecoveryButton.BorderColor3 = Color3.new(0, 0, 0)
- RecoveryButton.BorderSizePixel = 2
- RecoveryButton.Position = UDim2.new(0, 30, 0, 10)
- RecoveryButton.Size = UDim2.new(0, 65, 0, 65)
- RecoveryButton.Font = Enum.Font.SourceSans
- RecoveryButton.FontSize = Enum.FontSize.Size14
- RecoveryButton.Text = ""
- RecoveryButton.TextSize = 14
- RecoverImg.Name = "RecoverImg"
- RecoverImg.Parent = RecoveryButton
- RecoverImg.BackgroundColor3 = Color3.new(1, 1, 1)
- RecoverImg.BackgroundTransparency = 1
- RecoverImg.Position = UDim2.new(0, 15, 0, 20)
- RecoverImg.Size = UDim2.new(0, 30, 0, 40)
- RecoverImg.Image = "rbxassetid://482805325"
- RecoveryButtonLabel.Name = "RecoveryButtonLabel"
- RecoveryButtonLabel.Parent = RecoveryButton
- RecoveryButtonLabel.BackgroundTransparency = 1
- RecoveryButtonLabel.Position = UDim2.new(0, -1, 0, -5)
- RecoveryButtonLabel.Size = UDim2.new(0, 65, 0, 30)
- RecoveryButtonLabel.Font = Enum.Font.Fantasy
- RecoveryButtonLabel.FontSize = Enum.FontSize.Size18
- RecoveryButtonLabel.Text = "Recovery"
- RecoveryButtonLabel.TextColor3 = Color3.new(1, 1, 1)
- RecoveryButtonLabel.TextSize = 15
- RecoveryButtonLabel.TextWrapped = true
- PokeballButton.Name = "PokeballButton"
- PokeballButton.Parent = ItemFrame
- PokeballButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- PokeballButton.BorderColor3 = Color3.new(0, 0, 0)
- PokeballButton.BorderSizePixel = 2
- PokeballButton.Position = UDim2.new(0, 125, 0, 10)
- PokeballButton.Size = UDim2.new(0, 65, 0, 65)
- PokeballButton.Font = Enum.Font.SourceSans
- PokeballButton.FontSize = Enum.FontSize.Size14
- PokeballButton.Text = ""
- PokeballButton.TextSize = 14
- PokeballImg.Name = "PokeballImg"
- PokeballImg.Parent = PokeballButton
- PokeballImg.BackgroundColor3 = Color3.new(1, 1, 1)
- PokeballImg.BackgroundTransparency = 1
- PokeballImg.Position = UDim2.new(0, 15, 0, 25)
- PokeballImg.Size = UDim2.new(0, 35, 0, 35)
- PokeballImg.Image = "rbxassetid://129055767"
- PokeballButtonLabel.Name = "PokeballButtonLabel"
- PokeballButtonLabel.Parent = PokeballButton
- PokeballButtonLabel.BackgroundTransparency = 1
- PokeballButtonLabel.Position = UDim2.new(0, 3, 0, -5)
- PokeballButtonLabel.Size = UDim2.new(0, 60, 0, 30)
- PokeballButtonLabel.Font = Enum.Font.Fantasy
- PokeballButtonLabel.FontSize = Enum.FontSize.Size14
- PokeballButtonLabel.Text = "Pokeballs"
- PokeballButtonLabel.TextColor3 = Color3.new(1, 1, 1)
- PokeballButtonLabel.TextSize = 14
- PokeballButtonLabel.TextWrapped = true
- EvolutionButton.Name = "EvolutionButton"
- EvolutionButton.Parent = ItemFrame
- EvolutionButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- EvolutionButton.BorderColor3 = Color3.new(0, 0, 0)
- EvolutionButton.BorderSizePixel = 2
- EvolutionButton.Position = UDim2.new(0, 220, 0, 10)
- EvolutionButton.Size = UDim2.new(0, 65, 0, 65)
- EvolutionButton.Font = Enum.Font.SourceSans
- EvolutionButton.FontSize = Enum.FontSize.Size14
- EvolutionButton.Text = ""
- EvolutionButton.TextSize = 14
- EvolutionImg.Name = "EvolutionImg"
- EvolutionImg.Parent = EvolutionButton
- EvolutionImg.BackgroundColor3 = Color3.new(1, 1, 1)
- EvolutionImg.BackgroundTransparency = 1
- EvolutionImg.Position = UDim2.new(0, 15, 0, 25)
- EvolutionImg.Size = UDim2.new(0, 35, 0, 35)
- EvolutionImg.Image = "rbxassetid://68205778"
- EvolutionButtonLabel.Name = "EvolutionButtonLabel"
- EvolutionButtonLabel.Parent = EvolutionButton
- EvolutionButtonLabel.BackgroundTransparency = 1
- EvolutionButtonLabel.Position = UDim2.new(0, 3, 0, -5)
- EvolutionButtonLabel.Size = UDim2.new(0, 60, 0, 30)
- EvolutionButtonLabel.Font = Enum.Font.Fantasy
- EvolutionButtonLabel.FontSize = Enum.FontSize.Size14
- EvolutionButtonLabel.Text = "Evolution"
- EvolutionButtonLabel.TextColor3 = Color3.new(1, 1, 1)
- EvolutionButtonLabel.TextSize = 14
- EvolutionButtonLabel.TextWrapped = true
- CompetitiveButton.Name = "CompetitiveButton"
- CompetitiveButton.Parent = ItemFrame
- CompetitiveButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- CompetitiveButton.BorderColor3 = Color3.new(0, 0, 0)
- CompetitiveButton.BorderSizePixel = 2
- CompetitiveButton.Position = UDim2.new(0, 30, 0, 90)
- CompetitiveButton.Size = UDim2.new(0, 65, 0, 65)
- CompetitiveButton.Font = Enum.Font.SourceSans
- CompetitiveButton.FontSize = Enum.FontSize.Size14
- CompetitiveButton.Text = ""
- CompetitiveButton.TextSize = 14
- CompImg.Name = "CompImg"
- CompImg.Parent = CompetitiveButton
- CompImg.BackgroundColor3 = Color3.new(1, 1, 1)
- CompImg.BackgroundTransparency = 1
- CompImg.Position = UDim2.new(0, 10, 0, 20)
- CompImg.Size = UDim2.new(0, 45, 0, 45)
- CompImg.Image = "rbxassetid://204203279"
- CompetitiveButtonLabel.Name = "CompetitiveButtonLabel"
- CompetitiveButtonLabel.Parent = CompetitiveButton
- CompetitiveButtonLabel.BackgroundTransparency = 1
- CompetitiveButtonLabel.Position = UDim2.new(0, 3, 0, -5)
- CompetitiveButtonLabel.Size = UDim2.new(0, 60, 0, 30)
- CompetitiveButtonLabel.Font = Enum.Font.Fantasy
- CompetitiveButtonLabel.FontSize = Enum.FontSize.Size12
- CompetitiveButtonLabel.Text = "Competitive"
- CompetitiveButtonLabel.TextColor3 = Color3.new(1, 1, 1)
- CompetitiveButtonLabel.TextSize = 12
- CompetitiveButtonLabel.TextWrapped = true
- BPButton.Name = "BPButton"
- BPButton.Parent = ItemFrame
- BPButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- BPButton.BorderColor3 = Color3.new(0, 0, 0)
- BPButton.BorderSizePixel = 2
- BPButton.Position = UDim2.new(0, 125, 0, 90)
- BPButton.Size = UDim2.new(0, 65, 0, 65)
- BPButton.Font = Enum.Font.SourceSans
- BPButton.FontSize = Enum.FontSize.Size14
- BPButton.Text = ""
- BPButton.TextSize = 14
- MegaImg.Name = "MegaImg"
- MegaImg.Parent = BPButton
- MegaImg.BackgroundColor3 = Color3.new(1, 1, 1)
- MegaImg.BackgroundTransparency = 1
- MegaImg.Position = UDim2.new(0, 10, 0, 20)
- MegaImg.Size = UDim2.new(0, 45, 0, 45)
- MegaImg.Image = "rbxassetid://53219590"
- BPButtonLabel.Name = "BPButtonLabel"
- BPButtonLabel.Parent = BPButton
- BPButtonLabel.BackgroundTransparency = 1
- BPButtonLabel.Position = UDim2.new(0, 3, 0, -5)
- BPButtonLabel.Size = UDim2.new(0, 60, 0, 30)
- BPButtonLabel.Font = Enum.Font.Fantasy
- BPButtonLabel.FontSize = Enum.FontSize.Size18
- BPButtonLabel.Text = "Held"
- BPButtonLabel.TextColor3 = Color3.new(1, 1, 1)
- BPButtonLabel.TextSize = 15
- BPButtonLabel.TextWrapped = true
- Items.Name = "Items"
- Items.Parent = GuiFrame
- Items.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Items.BorderColor3 = Color3.new(0, 0, 0)
- Items.BorderSizePixel = 2
- Items.Position = UDim2.new(0, 230, 0, 10)
- Items.Size = UDim2.new(0, 95, 0, 20)
- Items.ZIndex = 2
- Items.Font = Enum.Font.Highway
- Items.FontSize = Enum.FontSize.Size18
- Items.Text = "Items"
- Items.TextColor3 = Color3.new(1, 1, 1)
- Items.TextSize = 18
- PcEraser.Name = "PcEraser"
- PcEraser.Parent = GuiFrame
- PcEraser.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- PcEraser.BorderColor3 = Color3.new(0, 0, 0)
- PcEraser.BorderSizePixel = 2
- PcEraser.Position = UDim2.new(0, 120, 0, 10)
- PcEraser.Size = UDim2.new(0, 95, 0, 20)
- PcEraser.ZIndex = 2
- PcEraser.Font = Enum.Font.Highway
- PcEraser.FontSize = Enum.FontSize.Size18
- PcEraser.Text = "PC Cleaner"
- PcEraser.TextColor3 = Color3.new(1, 1, 1)
- PcEraser.TextSize = 18
- Transferer.Name = "Transferer"
- Transferer.Parent = GuiFrame
- Transferer.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Transferer.BorderColor3 = Color3.new(0, 0, 0)
- Transferer.BorderSizePixel = 2
- Transferer.Position = UDim2.new(0, 15, 0, 10)
- Transferer.Size = UDim2.new(0, 90, 0, 20)
- Transferer.ZIndex = 2
- Transferer.Font = Enum.Font.Highway
- Transferer.FontSize = Enum.FontSize.Size18
- Transferer.Text = "Transferer"
- Transferer.TextColor3 = Color3.new(1, 1, 1)
- Transferer.TextSize = 18
- TransferFrame.Name = "TransferFrame"
- TransferFrame.Parent = GuiFrame
- TransferFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- TransferFrame.BorderColor3 = Color3.new(0, 0, 0)
- TransferFrame.BorderSizePixel = 2
- TransferFrame.Position = UDim2.new(0, 75, 0, 50)
- TransferFrame.Size = UDim2.new(0, 305, 0, 200)
- TransferFrame.Visible = false
- Typ.Name = "Typ"
- Typ.Parent = TransferFrame
- Typ.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Typ.BorderColor3 = Color3.new(0, 0, 0)
- Typ.BorderSizePixel = 2
- Typ.Position = UDim2.new(0, 50, 0, 15)
- Typ.Size = UDim2.new(0, 200, 0, 25)
- Typ.Font = Enum.Font.Fantasy
- Typ.FontSize = Enum.FontSize.Size14
- Typ.Text = "Type"
- Typ.TextColor3 = Color3.new(1, 1, 1)
- Typ.TextScaled = true
- Typ.TextSize = 14
- Typ.TextWrapped = true
- Giver.Name = "Giver"
- Giver.Parent = TransferFrame
- Giver.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Giver.BorderColor3 = Color3.new(0, 0, 0)
- Giver.BorderSizePixel = 2
- Giver.Position = UDim2.new(0, 10, 0, 55)
- Giver.Size = UDim2.new(0, 135, 0, 25)
- Giver.Font = Enum.Font.Fantasy
- Giver.FontSize = Enum.FontSize.Size24
- Giver.Text = "Giving Poke"
- Giver.TextColor3 = Color3.new(1, 1, 1)
- Giver.TextSize = 19
- Giver.TextWrapped = true
- Reciever.Name = "Reciever"
- Reciever.Parent = TransferFrame
- Reciever.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Reciever.BorderColor3 = Color3.new(0, 0, 0)
- Reciever.BorderSizePixel = 2
- Reciever.Position = UDim2.new(0, 160, 0, 55)
- Reciever.Size = UDim2.new(0, 135, 0, 25)
- Reciever.Font = Enum.Font.Fantasy
- Reciever.FontSize = Enum.FontSize.Size14
- Reciever.Text = "Recieving Poke"
- Reciever.TextColor3 = Color3.new(1, 1, 1)
- Reciever.TextScaled = true
- Reciever.TextSize = 14
- Reciever.TextWrapped = true
- Transfer.Name = "Transfer"
- Transfer.Parent = TransferFrame
- Transfer.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Transfer.BorderColor3 = Color3.new(0, 0, 0)
- Transfer.BorderSizePixel = 2
- Transfer.Position = UDim2.new(0, 50, 0, 95)
- Transfer.Size = UDim2.new(0, 200, 0, 20)
- Transfer.Font = Enum.Font.Fantasy
- Transfer.FontSize = Enum.FontSize.Size14
- Transfer.Text = "Transfer!"
- Transfer.TextColor3 = Color3.new(1, 1, 1)
- Transfer.TextScaled = true
- Transfer.TextSize = 14
- Transfer.TextWrapped = true
- Info.Name = "Info"
- Info.Parent = TransferFrame
- Info.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Info.BorderColor3 = Color3.new(0, 0, 0)
- Info.BorderSizePixel = 2
- Info.Position = UDim2.new(0, 0, 0, 150)
- Info.Size = UDim2.new(0, 305, 0, 50)
- Info.Font = Enum.Font.SourceSans
- Info.FontSize = Enum.FontSize.Size14
- Info.Text = "Lvl, Experience, LevelMet, Form, DateMet, Gender, Nature, Pokeball, Owner, EV, IV, Moves, Stats"
- Info.TextColor3 = Color3.new(0, 1, 0)
- Info.TextScaled = true
- Info.TextSize = 14
- Info.TextWrapped = true
- Info_2.Name = "Info"
- Info_2.Parent = TransferFrame
- Info_2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Info_2.BorderColor3 = Color3.new(0, 0, 0)
- Info_2.BorderSizePixel = 2
- Info_2.Position = UDim2.new(0, 0, 0, 125)
- Info_2.Size = UDim2.new(0, 305, 0, 25)
- Info_2.Font = Enum.Font.SourceSans
- Info_2.FontSize = Enum.FontSize.Size14
- Info_2.Text = "TYPES:"
- Info_2.TextColor3 = Color3.new(0, 1, 0)
- Info_2.TextScaled = true
- Info_2.TextSize = 14
- Info_2.TextWrapped = true
- EraserFrame.Name = "EraserFrame"
- EraserFrame.Parent = GuiFrame
- EraserFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- EraserFrame.BorderColor3 = Color3.new(0, 0, 0)
- EraserFrame.BorderSizePixel = 2
- EraserFrame.Position = UDim2.new(0, 105, 0, 50)
- EraserFrame.Size = UDim2.new(0, 250, 0, 120)
- EraserFrame.Visible = false
- _1.Name = "1"
- _1.Parent = EraserFrame
- _1.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- _1.BorderColor3 = Color3.new(0, 0, 0)
- _1.BorderSizePixel = 2
- _1.Position = UDim2.new(0, 15, 0, 15)
- _1.Size = UDim2.new(0, 20, 0, 20)
- _1.Font = Enum.Font.Highway
- _1.FontSize = Enum.FontSize.Size18
- _1.Text = "1"
- _1.TextColor3 = Color3.new(1, 1, 1)
- _1.TextSize = 18
- _2.Name = "2"
- _2.Parent = EraserFrame
- _2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- _2.BorderColor3 = Color3.new(0, 0, 0)
- _2.BorderSizePixel = 2
- _2.Position = UDim2.new(0, 55, 0, 15)
- _2.Size = UDim2.new(0, 20, 0, 20)
- _2.Font = Enum.Font.Highway
- _2.FontSize = Enum.FontSize.Size18
- _2.Text = "2"
- _2.TextColor3 = Color3.new(1, 1, 1)
- _2.TextSize = 18
- _3.Name = "3"
- _3.Parent = EraserFrame
- _3.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- _3.BorderColor3 = Color3.new(0, 0, 0)
- _3.BorderSizePixel = 2
- _3.Position = UDim2.new(0, 95, 0, 15)
- _3.Size = UDim2.new(0, 20, 0, 20)
- _3.Font = Enum.Font.Highway
- _3.FontSize = Enum.FontSize.Size18
- _3.Text = "3"
- _3.TextColor3 = Color3.new(1, 1, 1)
- _3.TextSize = 18
- _4.Name = "4"
- _4.Parent = EraserFrame
- _4.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- _4.BorderColor3 = Color3.new(0, 0, 0)
- _4.BorderSizePixel = 2
- _4.Position = UDim2.new(0, 135, 0, 15)
- _4.Size = UDim2.new(0, 20, 0, 20)
- _4.Font = Enum.Font.Highway
- _4.FontSize = Enum.FontSize.Size18
- _4.Text = "4"
- _4.TextColor3 = Color3.new(1, 1, 1)
- _4.TextSize = 18
- _5.Name = "5"
- _5.Parent = EraserFrame
- _5.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- _5.BorderColor3 = Color3.new(0, 0, 0)
- _5.BorderSizePixel = 2
- _5.Position = UDim2.new(0, 175, 0, 15)
- _5.Size = UDim2.new(0, 20, 0, 20)
- _5.Font = Enum.Font.Highway
- _5.FontSize = Enum.FontSize.Size18
- _5.Text = "5"
- _5.TextColor3 = Color3.new(1, 1, 1)
- _5.TextSize = 18
- _6.Name = "6"
- _6.Parent = EraserFrame
- _6.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- _6.BorderColor3 = Color3.new(0, 0, 0)
- _6.BorderSizePixel = 2
- _6.Position = UDim2.new(0, 215, 0, 15)
- _6.Size = UDim2.new(0, 20, 0, 20)
- _6.Font = Enum.Font.Highway
- _6.FontSize = Enum.FontSize.Size18
- _6.Text = "6"
- _6.TextColor3 = Color3.new(1, 1, 1)
- _6.TextSize = 18
- _7.Name = "7"
- _7.Parent = EraserFrame
- _7.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- _7.BorderColor3 = Color3.new(0, 0, 0)
- _7.BorderSizePixel = 2
- _7.Position = UDim2.new(0, 15, 0, 45)
- _7.Size = UDim2.new(0, 20, 0, 20)
- _7.Font = Enum.Font.Highway
- _7.FontSize = Enum.FontSize.Size18
- _7.Text = "7"
- _7.TextColor3 = Color3.new(1, 1, 1)
- _7.TextSize = 18
- _8.Name = "8"
- _8.Parent = EraserFrame
- _8.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- _8.BorderColor3 = Color3.new(0, 0, 0)
- _8.BorderSizePixel = 2
- _8.Position = UDim2.new(0, 55, 0, 45)
- _8.Size = UDim2.new(0, 20, 0, 20)
- _8.Font = Enum.Font.Highway
- _8.FontSize = Enum.FontSize.Size18
- _8.Text = "8"
- _8.TextColor3 = Color3.new(1, 1, 1)
- _8.TextSize = 18
- _9.Name = "9"
- _9.Parent = EraserFrame
- _9.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- _9.BorderColor3 = Color3.new(0, 0, 0)
- _9.BorderSizePixel = 2
- _9.Position = UDim2.new(0, 95, 0, 45)
- _9.Size = UDim2.new(0, 20, 0, 20)
- _9.Font = Enum.Font.Highway
- _9.FontSize = Enum.FontSize.Size18
- _9.Text = "9"
- _9.TextColor3 = Color3.new(1, 1, 1)
- _9.TextSize = 18
- _10.Name = "10"
- _10.Parent = EraserFrame
- _10.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- _10.BorderColor3 = Color3.new(0, 0, 0)
- _10.BorderSizePixel = 2
- _10.Position = UDim2.new(0, 135, 0, 45)
- _10.Size = UDim2.new(0, 20, 0, 20)
- _10.Font = Enum.Font.Highway
- _10.FontSize = Enum.FontSize.Size18
- _10.Text = "10"
- _10.TextColor3 = Color3.new(1, 1, 1)
- _10.TextSize = 18
- _11.Name = "11"
- _11.Parent = EraserFrame
- _11.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- _11.BorderColor3 = Color3.new(0, 0, 0)
- _11.BorderSizePixel = 2
- _11.Position = UDim2.new(0, 175, 0, 45)
- _11.Size = UDim2.new(0, 20, 0, 20)
- _11.Font = Enum.Font.Highway
- _11.FontSize = Enum.FontSize.Size18
- _11.Text = "11"
- _11.TextColor3 = Color3.new(1, 1, 1)
- _11.TextSize = 18
- _12.Name = "12"
- _12.Parent = EraserFrame
- _12.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- _12.BorderColor3 = Color3.new(0, 0, 0)
- _12.BorderSizePixel = 2
- _12.Position = UDim2.new(0, 215, 0, 45)
- _12.Size = UDim2.new(0, 20, 0, 20)
- _12.Font = Enum.Font.Highway
- _12.FontSize = Enum.FontSize.Size18
- _12.Text = "12"
- _12.TextColor3 = Color3.new(1, 1, 1)
- _12.TextSize = 18
- Warning.Name = "Warning"
- Warning.Parent = EraserFrame
- Warning.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Warning.BorderColor3 = Color3.new(0, 0, 0)
- Warning.BorderSizePixel = 2
- Warning.Position = UDim2.new(0, 0, 0, 80)
- Warning.Size = UDim2.new(0, 250, 0, 40)
- Warning.Font = Enum.Font.Fantasy
- Warning.FontSize = Enum.FontSize.Size14
- Warning.Text = "THIS WILL RELEASE ALL THE POKEMON FROM THE SELECTED PC BOX NUMBER!"
- Warning.TextColor3 = Color3.new(1, 0, 0)
- Warning.TextScaled = true
- Warning.TextSize = 14
- Warning.TextWrapped = true
- Others.Name = "Others"
- Others.Parent = GuiFrame
- Others.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Others.BorderColor3 = Color3.new(0, 0, 0)
- Others.BorderSizePixel = 2
- Others.Position = UDim2.new(0, 340, 0, 10)
- Others.Size = UDim2.new(0, 95, 0, 20)
- Others.ZIndex = 2
- Others.Font = Enum.Font.Highway
- Others.FontSize = Enum.FontSize.Size18
- Others.Text = "Other"
- Others.TextColor3 = Color3.new(1, 1, 1)
- Others.TextSize = 18
- Teleporting.Name = "Teleporting"
- Teleporting.Parent = MainFrame
- Teleporting.BackgroundColor3 = Color3.new(0, 0, 0)
- Teleporting.BorderColor3 = Color3.new(1, 1, 1)
- Teleporting.Position = UDim2.new(0, 290, 0, 0)
- Teleporting.Size = UDim2.new(0, 70, 0, 30)
- Teleporting.Style = Enum.ButtonStyle.RobloxButton
- Teleporting.Font = Enum.Font.Highway
- Teleporting.FontSize = Enum.FontSize.Size18
- Teleporting.Text = "Teleport"
- Teleporting.TextColor3 = Color3.new(1, 1, 1)
- Teleporting.TextSize = 15
- Teleporting.TextWrapped = true
- TPFrame.Name = "TPFrame"
- TPFrame.Parent = Teleporting
- 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, 155, 0, 30)
- TPFrame.Size = UDim2.new(0, 160, 0, 243)
- TPFrame.Visible = false
- TPMain.Name = "TPMain"
- TPMain.Parent = TPFrame
- TPMain.Active = true
- TPMain.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- TPMain.BorderColor3 = Color3.new(0, 0, 0)
- TPMain.BorderSizePixel = 2
- TPMain.Size = UDim2.new(0, 160, 0, 245)
- TPMain.CanvasSize = UDim2.new(0, 0, 2.79999995, 0)
- ViridianForest.Name = "ViridianForest"
- ViridianForest.Parent = TPMain
- ViridianForest.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- ViridianForest.BorderColor3 = Color3.new(0, 0, 0)
- ViridianForest.BorderSizePixel = 2
- ViridianForest.Position = UDim2.new(0, 0, 0, 100)
- ViridianForest.Size = UDim2.new(0, 150, 0, 20)
- ViridianForest.Font = Enum.Font.SciFi
- ViridianForest.FontSize = Enum.FontSize.Size14
- ViridianForest.Text = "Viridian Forest"
- ViridianForest.TextColor3 = Color3.new(1, 1, 1)
- ViridianForest.TextSize = 14
- Viridian.Name = "Viridian"
- Viridian.Parent = TPMain
- Viridian.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Viridian.BorderColor3 = Color3.new(0, 0, 0)
- Viridian.BorderSizePixel = 2
- Viridian.Position = UDim2.new(0, 0, 0, 25)
- 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.227451, 0.227451, 0.227451)
- Vermillion.BorderColor3 = Color3.new(0, 0, 0)
- Vermillion.BorderSizePixel = 2
- Vermillion.Position = UDim2.new(0, 0, 0, 225)
- 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
- SeaFoamCave.Name = "SeaFoamCave"
- SeaFoamCave.Parent = TPMain
- SeaFoamCave.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- SeaFoamCave.BorderColor3 = Color3.new(0, 0, 0)
- SeaFoamCave.BorderSizePixel = 2
- SeaFoamCave.Position = UDim2.new(0, 0, 0, 350)
- SeaFoamCave.Size = UDim2.new(0, 150, 0, 20)
- SeaFoamCave.Font = Enum.Font.SciFi
- SeaFoamCave.FontSize = Enum.FontSize.Size14
- SeaFoamCave.Text = "SeaFoam Cave"
- SeaFoamCave.TextColor3 = Color3.new(1, 1, 1)
- SeaFoamCave.TextSize = 14
- Saffron.Name = "Saffron"
- Saffron.Parent = TPMain
- Saffron.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Saffron.BorderColor3 = Color3.new(0, 0, 0)
- Saffron.BorderSizePixel = 2
- Saffron.Position = UDim2.new(0, 0, 0, 400)
- 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
- Route8.Name = "Route8"
- Route8.Parent = TPMain
- Route8.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Route8.BorderColor3 = Color3.new(0, 0, 0)
- Route8.BorderSizePixel = 2
- Route8.Position = UDim2.new(0, 0, 0, 275)
- Route8.Size = UDim2.new(0, 150, 0, 20)
- Route8.Font = Enum.Font.SciFi
- Route8.FontSize = Enum.FontSize.Size14
- Route8.Text = "Route 8"
- Route8.TextColor3 = Color3.new(1, 1, 1)
- Route8.TextSize = 14
- Route6.Name = "Route6"
- Route6.Parent = TPMain
- Route6.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Route6.BorderColor3 = Color3.new(0, 0, 0)
- Route6.BorderSizePixel = 2
- Route6.Position = UDim2.new(0, 0, 0, 200)
- Route6.Size = UDim2.new(0, 150, 0, 20)
- Route6.Font = Enum.Font.SciFi
- Route6.FontSize = Enum.FontSize.Size14
- Route6.Text = "Route 6"
- Route6.TextColor3 = Color3.new(1, 1, 1)
- Route6.TextSize = 14
- Route22.Name = "Route22"
- Route22.Parent = TPMain
- Route22.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Route22.BorderColor3 = Color3.new(0, 0, 0)
- Route22.BorderSizePixel = 2
- Route22.Position = UDim2.new(0, 0, 0, 75)
- Route22.Size = UDim2.new(0, 150, 0, 20)
- Route22.Font = Enum.Font.SciFi
- Route22.FontSize = Enum.FontSize.Size14
- Route22.Text = "Route 22"
- Route22.TextColor3 = Color3.new(1, 1, 1)
- Route22.TextSize = 14
- Route21.Name = "Route21"
- Route21.Parent = TPMain
- Route21.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Route21.BorderColor3 = Color3.new(0, 0, 0)
- Route21.BorderSizePixel = 2
- Route21.Position = UDim2.new(0, 0, 0, 425)
- Route21.Size = UDim2.new(0, 150, 0, 20)
- Route21.Font = Enum.Font.SciFi
- Route21.FontSize = Enum.FontSize.Size14
- Route21.Text = "Route 21"
- Route21.TextColor3 = Color3.new(1, 1, 1)
- Route21.TextSize = 14
- Route2.Name = "Route2"
- Route2.Parent = TPMain
- Route2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Route2.BorderColor3 = Color3.new(0, 0, 0)
- Route2.BorderSizePixel = 2
- Route2.Position = UDim2.new(0, 0, 0, 50)
- Route2.Size = UDim2.new(0, 150, 0, 20)
- Route2.Font = Enum.Font.SciFi
- Route2.FontSize = Enum.FontSize.Size14
- Route2.Text = "Route 2"
- Route2.TextColor3 = Color3.new(1, 1, 1)
- Route2.TextSize = 14
- Route17.Name = "Route17"
- Route17.Parent = TPMain
- Route17.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Route17.BorderColor3 = Color3.new(0, 0, 0)
- Route17.BorderSizePixel = 2
- Route17.Position = UDim2.new(0, 0, 0, 375)
- Route17.Size = UDim2.new(0, 150, 0, 20)
- Route17.Font = Enum.Font.SciFi
- Route17.FontSize = Enum.FontSize.Size14
- Route17.Text = "Route 17"
- Route17.TextColor3 = Color3.new(1, 1, 1)
- Route17.TextSize = 14
- Route1.Name = "Route1"
- Route1.Parent = TPMain
- Route1.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Route1.BorderColor3 = Color3.new(0, 0, 0)
- Route1.BorderSizePixel = 2
- Route1.Size = UDim2.new(0, 150, 0, 20)
- Route1.Font = Enum.Font.SciFi
- Route1.FontSize = Enum.FontSize.Size14
- Route1.Text = "Route 1"
- Route1.TextColor3 = Color3.new(1, 1, 1)
- Route1.TextSize = 14
- Pewter.Name = "Pewter"
- Pewter.Parent = TPMain
- Pewter.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Pewter.BorderColor3 = Color3.new(0, 0, 0)
- Pewter.BorderSizePixel = 2
- Pewter.Position = UDim2.new(0, 0, 0, 125)
- 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
- PalkiaArea.Name = "PalkiaArea"
- PalkiaArea.Parent = TPMain
- PalkiaArea.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- PalkiaArea.BorderColor3 = Color3.new(0, 0, 0)
- PalkiaArea.BorderSizePixel = 2
- PalkiaArea.Position = UDim2.new(0, 0, 0, 550)
- PalkiaArea.Size = UDim2.new(0, 150, 0, 20)
- PalkiaArea.Font = Enum.Font.SciFi
- PalkiaArea.FontSize = Enum.FontSize.Size14
- PalkiaArea.Text = "Palkia Area"
- PalkiaArea.TextColor3 = Color3.new(1, 1, 1)
- PalkiaArea.TextSize = 14
- Mysterious.Name = "Mysterious"
- Mysterious.Parent = TPMain
- Mysterious.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Mysterious.BorderColor3 = Color3.new(0, 0, 0)
- Mysterious.BorderSizePixel = 2
- Mysterious.Position = UDim2.new(0, 0, 0, 600)
- 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
- Moon.Name = "Moon"
- Moon.Parent = TPMain
- Moon.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Moon.BorderColor3 = Color3.new(0, 0, 0)
- Moon.BorderSizePixel = 2
- Moon.Position = UDim2.new(0, 0, 0, 150)
- 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
- Mausoleum2.Name = "Mausoleum2"
- Mausoleum2.Parent = TPMain
- Mausoleum2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Mausoleum2.BorderColor3 = Color3.new(0, 0, 0)
- Mausoleum2.BorderSizePixel = 2
- Mausoleum2.Position = UDim2.new(0, 0, 0, 650)
- 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
- Mausoleum.Name = "Mausoleum"
- Mausoleum.Parent = TPMain
- Mausoleum.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Mausoleum.BorderColor3 = Color3.new(0, 0, 0)
- Mausoleum.BorderSizePixel = 2
- Mausoleum.Position = UDim2.new(0, 0, 0, 625)
- 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
- Lavender.Name = "Lavender"
- Lavender.Parent = TPMain
- Lavender.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Lavender.BorderColor3 = Color3.new(0, 0, 0)
- Lavender.BorderSizePixel = 2
- Lavender.Position = UDim2.new(0, 0, 0, 250)
- 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
- Indigo.Name = "Indigo"
- Indigo.Parent = TPMain
- Indigo.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Indigo.BorderColor3 = Color3.new(0, 0, 0)
- Indigo.BorderSizePixel = 2
- Indigo.Position = UDim2.new(0, 0, 0, 475)
- 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
- Fuchsia.Name = "Fuchsia"
- Fuchsia.Parent = TPMain
- Fuchsia.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Fuchsia.BorderColor3 = Color3.new(0, 0, 0)
- Fuchsia.BorderSizePixel = 2
- Fuchsia.Position = UDim2.new(0, 0, 0, 325)
- 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
- Elegant.Name = "Elegant"
- Elegant.Parent = TPMain
- Elegant.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Elegant.BorderColor3 = Color3.new(0, 0, 0)
- Elegant.BorderSizePixel = 2
- Elegant.Position = UDim2.new(0, 0, 0, 525)
- 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
- Cinnabar.Name = "Cinnabar"
- Cinnabar.Parent = TPMain
- Cinnabar.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Cinnabar.BorderColor3 = Color3.new(0, 0, 0)
- Cinnabar.BorderSizePixel = 2
- Cinnabar.Position = UDim2.new(0, 0, 0, 450)
- 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
- Cerulean.Name = "Cerulean"
- Cerulean.Parent = TPMain
- Cerulean.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Cerulean.BorderColor3 = Color3.new(0, 0, 0)
- Cerulean.BorderSizePixel = 2
- Cerulean.Position = UDim2.new(0, 0, 0, 175)
- 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
- Celadon.Name = "Celadon"
- Celadon.Parent = TPMain
- Celadon.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Celadon.BorderColor3 = Color3.new(0, 0, 0)
- Celadon.BorderSizePixel = 2
- Celadon.Position = UDim2.new(0, 0, 0, 300)
- 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
- Canyon.Name = "Canyon"
- Canyon.Parent = TPMain
- Canyon.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Canyon.BorderColor3 = Color3.new(0, 0, 0)
- Canyon.BorderSizePixel = 2
- Canyon.Position = UDim2.new(0, 0, 0, 500)
- 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
- AuraLab.Name = "AuraLab"
- AuraLab.Parent = TPMain
- AuraLab.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- AuraLab.BorderColor3 = Color3.new(0, 0, 0)
- AuraLab.BorderSizePixel = 2
- AuraLab.Position = UDim2.new(0, 0, 0, 575)
- 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
- Battling.Name = "Battling"
- Battling.Parent = MainFrame
- Battling.BackgroundColor3 = Color3.new(0, 0, 0)
- Battling.BorderColor3 = Color3.new(1, 1, 1)
- Battling.Position = UDim2.new(0, 370, 0, 0)
- Battling.Size = UDim2.new(0, 70, 0, 30)
- Battling.Style = Enum.ButtonStyle.RobloxButton
- Battling.Font = Enum.Font.Highway
- Battling.FontSize = Enum.FontSize.Size18
- Battling.Text = "In-Battle"
- Battling.TextColor3 = Color3.new(1, 1, 1)
- Battling.TextSize = 15
- Battling.TextWrapped = true
- BattleFrame.Name = "BattleFrame"
- BattleFrame.Parent = Battling
- BattleFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- BattleFrame.BackgroundTransparency = 1
- BattleFrame.BorderColor3 = Color3.new(1, 1, 1)
- BattleFrame.BorderSizePixel = 0
- BattleFrame.Position = UDim2.new(0, 435, 0, 325)
- BattleFrame.Size = UDim2.new(0, 105, 0, 140)
- BattleFrame.Visible = false
- Capture.Name = "Capture"
- Capture.Parent = BattleFrame
- Capture.BackgroundColor3 = Color3.new(1, 1, 0)
- Capture.BackgroundTransparency = 1
- Capture.BorderSizePixel = 0
- Capture.Position = UDim2.new(0, 15, 0, 55)
- Capture.Size = UDim2.new(0, 80, 0, 20)
- Capture.ZIndex = 2
- Capture.Font = Enum.Font.SciFi
- Capture.FontSize = Enum.FontSize.Size24
- Capture.Text = "CATCH"
- Capture.TextColor3 = Color3.new(1, 1, 1)
- Capture.TextSize = 20
- CaptureImg.Name = "CaptureImg"
- CaptureImg.Parent = Capture
- CaptureImg.BackgroundColor3 = Color3.new(1, 1, 1)
- CaptureImg.BackgroundTransparency = 1
- CaptureImg.Position = UDim2.new(0, -15, 0, -10)
- CaptureImg.Size = UDim2.new(0, 110, 0, 40)
- CaptureImg.Image = "rbxassetid://1235780784"
- SelectedCapture.Name = "SelectedCapture"
- SelectedCapture.Parent = Capture
- SelectedCapture.BackgroundColor3 = Color3.new(1, 1, 1)
- SelectedCapture.BackgroundTransparency = 1
- SelectedCapture.Position = UDim2.new(0, -15, 0, -10)
- SelectedCapture.Size = UDim2.new(0, 110, 0, 40)
- SelectedCapture.Visible = false
- SelectedCapture.Image = "rbxassetid://1277833127"
- Kill.Name = "Kill"
- Kill.Parent = BattleFrame
- Kill.BackgroundColor3 = Color3.new(1, 1, 0)
- Kill.BackgroundTransparency = 1
- Kill.BorderSizePixel = 0
- Kill.Position = UDim2.new(0, 15, 0, 10)
- Kill.Size = UDim2.new(0, 80, 0, 20)
- Kill.ZIndex = 2
- Kill.Font = Enum.Font.SciFi
- Kill.FontSize = Enum.FontSize.Size24
- Kill.Text = "KILL"
- Kill.TextColor3 = Color3.new(1, 1, 1)
- Kill.TextSize = 20
- KillImg.Name = "KillImg"
- KillImg.Parent = Kill
- KillImg.BackgroundColor3 = Color3.new(1, 1, 1)
- KillImg.BackgroundTransparency = 1
- KillImg.Position = UDim2.new(0, -15, 0, -10)
- KillImg.Size = UDim2.new(0, 110, 0, 40)
- KillImg.Image = "rbxassetid://1235780784"
- SelectedKill.Name = "SelectedKill"
- SelectedKill.Parent = Kill
- SelectedKill.BackgroundColor3 = Color3.new(1, 1, 1)
- SelectedKill.BackgroundTransparency = 1
- SelectedKill.Position = UDim2.new(0, -15, 0, -10)
- SelectedKill.Size = UDim2.new(0, 110, 0, 40)
- SelectedKill.Visible = false
- SelectedKill.Image = "rbxassetid://1277833127"
- Heal.Name = "Heal"
- Heal.Parent = BattleFrame
- Heal.BackgroundColor3 = Color3.new(1, 1, 0)
- Heal.BackgroundTransparency = 1
- Heal.BorderSizePixel = 0
- Heal.Position = UDim2.new(0, 15, 0, 100)
- Heal.Size = UDim2.new(0, 80, 0, 20)
- Heal.ZIndex = 2
- Heal.Font = Enum.Font.SciFi
- Heal.FontSize = Enum.FontSize.Size24
- Heal.Text = "HEAL"
- Heal.TextColor3 = Color3.new(1, 1, 1)
- Heal.TextSize = 20
- HealImg.Name = "HealImg"
- HealImg.Parent = Heal
- HealImg.BackgroundColor3 = Color3.new(1, 1, 1)
- HealImg.BackgroundTransparency = 1
- HealImg.Position = UDim2.new(0, -15, 0, -10)
- HealImg.Size = UDim2.new(0, 110, 0, 40)
- HealImg.Image = "rbxassetid://1235780784"
- SelectedHeal.Name = "SelectedHeal"
- SelectedHeal.Parent = Heal
- SelectedHeal.BackgroundColor3 = Color3.new(1, 1, 1)
- SelectedHeal.BackgroundTransparency = 1
- SelectedHeal.Position = UDim2.new(0, -15, 0, -10)
- SelectedHeal.Size = UDim2.new(0, 110, 0, 40)
- SelectedHeal.Visible = false
- SelectedHeal.Image = "rbxassetid://1277833127"
- ------------------------------------------------------ Functions ------------------------------------------------------
- local intV = Instance.new("IntValue", PP)
- local plyrmoney = game.Players.LocalPlayer.Money
- local plr = game.Players.LocalPlayer
- local pokedexlist = game.ReplicatedStorage.REvents.Pokemon.createPokedex
- local OppPokemon = plr.OppPokemon
- local PokemonParty = plr.PokemonParty
- local PokemonParty2 = plr:FindFirstChild('PokemonParty2')
- --- Legendary Pokemon Spawns ---
- File = game.ReplicatedStorage.RarePokemonSpawn
- TxtLabel.Text = (File.Value)
- File.Changed:connect(function()
- TxtLabel.Text = (File.Value)
- end)
- --- Close ---
- Close.MouseButton1Down:connect(function()
- PP:Destroy()
- end)
- --- Menu ---
- Minimize.MouseButton1Click:connect(function()
- if GuiFrame.Visible == false then
- GuiFrame.Visible = true
- else
- GuiFrame.Visible = false
- ItemFrame.Visible = false
- OtherFrame.Visible = false
- EraserFrame.Visible = false
- TransferFrame.Visible = false
- end
- end)
- --- TP ---
- Teleporting.MouseButton1Down:connect(function()
- if TPFrame.Visible == false then
- TPFrame.Visible = true
- else
- TPFrame.Visible = false
- end
- end)
- --- In-Battle ---
- Battling.MouseButton1Down:connect(function()
- if BattleFrame.Visible == false then
- BattleFrame.Visible = true
- else
- BattleFrame.Visible = false
- end
- end)
- --- Trader ---
- Trade.MouseButton1Down:connect(function()
- plr = TradeTxt.Text
- game.Workspace.Remotes.InitiateTrade:FireServer(game.Players[plr])
- end)
- --- Transfer ---
- Transfer.MouseButton1Click:connect(function()
- local to = Reciever.Text
- local from = Giver.Text
- local tpe = Typ.Text
- local plr = game.Players.LocalPlayer
- local ptyto = game.Players.LocalPlayer.PokemonParty[to]
- local ptyfr = game.Players.LocalPlayer.PokemonParty[from]
- local t = ptyto
- local f = ptyfr
- local IlllIll = game.ReplicatedStorage.REvents.PC.RemoteForHackers
- IlllIll:InvokeServer(t[tpe], f)
- IlllIll:InvokeServer(f[tpe], t)
- end)
- --- Eraser ---
- _1.MouseButton1Click:connect(function()
- box1 = "1"
- person = "LocalPlayer"
- for i, v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players[person].Name then
- player = (v)
- box = player.PC["Box "..box1]
- for i, v in pairs(box:GetChildren()) do
- game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
- end
- end
- end
- end)
- _2.MouseButton1Click:connect(function()
- box1 = "2"
- person = "LocalPlayer"
- for i, v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players[person].Name then
- player = (v)
- box = player.PC["Box "..box1]
- for i, v in pairs(box:GetChildren()) do
- game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
- end
- end
- end
- end)
- _3.MouseButton1Click:connect(function()
- box1 = "3"
- person = "LocalPlayer"
- for i, v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players[person].Name then
- player = (v)
- box = player.PC["Box "..box1]
- for i, v in pairs(box:GetChildren()) do
- game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
- end
- end
- end
- end)
- _4.MouseButton1Click:connect(function()
- box1 = "4"
- person = "LocalPlayer"
- for i, v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players[person].Name then
- player = (v)
- box = player.PC["Box "..box1]
- for i, v in pairs(box:GetChildren()) do
- game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
- end
- end
- end
- end)
- _5.MouseButton1Click:connect(function()
- box1 = "5"
- person = "LocalPlayer"
- for i, v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players[person].Name then
- player = (v)
- box = player.PC["Box "..box1]
- for i, v in pairs(box:GetChildren()) do
- game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
- end
- end
- end
- end)
- _6.MouseButton1Click:connect(function()
- box1 = "6"
- person = "LocalPlayer"
- for i, v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players[person].Name then
- player = (v)
- box = player.PC["Box "..box1]
- for i, v in pairs(box:GetChildren()) do
- game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
- end
- end
- end
- end)
- _7.MouseButton1Click:connect(function()
- box1 = "7"
- person = "LocalPlayer"
- for i, v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players[person].Name then
- player = (v)
- box = player.PC["Box "..box1]
- for i, v in pairs(box:GetChildren()) do
- game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
- end
- end
- end
- end)
- _8.MouseButton1Click:connect(function()
- box1 = "8"
- person = "LocalPlayer"
- for i, v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players[person].Name then
- player = (v)
- box = player.PC["Box "..box1]
- for i, v in pairs(box:GetChildren()) do
- game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
- end
- end
- end
- end)
- _9.MouseButton1Click:connect(function()
- box1 = "9"
- person = "LocalPlayer"
- for i, v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players[person].Name then
- player = (v)
- box = player.PC["Box "..box1]
- for i, v in pairs(box:GetChildren()) do
- game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
- end
- end
- end
- end)
- _10.MouseButton1Click:connect(function()
- box1 = "10"
- person = "LocalPlayer"
- for i, v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players[person].Name then
- player = (v)
- box = player.PC["Box "..box1]
- for i, v in pairs(box:GetChildren()) do
- game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
- end
- end
- end
- end)
- _11.MouseButton1Click:connect(function()
- box1 = "11"
- person = "LocalPlayer"
- for i, v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players[person].Name then
- player = (v)
- box = player.PC["Box "..box1]
- for i, v in pairs(box:GetChildren()) do
- game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
- end
- end
- end
- end)
- _12.MouseButton1Click:connect(function()
- box1 = "12"
- person = "LocalPlayer"
- for i, v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players[person].Name then
- player = (v)
- box = player.PC["Box "..box1]
- for i, v in pairs(box:GetChildren()) do
- game.ReplicatedStorage.REvents.PC.Release:FireServer(v)
- end
- end
- end
- end)
- --- Waypoints ---
- 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),
- ["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),
- ["Route1"] = Vector3.new(-10.949677467346, 2.263062953949, 616.82330322266),
- ["Route2"] = Vector3.new(-424.57803344727, 18.652297973633, 650.95422363281),
- ["ViridianForest"] = Vector3.new(-619.37731933594, 13.463068008423, 650.77069091797),
- ["Route22"] = Vector3.new(-313.01245117188, 12.900621414185, 872.69219970703),
- ["Route6"] = Vector3.new(-2495.7800292969, 28.316669464111, 1027.4793701172),
- ["Route8"] = Vector3.new(-1940.8778076172, 1.8842030763626, 982.47955322266),
- ["SeaFoamCave"] = Vector3.new(-4142.9204101563, -12.429690361023, -310.04815673828),
- ["Route17"] = Vector3.new(-3927.8269042969, -0.10720252990723, 145.98736572266 ),
- ["Route21"] = Vector3.new(-4569.208984375, -13.60179901123, 1415.7709960938),
- ["PalkiaArea"] = Vector3.new(-8847.7734375, 125.98706817627, 713.34283447266)
- }
- TPMain.Celadon.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Celadon"])
- end)
- TPMain.Cerulean.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Cerulean"])
- end)
- TPMain.Cinnabar.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Cinnabar"])
- end)
- TPMain.Elegant.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Elegant"])
- end)
- TPMain.Fuchsia.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Fuchsia"])
- end)
- TPMain.Indigo.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Indigo"])
- end)
- TPMain.Mausoleum.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Mausoleum"])
- end)
- TPMain.Mysterious.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Mysterious"])
- end)
- TPMain.Pewter.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Pewter"])
- end)
- TPMain.Saffron.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Saffron"])
- end)
- TPMain.Viridian.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Viridian"])
- end)
- TPMain.Vermillion.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Vermillion"])
- end)
- TPMain.Mausoleum2.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Mausoleum2"])
- end)
- TPMain.Canyon.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Canyon"])
- end)
- TPMain.Lavender.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Lavender"])
- end)
- TPMain.AuraLab.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["AuraLab"])
- end)
- TPMain.Moon.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Moon"])
- end)
- TPMain.Route1.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Route1"])
- end)
- TPMain.Route2.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Route2"])
- end)
- TPMain.ViridianForest.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["ViridianForest"])
- end)
- TPMain.Route22.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Route22"])
- end)
- TPMain.Route6.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Route6"])
- end)
- TPMain.Route8.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Route8"])
- end)
- TPMain.SeaFoamCave.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["SeaFoamCave"])
- end)
- TPMain.Route17.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Route17"])
- end)
- TPMain.Route21.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["Route21"])
- end)
- TPMain.PalkiaArea.MouseButton1Down:connect(function()
- plr.Character:MoveTo(WayPoints["PalkiaArea"])
- end)
- --- Gamepasses ---
- Gamepass.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.OtherLegendary.Value = 1
- game.Players.LocalPlayer.RunVIP.Value = 1
- game.Players.LocalPlayer.LegendaryVIP.Value = 1
- game.Players.LocalPlayer.ShinyVIP.Value = 1
- game.Players.LocalPlayer.MoonVIP.Value = 1
- game.Players.LocalPlayer.MoreneyVIP.Value = 1
- end)
- ----
- Kill.MouseButton1Down:connect(function()
- for i,v in pairs(OppPokemon:GetChildren()) do
- v.CurrentHP.Value = 0
- v.Status.Value = "Faint"
- end
- end)
- Capture.MouseButton1Down:connect(function()
- for i,v in pairs(OppPokemon:GetChildren()) do
- v.CurrentHP.Value = 1
- v.DateMet.Value = "Long time ago..."
- v.Status.Value = "Sleep"
- end
- end)
- Heal.MouseButton1Down:connect(function()
- for i,v in pairs(PokemonParty:GetChildren()) do
- v.CurrentHP.Value = v.Stats.HPStat.Value
- v.Status.Value = ""
- end
- if PokemonParty2 then
- for i,v in pairs(PokemonParty2:GetChildren()) do
- v.CurrentHP.Value = v.Stats.HPStat.Value
- v.Status.Value = ""
- end
- end
- end)
- ------------------------------------------------------ ITEMS ------------------------------------------------------
- --- Recovery ---
- RecoveryButton.MouseButton1Down:connect(function()
- Amount = 1000
- 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"},
- }
- 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)
- --- Pokeball ---
- PokeballButton.MouseButton1Down:connect(function()
- Amount = 1000
- b=game.Players.LocalPlayer.Bag
- r=game.ReplicatedStorage.REvents
- Items = {
- Pokeball = {"Great Ball","Nest Ball","Net Ball","Pokeball","Premier Ball","Repeat Ball","Ultra Ball","Beast Ball"},
- }
- 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)
- --- Evolution ---
- EvolutionButton.MouseButton1Down:connect(function()
- Amount = 1000
- b=game.Players.LocalPlayer.Bag
- r=game.ReplicatedStorage.REvents
- Items = {
- 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"},
- }
- 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)
- --- Competitive ---
- CompetitiveButton.MouseButton1Down:connect(function()
- Amount = 1000
- b=game.Players.LocalPlayer.Bag
- r=game.ReplicatedStorage.REvents
- Items = {
- 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)
- --- Held ---
- BPButton.MouseButton1Down:connect(function()
- Amount = 1000
- b=game.Players.LocalPlayer.Bag
- r=game.ReplicatedStorage.REvents
- Items = {
- 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"},
- }
- 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)
- --- TM ---
- TMsButton.MouseButton1Down:connect(function()
- Amount = 1
- b=game.Players.LocalPlayer.Bag
- r=game.ReplicatedStorage.REvents
- Items = {
- 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"},
- }
- 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)
- ------------------------------------------------------ Lower Menu ------------------------------------------------------
- --- Money ---
- Add.MouseButton1Click:connect(function()
- if MoneyTxt.Text ~= "Cash Amount..." then
- intV.Value = MoneyTxt.Text
- game.ReplicatedStorage.REvents.Internal.funcMoney:InvokeServer(plyrmoney, intV.Value)
- end
- end)
- --- Badges ---
- Badges.MouseButton1Click: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)
- --- Pokedex ---
- Dex.MouseButton1Down:connect(function()
- pokedexlist:FireServer("Bulbasaur",001)
- pokedexlist:FireServer("Ivysaur",002)
- pokedexlist:FireServer("Venusaur",003)
- pokedexlist:FireServer("Charmander",004)
- pokedexlist:FireServer("Charmeleon",005)
- pokedexlist:FireServer("Charizard",006)
- pokedexlist:FireServer("Squirtle",007)
- pokedexlist:FireServer("Wartortle",008)
- pokedexlist:FireServer("Blastoise",009)
- pokedexlist:FireServer("Caterpie",010)
- pokedexlist:FireServer("Metapod",011)
- pokedexlist:FireServer("Butterfree",012)
- pokedexlist:FireServer("Weedle",013)
- pokedexlist:FireServer("Kakuna",014)
- pokedexlist:FireServer("Beedrill",015)
- pokedexlist:FireServer("Pidgey",016)
- pokedexlist:FireServer("Pidgeotto",017)
- pokedexlist:FireServer("Pidgeot",018)
- pokedexlist:FireServer("Rattata",019)
- pokedexlist:FireServer("Raticate",020)
- pokedexlist:FireServer("Spearow",021)
- pokedexlist:FireServer("Fearow",022)
- pokedexlist:FireServer("Ekans",023)
- pokedexlist:FireServer("Arbok",024)
- pokedexlist:FireServer("Pikachu",025)
- pokedexlist:FireServer("Raichu",026)
- pokedexlist:FireServer("Sandshrew",027)
- pokedexlist:FireServer("Sandslash",028)
- pokedexlist:FireServer("NidoranF",029)
- pokedexlist:FireServer("Nidorina",030)
- pokedexlist:FireServer("Nidoqueen",031)
- pokedexlist:FireServer("NidoranM",032)
- pokedexlist:FireServer("Nidorino",033)
- pokedexlist:FireServer("Nidoking",034)
- pokedexlist:FireServer("Clefairy",035)
- pokedexlist:FireServer("Clefable",036)
- pokedexlist:FireServer("Vulpix",037)
- pokedexlist:FireServer("Ninetales",038)
- pokedexlist:FireServer("Jigglypuff",039)
- pokedexlist:FireServer("Wigglytuff",040)
- pokedexlist:FireServer("Zubat",041)
- pokedexlist:FireServer("Golbat",042)
- pokedexlist:FireServer("Oddish",043)
- pokedexlist:FireServer("Gloom",044)
- pokedexlist:FireServer("Vileplume",045)
- pokedexlist:FireServer("Paras",046)
- pokedexlist:FireServer("Parasect",047)
- pokedexlist:FireServer("Venonat",048)
- pokedexlist:FireServer("Venomoth",049)
- pokedexlist:FireServer("Diglett",050)
- pokedexlist:FireServer("Dugtrio",051)
- pokedexlist:FireServer("Meowth",052)
- pokedexlist:FireServer("Persian",053)
- pokedexlist:FireServer("Psyduck",054)
- pokedexlist:FireServer("Golduck",055)
- pokedexlist:FireServer("Mankey",056)
- pokedexlist:FireServer("Primeape",057)
- pokedexlist:FireServer("Growlithe",058)
- pokedexlist:FireServer("Arcanine",059)
- pokedexlist:FireServer("Poliwag",060)
- pokedexlist:FireServer("Poliwhirl",061)
- pokedexlist:FireServer("Poliwrath",062)
- pokedexlist:FireServer("Abra",063)
- pokedexlist:FireServer("Kadabra",064)
- pokedexlist:FireServer("Alakazam",065)
- pokedexlist:FireServer("Machop",066)
- pokedexlist:FireServer("Machoke",067)
- pokedexlist:FireServer("Machamp",068)
- pokedexlist:FireServer("Bellsprout",069)
- pokedexlist:FireServer("Weepinbell",070)
- pokedexlist:FireServer("Victreebel",071)
- pokedexlist:FireServer("Tentacool",072)
- pokedexlist:FireServer("Tentacruel",073)
- pokedexlist:FireServer("Geodude",074)
- pokedexlist:FireServer("Graveler",075)
- pokedexlist:FireServer("Golem",076)
- pokedexlist:FireServer("Ponyta",077)
- pokedexlist:FireServer("Rapidash",078)
- pokedexlist:FireServer("Slowpoke",079)
- pokedexlist:FireServer("Slowbro",080)
- pokedexlist:FireServer("Magnemite",081)
- pokedexlist:FireServer("Magneton",082)
- pokedexlist:FireServer("Farfetch'd",083)
- pokedexlist:FireServer("Doduo",084)
- pokedexlist:FireServer("Dodrio",085)
- pokedexlist:FireServer("Seel",086)
- pokedexlist:FireServer("Dewgong",087)
- pokedexlist:FireServer("Grimer",088)
- pokedexlist:FireServer("Muk",089)
- pokedexlist:FireServer("Shellder",090)
- pokedexlist:FireServer("Cloyster",091)
- pokedexlist:FireServer("Gastly",092)
- pokedexlist:FireServer("Haunter",093)
- pokedexlist:FireServer("Gengar",094)
- pokedexlist:FireServer("Onix",095)
- pokedexlist:FireServer("Drowzee",096)
- pokedexlist:FireServer("Hypno",097)
- pokedexlist:FireServer("Krabby",098)
- pokedexlist:FireServer("Kingler",099)
- pokedexlist:FireServer("Voltorb",100)
- pokedexlist:FireServer("Electrode",101)
- pokedexlist:FireServer("Exeggcute",102)
- pokedexlist:FireServer("Exeggutor",103)
- pokedexlist:FireServer("Cubone",104)
- pokedexlist:FireServer("Marowak",105)
- pokedexlist:FireServer("Hitmonlee",106)
- pokedexlist:FireServer("Hitmonchan",107)
- pokedexlist:FireServer("Lickitung",108)
- pokedexlist:FireServer("Koffing",109)
- pokedexlist:FireServer("Weezing",110)
- pokedexlist:FireServer("Rhyhorn",111)
- pokedexlist:FireServer("Rhydon",112)
- pokedexlist:FireServer("Chansey",113)
- pokedexlist:FireServer("Tangela",114)
- pokedexlist:FireServer("Kangaskhan",115)
- pokedexlist:FireServer("Horsea",116)
- pokedexlist:FireServer("Seadra",117)
- pokedexlist:FireServer("Goldeen",118)
- pokedexlist:FireServer("Seaking",119)
- pokedexlist:FireServer("Staryu",120)
- pokedexlist:FireServer("Starmie",121)
- pokedexlist:FireServer("Mr. Mime",122)
- pokedexlist:FireServer("Scyther",123)
- pokedexlist:FireServer("Jynx",124)
- pokedexlist:FireServer("Electabuzz",125)
- pokedexlist:FireServer("Magmar",126)
- pokedexlist:FireServer("Pinsir",127)
- pokedexlist:FireServer("Tauros",128)
- pokedexlist:FireServer("Magikarp",129)
- pokedexlist:FireServer("Gyarados",130)
- pokedexlist:FireServer("Lapras",131)
- pokedexlist:FireServer("Ditto",132)
- pokedexlist:FireServer("Eevee",133)
- pokedexlist:FireServer("Vaporeon",134)
- pokedexlist:FireServer("Jolteon",135)
- pokedexlist:FireServer("Flareon",136)
- pokedexlist:FireServer("Porygon",137)
- pokedexlist:FireServer("Omanyte",138)
- pokedexlist:FireServer("Omastar",139)
- pokedexlist:FireServer("Kabuto",140)
- pokedexlist:FireServer("Kabutops",141)
- pokedexlist:FireServer("Aerodactyl",142)
- pokedexlist:FireServer("Snorlax",143)
- pokedexlist:FireServer("Articuno",144)
- pokedexlist:FireServer("Zapdos",145)
- pokedexlist:FireServer("Moltres",146)
- pokedexlist:FireServer("Dratini",147)
- pokedexlist:FireServer("Dragonair",148)
- pokedexlist:FireServer("Dragonite",149)
- pokedexlist:FireServer("Mewtwo",150)
- pokedexlist:FireServer("Mew",151)
- pokedexlist:FireServer("Chikorita",152)
- pokedexlist:FireServer("Bayleef",153)
- pokedexlist:FireServer("Meganium",154)
- pokedexlist:FireServer("Cyndaquil",155)
- pokedexlist:FireServer("Quilava",156)
- pokedexlist:FireServer("Typhlosion",157)
- pokedexlist:FireServer("Totodile",158)
- pokedexlist:FireServer("Croconaw",159)
- pokedexlist:FireServer("Feraligatr",160)
- pokedexlist:FireServer("Treecko",161)
- pokedexlist:FireServer("Grovyle",162)
- pokedexlist:FireServer("Sceptile",163)
- pokedexlist:FireServer("Torchic",164)
- pokedexlist:FireServer("Combusken",165)
- pokedexlist:FireServer("Blaziken",166)
- pokedexlist:FireServer("Mudkip",167)
- pokedexlist:FireServer("Marshtomp",168)
- pokedexlist:FireServer("Swampert",169)
- pokedexlist:FireServer("Bagon",170)
- pokedexlist:FireServer("Shelgon",171)
- pokedexlist:FireServer("Salamence",172)
- pokedexlist:FireServer("Beldum",173)
- pokedexlist:FireServer("Metang",174)
- pokedexlist:FireServer("Metagross",175)
- pokedexlist:FireServer("Raikou",176)
- pokedexlist:FireServer("Entei",177)
- pokedexlist:FireServer("Suicune",178)
- pokedexlist:FireServer("Steelix",179)
- pokedexlist:FireServer("Scizor",180)
- pokedexlist:FireServer("Larvitar",181)
- pokedexlist:FireServer("Pupitar",182)
- pokedexlist:FireServer("Tyranitar",183)
- pokedexlist:FireServer("Trapinch",184)
- pokedexlist:FireServer("Vibrava",185)
- pokedexlist:FireServer("Flygon",186)
- pokedexlist:FireServer("Crobat",187)
- pokedexlist:FireServer("Blissey",188)
- pokedexlist:FireServer("Skarmory",189)
- pokedexlist:FireServer("Espeon",190)
- pokedexlist:FireServer("Umbreon",191)
- pokedexlist:FireServer("Aron",192)
- pokedexlist:FireServer("Lairon",193)
- pokedexlist:FireServer("Aggron",194)
- pokedexlist:FireServer("Kingdra",195)
- pokedexlist:FireServer("Lugia",196)
- pokedexlist:FireServer("Delibird",197)
- pokedexlist:FireServer("Ho-Oh",198)
- pokedexlist:FireServer("Latias",199)
- pokedexlist:FireServer("Latios",200)
- pokedexlist:FireServer("Riolu",201)
- pokedexlist:FireServer("Lucario",202)
- pokedexlist:FireServer("Magnezone",203)
- pokedexlist:FireServer("Lickilicky",204)
- pokedexlist:FireServer("Rhyperior",205)
- pokedexlist:FireServer("Tangrowth",206)
- pokedexlist:FireServer("Electivire",207)
- pokedexlist:FireServer("Magmortar",208)
- pokedexlist:FireServer("Leafeon",209)
- pokedexlist:FireServer("Glaceon",210)
- pokedexlist:FireServer("Seedot",211)
- pokedexlist:FireServer("Nuzleaf",212)
- pokedexlist:FireServer("Shiftry",213)
- pokedexlist:FireServer("Tropius",214)
- pokedexlist:FireServer("Sneasel",215)
- pokedexlist:FireServer("Weavile",216)
- pokedexlist:FireServer("Togepi",217)
- pokedexlist:FireServer("Togetic",218)
- pokedexlist:FireServer("Togekiss",219)
- pokedexlist:FireServer("Misdreavus",220)
- pokedexlist:FireServer("Mismagius",221)
- pokedexlist:FireServer("Skorupi",222)
- pokedexlist:FireServer("Drapion",223)
- pokedexlist:FireServer("Rayquaza",224)
- pokedexlist:FireServer("Absol",225)
- pokedexlist:FireServer("Heracross",226)
- pokedexlist:FireServer("Yanma",227)
- pokedexlist:FireServer("Yanmega",228)
- pokedexlist:FireServer("Murkrow",229)
- pokedexlist:FireServer("Honchkrow",230)
- pokedexlist:FireServer("Ralts",231)
- pokedexlist:FireServer("Kirlia",232)
- pokedexlist:FireServer("Gardevoir",233)
- pokedexlist:FireServer("Gallade",234)
- pokedexlist:FireServer("Swinub",235)
- pokedexlist:FireServer("Piloswine",236)
- pokedexlist:FireServer("Mamoswine",237)
- pokedexlist:FireServer("Celebi",238)
- pokedexlist:FireServer("Darkrai",239)
- pokedexlist:FireServer("Jirachi",240)
- pokedexlist:FireServer("Gligar",241)
- pokedexlist:FireServer("Gliscor",242)
- pokedexlist:FireServer("Turtwig",243)
- pokedexlist:FireServer("Grotle",244)
- pokedexlist:FireServer("Torterra",245)
- pokedexlist:FireServer("Chimchar",246)
- pokedexlist:FireServer("Monferno",247)
- pokedexlist:FireServer("Infernape",248)
- pokedexlist:FireServer("Piplup",249)
- pokedexlist:FireServer("Prinplup",250)
- pokedexlist:FireServer("Empoleon",251)
- pokedexlist:FireServer("Shroomish",252)
- pokedexlist:FireServer("Breloom",253)
- pokedexlist:FireServer("Shinx",254)
- pokedexlist:FireServer("Luxio",255)
- pokedexlist:FireServer("Luxray",256)
- pokedexlist:FireServer("Manaphy",257)
- pokedexlist:FireServer("Buneary",258)
- pokedexlist:FireServer("Lopunny",259)
- pokedexlist:FireServer("Cresselia",260)
- pokedexlist:FireServer("Groudon",261)
- pokedexlist:FireServer("Kyogre",262)
- pokedexlist:FireServer("Duskull",263)
- pokedexlist:FireServer("Dusclops",264)
- pokedexlist:FireServer("Dusknoir",265)
- pokedexlist:FireServer("Slakoth",266)
- pokedexlist:FireServer("Vigoroth",267)
- pokedexlist:FireServer("Slaking",268)
- pokedexlist:FireServer("Starly",269)
- pokedexlist:FireServer("Staravia",270)
- pokedexlist:FireServer("Staraptor",271)
- pokedexlist:FireServer("Spheal",272)
- pokedexlist:FireServer("Sealeo",273)
- pokedexlist:FireServer("Walrein",274)
- pokedexlist:FireServer("Gible",275)
- pokedexlist:FireServer("Gabite",276)
- pokedexlist:FireServer("Garchomp",277)
- pokedexlist:FireServer("Spiritomb",278)
- pokedexlist:FireServer("Frillish",279)
- pokedexlist:FireServer("Jellicent",280)
- pokedexlist:FireServer("Palkia",281)
- pokedexlist:FireServer("Dialga",282)
- pokedexlist:FireServer("Giratina-O",283)
- pokedexlist:FireServer("Kyurem",284)
- pokedexlist:FireServer("Keldeo",285)
- pokedexlist:FireServer("Arceus",286)
- pokedexlist:FireServer("Snorunt",287)
- pokedexlist:FireServer("Glalie",288)
- pokedexlist:FireServer("Froslass",289)
- pokedexlist:FireServer("Chinchou",290)
- pokedexlist:FireServer("Lanturn",291)
- pokedexlist:FireServer("Feebas",292)
- pokedexlist:FireServer("Milotic",293)
- pokedexlist:FireServer("Lotad",294)
- pokedexlist:FireServer("Lombre",295)
- pokedexlist:FireServer("Ludicolo",296)
- pokedexlist:FireServer("Buizel",297)
- pokedexlist:FireServer("Floatzel",298)
- pokedexlist:FireServer("Zangoose",299)
- pokedexlist:FireServer("Seviper",300)
- pokedexlist:FireServer("Bronzor",301)
- pokedexlist:FireServer("Bronzong",302)
- pokedexlist:FireServer("Numel",303)
- pokedexlist:FireServer("Camerupt",304)
- pokedexlist:FireServer("Budew",305)
- pokedexlist:FireServer("Roselia",306)
- pokedexlist:FireServer("Roserade",307)
- pokedexlist:FireServer("Cranidos",308)
- pokedexlist:FireServer("Rampardos",309)
- pokedexlist:FireServer("Whismur",310)
- pokedexlist:FireServer("Loudred",311)
- pokedexlist:FireServer("Exploud",312)
- pokedexlist:FireServer("Swablu",313)
- pokedexlist:FireServer("Altaria",314)
- pokedexlist:FireServer("Drifloon",315)
- pokedexlist:FireServer("Drifblim",316)
- pokedexlist:FireServer("Shuppet",317)
- pokedexlist:FireServer("Banette",318)
- pokedexlist:FireServer("Lunatone",319)
- pokedexlist:FireServer("Solrock",320)
- pokedexlist:FireServer("Regirock",321)
- pokedexlist:FireServer("Regice",322)
- pokedexlist:FireServer("Registeel",323)
- pokedexlist:FireServer("Regigigas",324)
- pokedexlist:FireServer("Heatran",325)
- pokedexlist:FireServer("Victini",326)
- pokedexlist:FireServer("Axew",327)
- pokedexlist:FireServer("Fraxure",328)
- pokedexlist:FireServer("Haxorus",329)
- pokedexlist:FireServer("Durant",330)
- pokedexlist:FireServer("Hoppip",331)
- pokedexlist:FireServer("Skiploom",332)
- pokedexlist:FireServer("Jumpluff",333)
- pokedexlist:FireServer("Taillow",334)
- pokedexlist:FireServer("Swellow",335)
- pokedexlist:FireServer("Wooper",336)
- pokedexlist:FireServer("Quagsire",337)
- pokedexlist:FireServer("Larvesta",338)
- pokedexlist:FireServer("Golett",339)
- pokedexlist:FireServer("Golurk",340)
- pokedexlist:FireServer("Aipom",341)
- pokedexlist:FireServer("Ambipom",342)
- pokedexlist:FireServer("Deino",343)
- pokedexlist:FireServer("Zweilous",344)
- pokedexlist:FireServer("Hydreigon",345)
- pokedexlist:FireServer("Tynamo",346)
- pokedexlist:FireServer("Eelektrik",347)
- pokedexlist:FireServer("Eelektross",348)
- pokedexlist:FireServer("Cobalion",349)
- pokedexlist:FireServer("Terrakion",350)
- pokedexlist:FireServer("Virizion",351)
- pokedexlist:FireServer("Mareep",352)
- pokedexlist:FireServer("Flaaffy",353)
- pokedexlist:FireServer("Ampharos",354)
- pokedexlist:FireServer("Scraggy",355)
- pokedexlist:FireServer("Scrafty",356)
- pokedexlist:FireServer("Carvanha",357)
- pokedexlist:FireServer("Sharpedo",358)
- pokedexlist:FireServer("Wailmer",359)
- pokedexlist:FireServer("Wailord",360)
- pokedexlist:FireServer("Sableye",361)
- pokedexlist:FireServer("Mawile",362)
- pokedexlist:FireServer("Nosepass",363)
- pokedexlist:FireServer("Probopass",364)
- pokedexlist:FireServer("Croagunk",365)
- pokedexlist:FireServer("Toxicroak",366)
- pokedexlist:FireServer("Snivy",367)
- pokedexlist:FireServer("Servine",368)
- pokedexlist:FireServer("Serperior",369)
- pokedexlist:FireServer("Tepig",370)
- pokedexlist:FireServer("Pignite",371)
- pokedexlist:FireServer("Emboar",372)
- pokedexlist:FireServer("Oshawott",373)
- pokedexlist:FireServer("Dewott",374)
- pokedexlist:FireServer("Samurott",375)
- pokedexlist:FireServer("Sandile",376)
- pokedexlist:FireServer("Krokorok",377)
- pokedexlist:FireServer("Krookodile",378)
- pokedexlist:FireServer("Shaymin-Sky",379)
- pokedexlist:FireServer("Rotom",380)
- pokedexlist:FireServer("Hoothoot",381)
- pokedexlist:FireServer("Noctowl",382)
- pokedexlist:FireServer("Pichu",383)
- pokedexlist:FireServer("Remoraid",384)
- pokedexlist:FireServer("Octillery",385)
- pokedexlist:FireServer("Mantine",386)
- pokedexlist:FireServer("Wingull",387)
- pokedexlist:FireServer("Pelipper",388)
- pokedexlist:FireServer("Relicanth",389)
- pokedexlist:FireServer("Anorith",390)
- pokedexlist:FireServer("Armaldo",391)
- pokedexlist:FireServer("Baltoy",392)
- pokedexlist:FireServer("Volcarona",393)
- pokedexlist:FireServer("Claydol",394)
- pokedexlist:FireServer("Spoink",395)
- pokedexlist:FireServer("Grumpig",396)
- pokedexlist:FireServer("Electrike",397)
- pokedexlist:FireServer("Manectric",398)
- pokedexlist:FireServer("Houndour",399)
- pokedexlist:FireServer("Houndoom",400)
- pokedexlist:FireServer("Torkoal",401)
- pokedexlist:FireServer("Deoxys",402)
- pokedexlist:FireServer("Pachirisu",403)
- pokedexlist:FireServer("Azelf",404)
- pokedexlist:FireServer("Mesprit",405)
- pokedexlist:FireServer("Uxie",406)
- pokedexlist:FireServer("Genesect",407)
- pokedexlist:FireServer("Tornadus",408)
- pokedexlist:FireServer("Porygon2",409)
- pokedexlist:FireServer("Porygon-Z",410)
- pokedexlist:FireServer("Druddigon",411)
- pokedexlist:FireServer("Shuckle",412)
- pokedexlist:FireServer("Thundurus",413)
- pokedexlist:FireServer("Cleffa",414)
- pokedexlist:FireServer("Igglybuff",415)
- pokedexlist:FireServer("Natu",416)
- pokedexlist:FireServer("Xatu",417)
- pokedexlist:FireServer("Marill",418)
- pokedexlist:FireServer("Azumarill",419)
- pokedexlist:FireServer("Phanpy",420)
- pokedexlist:FireServer("Donphan",421)
- pokedexlist:FireServer("Tyrogue",422)
- pokedexlist:FireServer("Hitmontop",423)
- pokedexlist:FireServer("Smoochum",424)
- pokedexlist:FireServer("Elekid",425)
- pokedexlist:FireServer("Magby",426)
- pokedexlist:FireServer("Miltank",427)
- pokedexlist:FireServer("Meditite",428)
- pokedexlist:FireServer("Medicham",429)
- pokedexlist:FireServer("Shieldon",430)
- pokedexlist:FireServer("Bastiodon",431)
- pokedexlist:FireServer("Lillipup",432)
- pokedexlist:FireServer("Herdier",433)
- pokedexlist:FireServer("Stoutland",434)
- pokedexlist:FireServer("Pawniard",435)
- pokedexlist:FireServer("Bisharp",436)
- pokedexlist:FireServer("Woobat",437)
- pokedexlist:FireServer("Swoobat",438)
- pokedexlist:FireServer("Drilbur",439)
- pokedexlist:FireServer("Excadrill",440)
- pokedexlist:FireServer("Timburr",441)
- pokedexlist:FireServer("Gurdurr",442)
- pokedexlist:FireServer("Conkeldurr",443)
- pokedexlist:FireServer("Dwebble",444)
- pokedexlist:FireServer("Crustle",445)
- pokedexlist:FireServer("Solosis",446)
- pokedexlist:FireServer("Duosion",447)
- pokedexlist:FireServer("Reuniclus",448)
- pokedexlist:FireServer("Karrablast",449)
- pokedexlist:FireServer("Escavalier",450)
- pokedexlist:FireServer("Klink",451)
- pokedexlist:FireServer("Klang",452)
- pokedexlist:FireServer("Klinklang",453)
- pokedexlist:FireServer("Elgyem",454)
- pokedexlist:FireServer("Beheeyem",455)
- pokedexlist:FireServer("Litwick",456)
- pokedexlist:FireServer("Lampent",457)
- pokedexlist:FireServer("Chandelure",458)
- pokedexlist:FireServer("Shelmet",459)
- pokedexlist:FireServer("Accelgor",460)
- pokedexlist:FireServer("Stunfisk",461)
- pokedexlist:FireServer("Roggenrola",462)
- pokedexlist:FireServer("Boldore",463)
- pokedexlist:FireServer("Gigalith",464)
- pokedexlist:FireServer("Reshiram",465)
- pokedexlist:FireServer("Zekrom",466)
- pokedexlist:FireServer("Dunsparce",467)
- pokedexlist:FireServer("Meloetta",468)
- pokedexlist:FireServer("Stantler",469)
- pokedexlist:FireServer("Audino",470)
- pokedexlist:FireServer("Sigilyph",471)
- pokedexlist:FireServer("Chatot",472)
- pokedexlist:FireServer("Darumaka",473)
- pokedexlist:FireServer("Darmanitan",474)
- pokedexlist:FireServer("Poochyena",475)
- pokedexlist:FireServer("Mightyena",476)
- pokedexlist:FireServer("Sylveon",477)
- pokedexlist:FireServer("Slowking",478)
- pokedexlist:FireServer("Bunnelby",479)
- pokedexlist:FireServer("Diggersby",480)
- pokedexlist:FireServer("Munchlax",481)
- pokedexlist:FireServer("Chespin",482)
- pokedexlist:FireServer("Quilladin",483)
- pokedexlist:FireServer("Chesnaught",484)
- pokedexlist:FireServer("Fennekin",485)
- pokedexlist:FireServer("Braixen",486)
- pokedexlist:FireServer("Delphox",487)
- pokedexlist:FireServer("Froakie",488)
- pokedexlist:FireServer("Frogadier",489)
- pokedexlist:FireServer("Greninja",490)
- pokedexlist:FireServer("Pancham",491)
- pokedexlist:FireServer("Pangoro",492)
- pokedexlist:FireServer("Skrelp",493)
- pokedexlist:FireServer("Dragalge",494)
- pokedexlist:FireServer("Fletchling",495)
- pokedexlist:FireServer("Fletchinder",496)
- pokedexlist:FireServer("Talonflame",497)
- pokedexlist:FireServer("Goomy",498)
- pokedexlist:FireServer("Sliggoo",499)
- pokedexlist:FireServer("Goodra",500)
- pokedexlist:FireServer("Hawlucha",501)
- pokedexlist:FireServer("Amaura",502)
- pokedexlist:FireServer("Aurorus",503)
- pokedexlist:FireServer("Tyrunt",504)
- pokedexlist:FireServer("Tyrantrum",505)
- pokedexlist:FireServer("Clauncher",506)
- pokedexlist:FireServer("Clawitzer",507)
- pokedexlist:FireServer("Fomantis",508)
- pokedexlist:FireServer("Lurantis",509)
- pokedexlist:FireServer("Helioptile",510)
- pokedexlist:FireServer("Heliolisk",511)
- pokedexlist:FireServer("Diancie",512)
- pokedexlist:FireServer("Klefki",513)
- pokedexlist:FireServer("Noibat",514)
- pokedexlist:FireServer("Noivern",515)
- pokedexlist:FireServer("Phantump",516)
- pokedexlist:FireServer("Trevenant",517)
- pokedexlist:FireServer("Rowlet",518)
- pokedexlist:FireServer("Dartrix",519)
- pokedexlist:FireServer("Decidueye",520)
- pokedexlist:FireServer("Litten",521)
- pokedexlist:FireServer("Torracat",522)
- pokedexlist:FireServer("Incineroar",523)
- pokedexlist:FireServer("Popplio",524)
- pokedexlist:FireServer("Brionne",525)
- pokedexlist:FireServer("Primarina",526)
- pokedexlist:FireServer("Dedenne",527)
- pokedexlist:FireServer("Grubbin",528)
- pokedexlist:FireServer("Charjabug",529)
- pokedexlist:FireServer("Vikavolt",530)
- pokedexlist:FireServer("Yungoos",531)
- pokedexlist:FireServer("Gumshoos",532)
- pokedexlist:FireServer("Drampa",533)
- pokedexlist:FireServer("Cutiefly",534)
- pokedexlist:FireServer("Ribombee",535)
- pokedexlist:FireServer("Mudsbray",536)
- pokedexlist:FireServer("Mudsdale",537)
- pokedexlist:FireServer("Pikipek",538)
- pokedexlist:FireServer("Trumbeak",539)
- pokedexlist:FireServer("Toucannon",540)
- pokedexlist:FireServer("Skiddo",541)
- pokedexlist:FireServer("Gogoat",542)
- pokedexlist:FireServer("Dhelmise",543)
- pokedexlist:FireServer("Patrat",544)
- pokedexlist:FireServer("Watchog",545)
- pokedexlist:FireServer("Combee",546)
- pokedexlist:FireServer("Vespiquen",547)
- pokedexlist:FireServer("Venipede",548)
- pokedexlist:FireServer("Whirlipede",549)
- pokedexlist:FireServer("Scolipede",550)
- pokedexlist:FireServer("Sewaddle",551)
- pokedexlist:FireServer("Swadloon",552)
- pokedexlist:FireServer("Leavanny",553)
- pokedexlist:FireServer("Salandit",554)
- pokedexlist:FireServer("Salazzle",555)
- pokedexlist:FireServer("Blitzle",556)
- pokedexlist:FireServer("Zebstrika",557)
- pokedexlist:FireServer("Joltik",558)
- pokedexlist:FireServer("Galvantula",559)
- pokedexlist:FireServer("Kartana",560)
- pokedexlist:FireServer("Cacnea",561)
- end)
- --- Misc ---
- Capture.MouseEnter:connect(function()
- PP.MainFrame.Battling.BattleFrame.Capture.SelectedCapture.Visible = true
- end)
- Capture.MouseLeave:connect(function()
- PP.MainFrame.Battling.BattleFrame.Capture.SelectedCapture.Visible = false
- end)
- Heal.MouseEnter:connect(function()
- PP.MainFrame.Battling.BattleFrame.Heal.SelectedHeal.Visible = true
- end)
- Heal.MouseLeave:connect(function()
- PP.MainFrame.Battling.BattleFrame.Heal.SelectedHeal.Visible = false
- end)
- Kill.MouseEnter:connect(function()
- PP.MainFrame.Battling.BattleFrame.Kill.SelectedKill.Visible = true
- end)
- Kill.MouseLeave:connect(function()
- PP.MainFrame.Battling.BattleFrame.Kill.SelectedKill.Visible = false
- end)
- Capture.MouseEnter:connect(function()
- Capture.TextColor3 = Color3.new(0, 0.74902, 0)
- end)
- Capture.MouseLeave:connect(function()
- Capture.TextColor3 = Color3.new(1, 1, 1)
- end)
- Heal.MouseEnter:connect(function()
- Heal.TextColor3 = Color3.new(0, 0.74902, 0)
- end)
- Heal.MouseLeave:connect(function()
- Heal.TextColor3 = Color3.new(1, 1, 1)
- end)
- Kill.MouseEnter:connect(function()
- Kill.TextColor3 = Color3.new(0, 0.74902, 0)
- end)
- Kill.MouseLeave:connect(function()
- Kill.TextColor3 = Color3.new(1, 1, 1)
- end)
- Minimize.MouseEnter:connect(function()
- Minimize.TextColor3 = Color3.new(0, 0.74902, 0)
- end)
- Minimize.MouseLeave:connect(function()
- Minimize.TextColor3 = Color3.new(1, 1, 1)
- end)
- Teleporting.MouseEnter:connect(function()
- Teleporting.TextColor3 = Color3.new(0, 0.74902, 0)
- end)
- Teleporting.MouseLeave:connect(function()
- Teleporting.TextColor3 = Color3.new(1, 1, 1)
- end)
- Battling.MouseEnter:connect(function()
- Battling.TextColor3 = Color3.new(0, 0.74902, 0)
- end)
- Battling.MouseLeave:connect(function()
- Battling.TextColor3 = Color3.new(1, 1, 1)
- end)
- Close.MouseEnter:connect(function()
- Close.TextColor3 = Color3.new(1, 0, 0)
- end)
- Close.MouseLeave:connect(function()
- Close.TextColor3 = Color3.new(1, 1, 1)
- end)
- Transfer.MouseEnter:connect(function()
- Transfer.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Transfer.MouseLeave:connect(function()
- Transfer.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- _1.MouseEnter:connect(function()
- _1.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- _1.MouseLeave:connect(function()
- _1.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- _2.MouseEnter:connect(function()
- _2.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- _2.MouseLeave:connect(function()
- _2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- _3.MouseEnter:connect(function()
- _3.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- _3.MouseLeave:connect(function()
- _3.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- _4.MouseEnter:connect(function()
- _4.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- _4.MouseLeave:connect(function()
- _4.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- _5.MouseEnter:connect(function()
- _5.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- _5.MouseLeave:connect(function()
- _5.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- _6.MouseEnter:connect(function()
- _6.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- _6.MouseLeave:connect(function()
- _6.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- _7.MouseEnter:connect(function()
- _7.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- _7.MouseLeave:connect(function()
- _7.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- _8.MouseEnter:connect(function()
- _8.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- _8.MouseLeave:connect(function()
- _8.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- _9.MouseEnter:connect(function()
- _9.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- _9.MouseLeave:connect(function()
- _9.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- _10.MouseEnter:connect(function()
- _10.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- _10.MouseLeave:connect(function()
- _10.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- _11.MouseEnter:connect(function()
- _11.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- _11.MouseLeave:connect(function()
- _11.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- _12.MouseEnter:connect(function()
- _12.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- _12.MouseLeave:connect(function()
- _12.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Items.MouseEnter:connect(function()
- Items.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Items.MouseLeave:connect(function()
- Items.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- PcEraser.MouseEnter:connect(function()
- PcEraser.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- PcEraser.MouseLeave:connect(function()
- PcEraser.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Transferer.MouseEnter:connect(function()
- Transferer.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Transferer.MouseLeave:connect(function()
- Transferer.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Others.MouseEnter:connect(function()
- Others.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Others.MouseLeave:connect(function()
- Others.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Trade.MouseEnter:connect(function()
- Trade.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Trade.MouseLeave:connect(function()
- Trade.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Transferer.MouseEnter:connect(function()
- TransferFrame.Visible = true
- ItemFrame.Visible = false
- OtherFrame.Visible = false
- EraserFrame.Visible = false
- end)
- Items.MouseEnter:connect(function()
- ItemFrame.Visible = true
- OtherFrame.Visible = false
- EraserFrame.Visible = false
- TransferFrame.Visible = false
- end)
- Others.MouseEnter:connect(function()
- OtherFrame.Visible = true
- ItemFrame.Visible = false
- TransferFrame.Visible = false
- EraserFrame.Visible = false
- end)
- PcEraser.MouseEnter:connect(function()
- EraserFrame.Visible = true
- TransferFrame.Visible = false
- OtherFrame.Visible = false
- ItemFrame.Visible = false
- end)
- Dex.MouseEnter:connect(function()
- Dex.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Dex.MouseLeave:connect(function()
- Dex.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Badges.MouseEnter:connect(function()
- Badges.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Badges.MouseLeave:connect(function()
- Badges.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Add.MouseEnter:connect(function()
- Add.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Add.MouseLeave:connect(function()
- Add.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- TMsButton.MouseEnter:connect(function()
- TMsButton.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- TMsButton.MouseLeave:connect(function()
- TMsButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- BPButton.MouseEnter:connect(function()
- BPButton.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- BPButton.MouseLeave:connect(function()
- BPButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- CompetitiveButton.MouseEnter:connect(function()
- CompetitiveButton.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- CompetitiveButton.MouseLeave:connect(function()
- CompetitiveButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- EvolutionButton.MouseEnter:connect(function()
- EvolutionButton.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- EvolutionButton.MouseLeave:connect(function()
- EvolutionButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- PokeballButton.MouseEnter:connect(function()
- PokeballButton.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- PokeballButton.MouseLeave:connect(function()
- PokeballButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- RecoveryButton.MouseEnter:connect(function()
- RecoveryButton.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- RecoveryButton.MouseLeave:connect(function()
- RecoveryButton.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Gamepass.MouseEnter:connect(function()
- Gamepass.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Gamepass.MouseLeave:connect(function()
- Gamepass.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Celadon.MouseEnter:connect(function()
- Celadon.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Celadon.MouseLeave:connect(function()
- Celadon.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Cerulean.MouseEnter:connect(function()
- Cerulean.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Cerulean.MouseLeave:connect(function()
- Cerulean.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Cinnabar.MouseEnter:connect(function()
- Cinnabar.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Cinnabar.MouseLeave:connect(function()
- Cinnabar.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Elegant.MouseEnter:connect(function()
- Elegant.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Elegant.MouseLeave:connect(function()
- Elegant.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Fuchsia.MouseEnter:connect(function()
- Fuchsia.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Fuchsia.MouseLeave:connect(function()
- Fuchsia.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Indigo.MouseEnter:connect(function()
- Indigo.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Indigo.MouseLeave:connect(function()
- Indigo.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Mausoleum.MouseEnter:connect(function()
- Mausoleum.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Mausoleum.MouseLeave:connect(function()
- Mausoleum.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Mysterious.MouseEnter:connect(function()
- Mysterious.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Mysterious.MouseLeave:connect(function()
- Mysterious.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Pewter.MouseEnter:connect(function()
- Pewter.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Pewter.MouseLeave:connect(function()
- Pewter.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Saffron.MouseEnter:connect(function()
- Saffron.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Saffron.MouseLeave:connect(function()
- Saffron.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Viridian.MouseEnter:connect(function()
- Viridian.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Viridian.MouseLeave:connect(function()
- Viridian.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Vermillion.MouseEnter:connect(function()
- Vermillion.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Vermillion.MouseLeave:connect(function()
- Vermillion.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Mausoleum2.MouseEnter:connect(function()
- Mausoleum2.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Mausoleum2.MouseLeave:connect(function()
- Mausoleum2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Canyon.MouseEnter:connect(function()
- Canyon.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Canyon.MouseLeave:connect(function()
- Canyon.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Lavender.MouseEnter:connect(function()
- Lavender.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Lavender.MouseLeave:connect(function()
- Lavender.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Moon.MouseEnter:connect(function()
- Moon.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Moon.MouseLeave:connect(function()
- Moon.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- AuraLab.MouseEnter:connect(function()
- AuraLab.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- AuraLab.MouseLeave:connect(function()
- AuraLab.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Route1.MouseEnter:connect(function()
- Route1.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Route1.MouseLeave:connect(function()
- Route1.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Route2.MouseEnter:connect(function()
- Route2.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Route2.MouseLeave:connect(function()
- Route2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- ViridianForest.MouseEnter:connect(function()
- ViridianForest.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- ViridianForest.MouseLeave:connect(function()
- ViridianForest.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Route22.MouseEnter:connect(function()
- Route22.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Route22.MouseLeave:connect(function()
- Route22.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Route6.MouseEnter:connect(function()
- Route6.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Route6.MouseLeave:connect(function()
- Route6.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Route8.MouseEnter:connect(function()
- Route8.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Route8.MouseLeave:connect(function()
- Route8.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- SeaFoamCave.MouseEnter:connect(function()
- SeaFoamCave.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- SeaFoamCave.MouseLeave:connect(function()
- SeaFoamCave.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Route17.MouseEnter:connect(function()
- Route17.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Route17.MouseLeave:connect(function()
- Route17.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- Route21.MouseEnter:connect(function()
- Route21.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- Route21.MouseLeave:connect(function()
- Route21.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
- PalkiaArea.MouseEnter:connect(function()
- PalkiaArea.BackgroundColor3 = Color3.new(0, 0.403922, 0)
- end)
- PalkiaArea.MouseLeave:connect(function()
- PalkiaArea.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- end)
Add Comment
Please, Sign In to add comment