The most newb friendly guide to setting up a 24/7 170k XP/H Multibot (with pics)! menu

Shout-Out

User Tag List

Page 18 of 27 FirstFirst ... 141516171819202122 ... LastLast
Results 256 to 270 of 397
  1. #256
    Ciris's Avatar Banned
    Reputation
    141
    Join Date
    Sep 2008
    Posts
    368
    Thanks G/R
    14/53
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kamil234 View Post
    whats the auth value for google accounts? ptc is pokemon trainer club, but what is google?
    google

    4char

    The most newb friendly guide to setting up a 24/7 170k XP/H Multibot (with pics)!
  2. Thanks kamil234 (1 members gave Thanks to Ciris for this useful post)
  3. #257
    kamil234's Avatar Active Member
    Reputation
    39
    Join Date
    Oct 2009
    Posts
    156
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ciris View Post
    google

    4char
    doh,

    thanks!

  4. #258
    BlueberryGoon's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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", }

  5. #259
    Ciris's Avatar Banned
    Reputation
    141
    Join Date
    Sep 2008
    Posts
    368
    Thanks G/R
    14/53
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BlueberryGoon View Post
    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.

  6. Thanks BlueberryGoon (1 members gave Thanks to Ciris for this useful post)
  7. #260
    kinjitsu's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    10/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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 .

  8. #261
    BlueberryGoon's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    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?

  9. #262
    Ciris's Avatar Banned
    Reputation
    141
    Join Date
    Sep 2008
    Posts
    368
    Thanks G/R
    14/53
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kinjitsu View Post
    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.

  10. Thanks kinjitsu (1 members gave Thanks to Ciris for this useful post)
  11. #263
    PokeAutoWin's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    38
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  12. #264
    Ciris's Avatar Banned
    Reputation
    141
    Join Date
    Sep 2008
    Posts
    368
    Thanks G/R
    14/53
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BlueberryGoon View Post
    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 View Post
    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.

  13. #265
    kinjitsu's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    10/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ciris View Post
    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

  14. Thanks Ciris (1 members gave Thanks to kinjitsu for this useful post)
  15. #266
    Ciris's Avatar Banned
    Reputation
    141
    Join Date
    Sep 2008
    Posts
    368
    Thanks G/R
    14/53
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PokeAutoWin View Post
    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 View Post
    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

  16. Thanks kinjitsu (1 members gave Thanks to Ciris for this useful post)
  17. #267
    kinjitsu's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    10/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ciris View Post
    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 ?

  18. #268
    Ciris's Avatar Banned
    Reputation
    141
    Join Date
    Sep 2008
    Posts
    368
    Thanks G/R
    14/53
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kinjitsu View Post
    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.

  19. #269
    kinjitsu's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    10/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ciris View Post
    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.

  20. #270
    DRAKESmother's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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????????????????

Page 18 of 27 FirstFirst ... 141516171819202122 ... LastLast

Similar Threads

  1. An easy noob friendly guide to setting up MySql !!
    By pattywhack in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 07-18-2012, 10:08 AM
  2. Probably the most awesome gold guide i have ever seen
    By Vyre in forum World of Warcraft General
    Replies: 4
    Last Post: 12-02-2009, 10:33 AM
  3. The recruit a friend guide
    By Diablo1903 in forum World of Warcraft Guides
    Replies: 2
    Last Post: 06-18-2009, 10:56 PM
  4. Tasker 3.14 (The most noob-friendly PVP-AFK Program)
    By Ajhuah in forum World of Warcraft Bots and Programs
    Replies: 32
    Last Post: 05-19-2009, 10:27 PM
  5. [Easy] Newb friendly guide to making your server public Hamachi or DNS
    By ZestyJ in forum WoW EMU Guides & Tutorials
    Replies: 13
    Last Post: 03-04-2009, 07:39 PM
All times are GMT -5. The time now is 12:18 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