
Originally Posted by
paradoxe1978
Reaper Reload/Melee
Code:
$r:: ; reload key
{
send {r} ; reload key
sleep 300 ; 300 is the delay in ms
send {v} ; your melee key
}
return
Numpad0::suspend ; pause the script
Firstly Soldier norecoil:
Toggle on/off = Left Alt
Terminate script = numbad 0
Code:
LAlt::Pause
~$LButton::
While GetKeyState("LButton", "P"){
Click down
Sleep, 450
Click up
Sleep, 25
}
return
Numpad0::ExitApp
mccree right click no recoil
Code:
SendMode Input
Numpad0::ExitApp
~RButton::
Loop
If GetKeyState("RButton") {
Sleep, 5
moveAmount := (moveAmount = 2) ? 3 : 0
mouseXY(moveAmount,3.4)
}
else
break
Return
mouseXY(x,y)
{
DllCall("mouse_event",int,1,int,x,int,y,uint,0,uint,0)
}
Reinhardt faster melee
Code:
~$LButton::
While GetKeyState("LButton", "P"){
Click
sleep 450
Click right down
sleep 200
Click right up
sleep 300
}
return
Numpad0::ExitApp
Not my job
How do I use it? Thanks in advance
- - - Updated - - -
Ok, I learned how to use it.
Just one thing:
Reaper: It don't do hit when he auto-reload, just when you press R, and don't do it when you're shotting, because he will just do a melee attack
Soldier: It's fine
McCree: I don't see difference
Reindhart: It's a bit weird how it looks, and give me headhache the change of position xD