У нас вы можете посмотреть бесплатно BEST R6 No Recoil Script - Simple Logitech G Hub Script или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This script, although it is old, still works perfectly and better than the new ones, I would say. Besides, it is easier to configure, there is not much difference with the others if they all have the same function. I will also answer the questions of those who need help Script: EnablePrimaryMouseButtonEvents (true); function OnEvent(event,arg) if IsKeyLockOn("Capslock")then if IsMouseButtonPressed(3)then repeat if IsMouseButtonPressed(1) then repeat MoveMouseRelative(0,15) Sleep(9) until not IsMouseButtonPressed(1) end until not IsMouseButtonPressed(3) end end end / klzzz