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

User Tag List

Page 37 of 168 FirstFirst ... 33343536373839404187137 ... LastLast
Results 541 to 555 of 2520
  1. #541
    SEED3733's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sometimes it say this : Failed: Voltorb. EvolvePokemonOutProto.Result was FailedPokemonMissing, stopping evolving Voltorb

    Why ?

    Maclone's Community Versions - Compiled, ready to go PokemonGo bots
  2. #542
    DigiZ's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    17
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What's the farming spot? I only get like 40k/hr at Stockholm walking speed 100km

  3. #543
    ILY4500's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes is exactly correct. it keep on repeating this

    [20:27:55] Your Account:

    [20:27:55] Name:
    [20:27:55] Team: Red
    [20:27:55] Level: 21 (LvLUp in ∞hours | 58405/75000 XP)
    [20:27:55] Stardust: 101480
    [20:27:55] ----------------------------
    [20:27:55] ====== DisplayHighestsCP ======
    [20:27:55] # CP 1203/1301 | (48.59% perfect) | Lvl 19 NAME: 'Clefable'
    [20:27:55] # CP 1099/1145 | (72.13% perfect) | Lvl 16 NAME: 'Poliwrath'
    [20:27:55] # CP 1094/1152 | (69.10% perfect) | Lvl 21 NAME: 'Golbat'
    [20:27:55] # CP 1043/1100 | (66.75% perfect) | Lvl 17 NAME: 'Magmar'
    [20:27:55] # CP 944/1042 | (42.30% perfect) | Lvl 19 NAME: 'Golbat'
    [20:27:55] ====== DisplayHighestsPerfect ======
    [20:27:55] # CP 216/ 221 | (93.71% perfect) | Lvl 17 NAME: 'Diglett'
    [20:27:55] # CP 212/ 218 | (89.00% perfect) | Lvl 9 NAME: 'Doduo'
    [20:27:55] # CP 376/ 387 | (88.10% perfect) | Lvl 17 NAME: 'Sandshrew'
    [20:27:55] # CP 145/ 149 | (87.28% perfect) | Lvl 5 NAME: 'Psyduck'
    [20:27:55] # CP 418/ 430 | (87.15% perfect) | Lvl 14 NAME: 'Eevee'
    [20:27:55] ----------------------------
    [20:27:56] (INFO) Export all Pokemon to \Export\PokeList.csv
    [20:27:56] Found 0 pokestops

  4. #544
    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 DigiZ View Post
    What's the farming spot? I only get like 40k/hr at Stockholm walking speed 100km
    100 km/h? lol, have fun with the bann.

  5. #545
    roche's Avatar Sergeant
    Reputation
    6
    Join Date
    Jul 2016
    Posts
    41
    Thanks G/R
    16/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyon else getting error about user xml file?

  6. #546
    trick2gg's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    72
    Thanks G/R
    8/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by maclone View Post
    - Information
    A lot of PokemonGo bots around require to download someones GitHub repository, have Visual Studio installed, manual editing of code to change settings and need then to be compiled before they can be used.
    I did all of that for you already.

    I take the most known and widely used bot repositories, compile down an user friendly version for download and instant use.
    The code and repository used is completely credit to the owner and will be noted in the credits for each download.

    As time goes on and more bots get released, I will update this thread with new releases.

    What you will find in my versions:
    • Clean codebase downloaded directly from the creator's repository
    • User-friendly way of changing bot settings in form of an easy to edit "user.xml" file
    • Fixes and small improvements requested by people


    I will not add new features beyond the fixes and small improvements, this task is up to the repository owner.

    - Usage
    1. Once you have chosen and downloaded a bot, unzip it to a folder.
    2. Edit the "user.xml" you will find in that folder with your settings.
    3. Ready to go, just run the bot.


    - Editing the user.xml
    The user.xml is a standard XML document and follows XML formatting rules.
    It is easy to edit, just open it with any text editor and follow along the lines of how the file looks.
    Settings set by default are given by the bot creator for their bot. Look through them and check if you agree with them.

    In some places in the user.xml you find lists. For example the following list:
    Code:
      <PokemonsNotToCatch> <!-- Pokemons to not catch, leave empty to catch all pokemon -->
        <PokemonId>Rattata</PokemonId>
        <PokemonId>Pidgey</PokemonId>
      </PokemonsNotToCatch>
    You can add or remove list entries in between the XML tags. To have an empty list, just delete all entries, but keep the tags. An empty list looks like this:
    Code:
      <PokemonsNotToCatch> <!-- Pokemons to not catch, leave empty to catch all pokemon -->
      </PokemonsNotToCatch>
    If you have any problems or questions, search around in this thread. Maybe someone has already found a solution to your problem.
    If there is no solution yet, just be the first one to ask your question.

    There are also guides and tutorials from other members to be found here in this thread about how to make your bot even better.
    Like this one: Post by wowschik (Maclone's Community Versions - Compiled, ready to go PokemonGo bots)
    But remember that bots can be different. Make sure to check if your bot can benefit from the guide you are looking at.

    - Downloads
    Versions in bold are the recommended versions.

    No Version Check + Location Fix + Egg Crash Fix + Origin Fix (2016-07-24)
    Spegeli (GitHub)
    https://mega.nz/#!6AFBjLzT!eiMk8R3Gb...ykPWl5ii4w8kDU

    No Version Check + Location Fix + Egg Crash Fix ("Specified cast is not valid. from Google.Protobuf") (2016-07-24)
    Spegeli (GitHub)
    https://mega.nz/#!TI9HxBZB!CIn34s4Ms...PXqG9c22byJxHM

    No Version Check + Location Fix (2016-07-23)
    NecronomiconCoding (GitHub)
    https://mega.nz/#!yA9XwJwJ!zBD8wyi7c...ZJkEjxtE_Rpejo

    Evolve fix + Catch Pokemon while walking to the next location
    Based on the last version of FeroxRev's bot, including walking to locations.
    https://mega.nz/#!qJkBHIba!pmc7ndQwY...s7JsPO5xRwME7A

    Evolve fix
    Based on the last version of FeroxRev's bot, including walking to locations.
    https://mega.nz/#!6AUFxRob!8I_dlXyTD...QZJq907pKDFIJs

    Pokecolor 1.0
    DetectiveSquirrel (GitHub)
    https://mega.nz/#!7Fl3lY6T!aNcRsls2q...XRgaWq8nRoVqmA

    -
    Have fun.
    why all walking now

  7. #547
    ne0bis's Avatar Active Member
    Reputation
    25
    Join Date
    Jan 2012
    Posts
    119
    Thanks G/R
    11/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by poketstop View Post
    Version Check + Location Fix + Egg Crash Fix + Origin Fix (2016-07-24)
    Perfect with Catch Evolve before transfer
    No it is not...

    From my log...

    [12:55:36] Venonat (CP 488 | 89,30 % perfect) | (Best: 532 CP | 78,30 % perfect)
    [12:55:00] Zubat (CP 273 | 36,96 % perfect) | (Best: 403 CP | 83,87 % perfect)
    [12:55:00] Name: xxx location in 99,62 m distance
    [12:55:00] Distance to target location: 99,62 meters. Will take 7,17 seconds!
    [12:55:00] Found 1 catchable Pokemon
    [12:55:00] (CatchSuccess) | Spearow Lvl 3 (CP 45/51 | 60,00 % perfect) | Chance: 0,92 | 93m dist | with ITEM_POKE_BALL and received XP 210
    [12:55:47] We are within 40 meters of the target. Speeding down to 10 km/h to not pass the target.
    [12:55:48] XP: 50 Gems: 0 Eggs: No Items: 1 x ItemPokeBall, 1 x ItemRazzBerry, 1 x ItemRevive
    [12:55:49] 3 Items:
    [12:55:52] 1x ItemUltraBall
    [12:55:52] 2x ItemPotion
    [12:55:52] 1x ItemRevive
    [12:55:58] Pidgey (CP 43 | 47,16 % perfect) | (Best: 407 CP | 67,48 % perfect)
    [12:55:48] Venonat (CP 488 | 89,30 % perfect) | (Best: 532 CP | 78,30 % perfect)
    Last edited by ne0bis; 07-24-2016 at 08:13 AM.

  8. #548
    Sophi's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi what does this mean https://i.imgur.com/m8OoRAR.png
    0.96H does that mean 96 hours??? 0_0

  9. #549
    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 Sophi View Post
    Hi what does this mean https://i.imgur.com/m8OoRAR.png
    0.96H does that mean 96 hours??? 0_0
    0.96*60=~58min

  10. #550
    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)
    is the spegeli transferring IV fixed or should I keep using Necro

  11. #551
    letun9's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    22
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is from my log:
    [19:55:37] We are within 40 meters of the target. Speeding down to 10 km/h to not pass the target.
    [19:55:41] XP: 50 Gems: 0 Eggs: No Items: 1 x ItemPotion, 2 x ItemPokeBall
    [19:55:42] Rattata (CP 206 | 40.48 % perfect) | (Best: 331 CP | 68.11 % perfect)
    [19:55:43] Name: David Wilkinson Pavilion in 78.87 m distance
    [19:55:43] Distance to target location: 78.87 meters. Will take 5.68 seconds!
    [19:55:47] We are within 40 meters of the target. Speeding down to 10 km/h to not pass the target.
    [20:18:19] XP: 50 Gems: 0 Eggs: No Items: 1 x ItemGreatBall, 1 x ItemPokeBall, 1 x ItemSuperPotion
    [20:19:13] Found 2 catchable Pokemon
    [20:19:17] (CatchSuccess) | Pidgey Lvl 22 (CP 347/427 | 30.00 % perfect) | Chance: 0.31 | 22m dist | with ITEM_POKE_BALL and received XP 210

    From 19:55 to 20:19 it's do nothing, I must press a key from keyboard then it's continue. Please help

  12. Thanks Shahfahad (1 members gave Thanks to letun9 for this useful post)
  13. #552
    pandaman's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2006
    Posts
    219
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've followed the Visual Studio instructions word for word, and the coordinates are not working properly at all.

    A latitude of 51.53114 becomes = 0.00372494048672107

    The pre-compiled versions work fine though... but I am hoping to use the Spegali bot with the IV fix

    Edit - I fixed this in the end, should have scrolled further as LastCoords.ini from folder PokemonGo.RocketAPI.Console\bin\Debug\Configs needed deleting
    Last edited by pandaman; 07-24-2016 at 09:15 AM.

  14. Thanks Shahfahad (1 members gave Thanks to pandaman for this useful post)
  15. #553
    Jesper6's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    47
    Thanks G/R
    1/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys how do I set range with this?

  16. Thanks Shahfahad (1 members gave Thanks to Jesper6 for this useful post)
  17. #554
    Omega1337's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jul 2016
    Posts
    101
    Thanks G/R
    4/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This fking Spageli bot just deleted 100% Eevee, 98% Magikarp and other 5 Pokemon over 95%.

    I have set KeepIV to 95. Why is he still transfering them?

    Edit:

    TRANSFERED
    #;NAME;CP;PERFECTION
    127;Pinsir;667;100,00
    133;Eevee;338;100,00
    129;Magikarp;82;98,80
    129;Magikarp;156;98,80
    69;Bellsprout;381;98,02
    101;Electrode;653;95,51
    Last edited by Omega1337; 07-24-2016 at 09:03 AM.

  18. Thanks Shahfahad (1 members gave Thanks to Omega1337 for this useful post)
  19. #555
    pandaman's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2006
    Posts
    219
    Thanks G/R
    0/3
    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.
    Is there no way for an auto-transfer list?

    I want the bot to keep as many 90% Pokemon as it wants, but auto dump the trash... If I enable KeepMinDuplicatePokemon = 5 or something, it keeps 5 rubbish Pokemons until it gets more and dumps the worst.

    Unless I am mistaken here - can anyone confirm if having KeepMinDuplicatePokemon set to 1 will mean it'll keep duplicates if they are over the set CP or IV? This is how I assume it will work ...
    Last edited by pandaman; 07-24-2016 at 09:19 AM.

  20. Thanks Shahfahad (1 members gave Thanks to pandaman for this useful post)

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:04 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