[UPDATED] Pokemon Bot in C# Community Version menu

Shout-Out

User Tag List

Page 23 of 229 FirstFirst ... 19202122232425262773123 ... LastLast
Results 331 to 345 of 3427
  1. #331
    Richardthepro's Avatar Member
    Reputation
    3
    Join Date
    Mar 2013
    Posts
    26
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hutigh View Post
    If i log with my phone can i see anywhere is i got softban ?
    Softbaned player are no longer able to catch Pokémon, collect items from PokéStops and couldn't battle or claim a gym

    [UPDATED] Pokemon Bot in C# Community Version
  2. #332
    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)
    Originally Posted by KefkaBot View Post
    If it's crashing after you copied the token over it means you copied it wrong. Make sure you're getting the '1/' part of the token as well and no spaces or anything.

    It should look like this in your config file:

    <GoogleRefreshToken>1/eGsdjke235klfsajk_dfasjkf43</GoogleRefreshToken>

    Exactly how I did it but it doesn't work. I copied it no spaces just as you quoted. Tried 5 different times.

  3. #333
    Vitriolize's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just run duplicate in settings and it'll keep the highest of each, never gonna be full...

  4. #334
    galal2900's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its work fine with me but when i check the acc i dont find any pokemons or anything what the problem here??
    why no1 answer my question??

  5. #335
    Anthony Reid's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes, it scans through your inventory to clean up.

  6. #336
    FeenixGoodies's Avatar Member

    Reputation
    3
    Join Date
    Mar 2015
    Posts
    36
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok guys.

    Does anyone know configuration to keep all pokemons - 1 of each (strongest), and rest are transfered, while Pidgey, Weedle and Caterpie are always kept (dont transfer ever) ?



    Would this work?

    <TransferType>leaveStrongest</TransferType>
    <DoNotTransfer>
    <PokemonId>Pidgey</PokemonId>
    <PokemonId>Weedle</PokemonId>
    <PokemonId>Caterpie</PokemonId>
    </DoNotTransfer>

    <UnwantedPokemonTypes>
    </UnwantedPokemonTypes>

    This means, it leaves all strongest pokemon of each (delete weak duplicates) while do not transfering pidgey, weedle and caterpie?
    Last edited by FeenixGoodies; 07-21-2016 at 12:18 PM.

  7. #337
    Vitriolize's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zerospec0 View Post
    Exactly how I did it but it doesn't work. I copied it no spaces just as you quoted. Tried 5 different times.
    Are you putting in the one he said or your own? do your settings leave token blank, run bot, itll give you a code after you do the auth, ctrl highlight, copy and paste it into settings. Then restart the .exe

  8. #338
    GreamDesu's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Neer, is there any possibility to change the list of pokemons?

  9. #339
    rowxs's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    160
    Thanks G/R
    35/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to make the duplicate setting allow me to keep 5 of each pokemon the highest 1,2,3,4,5 cp pokemons.... and throw the lowest cps?

  10. #340
    Vitriolize's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FeenixGoodies View Post
    Ok guys.

    Does anyone know configuration to keep all pokemons - 1 of each (strongest), and rest are transfered, while Pidgey, Weedle and Caterpie are always kept (dont transfer ever) ?
    Duplicate, then add those to the list of don't transfer?

  11. #341
    Corgano'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)
    I can't get it to start, it keeps crashing immiedietly
    Code:
    Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
       at PokemonGo.RocketAPI.Login.PtcLogin.<GetAccessToken>d__0.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at PokemonGo.RocketAPI.Client.<DoPtcLogin>d__11.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at PokemonGo.RocketAPI.Console.Program.<Execute>d__5.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
       at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
    Running windows 10 64 bit
    Logging in with Ptc login creds that I have checked and know are right

    help?

  12. #342
    tester030's Avatar Member
    Reputation
    4
    Join Date
    Feb 2009
    Posts
    24
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I understand the bot teleports. Does it teleport around the starting location or random to any place? I don't want to end -up to another country...

    Google tokens for how long they last? Few hours/days?

  13. #343
    mkaaaaay's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FeenixGoodies View Post
    Ok guys.

    Does anyone know configuration to keep all pokemons - 1 of each (strongest), and rest are transfered, while Pidgey, Weedle and Caterpie are always kept (dont transfer ever) ?
    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>Weedle</PokemonId>
    	<PokemonId>Caterpie</PokemonId>
    	<PokemonId>Pidgey</PokemonId>
      </DoNotTransfer>
      <UnwantedPokemonTypes>
            <PokemonId>Bulbasaur</PokemonId>
    	<PokemonId>Ivysaur</PokemonId>
    	<PokemonId>Venusaur</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>
    Charmander and Mr. Mimes are not on the list, I always get an Error if I add them... don't know why
    <PokemonId>Mr. Mime</PokemonId>
    <PokemonId>Charmander</PokemonId>
    Last edited by mkaaaaay; 07-21-2016 at 12:21 PM.

  14. #344
    hutigh's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Richardthepro View Post
    Softbaned player are no longer able to catch Pokémon, collect items from PokéStops and couldn't battle or claim a gym
    wow i just logged in with my phone and i saw that i lost my 20 pokeballs by using this bot.
    And i didnt not catch any pokemon...

    Is the soft ban make you lost your pokeballs ?

  15. #345
    augarten's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    43
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know how to DISCARD all items (Pots/Revives/Berrys) and only keep 50 balls of each?

    Thats the reason why all pokemons got away...
    Last edited by augarten; 07-21-2016 at 12:22 PM.

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 03:23 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