Quote:
Originally Posted by wassimmriri
well i didnt use a QWERTY Keyboard ever in my life xD
and it was weird to hearing about it years ago
but its just the difference in the places of the keys xd
i use "a" instead of "q" and "q" instead of "a" xD
|
That sounds so complicated. :P
Also, for the people who want it. AHK Script.
$*MButton::
Loop
{
if not GetKeyState ("MButton","P")
break
SendInput {}
Sleep 000
}
Return
Basic AHK code, all you need to do is add the bot you want in it, and edit it a little bit.
Like
Space Down
20ms
Space Up
47ms
3 Down
16ms
Space Down
30ms
3 Up
31
Space Up
20ms
Will be
SendInput {Space Down}
Sleep 020
SendInput {Space Up}
Sleep 047
SendInput {3 Down}
Sleep 016
SendInput {Space Down}
Sleep 030
SendInput {3 Up}
Sleep 031
SendInput {Space Up}
Sleep 020
001 = 1ms
010 = 10ms
100 = 100ms
Have fun. :)
Don't forget you need to download AutoHotKey for this.
[Only registered and activated users can see links. Click Here To Register...]
Going offline, time for work.
Hmm, could it be that the Reload Cancel one doesn't work anymore? Trying it, but it doesnt even do a walljump right now. XD
Nvm it works again, messed a little bit around with the code.