It's work thx..but if i wan open again clik that bacth or normal?thx
Bot Instruction - Maclone's Community Versions
HOW TO
- download the new bot
- 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 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
- u can also set the time in the bat file to 60s and test your whole bot.
- 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>
- voila, have fun