Need A Keybinder!!!!

Status
Not open for further replies.

John101

Active member
Joined
Feb 21, 2013
Messages
89
Reaction score
0
Hey guys, I need a keybinder which can send keys not the text commands. for example if i press A it will send E+down arrow+down arrow+Enter. Any help will be appreciated. Thanks
 

FireLizzard

Active member
Joined
Apr 4, 2013
Messages
83
Reaction score
0
Hey guys, I need a keybinder which can send keys not the text commands. for example if i press A it will send E+down arrow+down arrow+Enter. Any help will be appreciated. Thanks
for wich game?
 

Saunder123

New member
Joined
Apr 10, 2013
Messages
4
Reaction score
0
+g::
{
Send {pgdn down}{1 down}
While GetKeyState("w","P")
{
; do nothing
}
Send {pgdn up}{1 up}
}
return

___________________

For me when I hold click Shift+G it does PgDn+1. So just change the keys to the ones you like then that should be it.
 

asus

Active member
Joined
Feb 20, 2013
Messages
34
Reaction score
0
If you need a keybind for RP and other shit? Then I suggest the "Auto Hot Key". ((Google it up, free to download))
 

John101

Active member
Joined
Feb 21, 2013
Messages
89
Reaction score
0
I have auto hot key but its too difficult to use. So can you please give me an example how do i script a keybind like this if i press R it will toggle these keys E + down arrow + down arrow +enter.
 
Status
Not open for further replies.
Top