Time Devision Bot (by Necrobot 0.9.0) menu

User Tag List

Page 4 of 4 FirstFirst 1234
Results 46 to 54 of 54
  1. #46
    mansorom's Avatar Corporal
    Reputation
    6
    Join Date
    Aug 2016
    Posts
    25
    Thanks G/R
    2/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have problem here, I modified the code a little for add new folder so i wanna run 10 bot, but when I run the bat file, all running at once, whats wrong with that? I thought it should running one by one

    @echo off
    echo Plz do not close this window for auto running
    set /p ch=[input fist running bot number]£¨1 2 3 4 5 6 7 8 9 10):
    if /i "%ch%"=="1" goto :1
    if /i "%ch%"=="2" goto :2
    if /i "%ch%"=="3" goto :3
    if /i "%ch%"=="4" goto :4
    if /i "%ch%"=="5" goto :5
    if /i "%ch%"=="6" goto :6
    if /i "%ch%"=="7" goto :7
    if /i "%ch%"=="8" goto :8
    if /i "%ch%"=="9" goto :9
    if /i "%ch%"=="10" goto :10

    :1
    cd 01
    start /min ..\bot\NecroBot.exe
    echo Running No.01 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd..
    :2
    cd 02
    start /min ..\bot\NecroBot.exe
    echo Running No.02 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :3
    cd 03
    start /min ..\bot\NecroBot.exe
    echo Running No.03 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :4
    cd 04
    start /min ..\bot\NecroBot.exe
    echo Running No.04 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :5
    cd 05
    start /min ..\bot\NecroBot.exe
    echo Running No.05 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :6
    cd 06
    start /min ..\bot\NecroBot.exe
    echo Running No.06 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :7
    cd 07
    start /min ..\bot\NecroBot.exe
    echo Running No.07 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :8
    cd 08
    start /min ..\bot\NecroBot.exe
    echo Running No.08 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :9
    cd 09
    start /min ..\bot\NecroBot.exe
    echo Running No.09 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :10
    cd 10
    start /min ..\bot\NecroBot.exe
    echo Running No.10 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    exit

    Time Devision Bot (by Necrobot 0.9.0)
  2. #47
    mansorom's Avatar Corporal
    Reputation
    6
    Join Date
    Aug 2016
    Posts
    25
    Thanks G/R
    2/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    'timeout' is not recognized as an internal or external command,
    operable program or batch file.
    'taskkill' is not recognized as an internal or external command,
    operable program or batch file.

    How to fix this problem??? I'm using win 7

  3. #48
    kayvein's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey. thanks for sharing. just tried it.

    so far its okay. so when choose 1-6, if we choose bot no 1. it will start bot no 1 then what ?
    i mean once bot 1 is finished, will it go on to bot no 2 or stay with bot no 1 ?

    thanks !

  4. #49
    e4404's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    14.400 x 6 = 86400
    86400/3600= 24 hours.
    I think its wrong
    First bot start again at the same previous cycle hour. Then you bypass the limits!!!

  5. #50
    leeYoo's Avatar Sergeant
    Reputation
    23
    Join Date
    Aug 2016
    Posts
    42
    Thanks G/R
    5/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mansorom View Post
    I have problem here, I modified the code a little for add new folder so i wanna run 10 bot, but when I run the bat file, all running at once, whats wrong with that? I thought it should running one by one

    @echo off
    echo Plz do not close this window for auto running
    set /p ch=[input fist running bot number]£¨1 2 3 4 5 6 7 8 9 10):
    if /i "%ch%"=="1" goto :1
    if /i "%ch%"=="2" goto :2
    if /i "%ch%"=="3" goto :3
    if /i "%ch%"=="4" goto :4
    if /i "%ch%"=="5" goto :5
    if /i "%ch%"=="6" goto :6
    if /i "%ch%"=="7" goto :7
    if /i "%ch%"=="8" goto :8
    if /i "%ch%"=="9" goto :9
    if /i "%ch%"=="10" goto :10

    :1
    cd 01
    start /min ..\bot\NecroBot.exe
    echo Running No.01 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd..
    :2
    cd 02
    start /min ..\bot\NecroBot.exe
    echo Running No.02 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :3
    cd 03
    start /min ..\bot\NecroBot.exe
    echo Running No.03 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :4
    cd 04
    start /min ..\bot\NecroBot.exe
    echo Running No.04 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :5
    cd 05
    start /min ..\bot\NecroBot.exe
    echo Running No.05 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :6
    cd 06
    start /min ..\bot\NecroBot.exe
    echo Running No.06 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :7
    cd 07
    start /min ..\bot\NecroBot.exe
    echo Running No.07 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :8
    cd 08
    start /min ..\bot\NecroBot.exe
    echo Running No.08 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :9
    cd 09
    start /min ..\bot\NecroBot.exe
    echo Running No.09 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    :10
    cd 10
    start /min ..\bot\NecroBot.exe
    echo Running No.10 BOT
    timeout /t 10000 /nobreak
    taskkill /f /im NecroBot.exe > nul
    cd ..
    exit
    u mean after 10 it back to bot1?
    replace exit with goto 1
    and if there s no folder name 10 shouldnt run that bot

  6. #51
    leeYoo's Avatar Sergeant
    Reputation
    23
    Join Date
    Aug 2016
    Posts
    42
    Thanks G/R
    5/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mansorom View Post
    'timeout' is not recognized as an internal or external command,
    operable program or batch file.
    'taskkill' is not recognized as an internal or external command,
    operable program or batch file.

    How to fix this problem??? I'm using win 7
    no idear u r system maybe have problem ... this command should all windows even DOS have...
    search "timeout.exe windows 7" check virus than put it into windows/system32

  7. #52
    leeYoo's Avatar Sergeant
    Reputation
    23
    Join Date
    Aug 2016
    Posts
    42
    Thanks G/R
    5/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kayvein View Post
    hey. thanks for sharing. just tried it.

    so far its okay. so when choose 1-6, if we choose bot no 1. it will start bot no 1 then what ?
    i mean once bot 1 is finished, will it go on to bot no 2 or stay with bot no 1 ?

    thanks !
    by my system it will auto close bot1 then go to bot 2.

  8. #53
    leeYoo's Avatar Sergeant
    Reputation
    23
    Join Date
    Aug 2016
    Posts
    42
    Thanks G/R
    5/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by e4404 View Post
    14.400 x 6 = 86400
    86400/3600= 24 hours.
    I think its wrong
    First bot start again at the same previous cycle hour. Then you bypass the limits!!!
    so easy way is let u choose which one bigain... lol...that s a lazy way

  9. #54
    kayvein's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey. thanks for the wonderful bot.

    can i ask how do we run 2 bots at once, then after 4 hours, switch to a new one and so on ?

Page 4 of 4 FirstFirst 1234

Similar Threads

  1. [Tool] How to run multiple bots on necrobot
    By tampa666 in forum Pokemon GO Hacks|Cheats
    Replies: 9
    Last Post: 08-18-2016, 03:38 PM
  2. Time before bot ban?
    By In7ox in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 01-18-2011, 06:21 AM
  3. [Q] What's the best price/usage-time leveling bot around here?
    By banzor in forum World of Warcraft General
    Replies: 3
    Last Post: 12-29-2010, 07:36 PM
  4. [Gold] Make 2500g in less than an hour of time, no botting using halaa
    By CatalystInfinity in forum World of Warcraft Guides
    Replies: 14
    Last Post: 10-16-2010, 02:29 AM
All times are GMT -5. The time now is 08:09 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