Search results

  1. byk

    Battlefield 1/ (Comfortable game) Spot, NO Recoil, Rapid Fire. Logitech mice.

    this code in debug mode now... :) jism function OnEvent(event, arg) OutputLogMessage("event = %s, arg = %d\n", event, arg) if (event == "PROFILE_ACTIVATED") then EnablePrimaryMouseButtonEvents(true) elseif event == "PROFILE_DEACTIVATED" then ReleaseMouseButton(2)...
  2. byk

    Battlefield 1/ M1907 SL (Sweeper) Perfect NO Recoil 1.25x. Logitech mice.

    function OnEvent(event, arg) OutputLogMessage("event = %s, arg = %d\n", event, arg) --debug if (event == "PROFILE_ACTIVATED") then EnablePrimaryMouseButtonEvents(true) elseif event == "PROFILE_DEACTIVATED" then ReleaseMouseButton(2) end if (event ==...
  3. byk

    Battlefield 1/ All Lewis (machine gun) Perfect NO Recoil 1.25x. Logitech mice.

    function OnEvent(event, arg) OutputLogMessage("event = %s, arg = %d\n", event, arg) if (event == "PROFILE_ACTIVATED") then EnablePrimaryMouseButtonEvents(true) elseif event == "PROFILE_DEACTIVATED" then ReleaseMouseButton(2) end if (event ==...
  4. byk

    Battlefield 1 / No Recoil. LUA Script. Logitech mouse ALL Models.

    Remove simple recoil. Only Automatico 1918. function OnEvent(event, arg) OutputLogMessage("event = %s, arg = %d\n", event, arg) if (event == "PROFILE_ACTIVATED") then EnablePrimaryMouseButtonEvents(true) elseif event == "PROFILE_DEACTIVATED" then...
  5. 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"...
  6. byk

    How to Logitech (enable/insert) LUA script / Как воткнуть скрипт в профиль :)

    1) Open Logitech Gaming Software, like this. Откройте программу Logitech Gaming Software. //----------------------------------------------------------------------------------------------------------------- 2) Select Battlefield 4 profile or your custom Profile. Выбирете профиль Баттлфил...
  7. 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...
  8. byk

    A4Tech Bloody A, AL, V, TL, X and etc. Macro. Battlefield 4

    RU: Подправляем под свой FOV. В аттаче 176 скриптов на любой вкус и цвет, от пистолетов до пулеметов. Внимание: Возможно Ваше поведение мышки отличается. На то они и Китайцы... Немного посмотрев, подстроить чуть под себя. Должно быть активировано 3 ядро. Если нет - в личку к администратору -...
  9. byk

    Battlefield 4 profile. Logitech. mouse (mice) 303G

    Общий профиль: the max optimal profile for Battlefield 4. 2xShot Цикл повторения: при нажатии Выстрел: "левая / правая" кнопка мышки, задержка 0.021 msec. Длительность между выстрелами: 0.051 msec. Общая задержка (на повторения макроса): 10 msec. CPI - любой. Разрешение - любое. FOV - любой...