Hotkeys

Questions and advice for new players

Moderators: Forum Moderators, Server Moderators

Forum rules
Newbie Forum is a moderated OOC forum.

Inflammatory bullshit, thread de-railing, or any other disruptive posts may result in punitive action.
Post Reply
Tokyo_Hasaku
super kawaii ^_^!!!!!!!!
Posts: 3.0
Joined: January 16th, 2012, 1:15 am

Hotkeys

Post by Tokyo_Hasaku »

I was wondering where i can get a /mget and /mdeliver hotkey? Anybody know?
User avatar
Johnny_Forelli
Posts: 118.0
Joined: January 4th, 2008, 12:44 am
Location: meepfukenmeep

Re: Hotkeys

Post by Johnny_Forelli »

http://www.autohotkey.com/

You will need to create a script, fairly easy to figure out.
User avatar
Rachael
hotdogmin
hotdogmin
Posts: 2651.0
Joined: February 23rd, 2008, 4:40 pm

Re: Hotkeys

Post 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.
[IMG]
Tokyo_Hasaku
super kawaii ^_^!!!!!!!!
Posts: 3.0
Joined: January 16th, 2012, 1:15 am

Re: Hotkeys

Post by Tokyo_Hasaku »

I figured it out! Thanks :))
Post Reply