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

User Tag List

Page 13 of 168 FirstFirst ... 9101112131415161763113 ... LastLast
Results 181 to 195 of 2520
  1. #181
    caboose01's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so i have 4 accounts, 3 of them are level 19 and 1 of them is level 20. They cant seem to level up anymore from the script? whats the deal?

    Maclone's Community Versions - Compiled, ready to go PokemonGo bots
  2. #182
    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)
    [QUOTE=wowschik;3469596]ok thx
    is it possible to run one instance with google account and one instance with ptc together at the same time?


    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
    ya it is possible.use that bat file.

    Originally Posted by wowschik View Post
    is it possible to set no evolve just sending them away if double and lower cp?
    are you asking about transferring them?
    Last edited by roche; 07-23-2016 at 12:00 AM.

  3. #183
    AlexMiller's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    34
    Thanks G/R
    11/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys! Also using the refresh token the bot crashed every 30 minutes, giving me this error: "Exception: PokemonGo.RocketAPI.Exceptions.InvalidResponseException: Generata eccezione di tipo 'PokemonGo.RocketAPI.Exceptions.InvalidResponseException'. in PokemonGo.RocketAPI.Extensions.HttpClientExtensions.<PostProtoPayload>d__0`2.Mov eNext()
    --- Fine traccia dello stack da posizione precedente dove è stata generata l'eccezione ---
    in System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    in System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    in PokemonGo.RocketAPI.Client.<GetInventory>d__41.MoveNext()"

    so I want to use the script reported on this thread but it give me this error when I start the script, "Error: Description = Query not valid"

    this is the script:

    @echo off
    :start
    wmic process where ExecutablePath='C:\Users\Public\vorshim92.3@oldbot\PokemonGo.RocketAPI.Console.e xe' delete
    start PokemonGo.RocketAPI.Console.exe
    timeout /T 120 /nobreak > NUL
    goto start

    thanks

  4. #184
    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 AlexMiller View Post
    Hi guys! Also using the refresh token the bot crashed every 30 minutes, giving me this error: "Exception: PokemonGo.RocketAPI.Exceptions.InvalidResponseException: Generata eccezione di tipo 'PokemonGo.RocketAPI.Exceptions.InvalidResponseException'. in PokemonGo.RocketAPI.Extensions.HttpClientExtensions.<PostProtoPayload>d__0`2.Mov eNext()
    --- Fine traccia dello stack da posizione precedente dove è stata generata l'eccezione ---
    in System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    in System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    in PokemonGo.RocketAPI.Client.<GetInventory>d__41.MoveNext()"

    so I want to use the script reported on this thread but it give me this error when I start the script, "Error: Description = Query not valid"

    this is the script:

    @echo off
    :start
    wmic process where ExecutablePath='C:\Users\Public\vorshim92.3@oldbot\PokemonGo.RocketAPI.Console.e xe' delete
    start PokemonGo.RocketAPI.Console.exe
    timeout /T 120 /nobreak > NUL
    goto start

    thanks
    @echo off
    :start
    wmic process where ExecutablePath='C:\\Users\\Public\\vorshim92.3@oldbot\\PokemonGo.RocketAPI.Console.exe' delete
    start PokemonGo.RocketAPI.Console.exe
    timeout /T 120 /nobreak > NUL
    goto start

    Make it like that

  5. #185
    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)
    [QUOTE=roche;3469609]
    Originally Posted by wowschik View Post
    ok thx
    is it possible to run one instance with google account and one instance with ptc together at the same time?
    ya it is possible.use that bat file.
    are you asking about transferring them?
    yeah transfering, didnt remember the english word for.
    i would like just to transfer the pokem not to evolve them.
    or is it better to evolve them instantly? i dont know, thought its better to get high lvl, then higher pokemon and then evolve the highest u want/have

  6. #186
    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
    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?
    Originally Posted by HVS13 View Post
    @echo off
    :start
    wmic process where ExecutablePath='C:\\Users\\Public\\vorshim92.3@oldbot\\PokemonGo.RocketAPI.Console.exe' delete
    start PokemonGo.RocketAPI.Console.exe
    timeout /T 120 /nobreak > NUL
    goto start

    Make it like that
    timeout should be 1800 right? 30 mins?

  7. #187
    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 roche View Post
    timeout should be 1800 right? 30 mins?
    For my setting, I set the timeout to 1800

  8. #188
    dettshadow's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to running two account at the same time? please

  9. #189
    Fanon21's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can we have the bot to show our google token please so we can insert it n user.xml ty OP

  10. #190
    chaerun96'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)
    I need to ask, how much speed you guys use for walk?, also there is no TransferType>duplicate</TransferType> option. I'm worried if my pokemon below inCP>210</KeepMinCP> will be transfered?

  11. #191
    AlexMiller's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    34
    Thanks G/R
    11/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by roche View Post
    timeout should be 1800 right? 30 mins?
    it's not the time the problem. I put 120seconds because i want to try it... I cant wait 30 minutes.
    anyway... the script give me always ERROR Query not valid... the problem is that the script do not kill the bot and start another one together...

  12. #192
    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)
    [QUOTE=wowschik;3469615]
    Originally Posted by roche View Post

    yeah transfering, didnt remember the english word for.
    i would like just to transfer the pokem not to evolve them.
    or is it better to evolve them instantly?
    FOR STOPPING POKEMONS FROM EVOLVING: just delete the code in between <PokemonsToEvolve> tag in user xml. no pokemons will be evolved.


    FOR TRANSFERRING:i dont know about the tranferring about in this new bot. OP or someone needs to explain how that works.I think you have set the min cp of pokemons you want to keep in <keepMinCP>1000</KeepMinCP>

    actually im using the old bot now.(pokecolor 1.0)
    Last edited by roche; 07-23-2016 at 12:25 AM.

  13. Thanks wowschik (1 members gave Thanks to roche for this useful post)
  14. #193
    dettshadow's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HVS13 View Post
    @echo off
    :start
    wmic process where ExecutablePath='C:\\Users\\Public\\vorshim92.3@oldbot\\PokemonGo.RocketAPI.Console.exe' delete
    start PokemonGo.RocketAPI.Console.exe
    timeout /T 120 /nobreak > NUL
    goto start

    Make it like that
    how to make this ? can u teach me?

  15. #194
    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 dettshadow View Post
    how to make this ? can u teach me?
    copy the code and paste it in notepad. select SAVE AS option and save it as "pokemon.bat"

    replace this C:\\Users\\Public\\vorshim92.3@oldbot\\PokemonGo.RocketAPI.Console.exe with the address of your exe.
    change 120 to 1800

  16. #195
    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
    copy the code and paste it in notepad. select SAVE AS option and save it as "pokemon.bat"

    replace this C:\\Users\\Public\\vorshim92.3@oldbot\\PokemonGo.RocketAPI.Console.exe with the address of your exe.
    change 120 to 1800
    ok this is also my next problem, i did all like i read here and you said.
    my problem is now, i tested it with 60s for one minute to see if he connect again.
    after 60secs he close the window and start a new instance, but i have again to use google device code for login, so i have to type it again.
    so the bot dont run without me longer than 30minute.

    maybe im doing something wrong and you can tell me.

    and thanks again for the fast answer

    sorry for bad english

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