lua

  1. byk

    Battlefield 4 (ACE-21) no recoil. LUA script for all Logitech G mice.

    Battlefield 4 - carbine ACE-21 Add script in u profile. How to(read this post) - http://baunticheats.com/forum/index.php?threads/how-to-logitech-enable-insert-lua-script-Как-воткнуть-скрипт-в-профиль.5866/ Enjoy! ^^ function OnEvent(event, arg) OutputLogMessage("event = %s, arg = %d\n"...
  2. byk

    Battlefield 3,4,HardLine / No Recoil. LUA Script. Logitech. mouse (mice) 303G or ALL Models.

    Remove simple recoil. Only autorifle. АЕК-971, Famas, Abakan and e.t.c. function OnEvent(event, arg) OutputLogMessage("event = %s, arg = %d\n", event, arg) if (event == "PROFILE_ACTIVATED") then EnablePrimaryMouseButtonEvents(true) elseif event == "PROFILE_DEACTIVATED" then...