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

Shout-Out

User Tag List

Page 21 of 168 FirstFirst ... 17181920212223242571121 ... LastLast
Results 301 to 315 of 2520
  1. #301
    mefistophel'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)
    Originally Posted by RandomUser01 View Post
    The Ptc login doesn't work for me for all of those bots (tried different accounts already) while it works perfectly fine on an older version of ferox's bot. Does anyone know why? Based on what I've I should've set it up correctly.
    Same for me. PTC not working after bot restart

    Maclone's Community Versions - Compiled, ready to go PokemonGo bots
  2. #302
    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)
    Originally Posted by enhancer View Post
    Same problem, maybe we can try with <WalkingSpeedInKilometerPerHour>0</WalkingSpeedInKilometerPerHour> ?
    There is a pull request in Necro's bot github for this. Seems to be working great!

  3. #303
    yoroichizetzal's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @echo off
    :start
    wmic process where ExecutablePath='C:\\Users\\Rizki\\Desktop\\pogo 221 - Copy\\PokemonGo.RocketAPI.Console.exe' delete
    start PokemonGo.RocketAPI.Console.exe
    timeout /T 1800 /nobreak > NUL
    goto start


    always getting error, can somebody help me ?

  4. #304
    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)
    Can anyone experienced compare this bot with the others since this is my first bot and he seem to be kind of slow (XP per minute). Ty.

  5. #305
    Razorbacktrack's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Abnormal use of berries with NecronomiconCoding's version. It uses berries also for a 30 cp pokemon

  6. #306
    Ksajimato's Avatar Member
    Reputation
    4
    Join Date
    May 2011
    Posts
    33
    Thanks G/R
    4/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Omega1337 View Post
    Can anyone experienced compare this bot with the others since this is my first bot and he seem to be kind of slow (XP per minute). Ty.
    This one more "humanlike" i think, so its all about safety. If you want to farm 20 pokemons in second, and 30 pokestops as you go - play with settings.

  7. #307
    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)
    [18:33:22] (CAUGHT) Snorlax (1491 CP) Chance: 0 | 4m distance CatchError | with ITEM_UNKNOWN
    why it show distance catch error and with unknown item?? anyone can explain?? thx

  8. #308
    armageddonx911's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    27
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wowschik View Post



    Bot Instruction - Maclone's Community Versions
    HOW TO



    • download the new bot
    • u get a google device code, a browser window should open
    • put the google device key there
    • now u get your token at the cmd window
    • dont close the application
    • u can check log.txt in the bot folder to copy the token, if u dont have log.txt, try to start the bot first, it start to generate the file at first start when it starts to write a log, sounds simple 8-)
    • paste the token in the user.xml
    • should be looking like this <GoogleRefreshToken>x/1234567890xxx12yy34yy56yy78yy90xyxyxyxyxy</GoogleRefreshToken>
    • just restart the bot and test if u have to put again the google device key or if u get instant login
    • if u dont want to evolve the pokemon just add <!-- at start of the line, --> at the end of the line
    • example:

    Code:
    <PokemonsToEvolve> <!-- Pokemon to evolve, leave empty to disable evolving pokemon -->
        <!-- <PokemonId>Rattata</PokemonId>
        <PokemonId>Spearow</PokemonId> -->
    </PokemonsToEvolve>

    • Optional
    • create a batch file, rightclick somewhere, i prefer bot folder, new textdocument, copy paste the code below and set your path right, exit the textfile, safe it, with the end .bat, if u need to edit it just rightclick on the file and select edit(no need anymore, bot has auto restart feature itself, maybe it would be nice if the bot crashes and you are not at your computer it will reboot the bot automatically every 30 minutes, u can change this value if u need

    Code:
    @echo off 
    :start 
    wmic process where ExecutablePath='C:\\path\\path\\path\\PokemonGo.RocketAPI.Console.exe' delete
    start PokemonGo.RocketAPI.Console.exe 
    timeout /T 1800 /nobreak > NUL 
    goto start
    • start the batch
    • u can also set the time in the bat file to 60s and test your whole bot.



    • voila, have fun



    Im getting "ERROR:
    Description = Invalid query"

    Also it opens up another window instead of of closing the first one.
    Is this normal?

  9. #309
    KappaClaus's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Omega1337 View Post
    This bot is great but isn't he slow? Not much XP per minute from my point of view.
    Get the latest PokeColor bot from DetectiveSquirel. You have to compile it yourself but it's not that hard. I was 100% noob too like you, i just read instructions and anything that wasn't explained 100% i googled it.

    After that I even edited some of the code (im not a programmer, never even tried as a hobby) by using Ctrl+f to find the word "delay" in the code. So I found the delay that it does between pokestops. I changed it from 15000 (miliseconds, in other words 15 seconds) to 7000. So about 2 times faster.

    Now this bot does 42k exp per hour, 15000 stardust per hour. Using this 24 hours a day, you can reach lvl 40 in 20 days with 0 lucky eggs or evolutions, and with 6.2 million stardust. And the crazy part? It's free. You just gotta compile it yourself which takes around 3 hours of reading/googling to solve issues if you are 100% noob like me.

  10. #310
    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 armageddonx911 View Post
    Im getting "ERROR:
    Description = Invalid query"

    Also it opens up another window instead of of closing the first one.
    Is this normal?
    u start the bot and u get this error?
    maybe u can link a screenshot of the error, because i dont know when the error appears etc.
    Last edited by wowschik; 07-23-2016 at 06:49 AM.

  11. #311
    armageddonx911's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    27
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wowschik View Post
    u start the bot and u get this error?
    The bot cmd window is fine , it just does not kill the process , it keeps opening other console windows.

    On the .bat cmd window it shows that error.

    I tried using TASKKILL /F /IM in bat file after timeout /T 1800 /nobreak > NUL

    But it does not kill the process , any help?

  12. #312
    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)
    Why do I get an error when I try to delete for pudgy and rattata?

  13. #313
    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)
    Originally Posted by KappaClaus View Post
    Get the latest PokeColor bot from DetectiveSquirel. You have to compile it yourself but it's not that hard. I was 100% noob too like you, i just read instructions and anything that wasn't explained 100% i googled it.

    After that I even edited some of the code (im not a programmer, never even tried as a hobby) by using Ctrl+f to find the word "delay" in the code. So I found the delay that it does between pokestops. I changed it from 15000 (miliseconds, in other words 15 seconds) to 7000. So about 2 times faster.

    Now this bot does 42k exp per hour, 15000 stardust per hour. Using this 24 hours a day, you can reach lvl 40 in 20 days with 0 lucky eggs or evolutions, and with 6.2 million stardust. And the crazy part? It's free. You just gotta compile it yourself which takes around 3 hours of reading/googling to solve issues if you are 100% noob like me.
    where is delay code u changed? i

  14. #314
    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)
    He grabs the Pokemon that I will not.
    How to do ?

    <?xml version="1.0" encoding="utf-16"?>
    <UserSettingsXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <AuthType>Google</AuthType> <!-- Google/Ptc -->
    <DefaultLatitude></DefaultLatitude>
    <DefaultLongitude></DefaultLongitude>
    <DefaultAltitude>10</DefaultAltitude>
    <GoogleRefreshToken></GoogleRefreshToken>
    <PtcPassword>pw</PtcPassword>
    <PtcUsername>username</PtcUsername>
    <WalkingSpeedInKilometerPerHour>8</WalkingSpeedInKilometerPerHour>
    <PokemonsNotToCatch> <!-- Pokemons to not catch, leave empty to catch all pokemon -->
    <PokemonId>Rattata</PokemonId>
    <PokemonId>Spearow</PokemonId>
    <PokemonId>Ekans</PokemonId>
    <PokemonId>Pikachu</PokemonId>
    <PokemonId>Sandshrew</PokemonId>
    <PokemonId>Clefable</PokemonId>
    <PokemonId>Vulpix</PokemonId>
    <PokemonId>Jigglypuff</PokemonId>
    <PokemonId>Zubat</PokemonId>
    <PokemonId>Paras</PokemonId>
    <PokemonId>Venonat</PokemonId>
    <PokemonId>Diglett</PokemonId>
    <PokemonId>Meowth</PokemonId>
    <PokemonId>Psyduck</PokemonId>
    <PokemonId>Mankey</PokemonId>
    <PokemonId>Growlithe</PokemonId>
    <PokemonId>Tentacool</PokemonId>
    <PokemonId>Ponyta</PokemonId>
    <PokemonId>Slowpoke</PokemonId>
    <PokemonId>Magnemite</PokemonId>
    <PokemonId>Doduo</PokemonId>
    <PokemonId>Seel</PokemonId>
    <PokemonId>Grimer</PokemonId>
    <PokemonId>Shellder</PokemonId>
    <PokemonId>Drowzee</PokemonId>
    <PokemonId>Krabby</PokemonId>
    <PokemonId>Voltorb</PokemonId>
    <PokemonId>Exeggcute</PokemonId>
    <PokemonId>Cubone</PokemonId>
    <PokemonId>Koffing</PokemonId>
    <PokemonId>Rhyhorn</PokemonId>
    <PokemonId>Horsea</PokemonId>
    <PokemonId>Goldeen</PokemonId>
    <PokemonId>Staryu</PokemonId>
    <PokemonId>Omanyte</PokemonId>
    <PokemonId>Kabuto</PokemonId>
    </PokemonsNotToCatch>
    </UserSettingsXml>

  15. #315
    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 armageddonx911 View Post
    The bot cmd window is fine , it just does not kill the process , it keeps opening other console windows.

    On the .bat cmd window it shows that error.

    I tried using TASKKILL /F /IM in bat file after timeout /T 1800 /nobreak > NUL

    But it does not kill the process , any help?
    if the batch dont work, its ok, u dont need it anymore. im running now 3 bots since the new one released and it works perfect.
    the batch file was only for reconnect, but its now a feature of the bot.

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 07:15 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