-
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.
-
Post Thanks / Like - 6 Thanks
-
Sergeant
if bot crash. can it restart the program?
-
Member
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
-
Originally Posted by
FroZen2655
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...
-
Originally Posted by
shyrex88
if bot crash. can it restart the program?
yes it will.
-
Member
-
Originally Posted by
andyt315
What bot are you using?
-
Member
-
Member
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
-
Post Thanks / Like - 1 Thanks
hpbaxx (1 members gave Thanks to Marlb0ro for this useful post)
-
Sergeant
use spegeli's bot
-
Elite User
Originally Posted by
bukandewa
use spegeli's bot

Getting the same with the haxton bot
-
Originally Posted by
Crazyhead
Getting the same with the haxton bot
Originally Posted by
bukandewa
use spegeli's bot

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.
-
Member
Yo
Can you make it so it deletes LastCoords everytime before restarting / starting ?
-
Originally Posted by
aiTMaster
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
-
Active Member
Looks like a "simple" and very* useful project. What is about the false positive? Could you provide the sourcecode or is it that secret?