@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 ?
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.
Abnormal use of berries with NecronomiconCoding's version. It uses berries also for a 30 cp pokemon
why it show distance catch error and with unknown item?? anyone can explain?? thx[18:33:22] (CAUGHT) Snorlax (1491 CP) Chance: 0 | 4m distance CatchError | with ITEM_UNKNOWN
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.
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?
Why do I get an error when I try to delete for pudgy and rattata?
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>