Casually sharing my AHK script, took a bit from Tot and modified for myself:
#IfWinActive ahk_class DarkSouls2
F1::Suspend ;<- suspends the script if for some reason you have to (shouldnt happen though)
^LButton::MouseClick, left ;<-- this allows using normal mouse clicks when you hold ctrl
^RButton::MouseClick, right
;Right Weapon Attacks
~LButton::H
~RButton::G
;Left Weapon Attacks
XButton1::U
XButton2::Z
;Shield Bash
r::
SetKeyDelay -1
Send {Blind}{w down}
Send {Blind}{H down}
Sleep 100
Send {Blind}{w up}
Send {Blind}{H up}
return
;Jump attack
c::
SetKeyDelay -1
Send {Blind}{w down}
Send {Blind}{G down}
Sleep 100
Send {Blind}{w up}
Send {Blind}{G up}
return
It is meant to be used with a 4 button mouse:
mouse1 is normal right attack
mouse2 power right attack
mouse3 block/normal left attack
mouse4 parry/power left attack
R is shield bash
C is jump attack
(i have E and F binded in game for use/action)
I noticed that shield bash and jump attacks failed 70% of the time with only 20 Sleep in between, when I upped that to 100 it now executes without fail.
it's only me or this thread is fucked up a bit?
yeah its fugged, apple needs to fix that youtube link/tag
nvm it was actually me quoting him