Anyone know a program or a script to restart the bot every few hours? menu

Shout-Out

User Tag List

Results 1 to 10 of 10
  1. #1
    Nostalghia's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Anyone know a program or a script to restart the bot every few hours?

    Anyone know a program or a script to restart the bot every few hours?

    In case it bot crashes (I'm not talking about in-console crash, I'm talking when the console completely exits).
    For example, it'd run the bot for 2-3 hours. exit it (or if it crash within that time), turn it on again, and repeat. Thanks.

    Anyone know a program or a script to restart the bot every few hours?
  2. #2
    BackTracking's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    5/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Code

    Code:
    @ECHO OFF
    :start
    TASKKILL /F /IM "PokemonGo.RocketAPI.Console.exe"
    timeout /t 3
    start "PokemonGo.RocketAPI.Console.exe" ""<<<PATCH HERE>>>PokemonGo.RocketAPI.Console.exe""
    timeout /t 1800
    goto start
    REM pause
    Try this, just insert on "PATCH HERE" the direction from pokemonGo.exe

  3. Thanks Nostalghia, xuananh0507 (2 members gave Thanks to BackTracking for this useful post)
  4. #3
    Nostalghia's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BackTracking View Post
    Code:
    @ECHO OFF
    :start
    TASKKILL /F /IM "PokemonGo.RocketAPI.Console.exe"
    timeout /t 3
    start "PokemonGo.RocketAPI.Console.exe" ""<<<PATCH HERE>>>PokemonGo.RocketAPI.Console.exe""
    timeout /t 1800
    goto start
    REM pause
    Try this, just insert on "PATCH HERE" the direction from pokemonGo.exe
    thank you that was what i was looking for, I did something similar to this for switching steam accounts

  5. Thanks xuananh0507 (1 members gave Thanks to Nostalghia for this useful post)
  6. #4
    xuananh0507's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BackTracking View Post
    Code:
    @ECHO OFF
    :start
    TASKKILL /F /IM "PokemonGo.RocketAPI.Console.exe"
    timeout /t 3
    start "PokemonGo.RocketAPI.Console.exe" ""<<<PATCH HERE>>>PokemonGo.RocketAPI.Console.exe""
    timeout /t 1800
    goto start
    REM pause
    Try this, just insert on "PATCH HERE" the direction from pokemonGo.exe
    hi can you show me how to use this code. thanks. i am a noob

  7. #5
    uglydewey's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you mean PATH not PATCH?

  8. #6
    nowayrlz's Avatar Active Member CoreCoins Purchaser
    Reputation
    31
    Join Date
    Jul 2016
    Posts
    49
    Thanks G/R
    6/16
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1- Open Notepad
    2- Paste the code
    Code:
    @echo off
    :init
    TASKKILL /F /IM "PokemonGo.RocketAPI.Console.exe"
    start "" PokemonGo.RocketAPI.Console.exe
    TIMEBREAK /NOBREAK /T 3600
    goto init
    3- Save as ...
    4- Select type: All files(*.*)
    5- Name it: whatever.bat
    6- Copy it inside your bot folder.
    7- Congratulations!

  9. #7
    trick2gg's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    72
    Thanks G/R
    8/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nowayrlz View Post
    1- Open Notepad
    2- Paste the code
    Code:
    @echo off
    :init
    TASKKILL /F /IM "PokemonGo.RocketAPI.Console.exe"
    start "" PokemonGo.RocketAPI.Console.exe
    TIMEBREAK /NOBREAK /T 3600
    goto init
    3- Save as ...
    4- Select type: All files(*.*)
    5- Name it: whatever.bat
    6- Copy it inside your bot folder.
    7- Congratulations!
    thanks but what if i want to open/turn off more than one program ?

  10. #8
    Femator's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    23
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tnx for the script.
    How can it be modified to open the program and not show cmd console in taskbar?
    + how can I open 5 different accounts with this so that it wont kill others while restarting the first?
    Last edited by Femator; 07-26-2016 at 04:34 AM.

  11. #9
    coderx2's Avatar Active Member
    Reputation
    44
    Join Date
    Jul 2016
    Posts
    103
    Thanks G/R
    29/42
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://www.ownedcore.com/forums/poke...ml#post3469192 (Toggle your Poke Bot On/Off over the Internet v2) Also features auto restart when console is closed and after a customizable amount of minutes.

  12. #10
    deki77's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    :loop
    start "Run" /d "C:\users\user\desktop\bot01" call run.bat
    start "Run" /d "C:\users\user\desktop\bot02" call run.bat
    start "Run" /d "C:\users\user\desktop\bot03" call run.bat
    start "Run" /d "C:\users\user\desktop\bot04" call run.bat
    timeout /t /nobreak 1800
    taskkill /fi "WINDOWTITLE eq Run*"
    goto loop
    This is what I use for easy opening multiple bots, run.bat just opens another cmd and executes a python script for the bot to start.

Similar Threads

  1. Replies: 0
    Last Post: 08-11-2016, 10:20 AM
  2. Anyone know a good multiboxer program?
    By Chea1 in forum World of Warcraft General
    Replies: 6
    Last Post: 11-08-2009, 05:52 PM
  3. Anyone know Perl scripting?
    By Monx_W0W in forum Community Chat
    Replies: 2
    Last Post: 11-17-2007, 09:00 AM
  4. Anyone know any good CD burning programs?
    By Disphotic in forum Community Chat
    Replies: 4
    Last Post: 06-29-2007, 06:13 PM
All times are GMT -5. The time now is 09:56 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.
Digital Point modules: Sphinx-based search