Page 1 of 1

Hotkeys

Posted: January 29th, 2012, 11:25 am
by Tokyo_Hasaku
I was wondering where i can get a /mget and /mdeliver hotkey? Anybody know?

Re: Hotkeys

Posted: January 29th, 2012, 8:20 pm
by Johnny_Forelli
http://www.autohotkey.com/

You will need to create a script, fairly easy to figure out.

Re: Hotkeys

Posted: January 29th, 2012, 11:50 pm
by Rachael
if you use this program, you must include anti spamming code.. eg here is an example hotkey

Code: Select all

NumpadLeft::
SendInput t/enter{enter}
sleep 1500
return
The sleep 1500 will stop you getting warned for spamming if you accidentally sit on your keyboard.

Re: Hotkeys

Posted: January 30th, 2012, 3:39 pm
by Tokyo_Hasaku
I figured it out! Thanks :))