Hello Script users, here I am presenting you my new RapidFire script for Black Ops 3. It is written in AHK so you need to download this first. Currently supported weapons are: -205 Brecci -Sheiva -MR6 non-akimbo -Drakon Tell me which weapons/functions to add next! More info in the README.txt. To the admin checking this: Please add the virus scans here // // and remove this line and the six lines above. Download: #: Code: #NoEnv loop { GetKeyState, state, F10 if state = D { ExitApp } GetKeyState, state, F11 if state = D { isSheivaRF:=false isBrecciRF:=false isMR6RF:=false isDrakonRF:=false } GetKeyState, state, F5 if state = D { isBrecciRF:=true isSheivaRF:=false isMR6RF:=false isDrakonRF:=false } GetKeyState, state, F6 if state = D { isBrecciRF:=false isSheivaRF:=true isMR6RF:=false isDrakonRF:=false } GetKeyState, state, F7 if state = D { isBrecciRF:=false isSheivaRF:=false isMR6RF:=true isDrakonRF:=false } GetKeyState, state, F8 if state = D { isBrecciRF:=false isSheivaRF:=false isMR6RF:=false isDrakonRF:=true } if GetKeyState("LButton") { Send, {P} if isBrecciRF == true { Sleep, 321 } if isSheivaRF == true { Sleep, 234 } if isMR6RF == true { Sleep, 121 } if isDrakonRF == true { Sleep, 601 } } } Thanks for trying halbGefressen PS: Auto Smileys are removed in the text because Emojis are giving cancer to the humanity. Downloadable Files http://www.playerup.com/forum/mpghv2/attach/zip.gif halbGefressen's RapidFire v1_mpgh.net.zip [Download and Thanks] (1.1 KB)