d4ns0ul 1 Report post Posted August 1, 2014 Dear ExiledBot Team, My request its very Simple Is it possible to add a personnalised or not, key binding features for Starting the bot. Like a F Button Only For Starting Thanks Also will be nice to have Chaos and regret recipe Farming !!! Quote Share this post Link to post Share on other sites
maths 0 Report post Posted August 1, 2014 F12 Quote Share this post Link to post Share on other sites
d4ns0ul 1 Report post Posted August 4, 2014 I mean the first start button not pause and resume. Like space or enter maybe someting like that will be cool ! I want to automate the process of restarting my vm'S and i cant automated the start bot. Quote Share this post Link to post Share on other sites
Spawnova 17 Report post Posted August 5, 2014 Hello there. What you are asking for can easily be done with a small AutoHotKey script. I've quickly written one up that you might find useful. TrayTip,ExiledBot_Start,ExiledBot_Start is now running. settimer,CheckForBot,1000 ;Comment this out if you want it to run even when the bot is not running. return ^F12:: ;HotKey = Control+F12 Process, Exist, ExiledBot.exe if (ErrorLevel = 0) { MsgBox ExiledBot is not running. } else { ControlClick,Button3,ahk_pid %ErrorLevel% ;Exitapp ;Uncomment Exitapp if you want this program to close after the bot starts. } return CheckForBot: Process, Exist, ExiledBot.exe if (ErrorLevel = 0) { ExitApp } return Just start this program with your bot and Control+F12 becomes start bot. Hope that helps. =P Quote Share this post Link to post Share on other sites
Toasti 0 Report post Posted December 22, 2018 Does anyone have a working Autohotkey Script to start and stop the bot with the above mentioned SendMessage Tips? Quote Share this post Link to post Share on other sites