[UPDATED] Pokemon Bot in C# Community Version menu

User Tag List

Page 125 of 229 FirstFirst ... 2575121122123124125126127128129175225 ... LastLast
Results 1,861 to 1,875 of 3427
  1. #1861
    axewfious's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    52
    Thanks G/R
    4/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get Access_Tokens (that start with ya29.) instead of Refresh_Tokens (which start with 1/) on one account of mine. The Access_Token only lasts about one hour, and I cannot get a Refresh One. Anyone else having the same problem?

    [UPDATED] Pokemon Bot in C# Community Version
  2. #1862
    encor1's Avatar Active Member
    Reputation
    46
    Join Date
    Jun 2012
    Posts
    274
    Thanks G/R
    6/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by axewfious View Post
    I get Access_Tokens (that start with ya29.) instead of Refresh_Tokens (which start with 1/) on one account of mine. The Access_Token only lasts about one hour, and I cannot get a Refresh One. Anyone else having the same problem?
    Me and others also reported to have this problem, unfortunately noone knew how to fix it. When i use necronomicon bot it DOES give me the refresh token that start with 1/... weird issue

  3. #1863
    tctAkiro's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    12
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by axewfious View Post
    I get Access_Tokens (that start with ya29.) instead of Refresh_Tokens (which start with 1/) on one account of mine. The Access_Token only lasts about one hour, and I cannot get a Refresh One. Anyone else having the same problem?
    Yes I have exactly the same problem, so right now I'm behind my computer so I'm getting another token when needed but it's boring

  4. #1864
    axewfious's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    52
    Thanks G/R
    4/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by encor1 View Post
    Me and others also reported to have this problem, unfortunately noone knew how to fix it. When i use necronomicon bot it DOES give me the refresh token that start with 1/... weird issue
    It started with the newest Github Build. Something might've changed :/

  5. #1865
    axewfious's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    52
    Thanks G/R
    4/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tctAkiro View Post
    Yes I have exactly the same problem, so right now I'm behind my computer so I'm getting another token when needed but it's boring
    Originally Posted by encor1 View Post
    Me and others also reported to have this problem, unfortunately noone knew how to fix it. When i use necronomicon bot it DOES give me the refresh token that start with 1/... weird issue
    Found a fix. Get the Token using the compiled .exe from this thread, then after copying it, paste it in App.Config of the newest one and youre good to go )

  6. Thanks tctAkiro (1 members gave Thanks to axewfious for this useful post)
  7. #1866
    encor1's Avatar Active Member
    Reputation
    46
    Join Date
    Jun 2012
    Posts
    274
    Thanks G/R
    6/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by axewfious View Post
    It started with the newest Github Build. Something might've changed :/
    i know is not optimal, but u could download necronomicons bot, get the token and use it on this one...

    https://github.com/NecronomiconCoding/Pokemon-Go-Bot

  8. Thanks tctAkiro (1 members gave Thanks to encor1 for this useful post)
  9. #1867
    husec's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    45
    Thanks G/R
    19/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So how does the leaveStrongest option work?

    If i set my <DoNotTransfer> to include say Starmie and i have two Starmie one at 600 and the other 700 will it save both of them or delete the 600?

    If i put pokemon on the <UnwantedPokemonTypes> i assume it will delete them no matter the CP?

  10. #1868
    XradEr's Avatar Sergeant
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    60
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    XP gain from pokestops but all pokemon run away. .

  11. #1869
    killerfromsky's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    4/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by krappa321 View Post
    To be able to run this 24/7 we need to be able to discard potions and be able to use all ball types, eventually it will lock up/run out of pokeballs overnight. A feature like this would be most helpful! Also thank you for your work!
    Yes an option to only visit pokestops when out of pokeballs would be nice imo!

  12. #1870
    husec's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    45
    Thanks G/R
    19/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dreambar.wi View Post
    Change the following in Logic.cs
    Code:
            private async Task TransferDuplicatePokemon()
            {
                var duplicatePokemons = await _inventory.GetDuplicatePokemonToTransfer();
    
                foreach (var duplicatePokemon in duplicatePokemons)
                {
                    var transfer = await _client.TransferPokemon(duplicatePokemon.Id);
                    Logger.Write($"Transfer {duplicatePokemon.PokemonId} with {duplicatePokemon.Cp} CP", LogLevel.Info);
                    await Task.Delay(300);
                }
            }
    Change is in bold. You can change the 600 value to whatever you want it to be
    Code:
            private async Task TransferDuplicatePokemon()
            {
                var duplicatePokemons = await _inventory.GetDuplicatePokemonToTransfer();
    
                foreach (var duplicatePokemon in duplicatePokemons)
                {
                    if (duplicatePokemon.Cp > 600)
                    {
                        continue; // will skip since cp is over 600
                    }
                    var transfer = await _client.TransferPokemon(duplicatePokemon.Id);
                    Logger.Write($"Transfer {duplicatePokemon.PokemonId} with {duplicatePokemon.Cp} CP", LogLevel.Info);
                    await Task.Delay(300);
                }
            }
    I have the un compiled version now but i cannot find this line. Could you tell me where to find it?

    thank you

  13. #1871
    tctAkiro's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    12
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by axewfious View Post
    Found a fix. Get the Token using the compiled .exe from this thread, then after copying it, paste it in App.Config of the newest one and youre good to go )
    Originally Posted by encor1 View Post
    i know is not optimal, but u could download necronomicons bot, get the token and use it on this one...

    https://github.com/NecronomiconCoding/Pokemon-Go-Bot
    Thanks you both =)
    I only tried axewfious's solution, but I'm sure encor1's one is working too

  14. Thanks encor1 (1 members gave Thanks to tctAkiro for this useful post)
  15. #1872
    arkapara's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    is there a possibility to keep the best 3 or 4 pokemon instead of only the best @ using "duplicate"? :-(

  16. #1873
    killerfromsky's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    4/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I hope Necro's fork will get an update supporting:
    - Max radius from Original coords, or reset to Original coords after x minutes (0 for never)
    - Only visit pokestops if pokeballs > 10, but still catch pokemon on list


    *edit*
    Necro's fork got removed from github for me? False alarm it seems
    Last edited by killerfromsky; 07-22-2016 at 08:56 PM.

  17. #1874
    encor1's Avatar Active Member
    Reputation
    46
    Join Date
    Jun 2012
    Posts
    274
    Thanks G/R
    6/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by arkapara View Post
    is there a possibility to keep the best 3 or 4 pokemon instead of only the best @ using "duplicate"? :-(
    The best option would be to use CP, instead of duplicate, and just set the CP valor to whatever u consider best to keep

  18. #1875
    oabdullah's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to make the bot transfer the duplicate that is lower CP? Thanks

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 11:00 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