Double tap S for BnS

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Molyapina

Double tap S for BnS

Post by Molyapina » 16 Feb 2016, 11:30

Hi

Im currently using kind of script in BnS
$F::
While, GetKeyState("f","p")
{
Send {f}
Sleep 1
Send {4}
Sleep 1
}
Return
f11::
suspend
return

It works well but now i wish to add or have another script for backstep ability. When double tapping S character jumps back. I've tried with that same script and other several ones that i found out but cant get it to working. Anyone with any advices or even ready script how to do it?

Return to “Ask for Help (v1)”