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

User Tag List

Page 12 of 168 FirstFirst ... 891011121314151662112 ... LastLast
Results 166 to 180 of 2520
  1. #166
    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)
    Hey its working like a charm on my computer
    Win 7, all ms stuff is installed

    Just wanted to say thank you for this great work.

    And i got one question, had it in mind as i started watching the bot;
    is it possible to get your bot as an APP for android?


    edit:
    ok got some more question, i checked the other versions to compare them. just saw some other stuff in the user.xml.

    is it possible to get more settings we can work with?
    can i set a radius from my position?
    should i set this <DefaultAltitude>10</DefaultAltitude> for my starting position or does this doesnt care?
    is it possible to set login only for ptc? saw some stuff in the user.xml but dont know how to login with ptc, he always take google.
    Last edited by wowschik; 07-22-2016 at 11:44 PM.

    Maclone's Community Versions - Compiled, ready to go PokemonGo bots
  2. #167
    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 dida1990 View Post
    That is why he is saying "thanks"
    oops.. i misunderstood it .

  3. #168
    xklip's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working really good! though I have noticed one very odd thing, it seems to catch very very few pokemon, like It'll go 5-10 mins without catching a single thing. I set the walking distance to 10km to better simulate actual human walking so idk if that's why, but I chose the Minneapolis spot (with the 6 pokespots) so I assumed it would be catching a lot..but it doesn't seem to? maybe put it to central park instead? or is something else wrong?

  4. #169
    Roteak's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you OP, appreciate it broh.

    Originally Posted by Recoiled View Post
    Improved batch code for multiple processes running:

    @echo off
    :start
    wmic process where ExecutablePath='C:\\Users\\Admin\\Desktop\\PokeGoBot\\PokemonGo.RocketAPI.Consol e.exe' delete
    start PokemonGo.RocketAPI.Console.exe
    timeout /T 1800 /nobreak > NUL
    goto start
    Question about your code: I have multiple folders/copies of the bot so I can run multiple bots at once. Do I only need to create one batch file for one folder or one for each folder? Not sure how your code is supposed to start all PokemonGo.Rocket.API.Console.exe's

    Unless there is a way of running multiple processes / accounts from the same executable...?

  5. #170
    ying's Avatar Member
    Reputation
    2
    Join Date
    Jun 2008
    Posts
    3
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Roteak View Post
    Thank you OP, appreciate it broh.



    Question about your code: I have multiple folders/copies of the bot so I can run multiple bots at once. Do I only need to create one batch file for one folder or one for each folder? Not sure how your code is supposed to start all PokemonGo.Rocket.API.Console.exe's

    Unless there is a way of running multiple processes / accounts from the same executable...?
    You have to create one batch file for each folder and they have to be in the folders. You'll want to change the location in the script to match where the exe are.

    @echo off
    :start
    wmic process where ExecutablePath='C:\\Users\\Admin\\Desktop\\PokeGoBot2\\PokemonGo.RocketAPI.Conso le.exe' delete
    start PokemonGo.RocketAPI.Console.exe
    timeout /T 1800 /nobreak > NUL
    goto start
    Last edited by ying; 07-22-2016 at 11:28 PM.

  6. Thanks Roteak (1 members gave Thanks to ying for this useful post)
  7. #171
    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 ying View Post
    You have to create one batch file for each folder and they have to be in the folders. You'll want to change the location of the in the script to match where the exe are.

    @echo off
    :start
    wmic process where ExecutablePath='C:\\Users\\Admin\\Desktop\\PokeGoBot2\\PokemonGo.RocketAPI.Conso le.exe' delete
    start PokemonGo.RocketAPI.Console.exe
    timeout /T 1800 /nobreak > NUL
    goto start
    hey!! i have a doubt! why we need multiple processes? for two accounts?
    Last edited by roche; 07-22-2016 at 11:28 PM.

  8. #172
    Roteak's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah okay thank you.

  9. #173
    Roteak's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know OP isn't taking request but would anyone here happen to know how to make the bot only keep 90%+ IV Perfection Pokemon and transfer all others...? As of now I have only gotten it to keep one of each Pokemon + 90%+ IV Perfection Pokemon. However, this is confusing as I don't know which Pokemon are 90%+ IV Perfection.

  10. #174
    GolemTheDarkBeing's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm still sitting at player level 22 spam...Whats the deal?

  11. #175
    HVS13's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ying View Post
    You have to create one batch file for each folder and they have to be in the folders. You'll want to change the location in the script to match where the exe are.

    @echo off
    :start
    wmic process where ExecutablePath='C:\\Users\\Admin\\Desktop\\PokeGoBot2\\PokemonGo.RocketAPI.Conso le.exe' delete
    start PokemonGo.RocketAPI.Console.exe
    timeout /T 1800 /nobreak > NUL
    goto start
    Why there is space on wmic process where ExecutablePath='C:\\Users\\Admin\\Desktop\\PokeGoBot2\\PokemonGo.RocketAPI.Conso le.exe' delete ?
    Is it typo or is it a must?

  12. #176
    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 HVS13 View Post
    Why there is space on wmic process where ExecutablePath='C:\\Users\\Admin\\Desktop\\PokeGoBot2\\PokemonGo.RocketAPI.Conso le.exe' delete ?
    Is it typo or is it a must?
    its a typo, if u copy paste it here in the reply options he automatically making a space there

  13. #177
    CheeseJeez's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I stop it asking for me to visit https://www.google.com/device every time it resets using the bat? It is annoying having to manually input it.

  14. #178
    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 wowschik View Post
    Hey its working like a charm on my computer
    Win 7, all ms stuff is installed

    Just wanted to say thank you for this great work.

    And i got one question, had it in mind as i started watching the bot;
    is it possible to get your bot as an APP for android?


    edit:
    ok got some more question, i checked the other versions to compare them. just saw some other stuff in the user.xml.

    is it possible to get more settings we can work with?
    can i set a radius from my position?
    should i set this <DefaultAltitude>10</DefaultAltitude> for my starting position or does this doesnt care?
    is it possible to set login only for ptc? saw some stuff in the user.xml but dont know how to login with ptc, he always take google.
    you have to change this in the first line for always choosing ptc login

    <AuthType>Ptc</AuthType> <!-- Google/Ptc -->

  15. Thanks wowschik (1 members gave Thanks to roche for this useful post)
  16. #179
    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 CheeseJeez View Post
    How do I stop it asking for me to visit https://www.google.com/device every time it resets using the bat? It is annoying having to manually input it.
    i think there is no other way to do that.
    Last edited by roche; 07-22-2016 at 11:58 PM.

  17. #180
    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 roche View Post
    you have to change this in the first line for always choosing ptc login

    <AuthType>Ptc</AuthType> <!-- Google/Ptc -->
    ok thx
    is it possible to run one instance with google account and one instance with ptc together at the same time?


    edit:
    is it possible to set no evolve just sending them away if double and lower cp?
    Last edited by wowschik; 07-22-2016 at 11:51 PM.

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 11:12 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