-
Member
Originally Posted by
PassionSTAR
Well i will think about it, but what does "a lot of time" means. I mean to add such functionality, the concept of this application needs to be redesigned. This means it would be hours of development to save a few seconds...
I mean if you add/remove a bot, you just need to press ENTER in BotStarter windows and restart it. Since the application will do the rest (starting all other bots) its pretty much seconds what i coasts in current state...
Please show your BotStarter.ini file. You are using C:\windows\system32\calc.exe which was just an example and should not be used. On windows10, unfortunately, they redesigned calc.exe to just start another application and end process. Therefore BotStarter just starts it again and again and again.
Just dont insert calc.exe
Spegeli's bot is uncompiled and you need to compile it by yourself for using it. I actually wrote a few lines how to edit his bot to not bring this "press key" message and just end process. This way my tool can carry on his work
http://www.ownedcore.com/forums/poke...ml#post3484963 (BotStarter - Tool to keep bots running :))
See answer above to first of your posts
Well just because you are using a bot with a stupid behavior (prompting for key before exit), it doesn't mean my application is useless at all. There are several other bots which doesn't behave like that!
BUT, assuming you are using an uncompiled bot like spegeli's bot e.g. - you can easily change this behavior of the bot with one single line in code. Please see also
http://www.ownedcore.com/forums/poke...ml#post3484963
thanks , im using https://github.com/d-haxton/HaxtonBot now , and i tried to add // on that line it would become // var input = System.Console.ReadLine();
but it will compile error , can you please take a look ?
-
Post Thanks / Like - 1 Thanks
faqihownedcore (1 members gave Thanks to trick2gg for this useful post)
-
Member
Nice job dude! Keep with good work!
-
Member
Is there a fix for the BotStarter to detect the bots not actually progressing. For example all of my bots just stopped progressing on a pokestop. The bots are still open but nothing's happening.
-
Sergeant Major
Hi PassionSTAR i use your BotStarter its work perfect but can get request?
to Close Bot and Open again every 30 minute? :O
-
Sergeant Major
Originally Posted by
yaoy2012
Is there a fix for the BotStarter to detect the bots not actually progressing. For example all of my bots just stopped progressing on a pokestop. The bots are still open but nothing's happening.
yeah i think need Bot restarting in 30 minute xD i dnt know how to use coding
-
Member
Hi, Let me first off start by saying thanks for your hard work, it's much appreciated and a brilliant idea, secondly I too would like to see the source code just because I'm learning at the moment and I learn best by looking at how the applications I like to use work, and finally I'd like to suggest to the people having the "app handler" error where it doesn't proceed past the first line, I personally forgot to add a .exe to the end of my file path so check for that, best wishes to all!
-
Member
-
Member
that's an awesome tool dude! 
just a simple but important request!
some bots require to press a key to start working! can you find a solution for that! (like the famous NecroBot )
-
Member
Originally Posted by
AnSnoussi
that's an awesome tool dude!

just a simple but important request!
some bots require to press a key to start working! can you find a solution for that! (like the famous NecroBot )

It's easy set the value to false
"StartupWelcomeDelay": false,
-
Member
Anyone can give me an hand pls?
I'm using Maclone's bot but I'm getting problems using the Bot Starter! The path should be:
....\PokemonGo.RocketAPI.Console
Right? Because I'm getting some problems because the bots just don't start!
EDIT: Solved because its the .exe console!
-
Member
very usefull tool.
but if the cmd restart, the bot(eg. spegeli&necro&haxton) need to "press any key" to start it.
any solution for this?
-
Originally Posted by
trick2gg
thanks , im using
https://github.com/d-haxton/HaxtonBot now , and i tried to add // on that line it would become // var input = System.Console.ReadLine();
but it will compile error , can you please take a look ?
I will have a look if there is anything i can do on MY side to failover this bots behavior. If its impossible i will have a look at haxtons code and tell you what to modifiy.
Originally Posted by
yaoy2012
Is there a fix for the BotStarter to detect the bots not actually progressing. For example all of my bots just stopped progressing on a pokestop. The bots are still open but nothing's happening.
Do you mean the bot stands still for now reason or are you talking about the "known" problem that the bot is standing at the line "press key to continue"???
Originally Posted by
Munaroh
Hi PassionSTAR i use your BotStarter its work perfect but can get request?
to Close Bot and Open again every 30 minute? :O
I will add some small settings this weekend and will put this onto the list. Then you can configure an auto restart time if you want.
Originally Posted by
AnSnoussi
that's an awesome tool dude!

just a simple but important request!
some bots require to press a key to start working! can you find a solution for that! (like the famous NecroBot )

I will have a look if i can do something for that this weekend.
Originally Posted by
DinVizel92
Anyone can give me an hand pls?
I'm using Maclone's bot but I'm getting problems using the Bot Starter! The path should be:
....\PokemonGo.RocketAPI.Console
Right? Because I'm getting some problems because the bots just don't start!
EDIT: Solved because its the .exe console!
I will fix a little bit to check if the part is valid and show some errors otherwise. Just for people can easily see that their path is invalid.
Originally Posted by
faqihownedcore
very usefull tool.
but if the cmd restart, the bot(eg. spegeli&necro&haxton) need to "press any key" to start it.
any solution for this?
I will have a look if i can do something for that this weekend.
-
-
Made a new Release with some improvements:
Download BotStarter 1.1
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!
-
Member
link die.. how to download