[UPDATED] Pokemon Bot in C# Community Version menu

Shout-Out

User Tag List

Page 16 of 229 FirstFirst ... 12131415161718192066116 ... LastLast
Results 226 to 240 of 3427
  1. #226
    navyguy's Avatar Active Member
    Reputation
    27
    Join Date
    Jul 2016
    Posts
    137
    Thanks G/R
    5/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cvlol View Post
    Theoretically could we multibox with this bot? Anyone have any experience with this at all?
    how do you mean? using more than one of them on the same account? or more than one account running each with their own bot?


    easy copy the folder X times. go in change each ones settings accordingly like the user name password etc. then re-compile/ run etc.
    boom


    btw defualt settings usually hit level 10-15 in only less than a few hours if that lmao

    [UPDATED] Pokemon Bot in C# Community Version
  2. #227
    Nysali's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    17
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've just asked this on Necronomicon's thread but i'll try my luck here too.

    Is it possible to make sure favorited pokemon don't get transfered? I have a few low CP pokemons that have good IVs and i would like to keep them. Is there a way to make the bot not transfer them as soon as a higher CP (but probably worse IVs) shows up? Giving the pokemon the star and making a check for favorites when you are about to grind some meat might do the trick no?

    Thanks for the bot and keep up the good work you guys are awesome.

  3. #228
    zerospec0's Avatar Knight-Lieutenant
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    348
    Thanks G/R
    21/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone figure out the refresh token or the Unexpected stop re enter device code?

  4. #229
    entengboi's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by senseirain View Post
    Yeah that's what I have in mind but my Question is I'm going to use 2 Google accounts so where do i Log in the other one?
    just do the same procedure but a different google account, im botting with 4 accounts 2 google and 2 Ptc atm

  5. #230
    boranboran35's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ghostory View Post
    The thing though, this is not just one person who created this. It is a group of developers codes all compiled into one so it is a bit different. The good with the code being out right now is that different people are coming in and sharing their own ideas and codes which makes these compiled packages much more awesome.
    I know it is not one person's job but you guys need to think little bit what will happen after this bot will be used so many users.

    What I can advice is creating a group who were helped coding till this phase and sharing income with those developers. Just think logic I am also using this bot free why would I want to spend my money on it even I use it free? It seems good for everyone for a moment but after sometime things will be ruined.

  6. #231
    spoofjack's Avatar Active Member
    Reputation
    23
    Join Date
    May 2009
    Posts
    187
    Thanks G/R
    14/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can we get the GitHub repo for this?

    I prefer to SVN mu updates before every run.

  7. #232
    alhal's Avatar Member
    Reputation
    1
    Join Date
    Oct 2013
    Posts
    16
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I keep getting this error with certain types of pokemon: https://gyazo.com/c8ea8381071e1b89636fba28aa5e8d02
    https://gyazo.com/f21c43242b291d0ccf61a16abf7e950c
    Possible to fix it?
    Everything else is perfect, thanks

  8. #233
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1460
    Join Date
    Apr 2007
    Posts
    751
    Thanks G/R
    183/834
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nysali View Post
    I've just asked this on Necronomicon's thread but i'll try my luck here too.

    Is it possible to make sure favorited pokemon don't get transfered? I have a few low CP pokemons that have good IVs and i would like to keep them. Is there a way to make the bot not transfer them as soon as a higher CP (but probably worse IVs) shows up? Giving the pokemon the star and making a check for favorites when you are about to grind some meat might do the trick no?

    Thanks for the bot and keep up the good work you guys are awesome.
    Code that utilizes IV hasn't been implemented yet no.

  9. #234
    yang112's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MAISTA23 View Post
    Wanna farm only Pidgeys, Weedles and Caterpies for maxing xp with lucky Egg? Use this:

    Code:
    <TransferType>leaveStrongest</TransferType> <!-- none/cp/leaveStrongest/duplicate/all -->
      <TransferCPThreshold>0</TransferCPThreshold> <!-- Transfer pokemon with CP less than this value if cp transfer type is selected -->
      <DoNotTransfer> <!-- These will not be transferred even when below the CP threshold -->
    	<PokemonId>Mewtwo</PokemonId>
    	<PokemonId>Mew</PokemonId>
    	<PokemonId>Mr. Mime</PokemonId>
    	<PokemonId>Weedle</PokemonId>
    	<PokemonId>Caterpie</PokemonId>
    	<PokemonId>Pidgey</PokemonId>
      </DoNotTransfer>
      <UnwantedPokemonTypes>
            <PokemonId>Bulbasaur</PokemonId>
    	<PokemonId>Ivysaur</PokemonId>
    	<PokemonId>Venusaur</PokemonId>
    	<PokemonId>Charmander</PokemonId>
    	<PokemonId>Charmeleon</PokemonId>
    	<PokemonId>Charizard</PokemonId>
    	<PokemonId>Squirtle</PokemonId>
    	<PokemonId>Wartortle</PokemonId>
    	<PokemonId>Blastoise</PokemonId>
    	<PokemonId>Metapod</PokemonId>
    	<PokemonId>Butterfree</PokemonId>
    	<PokemonId>Kakuna</PokemonId>
    	<PokemonId>Beedrill</PokemonId>
    	<PokemonId>Pidgeotto</PokemonId>
    	<PokemonId>Pidgeot</PokemonId>
    	<PokemonId>Rattata</PokemonId>
    	<PokemonId>Raticate</PokemonId>
    	<PokemonId>Spearow</PokemonId>
    	<PokemonId>Fearow</PokemonId>
    	<PokemonId>Ekans</PokemonId>
    	<PokemonId>Arbok</PokemonId>
    	<PokemonId>Pikachu</PokemonId>
    	<PokemonId>Raichu</PokemonId>
    	<PokemonId>Sandshrew</PokemonId>
    	<PokemonId>Sandlash</PokemonId>
    	<PokemonId>NidoranFemale</PokemonId>
    	<PokemonId>Nidorina</PokemonId>
    	<PokemonId>Nidoqueen</PokemonId>
    	<PokemonId>.NidoranMale</PokemonId>
    	<PokemonId>Nidorino</PokemonId>
    	<PokemonId>Nidoking</PokemonId>
    	<PokemonId>Clefairy</PokemonId>
    	<PokemonId>Clefable</PokemonId>
    	<PokemonId>Vulpix</PokemonId>
    	<PokemonId>Ninetales</PokemonId>
    	<PokemonId>Jigglypuff</PokemonId>
    	<PokemonId>Wigglytuff</PokemonId>
    	<PokemonId>Zubat</PokemonId>
    	<PokemonId>Golbat</PokemonId>
    	<PokemonId>Oddish</PokemonId>
    	<PokemonId>Gloom</PokemonId>
    	<PokemonId>Vileplume</PokemonId>
    	<PokemonId>Paras</PokemonId>
    	<PokemonId>Parasect</PokemonId>
    	<PokemonId>Venonat</PokemonId>
    	<PokemonId>Venomoth</PokemonId>
    	<PokemonId>Diglett</PokemonId>
    	<PokemonId>Dugtrio</PokemonId>
    	<PokemonId>Meowth</PokemonId>
    	<PokemonId>Persian</PokemonId>
    	<PokemonId>Psyduck</PokemonId>
    	<PokemonId>Golduck</PokemonId>
    	<PokemonId>Mankey</PokemonId>
    	<PokemonId>Primeape</PokemonId>
    	<PokemonId>Growlithe</PokemonId>
    	<PokemonId>Arcanine</PokemonId>
    	<PokemonId>Poliwag</PokemonId>
    	<PokemonId>Poliwhirl</PokemonId>
    	<PokemonId>Poliwrath</PokemonId>
    	<PokemonId>Abra</PokemonId>
    	<PokemonId>Kadabra</PokemonId>
    	<PokemonId>Alakhazam</PokemonId>
    	<PokemonId>Machop</PokemonId>
    	<PokemonId>Machoke</PokemonId>
    	<PokemonId>Machamp</PokemonId>
    	<PokemonId>Bellsprout</PokemonId>
    	<PokemonId>Weepinbell</PokemonId>
    	<PokemonId>Victreebell</PokemonId>
    	<PokemonId>Tentacool</PokemonId>
    	<PokemonId>Tentacruel</PokemonId>
    	<PokemonId>Geodude</PokemonId>
    	<PokemonId>Graveler</PokemonId>
    	<PokemonId>Golem</PokemonId>
    	<PokemonId>Ponyta</PokemonId>
    	<PokemonId>Rapidash</PokemonId>
    	<PokemonId>Slowpoke</PokemonId>
    	<PokemonId>Slowbro</PokemonId>
    	<PokemonId>Magnemite</PokemonId>
    	<PokemonId>Magneton</PokemonId>
    	<PokemonId>Doduo</PokemonId>
    	<PokemonId>Dodrio</PokemonId>
    	<PokemonId>Seel</PokemonId>
    	<PokemonId>Dewgong</PokemonId>
    	<PokemonId>Grimer</PokemonId>
    	<PokemonId>Muk</PokemonId>
    	<PokemonId>Shellder</PokemonId>
    	<PokemonId>Cloyster</PokemonId>
    	<PokemonId>Gastly</PokemonId>
    	<PokemonId>Haunter</PokemonId>
    	<PokemonId>Gengar</PokemonId>
    	<PokemonId>Onix</PokemonId>
    	<PokemonId>Drowzee</PokemonId>
    	<PokemonId>Hypno</PokemonId>
    	<PokemonId>Krabby</PokemonId>
    	<PokemonId>Kingler</PokemonId>
    	<PokemonId>Voltorb</PokemonId>
    	<PokemonId>Electrode</PokemonId>
    	<PokemonId>Exeggcute</PokemonId>
    	<PokemonId>Exeggutor</PokemonId>
    	<PokemonId>Cubone</PokemonId>
    	<PokemonId>Marowak</PokemonId>
    	<PokemonId>Hitmonlee</PokemonId>
    	<PokemonId>Hitmonchan</PokemonId>
    	<PokemonId>Lickitung</PokemonId>
    	<PokemonId>Koffing</PokemonId>
    	<PokemonId>Weezing</PokemonId>
    	<PokemonId>Rhyhorn</PokemonId>
    	<PokemonId>Rhydon</PokemonId>
    	<PokemonId>Chansey</PokemonId>
    	<PokemonId>Tangela</PokemonId>
    	<PokemonId>Kangaskhan</PokemonId>
    	<PokemonId>Horsea</PokemonId>
    	<PokemonId>Seadra</PokemonId>
    	<PokemonId>Goldeen</PokemonId>
    	<PokemonId>Seaking</PokemonId>
    	<PokemonId>Staryu</PokemonId>
    	<PokemonId>Starmie</PokemonId>
    	<PokemonId>Scyther</PokemonId>
    	<PokemonId>Jynx</PokemonId>
    	<PokemonId>Electabuzz</PokemonId>
    	<PokemonId>Magmar</PokemonId>
    	<PokemonId>Pinsir</PokemonId>
    	<PokemonId>Tauros</PokemonId>
    	<PokemonId>Magikarp</PokemonId>
    	<PokemonId>Gyarados</PokemonId>
    	<PokemonId>Lapras</PokemonId>
    	<PokemonId>Ditto</PokemonId>
    	<PokemonId>Eevee</PokemonId>
    	<PokemonId>Vaporeon</PokemonId>
    	<PokemonId>Jolteon</PokemonId>
    	<PokemonId>Flareon</PokemonId>
    	<PokemonId>Porygon</PokemonId>
    	<PokemonId>Omanyte</PokemonId>
    	<PokemonId>Omastar</PokemonId>
    	<PokemonId>Kabuto</PokemonId>
    	<PokemonId>Kabutops</PokemonId>
    	<PokemonId>Aerodactyl</PokemonId>
    	<PokemonId>Snorlax</PokemonId>
    	<PokemonId>Articuno</PokemonId>
    	<PokemonId>Zapdos</PokemonId>
    	<PokemonId>Moltres</PokemonId>
    	<PokemonId>Dratini</PokemonId>
    	<PokemonId>Dragonair</PokemonId>
    	<PokemonId>Dragonite</PokemonId>
      </UnwantedPokemonTypes>
    FIXED
    There's a typo NidoranMale as it has a period infront.
    But even that, this still didn't work after I copied that part of the script in as it couldn't load the settings.
    Is it going smoothly for you?

  10. #235
    Wazaki91's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by seagula View Post
    Mmm Wazaki Mine was restarting a lot on the version without the monster list that is in the config. But latest version seems okay maybe u have wrong one.
    I have the most recent version with the pokemon unwanted list
    It seems to stop randomly, restart for a few seconds and stop again
    "Unexpected stop? Restarting in 20 seconds."

  11. #236
    nodesu's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The game is going to die before it's released in all the countries if this keeps going on

  12. #237
    ghostory's Avatar Corporal
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking at the updates through a couple of people's GitHubs and it seems that Ferox has some sort of item recycling code.

    That might be the next best thing that this bot could use. Once you start getting at higher levels, you get more access to more items so chances are, your bag is going to fill up even quicker. Once max potions gets thrown in your game, you're going to have some inventory problems for sure.

    Ferox's github page: https://github.com/FeroxRev/Pokemon-...ster/README.md
    Last edited by ghostory; 07-21-2016 at 11:11 AM.

  13. #238
    VersaGER's Avatar Member
    Reputation
    8
    Join Date
    Jul 2010
    Posts
    125
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks so so so much! Really THANKS

  14. #239
    KefkaBot's Avatar Contributor CoreCoins Purchaser
    Reputation
    103
    Join Date
    Sep 2013
    Posts
    663
    Thanks G/R
    51/80
    Trade Feedback
    38 (95%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cvlol View Post
    Theoretically could we multibox with this bot? Anyone have any experience with this at all?
    Yes, it is fairly simple.

    Use the precompiled version. Copy the entire folder to another destination and rename it to whatever you like. (Repeat this depending on how many clients you want to multibox)

    Setup the config file for each folder accordingly.

    Then just open console.exe inside each folder.

  15. #240
    BT12345's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you!

Similar Threads

  1. [Release] MyGoBuddy Pokemon BOT/Sniper - Cross Platform - Machine Learning - Always Updated
    By MyGoBuddy in forum Pokemon GO Hacks|Cheats
    Replies: 49
    Last Post: 09-30-2016, 07:36 PM
  2. [Release] Maclone's Community Versions - Compiled, ready to go PokemonGo bots
    By maclone in forum Pokemon GO Hacks|Cheats
    Replies: 2519
    Last Post: 08-24-2016, 11:55 AM
  3. [REV2.0.1] [UPDATED!] Fishing Bot. Written by me =)
    By PopcornWoW in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 06-25-2008, 01:04 AM
  4. Tool to get all Fish/bots working for EU version users! [self-made]
    By -MadMax- in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 09-08-2006, 09:02 AM
  5. [WoW Bot] WoW Glider Full Version 0.6.8
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 39
    Last Post: 05-08-2006, 12:15 AM
All times are GMT -5. The time now is 01:56 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search