A better version of the brecci jitter script no reload problem looks a little more legit (not always spamming) Steps (ahk means auto hotkey scrip) 1.Download auto hotkey 2.install auto hotkey 3.right click desktop click new and ahk 4.right click the new ahk file you just created and click edit 5.Now paste the script and save the file and exit 6. double click the ahk script file 7.now click f1 and start your game 8.make a class with a brecci a lethal and tactical 9.change your combat controls to default 10.start game then click f1 again and it should work (takes a couple of seconds once match starts) {f1::suspend ~$LButton:: While GetKeyState("LButton", "P"){ Sleep, 4 send G sleep 60 send G send E sleep 6 send G send E } return }