Ejemplo n.º 1
0
 private void bStart_Click(object sender, EventArgs e)
 {
     Mem.Memory();
     Setting.LastX = Setting.charx;
     Setting.LastY = Setting.chary;
     if (Setting.TrocarDePokemon == 1)
     {
         Troca.Start();
     }
     Setting.verificandopoke = false;
     Setting.Kill            = false;
     Pescando               = false;
     Pescou                 = false;
     bStart.BackColor       = Color.Green;
     Setting.PlayerOnScreen = false;
     Setting.Running        = true;
     Run.Start();
 }