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

User Tag List

Page 1 of 168 1234551101 ... LastLast
Results 1 to 15 of 2520
  1. #1
    maclone's Avatar / Authenticator enabled
    Reputation
    2420
    Join Date
    Nov 2007
    Posts
    8,724
    Thanks G/R
    0/1029
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

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

    - 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 + Critical Error fix (2016-07-30)
    d-Haxton (GitHub)
    https://mega.nz/#!qN8yCS5B!Fzsf9kP2_...255FnUJ2rF6BjI

    Same as last version + Updated (2016-07-30)
    d-Haxton (GitHub)
    https://mega.nz/#!nE93RTzK!JE5k4Kkla...1SXPmX_iyskoHw

    Settings + Delay Fix (2016-07-29)
    d-Haxton (GitHub)
    https://mega.nz/#!iFNhkabI!SFN6AyWar...oEzvdqwdqEKzks

    Same as last version + InvalidResponse Fix (2016-07-29)
    Spegeli (GitHub)
    https://mega.nz/#!XJVkVQrb!a0Tgf7nlM...An2uOt4I-HQnQE

    Same as last version + Google Fix (2016-07-28)
    Spegeli (GitHub)
    Now requires Google username(email) and password because of a RocketAPI change. Do not use the Google refresh token.
    If you are getting NeedsBrowser or BadAuthentication you have 2-factor authentication enabled. This is currently not supported in RocketAPI.
    https://mega.nz/#!jZsjkK4Z!eV-ytBSJ0...IYLGTf58onBLRo

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

    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.
    Last edited by maclone; 07-30-2016 at 08:56 AM.

    Maclone's Community Versions - Compiled, ready to go PokemonGo bots
  2. Thanks andyt315, ShiroiHebi, providensia, hackerlol, ying, kiraen, HVS13, Kenneth, Neer, encor1, alhal, spodakek, json12, Reaes, GSHydra, gengster09, anditri, Notahax, k199, iverymes, DrogonNulled, Zexpeo, morfh, valderino, The_Imp, MightyYo, squee666, rido_knight, SpyX, xstyle69, lkjfds1, pepe2c, MrPunisher, Magni Shop, matisyahu, KrespoG, canii, Fadelol, Smitten, Eryx, dida1990, vanfsn, RenMidorii, Mew351, darkmaouli, bathara, xcaliburz, oabdullah, arjung, hoangmic, RXRickify, roche, wowschik, gDynami, xklip, TeoG, Nostalghia, cloudstrife007, HI5, fearless71, uncavayo, Xel, ALUBA, Miksu, iBareSh, JuanJ12, N/A, mkaaaaay, irdary, bronco531, zerospec0, laniba, Willy, elbarto220, felipe4334, katishan, starduzt, nightelf11, Dartex, SEED3733, Core-User, histachii, kratosita, Cloft, bottermagee, NetAnt, Omega1337, Voar, sekaikizoku, Dorfman, Shalitas, Disphotic, Tassadaru, Silencer4311, Stacked Deck, Shivam, SenS, Javsansan, francicampione, internizti21, Ginmarr, Lavillana, TwoJoints, goditszme, PlumberIgor, lastdark, Graffe_K, analallan123, Akbare, Dr Bumm, Schythe, Mich43, hikarihendri, RubyKurosawa, Lackey, schedoodles, Muhammad.R1, gippy, creedence, runbrun11, Phaceee, akarr, 1stTimeSeller, almasih, Kissankello, Aes, muratbaba, wbg, Wetop, websejr, GottaBotEmAll, ilovedigimon, Ket, jeoffery, Pr0tox, Phyrozard, KrabiG, grv, Nehltear, HarleyQuinn92, JuggerNuat, TheDoctor999, Kiritoflash, carlituxd, rkd26, Nou4r, mdsoul, Panzerundercover, zeratult6, snkpornman, Swekker, Bejer, PLika, kakmak, Baltheon, wieerwartet, x1313, ELDEST188, omear, Spencer Esquire, HeeHaaww, VeeJaymac, asgarden, tctvn, meemster123, lorags, morphorus, psuedonymous, WoolF911, shahar34, savefolla, zakfein, xanadus, hugos02, totorooney19, iZensho, Hansanity12, adekoplak, FcoFdz86, nips101, kvnsntosa, pupkor, sigitbangir, IChangedMyUsername, nashorlichbane, KiMcHiCN, hexenjagd, Envision, luiimortal, tango01961743, TitaniumWhite, whitecouklet, Vanquelin, stirp, slowmo1991, texmon, Zërklol, fleischi93, SimplisticOk, Talsadoum, SciTech, Smashalot, bhily, finland773, k2065183s, needsomeweed, nosnoop, psychoINA, BIGWHITECOCK, monkeybn111, Sheetka, Exystredofar, 33113509, Rubio21, HolySam1990, Suspence0, Sealice, nielskn, Subset, oOotrumso, ilusos, Nunpipat, d0duxdj, noaadew, atmos, Animal, Deathyaw, ElNinoRz, luketum, Ramdanih, p00psmith, mrbubbbles, AkiraDegawa, Hawaw, Mehzila, nerowei, sdgdfh, Zaphry, headfonez, Stevenious, Spielkontom, Arkayne, dakusuma, Sylenos, hankchinaski, ashdavinci, Harubi, kiloboyz, fadzly, Poolie, Avengi, whiplashmtb, msandikci, hahabynow, myntal, BigBudda87, j4ck455, bestofvutru, Axeon1g, g1g1g1g1, kirakamikaze, rohankc60, Grudez, 394925441, Skwach, baklaforever, Daraxcil, elad2654, pvtung01, infectious112, SliceOfLife1337, hexellion, PhyrePhoenix, Ghenghis, witul4r, chinsul, Civicsr2cool, dimonstrer, DiepKhac, [email protected], NestleLife, lycopersicon, bestblackhatforum (283 members gave Thanks to maclone for this useful post)
  3. #2
    kiraen's Avatar Member
    Reputation
    4
    Join Date
    Dec 2011
    Posts
    18
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome, will try it out.

    Thanks

  4. #3
    alhal's Avatar Member
    Reputation
    1
    Join Date
    Oct 2013
    Posts
    16
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    THANK YOU SO MUCH, the god right here!

  5. #4
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1445
    Join Date
    Apr 2007
    Posts
    749
    Thanks G/R
    176/828
    Trade Feedback
    5 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    A lot of great things will be accomplished here.

  6. Thanks roche (1 members gave Thanks to Neer for this useful post)
  7. #5
    spodakek's Avatar Contributor Authenticator enabled
    Reputation
    98
    Join Date
    Jul 2016
    Posts
    232
    Thanks G/R
    15/86
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If this is going to be where people find various community bots in their compiled and executable format this thread needs to be stickied Maclone!
    Last edited by spodakek; 07-22-2016 at 01:39 PM.
    Facing problems with your bot? Check out this thread for possible solutions:
    https://www.ownedcore.com/forums/pokemon-go/pokemon-go-hacks-cheats/564223-compilation-common-errors-solutionss.html

  8. Thanks roche (1 members gave Thanks to spodakek for this useful post)
  9. #6
    HunterHero's Avatar Legendary
    Reputation
    656
    Join Date
    Jun 2006
    Posts
    879
    Thanks G/R
    150/230
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This thread is gonna get flooded like the rest of them. Prepare Maclone And great work as always
    Last edited by HunterHero; 07-22-2016 at 01:39 PM.

  10. Thanks roche (1 members gave Thanks to HunterHero for this useful post)
  11. #7
    evagon's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    28
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Warning to everyone - it seems that there is sufficient speculation that Niantec has turned anti-cheats on. Bot/spoof with caution

    http://www.ownedcore.com/forums/poke...-turned-3.html (Fair Warning - The anticheat may have just been turned on)

    Rep'd OP

  12. #8
    b0Ni07's Avatar Sergeant Major
    Reputation
    19
    Join Date
    Jul 2016
    Posts
    184
    Thanks G/R
    7/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no transfer?

  13. #9
    providensia's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you finally someone made precompiled exe, appreciate it..

    btw, default settings is okay?

    how about eevee evolve? can choice beetween vaporeon, jolteon or flareon?

  14. #10
    json12's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trying this now. Thank you so much!

  15. #11
    Reaes's Avatar Contributor
    Reputation
    97
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    16/79
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    work transferred and evolve?

  16. #12
    GSHydra'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)
    Just a quick question: Will the bot automatically transfer EVERY pokemon below 1000CP (with the normal settings) or will it still keep the strongest one?

  17. #13
    Dim_57's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    6 km per hour (normal running of a human, I think)
    You think this is good? So I can evolve eggs and operate the robot 1 or 2 hours per day (for no visible evidence) to make it believe a normal human activity? (There is a log that tracks our activity so I think the developers of Pokemon Go will banish from there when they make the system)

  18. #14
    Mentax's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    35
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great one works like a Charme, one question: is it able to let the bot stand still? I Want to Farm the Minneapolis Spot for pidgeys

  19. Thanks Watcher (1 members gave Thanks to Mentax for this useful post)
  20. #15
    Vaxling's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    16
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should really add the transfer settings into the xml. And also true/false for evolving/transferring on/off.

  21. Thanks Smashalot (1 members gave Thanks to Vaxling for this useful post)
Page 1 of 168 1234551101 ... LastLast

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 12:39 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search