Request: Tool for change accounts after xxx amount of time or xxx amount of pokemons menu

User Tag List

Results 1 to 15 of 15
  1. #1
    tester030's Avatar Member
    Reputation
    4
    Join Date
    Feb 2009
    Posts
    24
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Request: Tool for change accounts after xxx amount of time or xxx amount of pokemons

    Has any got a any tool for auto logout from an account and auto-login to a different one. It will be nice for a rotation between accounts x amount of time or Pokémon's caught,

    Request: Tool for change accounts after xxx amount of time or xxx amount of pokemons
  2. #2
    olofpp's Avatar Sergeant
    Reputation
    14
    Join Date
    Jul 2016
    Posts
    57
    Thanks G/R
    2/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can do this easily with a batchfile. This will run necrobot1 for 3 hours and stop it and run necrobot2 for 3 hours and loop to beginning.

    :start
    start c:\necrobot1\necrobot.exe
    timeout 10800
    taskkill /IM necrobot.exe
    start c:\necrobot2\necrobot.exe
    timeout 10800
    taskkill /IM necrobot.exe
    goto start

  3. Thanks Ripper3, tester030 (2 members gave Thanks to olofpp for this useful post)
  4. #3
    tester030's Avatar Member
    Reputation
    4
    Join Date
    Feb 2009
    Posts
    24
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by olofpp View Post
    You can do this easily with a batchfile. This will run necrobot1 for 3 hours and stop it and run necrobot2 for 3 hours and loop to beginning.

    :start
    start c:\necrobot1\necrobot.exe
    timeout 10800
    taskkill /IM necrobot.exe
    start c:\necrobot2\necrobot.exe
    timeout 10800
    taskkill /IM necrobot.exe
    goto start
    Good idea.

  5. #4
    hardknoxni69a's Avatar Member
    Reputation
    3
    Join Date
    Aug 2016
    Posts
    12
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works except doesnt load my settings how do i change it to work please

  6. #5
    copi134's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hardknoxni69a View Post
    works except doesnt load my settings how do i change it to work please
    I have the same error...

  7. #6
    Ripper3's Avatar Contributor
    Reputation
    121
    Join Date
    Jul 2016
    Posts
    485
    Thanks G/R
    52/109
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you guys have a NecroBot in c:\necrobot1\ & c:\necrobot2\?
    If not, adjust the path to link to where ever your Bot is located

  8. #7
    copi134's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ripper3 View Post
    Do you guys have a NecroBot in c:\necrobot1\ & c:\necrobot2\?
    If not, adjust the path to link to where ever your Bot is located
    Yes ripper i adjust the path but if i execute the bot with de .bat file necro doesnt load my data

  9. #8
    baklaforever's Avatar Sergeant
    Reputation
    6
    Join Date
    Jul 2016
    Posts
    57
    Thanks G/R
    23/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what if you accidentally close the necrobot.exe will it reopen the necrobot again?

  10. #9
    pemarcos's Avatar Corporal
    Reputation
    5
    Join Date
    Aug 2016
    Posts
    23
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by olofpp View Post
    You can do this easily with a batchfile. This will run necrobot1 for 3 hours and stop it and run necrobot2 for 3 hours and loop to beginning.

    :start
    start c:\necrobot1\necrobot.exe
    timeout 10800
    taskkill /IM necrobot.exe
    start c:\necrobot2\necrobot.exe
    timeout 10800
    taskkill /IM necrobot.exe
    goto start
    dont execute my bot, why

    does work here, he open my bot and auto close if my bot dont has config files, auth and config...

    but in the paste its ok..


    ----

    GUYS, NOW WORK!!!

    :start
    cd C:\necrobot01\
    start necrobot.exe
    timeout 6300
    taskkill /IM necrobot.exe


    need to go from the paste first...

    gl..
    Last edited by pemarcos; 08-15-2016 at 06:00 PM.

  11. #10
    MarshallCountz's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I want do it too...

    but dont load my configs, can someone help?

  12. #11
    Ripper3's Avatar Contributor
    Reputation
    121
    Join Date
    Jul 2016
    Posts
    485
    Thanks G/R
    52/109
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MarshallCountz View Post
    I want do it too...

    but dont load my configs, can someone help?
    Should work now. Original batch file didn't include a directy change, the "/D"
    :start
    start /D c:\necrobot1\necrobot.exe
    timeout 10800
    taskkill /IM necrobot.exe
    start /D c:\necrobot2\necrobot.exe
    timeout 10800
    taskkill /IM necrobot.exe
    goto start

  13. #12
    daisukiCx's Avatar Private
    Reputation
    11
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Poke Bot Restarter - Simple .bat script

    Code:
    @echo off
    title Poke Bot Restarter v1.1 [Multi]
    mode con: cols=60 lines=11
    color 0a
    
    set /a timer = 3600
    set /a max_restarts = 5
    
    
    
    REM ==========================================================================
    :account1
    set /a counter = %counter% + 1
    
    cd "C:\Users\Satoshi\Desktop\Release"
    start NecroBot.exe 
    
    cls
    echo ------------------------------------------------
    echo // Poke Bot Restarter [Multi]
    echo // Author: daisukiCx @ ownedcore.com
    echo // Version: 1.1 - 8/16/16
    echo.
    echo [Message] Account: 1
    echo [Message] Restarts: %counter% / %max_restarts%
    echo [Message] Bot will restart in %timer% seconds...
    echo ------------------------------------------------
    
    timeout /t %timer% >nul
    taskkill /f /im NecroBot.exe >nul
    
    if %counter% == %max_restarts% goto done
    goto account2
    REM ==========================================================================
    
    
    
    
    REM ==========================================================================
    :account2
    set /a counter = %counter% + 1
    
    cd "C:\Users\Satoshi\Desktop\Release"
    start NecroBot.exe 
    
    cls
    echo ------------------------------------------------
    echo // Poke Bot Restarter [Multi]
    echo // Author: daisukiCx @ ownedcore.com
    echo // Version: 1.1 - 8/16/16
    echo.
    echo [Message] Account: 2
    echo [Message] Restarts: %counter% / %max_restarts%
    echo [Message] Bot will restart in %timer% seconds...
    echo ------------------------------------------------
    
    timeout /t %timer% >nul
    taskkill /f /im NecroBot.exe >nul
    
    if %counter% == %max_restarts% goto done
    goto account1
    REM ==========================================================================
    
    
    
    :done
    exit

  14. Thanks player3 (1 members gave Thanks to daisukiCx for this useful post)
  15. #13
    westeroskrali's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    25
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ripper3 View Post
    Should work now. Original batch file didn't include a directy change, the "/D"
    Doesnt work for me

  16. #14
    frisck's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works fine with this code:

    :start
    cd C:\Users\user\Downloads\Release_0_8_6\Release\
    start necrobot.exe
    timeout 10800
    taskkill /IM necrobot.exe
    cd C:\Users\user\Downloads\Release_0_8_6 - duplicate\Release\
    start necrobot.exe
    timeout 10800
    taskkill /IM necrobot.exe
    goto start

    Just change the directory to match yours

  17. #15
    westeroskrali's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    25
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by frisck View Post
    Works fine with this code:

    :start
    cd C:\Users\user\Downloads\Release_0_8_6\Release\
    start necrobot.exe
    timeout 10800
    taskkill /IM necrobot.exe
    cd C:\Users\user\Downloads\Release_0_8_6 - duplicate\Release\
    start necrobot.exe
    timeout 10800
    taskkill /IM necrobot.exe
    goto start

    Just change the directory to match yours
    Doesnt work ...

Similar Threads

  1. [Tool] Vision - A Simple Tool for Changing FoV in WoW
    By Torpedoes in forum World of Warcraft Bots and Programs
    Replies: 10
    Last Post: 09-01-2017, 05:28 PM
  2. [Request] Looking for WoW Account Phisher
    By Freakstorm in forum WoW Scam Prevention
    Replies: 12
    Last Post: 03-10-2009, 06:20 PM
  3. CD-Keys for new account requested
    By azi in forum WoW Scams Help
    Replies: 1
    Last Post: 05-13-2008, 02:01 PM
  4. [Request] Looking For DBC Taxinote Change. GM Island
    By blafa in forum WoW ME Questions and Requests
    Replies: 9
    Last Post: 08-28-2007, 07:48 PM
  5. Request: Wpn model change after 2.0.1
    By sigi in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 12-13-2006, 10:32 AM
All times are GMT -5. The time now is 10:35 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search