-
Sergeant
Originally Posted by
wowschik
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
<GoogleRefreshToken></GoogleRefreshToken> you have to add the refesh token which is generated each time you run the bot to the xml file.
it will be in the first three lines of your cmd window when you run the bot.
Last edited by roche; 07-23-2016 at 12:43 AM.
-
Member
Originally Posted by
wowschik
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
you can get the refresh token for google device using the pokecolor bot... it's the same refresh token... you take it from pokecolor cmd and paste on user.xml of macclonespokebot
-
Active Member
Originally Posted by
AlexMiller
you can get the refresh token for google device using the pokecolor bot... it's the same refresh token... you take it from pokecolor cmd and paste on user.xml of macclonespokebot

so i have to use <GoogleRefreshToken></GoogleRefreshToken>
i can just copy it to the new bot?
and there i have to insert the first google token i see when i open the bot?
-
Member
using over 4 different PTC accounts and they all cant seem to level up past level 20 with this script? any ideas?
-
Active Member
Originally Posted by
caboose01
using over 4 different PTC accounts and they all cant seem to level up past level 20 with this script? any ideas?
just start a nox emulation or your phone app and check trhe accounts, maybe there is something wrong.
-
Member
Hey guys, my batch file is failing to kill the task but opens a new one anyway. I'm using Win10 OS, not sure if that has anything to do with it...
@echo off
:start
wmic process where ExecutablePath='C:\\Users\\Admin\\Desktop\\Roteek\\PokemonGo.RocketAPI.Console.e xe' delete
start PokemonGo.RocketAPI.Console.exe
timeout /T 60 /nobreak > NUL
goto start
-
Sergeant
Originally Posted by
wowschik
so i have to use <GoogleRefreshToken></GoogleRefreshToken>
i can just copy it to the new bot?
and there i have to insert the first google token i see when i open the bot?
ya correct.you got it. <GoogleRefreshToken></GoogleRefreshToken> is
already in the new bot xml. all you have to do is just copythe token from the command window
-
Post Thanks / Like - 2 Thanks
-
Member
Originally Posted by
xklip
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?
Anyone have any idea about this? please?
-
Member
Originally Posted by
roche
<GoogleRefreshToken></GoogleRefreshToken> you have to add the refesh token which is generated each time you run the bot to the xml file.
it will be in the first three lines of your cmd window when you run the bot.
but i use FeroxRev's bot there is no refresh token
and how?
-
Sergeant
Originally Posted by
dettshadow
but i use FeroxRev's bot there is no refresh token
and how?
ya.its not showing up in the feroxrev bot. i can see it in old bot.[ POKECOLOR 1.0]
-
Active Member
EDIT: THIS IS OLD; TAKE CARE IF U READ; I DONT WANT TO DELETE THIS MAYBE FOR OTHER PEOPLE WHO WANT AND NEED THIS.
Bot Instruction - Maclone's Community Versions
HOW TO
- download the new bot http://www.ownedcore.com/forums/poke...ml#post3468248 (Maclone's Community Versions - Compiled, ready to go PokemonGo bots)
- get the newest one from post #1
- start the 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
- 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.
Last edited by wowschik; 07-29-2016 at 09:03 AM.
-
Post Thanks / Like - 7 Thanks
-
Member
@maclone
Is the new version the same program but updated? Or is it another program?
-
Member
I wanted to disable evolve pokemon wheres the settings? does this bot have a "leavestrongest" option???
-
Sergeant
Originally Posted by
DamnSon09
@maclone
Is the new version the same program but updated? Or is it another program?
its the updated one.
-
Sergeant
Originally Posted by
senseirain
I wanted to disable evolve pokemon wheres the settings? does this bot have a "leavestrongest" option???
just delete all the stuff between
<PokemonsToEvolve>
</PokemonsToEvolve>
no pokemons will be evolved
ya.it has leave strongest option by default.