M moojew New Member Joined Apr 2, 2017 Messages 5 Reaction score 3 Aug 17, 2017 #1 hey is there a hot key to pause I cant seem to locate information on this cheers in advance
H h0v3r Member Joined Oct 31, 2014 Messages 123 Reaction score 3 Aug 17, 2017 #2 I believe stop button is the same functionality with pause.
Unknown Buddy Member Joined May 20, 2015 Messages 603 Reaction score 17 Aug 18, 2017 #3 moojew said: hey is there a hot key to pause I cant seem to locate information on this cheers in advance Click to expand... You can edit hotkeys by opening up Exilebuddy > Settings > Global > GlobalSettings.json. Use this site to cipher your keys: https://msdn.microsoft.com/en-us/library/aa243025(v=vs.60).aspx Example: Changing the default pause button (which is technically just stop / start, not a true pause) ... you would change. Code: "StartStopBotKey": 112, "StartStopBotMod": 0, 112 = F1 0 = No modifiers (aka, no shift, alt, control, etc) So the above change allows you to use F1 to start and stop the bot.
moojew said: hey is there a hot key to pause I cant seem to locate information on this cheers in advance Click to expand... You can edit hotkeys by opening up Exilebuddy > Settings > Global > GlobalSettings.json. Use this site to cipher your keys: https://msdn.microsoft.com/en-us/library/aa243025(v=vs.60).aspx Example: Changing the default pause button (which is technically just stop / start, not a true pause) ... you would change. Code: "StartStopBotKey": 112, "StartStopBotMod": 0, 112 = F1 0 = No modifiers (aka, no shift, alt, control, etc) So the above change allows you to use F1 to start and stop the bot.
P pushedx Well-Known Member Joined Sep 24, 2013 Messages 4,252 Reaction score 290 Aug 18, 2017 #4 There's no "pause" hotkey in the sense of letting the bot run but not do anything by design. EB has to hook input and interacts pretty heavily with the client to work, so you need to Stop the bot to do things and then start it up again.
There's no "pause" hotkey in the sense of letting the bot run but not do anything by design. EB has to hook input and interacts pretty heavily with the client to work, so you need to Stop the bot to do things and then start it up again.