Recent content by byk

  1. byk

    Вань привет Мну вопрос есть, Вася говорил что всегда доступ будет у меня к хакам. А к 5 бф нету...

    Вань привет Мну вопрос есть, Вася говорил что всегда доступ будет у меня к хакам. А к 5 бф нету. Можно сделать мне?
  2. byk

    Он отключается по некоторым причинам, значит скоро FF выпишет вам бан. Умерьте пыл...

    Он отключается по некоторым причинам, значит скоро FF выпишет вам бан. Умерьте пыл использывания. 1) Делает сники ФФ 2) скнирует памят на внешние процессы 3) пытается снять экран, а ж тремя функциями. 4) пытается заполучить хендлеры окна и выявить внешние процессы и т.д.
  3. byk

    Подробнее, что значит включается и всё?) оверлай появляется у Вас? далее вам необходимо выбрать...

    Подробнее, что значит включается и всё?) оверлай появляется у Вас? далее вам необходимо выбрать функции, на крайней вкладке сохранить, чтоб заново, не включать всё.
  4. 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)...
  5. 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 ==...
  6. 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 ==...
  7. byk

    Макросы для PYBG

    В Блади можно запилить без разрешения. там функция получения текущего разрешения есть. посчитать фолиулу не сложно, но разброс скриптами ни в жисть не убрать)
  8. byk

    Rust - Razer Synape Macro

    4 bursshot, need to detect some key 4u (G-key, T-Key) mice and bind command Up, Down (beetwen sleep(20-21). Cmd "Click".- undefined in game, i think this issue LGg software. Edge: weapon shot's/per min ^^)
  9. byk

    Rust - NoRecoil (Logitech)

    You need to turn off the acceleration of the pointer. Increase/lower the dpi, the optimal value is 1200 - 1600. Make sure that the profile activates the script. For echo in the debug window, you will see the output text. DPI - 1200 - 1600 edge/possible Pointer acceleration - turn off In game...
  10. byk

    НАверное уже не актуально)

    НАверное уже не актуально)
  11. byk

    Yeah)

    Yeah)
  12. byk

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

    Remove recoil. Only MP-18. 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) -- to prevent...
  13. 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...