Bot Manager, bot multiple accounts with ease!! menu

User Tag List

Page 1 of 5 12345 LastLast
Results 1 to 15 of 61
  1. #1
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Bot Manager, bot multiple accounts with ease!!

    This is a little bot manager utility I made for running multiple bots.

    Features:
    • Edit settings on the fly, saves all settings.
    • Compatible with most console bots
    • Run multiple instances of the same bot (Different credentials)

    How-To:
    • Paste the path of the bot executable you wish to use into textbox.
    • Press the + button to add new bots
    • Press the - button to remove bots
    • Press the "Edit Selected" button to change running bot settings

    Future Features:
    • List of known Pokemon Go bot repositories
    • Automatic download & compile of repositories
    • Support of all known Pokemon Go bot repositories
    • Better error handling
    • More Configuration

    Tested with:




    If you try this with another bot can you please confirm whether or not this is working! Thanks.


    Download Executable: http://bit.ly/2ahVQgK
    Download Source:: http://bit.ly/2a5snqb

    Feel free to contribute to the repository!







    Rep or Thanks if you like this.
    Last edited by chancity; 07-28-2016 at 09:35 AM.

    Bot Manager, bot multiple accounts with ease!!
  2. Thanks rowxs, zylong186, Crazyhead, uploader619, iverymes, souchebarbe (6 members gave Thanks to chancity for this useful post)
  3. #2
    shyrex88's Avatar Sergeant
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    54
    Thanks G/R
    8/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if bot crash. can it restart the program?

  4. #3
    FroZen2655's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    https://www.virustotal.com/de/file/2...is/1469646477/

    SHA256: 24ebbfc02e615061440950d0157ae69c360c58128441a0fc54d48caa16f612e4
    Dateiname: botmanager.exe
    Erkennungsrate: 1 / 54
    Analyse-Datum: 2016-07-27 19:07:57 UTC ( vor 0 Minuten )

    Qihoo-360 QVM03.0.Malware.Gen 20160727

  5. #4
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FroZen2655 View Post
    https://www.virustotal.com/de/file/2...is/1469646477/

    SHA256: 24ebbfc02e615061440950d0157ae69c360c58128441a0fc54d48caa16f612e4
    Dateiname: botmanager.exe
    Erkennungsrate: 1 / 54
    Analyse-Datum: 2016-07-27 19:07:57 UTC ( vor 0 Minuten )

    Qihoo-360 QVM03.0.Malware.Gen 20160727

    False positive...

  6. #5
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shyrex88 View Post
    if bot crash. can it restart the program?
    yes it will.

  7. #6
    andyt315's Avatar Member
    Reputation
    4
    Join Date
    May 2012
    Posts
    72
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    yes it will.
    Nope,
    https://gyazo.com/9ab1f53e400b54bd655ba673881ec310

  8. #7
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by andyt315 View Post
    What bot are you using?

  9. #8
    andyt315's Avatar Member
    Reputation
    4
    Join Date
    May 2012
    Posts
    72
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  10. #9
    Marlb0ro's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    28
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is a batch script i wrote to start all bot at once and it restart them evrey 30 min incase some of the bots crashed (just change folder location and file name..):
    PHP Code:
    @echo off
    :loop
    cd 
    "C:\Users\User\Desktop\Botting\v4\1"
    start PokemonGo.Haxton.Console.exe

    cd 
    "C:\Users\User\Desktop\Botting\v4\2"
    start PokemonGo.Haxton.Console.exe

    cd 
    "C:\Users\User\Desktop\Botting\v4\3"
    start PokemonGo.Haxton.Console.exe

    cd 
    "C:\Users\User\Desktop\Botting\v4\4"
    start PokemonGo.Haxton.Console.exe

    cd 
    "C:\Users\User\Desktop\Botting\v4\5"
    start PokemonGo.Haxton.Console.exe

    cd 
    "C:\Users\User\Desktop\Botting\v4\6"
    start PokemonGo.Haxton.Console.exe

    cd 
    "C:\Users\User\Desktop\Botting\v4\7"
    start PokemonGo.Haxton.Console.exe

    cd 
    "C:\Users\User\Desktop\Botting\v4\8"
    start PokemonGo.Haxton.Console.exe

    cd 
    "C:\Users\User\Desktop\Botting\v4\9"
    start PokemonGo.Haxton.Console.exe

    timeout 1800 
    NUL

    taskkill 
    /IM PokemonGo.Haxton.Console.exe >nul

    goto :loop
    exit 

  11. Thanks hpbaxx (1 members gave Thanks to Marlb0ro for this useful post)
  12. #10
    bukandewa's Avatar Sergeant
    Reputation
    11
    Join Date
    Jul 2016
    Posts
    60
    Thanks G/R
    4/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    use spegeli's bot
    Bot Manager, bot multiple accounts with ease!!-screenshot_1-jpg

  13. #11
    Crazyhead's Avatar Elite User
    Reputation
    328
    Join Date
    May 2009
    Posts
    287
    Thanks G/R
    19/316
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bukandewa View Post
    use spegeli's bot
    Bot Manager, bot multiple accounts with ease!!-screenshot_1-jpg
    Getting the same with the haxton bot

  14. #12
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Crazyhead View Post
    Getting the same with the haxton bot
    Originally Posted by bukandewa View Post
    use spegeli's bot
    Bot Manager, bot multiple accounts with ease!!-screenshot_1-jpg

    I'm looking into the haxton bot. This should be working with the Spegeli's Bot though.

    There seems to be some variance in configuration files for each of the console bots being made. This program assumes the console bot is using an app.config with a very specific format. I'm going to try and make it more generic or just add an option for each of the top console bots (requires more programming).
    Last edited by chancity; 07-27-2016 at 03:44 PM.

  15. #13
    aiTMaster's Avatar Member
    Reputation
    14
    Join Date
    Jul 2009
    Posts
    165
    Thanks G/R
    9/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yo

    Can you make it so it deletes LastCoords everytime before restarting / starting ?

  16. #14
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aiTMaster View Post
    Yo

    Can you make it so it deletes LastCoords everytime before restarting / starting ?
    I think it already does.


    Uploaded a new version that works with the latest Haxton bot

  17. #15
    Firegone's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2007
    Posts
    286
    Thanks G/R
    5/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks like a "simple" and very* useful project. What is about the false positive? Could you provide the sourcecode or is it that secret?

Page 1 of 5 12345 LastLast

Similar Threads

  1. [Guide] Step by step: Botting multiple accounts with GoManager using proxies
    By Fadelol in forum Pokemon GO Hacks|Cheats
    Replies: 44
    Last Post: 09-25-2016, 10:09 PM
  2. Can anyone teach me how to bot multi account with necro bot ?
    By PokeMaster\Yi in forum Pokemon GO Chat
    Replies: 7
    Last Post: 09-06-2016, 12:01 PM
  3. Replies: 2
    Last Post: 08-22-2016, 09:55 AM
  4. Botting Multiple accounts - all toons in one zone?
    By deathwolfx in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 01-30-2012, 03:00 AM
All times are GMT -5. The time now is 05:57 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