[UPDATED] Pokemon Bot in C# Community Version menu

User Tag List

Page 77 of 229 FirstFirst ... 27737475767778798081127177 ... LastLast
Results 1,141 to 1,155 of 3427
  1. #1141
    Silencedt's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    81
    Thanks G/R
    8/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spodakek View Post
    The synchronization doesn't take place immediately, and you're recommended to not login while the bot is running just in-case the GPS rubberbands and warrant you a soft-ban.
    Just let the bot do its job, login a few hours later and everything will be there.

    LoL. Have there been banreports for using this yet?

    [UPDATED] Pokemon Bot in C# Community Version
  2. #1142
    ashdgadg's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to compile github? i want the latest features

  3. #1143
    Shikki'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)
    Stupid question, is there a reason why my bot isn't picking up Magikarps? It's like avoiding them hardcore. :c, EVERYTHING ELSE HOWEVER is working perfectly

  4. #1144
    Elfenbein's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey there.

    Actually I already copied something out of commandslines / consoles. But for some reason I cannot copy the Google Auth Key.
    It won't mark it, instead just starting to transfer the pokeman.

    Any advices?

    Also - thanks for all the work and quick replies. Honestly.

  5. #1145
    NaeDM's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay, when I'm near water, let's say [UPDATED] Pokemon Bot in C# Community Version-xqzb59s-png I get "unexpected stop?" error all the time.
    If I move 2Km further from the sea there is no problem.

    edit:

    also the bot could scan for your teams gyms and put a pokemon if there is a free slot, so it can farm the daily bonus too
    Last edited by NaeDM; 07-22-2016 at 02:12 AM. Reason: idea

  6. #1146
    sirwin89's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I fix this? DoNotTransfer not working.



  7. #1147
    lukiboss's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okey i made something stupid - now i got account where pokebag is full but i need to "catch first pokemon" [squirtle/charm/bulb] so i cant do this cuz my bag is full...
    What can i do to make bot firstly transfer some of the pokemons?

  8. #1148
    crack00r's Avatar Member
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  9. #1149
    mirakool's Avatar Member
    Reputation
    2
    Join Date
    Nov 2013
    Posts
    18
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sirwin89 View Post
    How do I fix this? DoNotTransfer not working.


    Did you check to make sure you put it in the white list and not the black list?

  10. #1150
    fearless71's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    22
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    every pokemons run away ?? how to fix it

  11. #1151
    enhancer's Avatar Member
    Reputation
    4
    Join Date
    Oct 2011
    Posts
    30
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sirwin89 View Post
    How do I fix this? DoNotTransfer not working.


    Can I see the line of your configuration ? Maybe I can help you ( hide your username / pwd )
    You're lvl 20+ ?

  12. #1152
    enhancer's Avatar Member
    Reputation
    4
    Join Date
    Oct 2011
    Posts
    30
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fearless71 View Post
    every pokemons run away ?? how to fix it
    Do you still get XP from the pokestop ? If yes, check if your pokemon bag isn't full (250/250) and if you still have pokeball

  13. #1153
    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)
    Originally Posted by mirakool View Post
    Has the IV feature been tested yet? Is do not transfer favorites working yet, and is there a way to transfer all pokemon below a certain CP, AND keep all with IVs 80% or better?
    This. There is code already there in regard of IVs but im not sure if its working already...

    /u/Dainzz posted this at this sub-reddit: https://www.reddit.com/r/pokemongode...y_open_source/

    private async Task TransferDuplicatePokemon(bool keepPokemonsThatCanEvolve = false)
    {
    var duplicatePokemons = await _inventory.GetDuplicatePokemonToTransfer(keepPokemonsThatCanEvolve);

    foreach (var duplicatePokemon in duplicatePokemons)
    {
    int iv = duplicatePokemon.IndividualAttack + duplicatePokemon.IndividualDefense + duplicatePokemon.IndividualStamina;
    double ivPercentage = iv / 45;
    if (ivPercentage < 80)
    {
    var transfer = await _client.TransferPokemon(duplicatePokemon.Id);
    Logger.Write($"Transfer {duplicatePokemon.PokemonId} with {duplicatePokemon.Cp} CP", LogLevel.Info);
    await Task.Delay(500);
    }
    }
    }
    Can we get something going with it?

  14. #1154
    Silch HD's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    25
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Btw, i recoment microsoft remote desktop. Lets you keep things in check even from phone. Using it for both bot and to get locations of nearby pokemons

    Originally Posted by sirwin89 View Post
    How do I fix this? DoNotTransfer not working.


    2k? What level are you, m8?
    Last edited by Silch HD; 07-22-2016 at 02:28 AM.

  15. #1155
    gautam62's Avatar Sergeant
    Reputation
    11
    Join Date
    Jul 2016
    Posts
    43
    Thanks G/R
    0/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just a question : Can this bot find gyms nearby every hour or so and place strongest pokemon if space is empty? or can it fight it way up to increase gym prestige and then place the pokemon?

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 10:15 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