Hi

Since some time now i have used this recoil script but now it does not longer work in game anymore. Outside of the game it still works but when i enter bf4 nothing happens any more. Have tried some other and they don't work.

EnablePrimaryMouseButtonEvents(true);

function OnEvent(event, arg)
if IsKeyLockOn("numlock" )then
if IsMouseButtonPressed(3)then
repeat
if IsMouseButtonPressed(1) then
repeat
MoveMouseRelative(0,1)
Sleep(8)
until not IsMouseButtonPressed(1)
end
until not IsMouseButtonPressed(3)
end
end
end