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

User Tag List

Page 15 of 168 FirstFirst ... 11121314151617181965115 ... LastLast
Results 211 to 225 of 2520
  1. #211
    wowschik's Avatar Active Member
    Reputation
    28
    Join Date
    Apr 2009
    Posts
    41
    Thanks G/R
    11/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok, one last question, do we need with the new version the batch file?
    or does it now run more than 30 minutes because of the saved google token?

    edit:
    @roche your inbox is full, i cant sent you messages
    im running now without the batchfile for 30minutes and test it if we still need it or not.

    maybe it would make sense to still run it if the bot crashes or something that u know that always a new window after 30 min will appear.
    e.g for ppl who want to bot more hours without being at there computer
    Last edited by wowschik; 07-23-2016 at 01:34 AM.

    Maclone's Community Versions - Compiled, ready to go PokemonGo bots
  2. Thanks roche (1 members gave Thanks to wowschik for this useful post)
  3. #212
    senseirain's Avatar Member
    Reputation
    2
    Join Date
    Jun 2016
    Posts
    142
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this bot has auto-restart feature?

  4. #213
    wowschik's Avatar Active Member
    Reputation
    28
    Join Date
    Apr 2009
    Posts
    41
    Thanks G/R
    11/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by senseirain View Post
    Does this bot has auto-restart feature?
    im testing it now.
    if not u can use a batch file to get the bot restarted
    the last 30min with the new bot runs perfectly.

    check this post for a how to with the batch file (Maclone's Community Versions - Compiled, ready to go PokemonGo bots), or just wait another 30min till i checked the auto start feature or better said if it need a autostart because of the entered google token
    Last edited by wowschik; 07-23-2016 at 01:41 AM.

  5. #214
    PrestigiousClouds's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a question.

    I have <KeepMinCP>370</KeepMinCP> active, will it keep literally everything CP 370+ or do I still have to add every name I want to save in <PokemonsNotToTransfer>?

  6. #215
    senseirain's Avatar Member
    Reputation
    2
    Join Date
    Jun 2016
    Posts
    142
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wowschik View Post
    im testing it now.
    if not u can use a batch file to get the bot restarted
    the last 30min with the new bot runs perfectly.

    check this post for a how to with the batch file (Maclone's Community Versions - Compiled, ready to go PokemonGo bots), or just wait another 30min till i checked the auto start feature or better said if it need a autostart because of the entered google token
    I don't have the codes for the autorestart bat file tho,.. I was previously running a bot with auto-restart feature,..

  7. #216
    Dilirious88'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)
    never mind found my answer
    Last edited by Dilirious88; 07-23-2016 at 01:48 AM.

  8. #217
    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)
    @maclone . Is there anyone kind enough to Compile one for us all? with user.xml would be great , or just upload the debug zip and we will edit the settings. I really want the latest update by Sen66(it lets you use rasperries , yes its finally here) that is on github. Please anyone?

    https://github.com/DetectiveSquirrel...-Go-Rocket-API

  9. #218
    senseirain's Avatar Member
    Reputation
    2
    Join Date
    Jun 2016
    Posts
    142
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh it has a auto-restart feature,.. /gg

  10. #219
    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)
    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.

    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 (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.
    great work maclone

  11. #220
    wowschik's Avatar Active Member
    Reputation
    28
    Join Date
    Apr 2009
    Posts
    41
    Thanks G/R
    11/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by senseirain View Post
    Does this bot has auto-restart feature?
    yes, had now 30min running it restart itself

  12. #221
    aufarihs's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can we not to visit pokestop?
    only just to catch pokemon?
    or prefer catch pokemon than visip pokestop?
    any setting?
    thankks

  13. #222
    PrestigiousClouds's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To anyone that is having issues with not catching as much Pokemon as the other bots did.

    Keep this in mind - http://www.ownedcore.com/forums/poke...en-turned.html (Fair Warning - The anticheat may have just been turned on)

    I've only been running this for about 10 minutes, but it appears to be significantly more human like than previous bots. Considering the fact that they may have added an anti-cheat, this is a very good thing.

  14. #223
    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)
    Originally Posted by PrestigiousClouds View Post
    I have a question.

    I have <KeepMinCP>370</KeepMinCP> active, will it keep literally everything CP 370+ or do I still have to add every name I want to save in <PokemonsNotToTransfer>?
    it keeps every pokemon above 370+ cp and all the pokemns below it will be transferred.

    IN THAT CASE
    IF there are two pokemons of same kind which are above 370+ cp, they will no be transferred,which will result in duplicates.

  15. #224
    ontix's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The latest version of the program does not transfer

  16. #225
    PrestigiousClouds's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by roche View Post
    it keeps every pokemon above 370+ cp and all the pokemns below it will be transferred.

    IN THAT CASE
    IF there are two pokemons of same kind which are above 370+ cp, they will no be transferred,which will result in duplicates.
    Thank you!


    Originally Posted by ontix View Post
    The latest version of the program does not transfer
    Can confirm.

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 06:48 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