Maclone's Community Versions - Compiled, ready to go PokemonGo bots menu

User Tag List

Page 34 of 168 FirstFirst ... 30313233343536373884134 ... LastLast
Results 496 to 510 of 2520
  1. #496
    wiruso's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I downloaded the latest version from github, but no settings "googletoken" and the program does not device code
    Maclone's Community Versions - Compiled, ready to go PokemonGo bots-2f3oskv-jpg

    log file
    Code:
    Initializing Rocket logger @ 24.07.2016 15:36:58...
    [15:36:58] Missing "\Configs\Coords.ini", using default settings for coordinates and create a new one...
    [15:36:58] Awesome! You have already got the newest version! 2016.7.24.282
    [15:36:58] Make sure Lat & Lng is right. Exit Program if not! Lat: 54,9848405732437 Lng: 73,3704405593342
    [15:36:58] Script will continue in 15 seconds!
    [15:37:03] Script will continue in 10 seconds!
    [15:37:08] Script will continue in 5 seconds!
    [15:37:13] Logging in via: Google
    [15:37:15] Google Device Code copied to clipboard

    Maclone's Community Versions - Compiled, ready to go PokemonGo bots
  2. #497
    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)
    Why did you go with spegeli's over necro's bot?

  3. #498
    Spegeli86's Avatar Contributor
    Reputation
    91
    Join Date
    Jul 2016
    Posts
    54
    Thanks G/R
    0/71
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MakingPaint View Post
    Ah nice. I'll try your version then. It seems that the other bots were prioritizing Cp over IV. Why is that? Is CP better for some reason? I can see why it would make a difference for a huge level difference, but other than that...
    I would prefer IV because when you power up them, you get a much more better pokemon as a pokemon with the same CP but bader perfection^^

    Originally Posted by wiruso View Post
    I downloaded the latest version from github, but no settings "googletoken" and the program does not device code
    Maclone's Community Versions - Compiled, ready to go PokemonGo bots-2f3oskv-jpg

    log file
    Code:
    Initializing Rocket logger @ 24.07.2016 15:36:58...
    [15:36:58] Missing "\Configs\Coords.ini", using default settings for coordinates and create a new one...
    [15:36:58] Awesome! You have already got the newest version! 2016.7.24.282
    [15:36:58] Make sure Lat & Lng is right. Exit Program if not! Lat: 54,9848405732437 Lng: 73,3704405593342
    [15:36:58] Script will continue in 15 seconds!
    [15:37:03] Script will continue in 10 seconds!
    [15:37:08] Script will continue in 5 seconds!
    [15:37:13] Logging in via: Google
    [15:37:15] Google Device Code copied to clipboard
    you device token should be in your clipboard and a website with the google auth field should be open automatic.
    after you grant access, the refresh token will be automatic stored in Configs\Auth.ini
    Last edited by Spegeli86; 07-24-2016 at 05:01 AM.

  4. Thanks wiruso (1 members gave Thanks to Spegeli86 for this useful post)
  5. #499
    wiruso's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Spegeli86 View Post
    I would prefer IV because when you power up them, you get a much more better pokemon as a pokemon with the same CP but bader perfection^^



    you device token should be in your clipboard and a website with the google auth field should be open automatic.
    after you grant access, the refresh token will be automatic stored in Configs\Auth.ini
    Thanks, I'm stupid, programm wrote: "Google Device Code copied to clipboard"

  6. #500
    Roteak's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Spegeli86 View Post
    My last Version (on Github) includes a MaxTravelDistance Option which is configurable via the UserSettings.
    The Default Lat & Lng values are the center point from where he start calculation. If he goes far away then the MaxTravelDistance there is a Logic to move back to the Start Point.

    And with the lateste release there is a new option called: PrioritizeIVOverCP.
    For Transfer the Bot SHOULD currently to the following:
    Select all Pokemon which are not marked as gym or favorite and with CP < KeepMinCP
    Then check for Pokemons on the NoTransfer List
    Then check for prioritizeIVoverCP, its enabled it will sort it by IV, otherwise by CP.
    And then keep X amount you set via KeepMinDuplicatePokemon.

    KeepMinIVPercentage = 95
    KeepMinCP = 5000
    TransferDuplicatePokemon = True
    KeepMinDupPokemon = 0
    PrioritizeIvOverCP = True

    Will this config transfer all Pokemon except 95% IV? That's what I'm attempting to do.

  7. #501
    blogz222's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Spegeil86,

    Any chance for two additional options ?

    1) To keep always all pokemon above X IV (to evolve them yourself in order to check their moves/special actions). This is what previous versions were doing. I was surprised to see all of my 90%+ IV's Magikarps and Evees go
    2) To move all the settings to external XML, instead of hardcoding them (similarly to what maclone does)

    I think the community would highly appreciate it as your bot is really good.

  8. #502
    Roteak's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by killerfromsky View Post
    Why did you go with spegeli's over necro's bot?
    I think currently Spegs version is more updated and more features, not sure though.

  9. #503
    Punch3r's Avatar Member
    Reputation
    4
    Join Date
    Mar 2014
    Posts
    58
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Roteak View Post
    KeepMinIVPercentage = 95
    KeepMinCP = 5000
    TransferDuplicatePokemon = True
    KeepMinDupPokemon = 0
    PrioritizeIvOverCP = True

    Will this config transfer all Pokemon except 95% IV? That's what I'm attempting to do.
    wtf, I dont even have like 10 pokemon over 90 IV and not a single one over 2.4k CP. What is your setup on pokemon? If I sort out everything under 95% then I would be left with 5 pokemon and those are randoms and 2 first evolutions.

  10. #504
    hoangtuan12345's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Spegeli86 View Post
    I would prefer IV because when you power up them, you get a much more better pokemon as a pokemon with the same CP but bader perfection^^



    you device token should be in your clipboard and a website with the google auth field should be open automatic.
    after you grant access, the refresh token will be automatic stored in Configs\Auth.ini
    Hi,

    I think you should change priority of Min_IV_percent and Min_CP, it will help user have many options to choose.
    Code:
    if(percent < Min_IV_percent)
    {
        if(transfer_all_pokemon_with_percent_less_than_Min_IV_percent) //available input in setting
        {
            transfer.
        }
        else
        {
            check_Min_dupplicate.
        }
    }
    else
    {
        if(CP < Min_CP)
        {
            if(you_want_to_keep_pokemon_with_percent_greater_than_Min_IV_percent) //available input in setting
            {
                do_not_transfer.
            }
            else
            {
                transfer.
            }
        }
        else
        {
            Keep.
        }
    }
    Thanks
    Tuan Nguyen

  11. #505
    wisblur'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)
    If I change to <KeepMinDuplicatePokemon>2</KeepMinDuplicatePokemon>, will it keep 2 of each pokemon and transfer the 3rd and beyond?

  12. #506
    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)
    Does the latest version support max radius?

  13. #507
    KrespoG's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    178
    Join Date
    Nov 2009
    Posts
    299
    Thanks G/R
    24/58
    Trade Feedback
    27 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where are NotTo options in new version of necro's bot/spegeli's?

  14. #508
    J3nk4r's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Spegeli86 View Post
    My last Version (on Github) includes a MaxTravelDistance Option which is configurable via the UserSettings.
    The Default Lat & Lng values are the center point from where he start calculation. If he goes far away then the MaxTravelDistance there is a Logic to move back to the Start Point.

    And with the lateste release there is a new option called: PrioritizeIVOverCP.
    For Transfer the Bot SHOULD currently to the following:
    Select all Pokemon which are not marked as gym or favorite and with CP < KeepMinCP
    Then check for Pokemons on the NoTransfer List
    Then check for prioritizeIVoverCP, its enabled it will sort it by IV, otherwise by CP.
    And then keep X amount you set via KeepMinDuplicatePokemon.
    just got the updated one but cant see anywhere the maxtraveldistance option :/

  15. #509
    NetAnt's Avatar Sergeant
    Reputation
    11
    Join Date
    Jul 2016
    Posts
    49
    Thanks G/R
    12/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wisblur View Post
    If I change to <KeepMinDuplicatePokemon>2</KeepMinDuplicatePokemon>, will it keep 2 of each pokemon and transfer the 3rd and beyond?
    yes ,

    keep 2 of them regardless CP or IV

  16. Thanks Silencer4311 (1 members gave Thanks to NetAnt for this useful post)
  17. #510
    kansaienkou's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys, I'm botting 3 accounts, and after I start bot one more account, the first client was crashed. Is there any limitation of number of bot client?

Similar Threads

  1. [Release] [UPDATED] Pokemon Bot in C# Community Version
    By Neer in forum Pokemon GO Hacks|Cheats
    Replies: 3426
    Last Post: 08-01-2016, 06:30 AM
  2. [How-To] Google Auto Login in C# Community Version
    By dv999 in forum Pokemon GO Hacks|Cheats
    Replies: 18
    Last Post: 07-21-2016, 10:42 PM
  3. [Selling] BNET Acc with 5 Battlechests - Ready to Multibox or BOT - CHEAP! + 10 days free!
    By creedence in forum WoW-US Account Buy Sell Trade
    Replies: 0
    Last Post: 12-02-2014, 07:49 AM
  4. [INFO] Compilation of Math for your bot
    By Musah in forum WoW Memory Editing
    Replies: 26
    Last Post: 09-30-2011, 12:57 PM
  5. 2.4 "Wrong game version" Solutions! Pack'd and ready to go!
    By [F]ear in forum World of Warcraft Guides
    Replies: 6
    Last Post: 03-26-2008, 09:04 AM
All times are GMT -5. The time now is 01:37 AM. 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