ok i found the best suitable script for me , now i'm closer to a pad user
WASD - movement
mouse - look around and aim
leftclick - mainhand attack (RIGHT weapon slot!)
rightclick - offhand (shield and so on, LEFT weapon slot!)
alt + leftclick - mainhand strong attack
alt + rightclick - offhand strong attack (or parry as shield)
CTRL leftclick - swap mainhand weapon
CTRL Rightclick - swap offhand weapon
Shift - sprint/roll
Space - jump (only during spriting)
F - interact or accept
C (or Z like default) - toggle walking on/off
E - use item
middle mouse click - lock on target
R - change locked on target
scroll down - change item
scroll up - change magic
1 - guardbreak
2 - jump attack
Q - toggle interact or switch to 2handed
here's the code:
#SingleInstance, force
+Escape::ExitApp ;Shift and Escap to kill program!
#NoEnv
#IfWinActive, DARK SOULS II
~LButton::H
~RButton::U
LAlt & ~LButton::Send {G down} {G up}
LAlt & ~RButton::Send {Y down} {Y up}
LCTrl & LButton::send {RIGHT down} {RIGHT up}
LCTrl & RButton::send {LEFT down} {LEFT up}
f::ENTER
r::L
SPACE::F
SHIFT::SPACE
c::Z
q::N
return
1::
send {w up}{a up}{s up}{d up}{sleep 10}
Send {W down}
Sleep 10
Send {H down}
Sleep 10
Send {W up}
Send {H up}
return
2::
send {w up}{a up}{s up}{d up}{sleep 10}
Send {W down}
Sleep 10
Send {G down}
Sleep 10
Send {W up}
Send {G up}
return