Hi, is it possible to bind the mousewheel and space bar at the same time for jumping? I'd like to be able to jump with space bar and use mousewheel to iwj.
WheelUp::Space WheelDown::Space
MButton::
While GetKeyState("MButton","P")
{
Send {Space Down}
Sleep 20
Send {Space Up}
Sleep 1
Send {Space Down}
Sleep 1
Send {Space Up}
Sleep 1
}
So what I do is, I open a notepad, I enter in the code you gave me, I save it as .ahk and utf-8 ''all files'' and then I double click the thing then I see a green icon in my taskbar on the right corner and I launch the game.Quote:
It works flawlessly for me. Be sure your middle mouse button is not bound to anything else and no other script uses it. Explain your process in detail.