BotStarter - Tool to keep bots running :) menu

User Tag List

Page 1 of 11 12345 ... LastLast
Results 1 to 15 of 155
  1. #1
    PassionSTAR's Avatar Active Member

    Reputation
    77
    Join Date
    Jan 2016
    Posts
    61
    Thanks G/R
    5/56
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    BotStarter - Tool to keep bots running :)

    Hello Community!

    there are so many different bots out there yet and some of them are absolutely awesome, beside the fact of some random crashes after x hours.
    People let their computers powered on overnight only to bot and when they wake up in the morning to see the bot is crashed early on, the disappointnes is real

    So I started a small project called BotStarter.
    The tool works as easy as it sounds:
    In the configuration file BotStarter.ini you can add multiple line of full qualified paths. Example content:
    Code:
    D:\Tools\Name of Your Bot 1\PokemonGo.RocketAPI.Console.exe
    D:\Tools\Name of Your Bot 2\PokemonGo.RocketAPI.Console.exe
    As you can see even spaces doesn't matter, it just needs to be a full qualified path inclusive extension.

    The tool will not only start all bots/applications configured, it will take care about them to run. If one of the applications gets closed/crashes - it will restarted immediately!
    This way you can go sleep like a baby and your bot keeps running

    Important information about the closing!
    There are two options to close this application:
    1) You want to close all bots/applications started? Just press Enter into the command prompt
    2) You want to keep all bots/applications started? Just hit the X and close the window

    This is 100% my own work and counts as free software. Feel free to use and recommend it to people having problems keeping their bots alive!

    Happy Botting

    Download BotStarter 1.4

    ReleaseNotes 1.1:
    Added BotStarterSettings.ini with some settings:
    CheckDelayInSeconds=5
    Description: Seconds between the checks if bots still alive will happen
    StartAppsMinimized=false
    Description: Can be set to true to start bots always minimized
    AutoRestartInMinutes=0 -
    Description: Autorestart bots after X minutes
    AutoSendEnterKey=false
    Description: Automatically sends constantly ENTER key to bots. This will result it error messages, BUT should have no impact on the bots runtime. It will failover bots which prompting for enter at start or before end. It's just a try to avoid changes in the bots itself (which would be the correct way because an application which is supposed to run unattended should never prompt for a key!)

    Applications in BotStarter.ini are now handled a bit better. It checks if the path is correct and bring now errors if not!

    ReleaseNotes 1.2:
    Added support for command line arguments for bots like PokeSniper!
    Important that you add the arguments in BotStarter.ini and not try to add a batch file itself.
    Example:
    D:\Bots\PokeSniper2 v1\PokeSniper2.exe -autosniping

    ReleaseNotes 1.3:
    (RE-)Added support for .bat files
    Important: Please note that it extremely depends on the content of the batch file for the monitor to work. If the .bat starts applications with "start ....", which means
    it gets started asynchron, the monitoring feature just doesn't work and it will result in an endless loop! Please be aware of this.
    Example:
    D:\Bots\PokeSniper2 v1\autosniper.bat

    ReleaseNotes 1.4:
    Added setting in BotStartSettings.ini:
    DelayBetweenStartupsInSeconds=0 -> Seconds between the startups
    Last edited by PassionSTAR; 11-04-2020 at 03:05 PM. Reason: 1.4 Release - Download Link

    BotStarter - Tool to keep bots running :)
  2. #2
    badinstincts's Avatar Sergeant
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    63
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tried and it just keeps opening new visual studio windows like crazy...

    Pokemon Go Rocket API.sln

  3. Thanks cedricdu94 (1 members gave Thanks to badinstincts for this useful post)
  4. #3
    PassionSTAR's Avatar Active Member

    Reputation
    77
    Join Date
    Jan 2016
    Posts
    61
    Thanks G/R
    5/56
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by badinstincts View Post
    Tried and it just keeps opening new visual studio windows like crazy...

    Pokemon Go Rocket API.sln
    Please post your INI file. I bet you have a wrong path OR missing extension

  5. #4
    badinstincts's Avatar Sergeant
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    63
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ohh, I didn't realize I could compile it into an exe and run the bot that way. I've been opening visual studio all the time, lol...

  6. #5
    madness90's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    added my file paths and nothing happens?

  7. #6
    LeHugeDeuce's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is awesome!!! /thanked

  8. #7
    PassionSTAR's Avatar Active Member

    Reputation
    77
    Join Date
    Jan 2016
    Posts
    61
    Thanks G/R
    5/56
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by madness90 View Post
    added my file paths and nothing happens?
    Please post your content of the file for help. Just to be clear, first configure the file - then start the application.

  9. #8
    CastroSt's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works perfectly, thanks bro.

  10. #9
    vosszaa's Avatar Member
    Reputation
    4
    Join Date
    Jul 2012
    Posts
    80
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So Ive configured the ini then start the exe then should I leave the window active? or I can press X and go on with my life?

  11. #10
    PassionSTAR's Avatar Active Member

    Reputation
    77
    Join Date
    Jan 2016
    Posts
    61
    Thanks G/R
    5/56
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vosszaa View Post
    So Ive configured the ini then start the exe then should I leave the window active? or I can press X and go on with my life?
    Yes you need to leave the window active, otherwise you close the application and the main feature (watching for your bot and restart if crashed) wont work
    If you just close it, the bots keep running like you started them manually

  12. Thanks Hansanity12 (1 members gave Thanks to PassionSTAR for this useful post)
  13. #11
    madness90's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    // C:\Users\madne\Desktop\Main!\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI.Console\bin\Debug\PokemonGo.RocketAPI.Console.exe

    it looks like that

  14. #12
    PassionSTAR's Avatar Active Member

    Reputation
    77
    Join Date
    Jan 2016
    Posts
    61
    Thanks G/R
    5/56
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by madness90 View Post
    // C:\Users\madne\Desktop\Main!\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI.Console\bin\Debug\PokemonGo.RocketAPI.Console.exe

    it looks like that
    Just to make that clear before i start creating a crazy long path like that Did you add the "//" only to post it here or does your path start with // ?
    If so, please remove it - just plain path per line. "//" is for comments and line will be ignored

  15. Thanks vinz77 (1 members gave Thanks to PassionSTAR for this useful post)
  16. #13
    cedricdu94's Avatar Member
    Reputation
    11
    Join Date
    May 2009
    Posts
    175
    Thanks G/R
    9/10
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PassionSTAR View Post
    Hello Community!

    there are so many different bots out there yet and some of them are absolutely awesome, beside the fact of some random crashes after x hours.
    People let their computers powered on overnight only to bot and when they wake up in the morning to see the bot is crashed early on, the disappointnes is real

    So I started a small project called BotStarter.
    The tool works as easy as it sounds:
    In the configuration file BotStarter.ini you can add multiple line of full qualified paths. Example content:
    Code:
    D:\Tools\Name of Your Bot 1\PokemonGo.RocketAPI.Console.exe
    D:\Tools\Name of Your Bot 2\PokemonGo.RocketAPI.Console.exe
    C:\windows\system32\calc.exe
    As you can see even spaces doesn't matter, it just needs to be a full qualified path inclusive extension.

    The tool will not only start all bots/applications configured, it will take care about them to run. If one of the applications gets closed/crashes - it will restarted immediately!
    This way you can go sleep like a baby and your bot keeps running

    Important information about the closing!
    There are two options to close this application:
    1) You want to close all bots/applications started? Just press Enter into the command prompt
    2) You want to keep all bots/applications started? Just hit the X and close the window

    This is 100% my own work and counts as free software. Feel free to use and recommend it to people having problems keeping their bots alive!

    Happy Botting

    Download BotStarter 1.0
    Thanks, can be cool if you can add autosize window
    Last edited by cedricdu94; 07-26-2016 at 05:52 PM.

  17. #14
    Rabelais's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    86
    Thanks G/R
    18/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice man! Gonna testing!
    What's the point of opening the calculator?
    Last edited by Rabelais; 07-26-2016 at 06:10 PM.

  18. #15
    ts00172511's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    36
    Thanks G/R
    14/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you i love you !!!
    now i can sleep or shopping and no need to use teamview to check my bot everytime ! you're life saver !

Page 1 of 11 12345 ... LastLast

Similar Threads

  1. Anti-AFK / AutoQueue Wintergrasp Bot - RUNS IN BACKGROUND
    By Trollin in forum World of Warcraft Bots and Programs
    Replies: 10
    Last Post: 12-12-2009, 01:53 PM
  2. should i keep botting? ><
    By alexownzyou@ in forum World of Warcraft General
    Replies: 6
    Last Post: 11-04-2009, 04:45 PM
  3. [WoW] Tool Pack [Spam Bot, Auto Login etc.]
    By marco1234 in forum World of Warcraft Bots and Programs
    Replies: 24
    Last Post: 05-17-2009, 11:45 PM
  4. How to keep server running?
    By Moondar in forum Gaming Chat
    Replies: 5
    Last Post: 08-03-2008, 02:31 AM
  5. [OB] How to make Open Bot Run very Smoothly
    By Stephen Colbert in forum World of Warcraft Bots and Programs
    Replies: 11
    Last Post: 04-06-2008, 09:18 AM
All times are GMT -5. The time now is 11:43 AM. 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