So this is some small scripts you can use with AutoHotKey (AHK) in Overwatch.
We don’t think this can get you banned, but using these is on your own responsibility.

AHK Scripts
Soldier – No Recoil
How to use
- Toggle on/off = Left Alt
- Terminate script = Numpad 0
Script
LAlt::Pause
~$LButton::
While GetKeyState("LButton", "P"){
Click down
Sleep, 450
Click up
Sleep, 25
}
return
Numpad0::ExitAppMcCree – Right click no recoil
Scripts
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)
}Reaper – Reload/melee
Script
$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 scriptReinhardt – Faster Melee
Script
~$LButton::
While GetKeyState("LButton", "P"){
Click
sleep 450
Click right down
sleep 200
Click right up
sleep 300
}
return
Numpad0::ExitAppMedia – video
https://vimeo.com/173286066
Password: MCR33ISTH3B3457
How To Install/Use
- Download and install AutoHoTkey (https://autohotkey.com)
- Copy and paste the code into notepad.
- Save as name.ahk (replace name).
- Open the .ahk file in AutoHotKey.
- Good to go.
Disclaimer: FTW hacks does not develop nor host any hacks or cheats. We do not offer any support for the cheats or hacks we link to. Also, using any of the cheats or hacks is at your own responsibility. FTW hacks cannot be hold responsible for any loss or damage you encounter by using the files we link to. Use at own risk!