-
Banned
Originally Posted by
kamil234
whats the auth value for google accounts? ptc is pokemon trainer club, but what is google?
google
4char
-
Post Thanks / Like - 1 Thanks
kamil234 (1 members gave Thanks to Ciris for this useful post)
-
Active Member
Originally Posted by
Ciris
google
4char
doh,
thanks!
-
Member
I tried this code to put in a google account but it said box20.exe didn't exist as that was the one i was using it on. ANy ideas?
{ "AuthType": "google",
"GoogleRefreshToken": null,
"PtcUsername": null,
"PtcPassword": null,
"GoogleUsername": "[email protected]",
"GooglePassword": "password", }
-
Banned
Originally Posted by
BlueberryGoon
I tried this code to put in a google account but it said box20.exe didn't exist as that was the one i was using it on. ANy ideas?
{ "AuthType": "google",
"GoogleRefreshToken": null,
"PtcUsername": null,
"PtcPassword": null,
"GoogleUsername": "
[email protected]",
"GooglePassword": "password", }
Code:
{ "AuthType": "google",
"GoogleUsername": "[email protected]",
"GooglePassword": "pass",
"PtcPassword": null,
"PtcUsername": null
}
Try that.
Updated main post with another tool(linked below) check it out:
mydragon1's tool for creating auth.json files!
Electronikas.es' bot monitor has also been updated -- but old one is included in bundle and works fine for 20 bots. If you want to run anything other than 20 bots grab his updated tool it'll make your life much easier (NecroBot24h Script. Keep alive your bots while away. + NecroBot 8787build 160k/exp)
Last edited by Ciris; 08-02-2016 at 02:46 PM.
-
Post Thanks / Like - 1 Thanks
BlueberryGoon (1 members gave Thanks to Ciris for this useful post)
-
Sergeant
found type on line 157
Code:
wmic process where (name="NecroBot5.exe") get commandline | findstr /i "NecroBot5.exe"> NUL
if errorlevel 1 (
echo Bot 5 not running. Starting...
timeout /t 1
start /D "Bot5" NecroBot5.exe
) else (
@echo The process : "NecroBot6.exe": is running okay .
)
should be
Code:
wmic process where (name="NecroBot5.exe") get commandline | findstr /i "NecroBot5.exe"> NUL
if errorlevel 1 (
echo Bot 5 not running. Starting...
timeout /t 1
start /D "Bot5" NecroBot5.exe
) else (
@echo The process : "NecroBot5.exe": is running okay .
)
same for
Code:
wmic process where (name="NecroBot4.exe") get commandline | findstr /i "NecroBot4.exe"> NUL
if errorlevel 1 (
echo Bot 4 not running. Starting...
timeout /t 1
start /D "Bot4" NecroBot4.exe
) else (
@echo The process : "NecroBot5.exe": is running okay .
-
Member
Originally Posted by
Ciris
I tried your code but i get the same issue, so then i tried your tool and when i run the tool i get a "program not responding" and end up closing it out. Maybe google just isn't meant to work?
-
Banned
Originally Posted by
kinjitsu
found type on line 157
Code:
wmic process where (name="NecroBot5.exe") get commandline | findstr /i "NecroBot5.exe"> NUL
if errorlevel 1 (
echo Bot 5 not running. Starting...
timeout /t 1
start /D "Bot5" NecroBot5.exe
) else (
@echo The process : "NecroBot6.exe": is running okay .
)
should be
Code:
wmic process where (name="NecroBot5.exe") get commandline | findstr /i "NecroBot5.exe"> NUL
if errorlevel 1 (
echo Bot 5 not running. Starting...
timeout /t 1
start /D "Bot5" NecroBot5.exe
) else (
@echo The process : "NecroBot5.exe": is running okay .
)
same for
Code:
wmic process where (name="NecroBot4.exe") get commandline | findstr /i "NecroBot4.exe"> NUL
if errorlevel 1 (
echo Bot 4 not running. Starting...
timeout /t 1
start /D "Bot4" NecroBot4.exe
) else (
@echo The process : "NecroBot5.exe": is running okay .
Hi thanks -- newest upload of bundle should fix this problem. Easier fix is just to redownload electronikas.es' tool linked right above your post
He has new version that asks for config upon startup:
Here is new link to bundle if you need: http://www.mediafire.com/download/67...PBuildV2.0.rar
Last edited by Ciris; 08-02-2016 at 02:57 PM.
-
Post Thanks / Like - 1 Thanks
kinjitsu (1 members gave Thanks to Ciris for this useful post)
-
Member
When you say "Connect to these three discords", do I just open the page or do I need to do more? I don't think I'm sniping :/. Do I need to get a token?
-
Banned
Originally Posted by
BlueberryGoon
I tried your code but i get the same issue, so then i tried your tool and when i run the tool i get a "program not responding" and end up closing it out. Maybe google just isn't meant to work?
No google works -- my main is running atm and that's a google account.
The program stops responding? Can you grab a screenshot of the command prompt before it closes by chance?
Originally Posted by
PokeAutoWin
When you say "Connect to these three discords", do I just open the page or do I need to do more? I don't think I'm sniping :/. Do I need to get a token?
Open the page, login, and link your discord info to the PokeGoFeeder (do this by going into the config.json file found in the PokeGoFeeder folder) make sure you open PokeGoFeeder before opening bots.
-
Sergeant
Originally Posted by
Ciris
Hi thanks -- newest upload of bundle should fix this problem. Easier fix is just to redownload electronikas.es' tool linked right above your post

He has new version that asks for config upon startup:
Here is new link to bundle if you need:
CirisBotBundle_XPBuildV2.0
thanks for the quick reply, i'm having an issue with the ptc account creator, sometimes it wont create any accounts or would just do 2 accounts and stop...
i also wanted to do 30 accounts, so edited the batch file...
Code:
@echo off
color a
:Menu
cls
echo.
echo Welcome to NecroBot24h Script.
echo First of all, choose option "0", and make sure this script file is located in
echo "/NecroBot24h.bat/ExampleBOTDir/NecroBot.exe and not in "/ExampleBOTDir/NecroBot24h.bat".
echo.
echo Choose any options from the list below.
echo.
echo 0. Rename executables to suit NecroBot24h Script and check if script is at good location.
echo 1. Close Running bots.
echo 2. Start NecroBot24h Script.
echo 3. Exit
set /p var=
if %var%==0 goto :zero
if %var%==1 goto :one
if %var%==2 goto :two
if %var%==3 goto exit
if %var% GTR 3 echo Error
goto :Menu
:zero
echo Renaming executables...
move "Bot1\NecroBot.exe" "Bot1\NecroBot1.exe"
move "Bot2\NecroBot.exe" "Bot2\NecroBot2.exe"
move "Bot3\NecroBot.exe" "Bot3\NecroBot3.exe"
move "Bot4\NecroBot.exe" "Bot4\NecroBot4.exe"
move "Bot5\NecroBot.exe" "Bot5\NecroBot5.exe"
move "Bot6\NecroBot.exe" "Bot6\NecroBot6.exe"
move "Bot7\NecroBot.exe" "Bot7\NecroBot7.exe"
move "Bot8\NecroBot.exe" "Bot8\NecroBot8.exe"
move "Bot9\NecroBot.exe" "Bot9\NecroBot9.exe"
move "Bot10\NecroBot.exe" "Bot10\NecroBot10.exe"
move "Bot11\NecroBot.exe" "Bot11\NecroBot11.exe"
move "Bot12\NecroBot.exe" "Bot12\NecroBot12.exe"
move "Bot13\NecroBot.exe" "Bot13\NecroBot13.exe"
move "Bot14\NecroBot.exe" "Bot14\NecroBot14.exe"
move "Bot15\NecroBot.exe" "Bot15\NecroBot15.exe"
move "Bot16\NecroBot.exe" "Bot16\NecroBot16.exe"
move "Bot17\NecroBot.exe" "Bot17\NecroBot17.exe"
move "Bot18\NecroBot.exe" "Bot18\NecroBot18.exe"
move "Bot19\NecroBot.exe" "Bot19\NecroBot19.exe"
move "Bot20\NecroBot.exe" "Bot20\NecroBot20.exe"
move "Bot21\NecroBot.exe" "Bot21\NecroBot21.exe"
move "Bot22\NecroBot.exe" "Bot22\NecroBot22.exe"
move "Bot23\NecroBot.exe" "Bot23\NecroBot23.exe"
move "Bot24\NecroBot.exe" "Bot24\NecroBot24.exe"
move "Bot25\NecroBot.exe" "Bot25\NecroBot25.exe"
move "Bot26\NecroBot.exe" "Bot26\NecroBot26.exe"
move "Bot27\NecroBot.exe" "Bot27\NecroBot27.exe"
move "Bot28\NecroBot.exe" "Bot28\NecroBot28.exe"
move "Bot29\NecroBot.exe" "Bot29\NecroBot29.exe"
move "Bot30\NecroBot.exe" "Bot30\NecroBot30.exe"
timeout /t 2
echo Done. If no message error is displayed, name have been successfully change.
echo If script is not working, do it manually.
echo.
echo If everything is okay you should see below "Bot1,2,3..." dir:
dir > temp.txt
find "Bot" "temp.txt"
del temp.txt
echo.
Echo Press any key to back to main menu.
Pause>Nul
goto :Menu
:one
cls
color a
Echo Closing opened bots...
taskkill -f -IM "NecroBot1.exe"
taskkill -f -IM "NecroBot2.exe"
taskkill -f -IM "NecroBot3.exe"
taskkill -f -IM "NecroBot4.exe"
taskkill -f -IM "NecroBot5.exe"
taskkill -f -IM "NecroBot6.exe"
taskkill -f -IM "NecroBot7.exe"
taskkill -f -IM "NecroBot8.exe"
taskkill -f -IM "NecroBot9.exe"
taskkill -f -IM "NecroBot10.exe"
taskkill -f -IM "NecroBot11.exe"
taskkill -f -IM "NecroBot12.exe"
taskkill -f -IM "NecroBot13.exe"
taskkill -f -IM "NecroBot14.exe"
taskkill -f -IM "NecroBot15.exe"
taskkill -f -IM "NecroBot16.exe"
taskkill -f -IM "NecroBot17.exe"
taskkill -f -IM "NecroBot18.exe"
taskkill -f -IM "NecroBot19.exe"
taskkill -f -IM "NecroBot20.exe"
taskkill -f -IM "NecroBot21.exe"
taskkill -f -IM "NecroBot22.exe"
taskkill -f -IM "NecroBot23.exe"
taskkill -f -IM "NecroBot24.exe"
taskkill -f -IM "NecroBot25.exe"
taskkill -f -IM "NecroBot26.exe"
taskkill -f -IM "NecroBot27.exe"
taskkill -f -IM "NecroBot28.exe"
taskkill -f -IM "NecroBot29.exe"
taskkill -f -IM "NecroBot30.exe"
timeout /t 2
Echo Press any key to back to main menu.
Pause>Nul
goto :Menu
:two
cls
color a
Echo You must keep this window openned to keep listenning to bot processes CRTL+C for exit..
Echo Checking...
timeout /t 3
wmic process where (name="NecroBot1.exe") get commandline | findstr /i "NecroBot1.exe"> NUL
if errorlevel 1 (
echo Bot 1 not running. Starting...
timeout /t 1
start /D "Bot1" NecroBot1.exe
) else (
@echo The process : "NecroBot1.exe": is running okay .
)
wmic process where (name="NecroBot2.exe") get commandline | findstr /i "NecroBot2.exe"> NUL
if errorlevel 1 (
echo Bot 2 not running. Starting...
timeout /t 1
start /D "Bot2" NecroBot2.exe
) else (
@echo The process : "NecroBot2.exe": is running okay .
)
wmic process where (name="NecroBot3.exe") get commandline | findstr /i "NecroBot3.exe"> NUL
if errorlevel 1 (
echo Bot 3 not running. Starting...
timeout /t 1
start /D "Bot3" NecroBot3.exe
) else (
@echo The process : "NecroBot3.exe": is running okay .
)
wmic process where (name="NecroBot4.exe") get commandline | findstr /i "NecroBot4.exe"> NUL
if errorlevel 1 (
echo Bot 4 not running. Starting...
timeout /t 1
start /D "Bot4" NecroBot4.exe
) else (
@echo The process : "NecroBot4.exe": is running okay .
)
wmic process where (name="NecroBot5.exe") get commandline | findstr /i "NecroBot5.exe"> NUL
if errorlevel 1 (
echo Bot 5 not running. Starting...
timeout /t 1
start /D "Bot5" NecroBot5.exe
) else (
@echo The process : "NecroBot5.exe": is running okay .
)
wmic process where (name="NecroBot6.exe") get commandline | findstr /i "NecroBot6.exe"> NUL
if errorlevel 1 (
echo Bot 6 not running. Starting...
timeout /t 1
start /D "Bot6" NecroBot6.exe
) else (
@echo The process : "NecroBot6.exe": is running okay .
)
wmic process where (name="NecroBot7.exe") get commandline | findstr /i "NecroBot7.exe"> NUL
if errorlevel 1 (
echo Bot 7 not running. Starting...
timeout /t 1
start /D "Bot7" NecroBot7.exe
) else (
@echo The process : "NecroBot7.exe": is running okay .
)
wmic process where (name="NecroBot8.exe") get commandline | findstr /i "NecroBot8.exe"> NUL
if errorlevel 1 (
echo Bot 8 not running. Starting...
timeout /t 1
start /D "Bot8" NecroBot8.exe
) else (
@echo The process : "NecroBot8.exe": is running okay .
)
wmic process where (name="NecroBot9.exe") get commandline | findstr /i "NecroBot9.exe"> NUL
if errorlevel 1 (
echo Bot 9 not running. Starting...
timeout /t 1
start /D "Bot9" NecroBot9.exe
) else (
@echo The process : "NecroBot9.exe": is running okay .
)
wmic process where (name="NecroBot10.exe") get commandline | findstr /i "NecroBot10.exe"> NUL
if errorlevel 1 (
echo Bot 10 not running. Starting...
timeout /t 1
start /D "Bot10" NecroBot10.exe
) else (
@echo The process : "NecroBot10.exe": is running okay .
)
echo.
echo Waiting a bit before checking another 10...
echo.
timeout /t 5
wmic process where (name="NecroBot11.exe") get commandline | findstr /i "NecroBot11.exe"> NUL
if errorlevel 1 (
echo Bot 11 not running. Starting...
timeout /t 1
start /D "Bot11" NecroBot11.exe
) else (
@echo The process : "NecroBot11.exe": is running okay .
)
wmic process where (name="NecroBot12.exe") get commandline | findstr /i "NecroBot12.exe"> NUL
if errorlevel 1 (
echo Bot 12 not running. Starting...
timeout /t 1
start /D "Bot12" NecroBot12.exe
) else (
@echo The process : "NecroBot12.exe": is running okay .
)
wmic process where (name="NecroBot13.exe") get commandline | findstr /i "NecroBot13.exe"> NUL
if errorlevel 1 (
echo Bot 13 not running. Starting...
timeout /t 1
start /D "Bot13" NecroBot13.exe
) else (
@echo The process : "NecroBot13.exe": is running okay .
)
wmic process where (name="NecroBot14.exe") get commandline | findstr /i "NecroBot14.exe"> NUL
if errorlevel 1 (
echo Bot 14 not running. Starting...
timeout /t 1
start /D "Bot14" NecroBot14.exe
) else (
@echo The process : "NecroBot14.exe": is running okay .
)
wmic process where (name="NecroBot15.exe") get commandline | findstr /i "NecroBot15.exe"> NUL
if errorlevel 1 (
echo Bot 15 not running. Starting...
timeout /t 1
start /D "Bot15" NecroBot15.exe
) else (
@echo The process : "NecroBot15.exe": is running okay .
)
wmic process where (name="NecroBot16.exe") get commandline | findstr /i "NecroBot16.exe"> NUL
if errorlevel 1 (
echo Bot 16 not running. Starting...
timeout /t 1
start /D "Bot16" NecroBot16.exe
) else (
@echo The process : "NecroBot16.exe": is running okay .
)
wmic process where (name="NecroBot17.exe") get commandline | findstr /i "NecroBot17.exe"> NUL
if errorlevel 1 (
echo Bot 17 not running. Starting...
timeout /t 1
start /D "Bot17" NecroBot17.exe
) else (
@echo The process : "NecroBot17.exe": is running okay .
)
wmic process where (name="NecroBot18.exe") get commandline | findstr /i "NecroBot18.exe"> NUL
if errorlevel 1 (
echo Bot 18 not running. Starting...
timeout /t 1
start /D "Bot18" NecroBot18.exe
) else (
@echo The process : "NecroBot18.exe": is running okay .
)
wmic process where (name="NecroBot19.exe") get commandline | findstr /i "NecroBot19.exe"> NUL
if errorlevel 1 (
echo Bot 19 not running. Starting...
timeout /t 1
start /D "Bot19" NecroBot19.exe
) else (
@echo The process : "NecroBot19.exe": is running okay .
)
wmic process where (name="NecroBot20.exe") get commandline | findstr /i "NecroBot20.exe"> NUL
if errorlevel 1 (
echo Bot 20 not running. Starting...
timeout /t 1
start /D "Bot20" NecroBot20.exe
) else (
@echo The process : "NecroBot20.exe": is running okay .
)
echo.
echo Waiting a bit before checking another 10...
echo.
timeout /t 5
wmic process where (name="NecroBot21.exe") get commandline | findstr /i "NecroBot21.exe"> NUL
if errorlevel 1 (
echo Bot 21 not running. Starting...
timeout /t 1
start /D "Bot21" NecroBot21.exe
) else (
@echo The process : "NecroBot21.exe": is running okay .
)
wmic process where (name="NecroBot22.exe") get commandline | findstr /i "NecroBot22.exe"> NUL
if errorlevel 1 (
echo Bot 22 not running. Starting...
timeout /t 1
start /D "Bot22" NecroBot22.exe
) else (
@echo The process : "NecroBot22.exe": is running okay .
)
wmic process where (name="NecroBot23.exe") get commandline | findstr /i "NecroBot23.exe"> NUL
if errorlevel 1 (
echo Bot 23 not running. Starting...
timeout /t 1
start /D "Bot23" NecroBot23.exe
) else (
@echo The process : "NecroBot23.exe": is running okay .
)
wmic process where (name="NecroBot24.exe") get commandline | findstr /i "NecroBot24.exe"> NUL
if errorlevel 1 (
echo Bot 24 not running. Starting...
timeout /t 1
start /D "Bot24" NecroBot24.exe
) else (
@echo The process : "NecroBot24.exe": is running okay .
)
wmic process where (name="NecroBot25.exe") get commandline | findstr /i "NecroBot25.exe"> NUL
if errorlevel 1 (
echo Bot 25 not running. Starting...
timeout /t 1
start /D "Bot25" NecroBot25.exe
) else (
@echo The process : "NecroBot25.exe": is running okay .
)
wmic process where (name="NecroBot26.exe") get commandline | findstr /i "NecroBot26.exe"> NUL
if errorlevel 1 (
echo Bot 26 not running. Starting...
timeout /t 1
start /D "Bot26" NecroBot26.exe
) else (
@echo The process : "NecroBot26.exe": is running okay .
)
wmic process where (name="NecroBot27.exe") get commandline | findstr /i "NecroBot27.exe"> NUL
if errorlevel 1 (
echo Bot 27 not running. Starting...
timeout /t 1
start /D "Bot27" NecroBot27.exe
) else (
@echo The process : "NecroBot27.exe": is running okay .
)
wmic process where (name="NecroBot28.exe") get commandline | findstr /i "NecroBot28.exe"> NUL
if errorlevel 1 (
echo Bot 28 not running. Starting...
timeout /t 1
start /D "Bot28" NecroBot28.exe
) else (
@echo The process : "NecroBot28.exe": is running okay .
)
wmic process where (name="NecroBot29.exe") get commandline | findstr /i "NecroBot29.exe"> NUL
if errorlevel 1 (
echo Bot 29 not running. Starting...
timeout /t 1
start /D "Bot29" NecroBot29.exe
) else (
@echo The process : "NecroBot29.exe": is running okay .
)
wmic process where (name="NecroBot30.exe") get commandline | findstr /i "NecroBot30.exe"> NUL
if errorlevel 1 (
echo Bot 30 not running. Starting...
timeout /t 1
start /D "Bot30" NecroBot30.exe
) else (
@echo The process : "NecroBot30.exe": is running okay .
)
@echo We may check again in 60 seconds...
timeout /t 60
goto :two
Pause>Nul
just seen the batch has changed... need to figure out how to configure for the 30 clients.. but the code above should be good for v1
Last edited by kinjitsu; 08-02-2016 at 03:07 PM.
Reason: updated code
-
Post Thanks / Like - 1 Thanks
Ciris (1 members gave Thanks to kinjitsu for this useful post)
-
Banned
Originally Posted by
PokeAutoWin
When you say "Connect to these three discords", do I just open the page or do I need to do more? I don't think I'm sniping :/. Do I need to get a token?
Originally Posted by
kinjitsu
thanks for the quick reply, i'm having an issue with the ptc account creator, sometimes it wont create any accounts or would just do 2 accounts and stop...
i also wanted to do 30 accounts, so edited the batch file...
Code:
@echo off
color a
:Menu
cls
echo.
echo Welcome to NecroBot24h Script.
echo First of all, choose option "0", and make sure this script file is located in
echo "/NecroBot24h.bat/ExampleBOTDir/NecroBot.exe and not in "/ExampleBOTDir/NecroBot24h.bat".
echo.
echo Choose any options from the list below.
echo.
echo 0. Rename executables to suit NecroBot24h Script and check if script is at good location.
echo 1. Close Running bots.
echo 2. Start NecroBot24h Script.
echo 3. Exit
set /p var=
if %var%==0 goto :zero
if %var%==1 goto :one
if %var%==2 goto :two
if %var%==3 goto exit
if %var% GTR 3 echo Error
goto :Menu
:zero
echo Renaming executables...
move "Bot1\NecroBot.exe" "Bot1\NecroBot1.exe"
move "Bot2\NecroBot.exe" "Bot2\NecroBot2.exe"
move "Bot3\NecroBot.exe" "Bot3\NecroBot3.exe"
move "Bot4\NecroBot.exe" "Bot4\NecroBot4.exe"
move "Bot5\NecroBot.exe" "Bot5\NecroBot5.exe"
move "Bot6\NecroBot.exe" "Bot6\NecroBot6.exe"
move "Bot7\NecroBot.exe" "Bot7\NecroBot7.exe"
move "Bot8\NecroBot.exe" "Bot8\NecroBot8.exe"
move "Bot9\NecroBot.exe" "Bot9\NecroBot9.exe"
move "Bot10\NecroBot.exe" "Bot10\NecroBot10.exe"
move "Bot11\NecroBot.exe" "Bot11\NecroBot11.exe"
move "Bot12\NecroBot.exe" "Bot12\NecroBot12.exe"
move "Bot13\NecroBot.exe" "Bot13\NecroBot13.exe"
move "Bot14\NecroBot.exe" "Bot14\NecroBot14.exe"
move "Bot15\NecroBot.exe" "Bot15\NecroBot15.exe"
move "Bot16\NecroBot.exe" "Bot16\NecroBot16.exe"
move "Bot17\NecroBot.exe" "Bot17\NecroBot17.exe"
move "Bot18\NecroBot.exe" "Bot18\NecroBot18.exe"
move "Bot19\NecroBot.exe" "Bot19\NecroBot19.exe"
move "Bot20\NecroBot.exe" "Bot20\NecroBot20.exe"
move "Bot21\NecroBot.exe" "Bot21\NecroBot21.exe"
move "Bot22\NecroBot.exe" "Bot22\NecroBot22.exe"
move "Bot23\NecroBot.exe" "Bot23\NecroBot23.exe"
move "Bot24\NecroBot.exe" "Bot24\NecroBot24.exe"
move "Bot25\NecroBot.exe" "Bot25\NecroBot25.exe"
move "Bot26\NecroBot.exe" "Bot26\NecroBot26.exe"
move "Bot27\NecroBot.exe" "Bot27\NecroBot27.exe"
move "Bot28\NecroBot.exe" "Bot28\NecroBot28.exe"
move "Bot29\NecroBot.exe" "Bot29\NecroBot29.exe"
move "Bot30\NecroBot.exe" "Bot30\NecroBot30.exe"
timeout /t 2
echo Done. If no message error is displayed, name have been successfully change.
echo If script is not working, do it manually.
echo.
echo If everything is okay you should see below "Bot1,2,3..." dir:
dir > temp.txt
find "Bot" "temp.txt"
del temp.txt
echo.
Echo Press any key to back to main menu.
Pause>Nul
goto :Menu
:one
cls
color a
Echo Closing opened bots...
taskkill -f -IM "NecroBot1.exe"
taskkill -f -IM "NecroBot2.exe"
taskkill -f -IM "NecroBot3.exe"
taskkill -f -IM "NecroBot4.exe"
taskkill -f -IM "NecroBot5.exe"
taskkill -f -IM "NecroBot6.exe"
taskkill -f -IM "NecroBot7.exe"
taskkill -f -IM "NecroBot8.exe"
taskkill -f -IM "NecroBot9.exe"
taskkill -f -IM "NecroBot10.exe"
taskkill -f -IM "NecroBot11.exe"
taskkill -f -IM "NecroBot12.exe"
taskkill -f -IM "NecroBot13.exe"
taskkill -f -IM "NecroBot14.exe"
taskkill -f -IM "NecroBot15.exe"
taskkill -f -IM "NecroBot16.exe"
taskkill -f -IM "NecroBot17.exe"
taskkill -f -IM "NecroBot18.exe"
taskkill -f -IM "NecroBot19.exe"
taskkill -f -IM "NecroBot20.exe"
taskkill -f -IM "NecroBot21.exe"
taskkill -f -IM "NecroBot22.exe"
taskkill -f -IM "NecroBot23.exe"
taskkill -f -IM "NecroBot24.exe"
taskkill -f -IM "NecroBot25.exe"
taskkill -f -IM "NecroBot26.exe"
taskkill -f -IM "NecroBot27.exe"
taskkill -f -IM "NecroBot28.exe"
taskkill -f -IM "NecroBot29.exe"
taskkill -f -IM "NecroBot30.exe"
timeout /t 2
Echo Press any key to back to main menu.
Pause>Nul
goto :Menu
:two
cls
color a
Echo You must keep this window openned to keep listenning to bot processes CRTL+C for exit..
Echo Checking...
timeout /t 3
wmic process where (name="NecroBot1.exe") get commandline | findstr /i "NecroBot1.exe"> NUL
if errorlevel 1 (
echo Bot 1 not running. Starting...
timeout /t 1
start /D "Bot1" NecroBot1.exe
) else (
@echo The process : "NecroBot1.exe": is running okay .
)
wmic process where (name="NecroBot2.exe") get commandline | findstr /i "NecroBot2.exe"> NUL
if errorlevel 1 (
echo Bot 2 not running. Starting...
timeout /t 1
start /D "Bot2" NecroBot2.exe
) else (
@echo The process : "NecroBot2.exe": is running okay .
)
wmic process where (name="NecroBot3.exe") get commandline | findstr /i "NecroBot3.exe"> NUL
if errorlevel 1 (
echo Bot 3 not running. Starting...
timeout /t 1
start /D "Bot3" NecroBot3.exe
) else (
@echo The process : "NecroBot3.exe": is running okay .
)
wmic process where (name="NecroBot4.exe") get commandline | findstr /i "NecroBot4.exe"> NUL
if errorlevel 1 (
echo Bot 4 not running. Starting...
timeout /t 1
start /D "Bot4" NecroBot4.exe
) else (
@echo The process : "NecroBot4.exe": is running okay .
)
wmic process where (name="NecroBot5.exe") get commandline | findstr /i "NecroBot5.exe"> NUL
if errorlevel 1 (
echo Bot 5 not running. Starting...
timeout /t 1
start /D "Bot5" NecroBot5.exe
) else (
@echo The process : "NecroBot5.exe": is running okay .
)
wmic process where (name="NecroBot6.exe") get commandline | findstr /i "NecroBot6.exe"> NUL
if errorlevel 1 (
echo Bot 6 not running. Starting...
timeout /t 1
start /D "Bot6" NecroBot6.exe
) else (
@echo The process : "NecroBot6.exe": is running okay .
)
wmic process where (name="NecroBot7.exe") get commandline | findstr /i "NecroBot7.exe"> NUL
if errorlevel 1 (
echo Bot 7 not running. Starting...
timeout /t 1
start /D "Bot7" NecroBot7.exe
) else (
@echo The process : "NecroBot7.exe": is running okay .
)
wmic process where (name="NecroBot8.exe") get commandline | findstr /i "NecroBot8.exe"> NUL
if errorlevel 1 (
echo Bot 8 not running. Starting...
timeout /t 1
start /D "Bot8" NecroBot8.exe
) else (
@echo The process : "NecroBot8.exe": is running okay .
)
wmic process where (name="NecroBot9.exe") get commandline | findstr /i "NecroBot9.exe"> NUL
if errorlevel 1 (
echo Bot 9 not running. Starting...
timeout /t 1
start /D "Bot9" NecroBot9.exe
) else (
@echo The process : "NecroBot9.exe": is running okay .
)
wmic process where (name="NecroBot10.exe") get commandline | findstr /i "NecroBot10.exe"> NUL
if errorlevel 1 (
echo Bot 10 not running. Starting...
timeout /t 1
start /D "Bot10" NecroBot10.exe
) else (
@echo The process : "NecroBot10.exe": is running okay .
)
echo.
echo Waiting a bit before checking another 10...
echo.
timeout /t 5
wmic process where (name="NecroBot11.exe") get commandline | findstr /i "NecroBot11.exe"> NUL
if errorlevel 1 (
echo Bot 11 not running. Starting...
timeout /t 1
start /D "Bot11" NecroBot11.exe
) else (
@echo The process : "NecroBot11.exe": is running okay .
)
wmic process where (name="NecroBot12.exe") get commandline | findstr /i "NecroBot12.exe"> NUL
if errorlevel 1 (
echo Bot 12 not running. Starting...
timeout /t 1
start /D "Bot12" NecroBot12.exe
) else (
@echo The process : "NecroBot12.exe": is running okay .
)
wmic process where (name="NecroBot13.exe") get commandline | findstr /i "NecroBot13.exe"> NUL
if errorlevel 1 (
echo Bot 13 not running. Starting...
timeout /t 1
start /D "Bot13" NecroBot13.exe
) else (
@echo The process : "NecroBot13.exe": is running okay .
)
wmic process where (name="NecroBot14.exe") get commandline | findstr /i "NecroBot14.exe"> NUL
if errorlevel 1 (
echo Bot 14 not running. Starting...
timeout /t 1
start /D "Bot14" NecroBot14.exe
) else (
@echo The process : "NecroBot14.exe": is running okay .
)
wmic process where (name="NecroBot15.exe") get commandline | findstr /i "NecroBot15.exe"> NUL
if errorlevel 1 (
echo Bot 15 not running. Starting...
timeout /t 1
start /D "Bot15" NecroBot15.exe
) else (
@echo The process : "NecroBot15.exe": is running okay .
)
wmic process where (name="NecroBot16.exe") get commandline | findstr /i "NecroBot16.exe"> NUL
if errorlevel 1 (
echo Bot 16 not running. Starting...
timeout /t 1
start /D "Bot16" NecroBot16.exe
) else (
@echo The process : "NecroBot16.exe": is running okay .
)
wmic process where (name="NecroBot17.exe") get commandline | findstr /i "NecroBot17.exe"> NUL
if errorlevel 1 (
echo Bot 17 not running. Starting...
timeout /t 1
start /D "Bot17" NecroBot17.exe
) else (
@echo The process : "NecroBot17.exe": is running okay .
)
wmic process where (name="NecroBot18.exe") get commandline | findstr /i "NecroBot18.exe"> NUL
if errorlevel 1 (
echo Bot 18 not running. Starting...
timeout /t 1
start /D "Bot18" NecroBot18.exe
) else (
@echo The process : "NecroBot18.exe": is running okay .
)
wmic process where (name="NecroBot19.exe") get commandline | findstr /i "NecroBot19.exe"> NUL
if errorlevel 1 (
echo Bot 19 not running. Starting...
timeout /t 1
start /D "Bot19" NecroBot19.exe
) else (
@echo The process : "NecroBot19.exe": is running okay .
)
wmic process where (name="NecroBot20.exe") get commandline | findstr /i "NecroBot20.exe"> NUL
if errorlevel 1 (
echo Bot 20 not running. Starting...
timeout /t 1
start /D "Bot20" NecroBot20.exe
) else (
@echo The process : "NecroBot20.exe": is running okay .
)
echo.
echo Waiting a bit before checking another 10...
echo.
timeout /t 5
wmic process where (name="NecroBot21.exe") get commandline | findstr /i "NecroBot21.exe"> NUL
if errorlevel 1 (
echo Bot 21 not running. Starting...
timeout /t 1
start /D "Bot21" NecroBot21.exe
) else (
@echo The process : "NecroBot21.exe": is running okay .
)
wmic process where (name="NecroBot22.exe") get commandline | findstr /i "NecroBot22.exe"> NUL
if errorlevel 1 (
echo Bot 22 not running. Starting...
timeout /t 1
start /D "Bot22" NecroBot22.exe
) else (
@echo The process : "NecroBot22.exe": is running okay .
)
wmic process where (name="NecroBot23.exe") get commandline | findstr /i "NecroBot23.exe"> NUL
if errorlevel 1 (
echo Bot 23 not running. Starting...
timeout /t 1
start /D "Bot23" NecroBot23.exe
) else (
@echo The process : "NecroBot23.exe": is running okay .
)
wmic process where (name="NecroBot24.exe") get commandline | findstr /i "NecroBot24.exe"> NUL
if errorlevel 1 (
echo Bot 24 not running. Starting...
timeout /t 1
start /D "Bot24" NecroBot24.exe
) else (
@echo The process : "NecroBot24.exe": is running okay .
)
wmic process where (name="NecroBot25.exe") get commandline | findstr /i "NecroBot25.exe"> NUL
if errorlevel 1 (
echo Bot 25 not running. Starting...
timeout /t 1
start /D "Bot25" NecroBot25.exe
) else (
@echo The process : "NecroBot25.exe": is running okay .
)
wmic process where (name="NecroBot26.exe") get commandline | findstr /i "NecroBot26.exe"> NUL
if errorlevel 1 (
echo Bot 26 not running. Starting...
timeout /t 1
start /D "Bot26" NecroBot26.exe
) else (
@echo The process : "NecroBot26.exe": is running okay .
)
wmic process where (name="NecroBot27.exe") get commandline | findstr /i "NecroBot27.exe"> NUL
if errorlevel 1 (
echo Bot 27 not running. Starting...
timeout /t 1
start /D "Bot27" NecroBot27.exe
) else (
@echo The process : "NecroBot27.exe": is running okay .
)
wmic process where (name="NecroBot28.exe") get commandline | findstr /i "NecroBot28.exe"> NUL
if errorlevel 1 (
echo Bot 28 not running. Starting...
timeout /t 1
start /D "Bot28" NecroBot28.exe
) else (
@echo The process : "NecroBot28.exe": is running okay .
)
wmic process where (name="NecroBot29.exe") get commandline | findstr /i "NecroBot29.exe"> NUL
if errorlevel 1 (
echo Bot 29 not running. Starting...
timeout /t 1
start /D "Bot29" NecroBot29.exe
) else (
@echo The process : "NecroBot29.exe": is running okay .
)
wmic process where (name="NecroBot30.exe") get commandline | findstr /i "NecroBot30.exe"> NUL
if errorlevel 1 (
echo Bot 30 not running. Starting...
timeout /t 1
start /D "Bot30" NecroBot30.exe
) else (
@echo The process : "NecroBot30.exe": is running okay .
)
@echo We may check again in 60 seconds...
timeout /t 60
goto :two
Pause>Nul
just seen the batch has changed... need to figure out how to configure for the 30 clients.. but the code above should be good for v1
New .bat file (Poke_MAXPOWER) has a configuration setting. Just run it like normal, type 2, then it will ask you for your specific config. So after you open it hit 2, then enter, then type however long you wanna wait before bots autorestart (i use 125 minutes (2 hours 5 mins)) then for 3rd option type 30 and it should work fine as long as you have the corresponding folders set up
-
Post Thanks / Like - 1 Thanks
kinjitsu (1 members gave Thanks to Ciris for this useful post)
-
Sergeant
Originally Posted by
Ciris
New .bat file (Poke_MAXPOWER) has a configuration setting. Just run it like normal, type 2, then it will ask you for your specific config. So after you open it hit 2, then enter, then type however long you wanna wait before bots autorestart (i use 125 minutes (2 hours 5 mins)) then for 3rd option type 30 and it should work fine as long as you have the corresponding folders set up
this is awesome, any chance the setup guide in first post is gonna be updated? by either pic guide or youtube ?
-
Banned
Originally Posted by
kinjitsu
this is awesome, any chance the setup guide in first post is gonna be updated? by either pic guide or youtube ?
Be sure to go give electronikas.es' thread some love! His tool makes our lives much easier 
Yes it will be later today. Wanted to focus on getting the bundle updated first
) guide will be updated later today. I can do a youtube video of setup if people need the walkthrough.
-
Sergeant
Originally Posted by
Ciris
Be sure to go give electronikas.es' thread some love! His tool makes our lives much easier
Yes it will be later today. Wanted to focus on getting the bundle updated first

) guide will be updated later today. I can do a youtube video of setup if people need the walkthrough.
nvm fixed issue
Last edited by kinjitsu; 08-02-2016 at 03:24 PM.
-
Member
I can't get the Pogo Feeder to work it only says
Listening
New connection from ...
but nothing else after that, what am I doing wrong????????????????