This little script made for observers written in AutoHotkey holds the 2 button. No bypass required (at least with HackShield).
2 = "Character" camera position, fixed to the back of the ball carrier (where the action happens). It's effortless, looks smooth, and you don't need to get your finger tired.
Instructions:
Hotkeys.
Remember to run as Administrator in case it doesn't work.
Download:
You have two options according to how much you trust opening an exe.
1. Directly download the compiled&ready to use EXE file:

2. Or you install AHK from the official website

copy, save and run this script as anything.ahk
Code:
$*SC029::
n:=!n
if n=1
{
send {2 down}
sleep 60
}
else
{
send {2 up}
sleep 60
}
return
$*ins::
send {2 up}
sleep 60
exitapp
Example:
Here's some random footage of that camera position in case you're not familiar with it.







