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

Shout-Out

User Tag List

Page 74 of 168 FirstFirst ... 24707172737475767778124 ... LastLast
Results 1,096 to 1,110 of 2520
  1. #1096
    x1313'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)
    Helo, can someone help me, I get this error :

    Initializing Rocket logger @ 7/27/2016 6:43:20 AM...
    [06:43:20] Make sure Lat & Lng is right. Exit Program if not! Lat: -6.227xxxx Lng: 106.79xxxx
    [06:43:20] Script will continue in 5 seconds!
    [06:43:25] Logging in via: Ptc
    [06:43:28] Error reading JObject from JsonReader. Path '', line 0, position 0. from Newtonsoft.Json
    I'm testing the last version + Better Transfer + QuickSpin Unban /

    Maclone's Community Versions - Compiled, ready to go PokemonGo bots
  2. #1097
    omear's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    1/0
    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.

    Same as last version + Better Transfer + QuickSpin Unban (2016-07-27)
    Spegeli (GitHub)
    https://mega.nz/#!HRkwyDIR!PSXs1o5ce...HDWqWSUd8szBYY

    Same as last version + Short Delay + Name in title fix + Spam Fix + PrioIVFix (2016-07-26)
    Spegeli (GitHub)
    https://mega.nz/#!XZNFEDiT!-iSXvCSlQ...3kJc3kR7Kjv9Fs

    No Version Check + Location Fix + Egg Crash Fix + Origin Fix + Prioritize IV over CP + Use Lucky Eggs (2016-07-25)
    Spegeli (GitHub)
    https://mega.nz/#!eA1SWBYD!zrQ_6ByrV...auREi_UkoOWt7I

    No Version Check + Location Fix + Egg Crash Fix + Origin Fix + Prioritize IV over CP (2016-07-24)
    Spegeli (GitHub)
    https://mega.nz/#!WJUhBKIJ!0Q54SjuGj...ETrPBWfYv_3OaM

    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.
    can u share your source code Spegeli source code not using user.xml
    please thank you...

  3. #1098
    LKnightO's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The bots transferring even when the IV is over 85%. Any fixes?

  4. #1099
    s3xynkillin'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)
    How to set the max range? If I set my default coordinates and I don't want it to go beyond lets say 50 miles or 50 km how can I set that?

  5. #1100
    kkookk's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to save google account in user,xml
    when I reopen exe then need to input device code again?

  6. #1101
    andylu90'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)
    Originally Posted by maclone View Post
    New version: Same as last version + Better Transfer + QuickSpin Unban (2016-07-27)

    Now got <ExclusiveTransferMin> and <AllowQuickSpinUnban> in settings.
    ExclusiveTransferMin:
    If true, it will work like the previous version of checking either KeepMinCP or KeepMinIVPercentage.
    If false, it will now keep pokemon that are above KeepMinCP or KeepMinIVPercentage.
    Default false.
    The bot will keep 100% IV Pokemon regardless of settings.

    AllowQuickSpinUnban:
    If true, the bot will attempt to automatically unban if it detects a softban.
    If false, not.
    Default true.
    just tried the new version, but i set false to the <ExclusiveTransferMin>
    and i set 1500 for the KeepMinCP and 90 for the KeepMinIVPercentage.

    the bot transfered my 1800 cp vaporeon and 91.39% perfect goldeen, the logs a below.

    [01:42:20] Vaporeon (CP 1821 | 88.51 % perfect) | (Best: 1435 CP | 93.38 % perfect)
    [01:42:20] Vaporeon (CP 1662 | 88.11 % perfect) | (Best: 1435 CP | 93.38 % perfect)
    [01:42:21] Vaporeon (CP 1867 | 76.21 % perfect) | (Best: 1435 CP | 93.38 % perfect)
    [01:42:32] Goldeen (CP 297 | 91.39 % perfect) | (Best: 711 CP | 96.88 % perfect)

    i am confused, all i want is to keep all pokemon cp above 1500 and/or perfection above 90%, the a pokemon meet one of the requirement, i would like to keep it.

  7. #1102
    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)
    Originally Posted by fiter View Post
    sorry guys but im not very good as english is not my language;

    <ExclusiveTransferMin>

    how his work? Please explain in details Thanks a lot.
    Simply says, it is mechanism of 'and' or 'or'. If you set it 'true', It means consider both MinCP and IV value. Therefore, If you catch 85% Dratini but CP is 800, It will transfer.
    On the other hand, If you set it 'False', The bot consider only one option. So above example, The Dratini would be safe.

  8. #1103
    Zarmortiz's Avatar Sergeant
    Reputation
    6
    Join Date
    Sep 2013
    Posts
    44
    Thanks G/R
    5/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can u provide a link to the program ur using?

  9. #1104
    a100900900's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can add hatch egg ?

  10. #1105
    Highst's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    How to set the max range? If I set my default coordinates and I don't want it to go beyond lets say 50 miles or 50 km how can I set that?
    Also , how to set it for a specific lure spot so it can farm pokemons only in that particular spot.

  11. #1106
    Jaypey'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)
    anybody can explain what function
    <DefaultAltitude>10</DefaultAltitude>
    when i change higher or lower ?

  12. #1107
    Greggatron's Avatar Member
    Reputation
    15
    Join Date
    Apr 2014
    Posts
    26
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyway to tie the commands to a map to see my bot moving around like so?
    https://hackadaycom.files.wordpress....ani2.gif?w=800

  13. #1108
    mennas_side'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)
    @maclones first i want to thank you for this compilation. last i want to ask how far did you set this bot setting to roam? 1KM? and how if i want to change it? like make it to 5 KM? or more?
    or maybe someone could help me. thanks

  14. #1109
    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 oh why doesnt spegeli's bot have a maxium radius :'(

  15. #1110
    hajmus's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    35
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Unban spin works good. Im now @ eu from US. 10 seconds = unban

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