LOGITECH G HUB R6 ANTI RECOIL R4C, MP5, JAGER
Автор: Your Mood
Загружено: 2025-02-21
Просмотров: 10302
Описание:
*TIME STAMPS BELOW *
this video was very rushed and only for educational purposes, i personally don't use them, but thought it could help those dads or uncs out there to have some fun.
G5 R4C
G4 Docs mp5
G8 Jagers AR
0:24 how to set it up
0:50 how it works
1:52 gameplay
2:56 how to customize it for different weapons
DISCLAIMER: I AM NOT RESPONSIBLE IF YOU GET BANNED!!!!
USE AT YOUR OWN RISK!!!!!
Copy EVERY THING with in the (" ")
("-- Created By GoonClick
-- r6 Anti-Recoil
local profiles = {
AR = {recoil = {x = -2, y = 25}, delay = 1}, -- AR Profile
SMG = {recoil = {x = -1, y = 25}, delay = 1}, -- SMG Profile
Shotgun = {recoil = {x = 0, y = 23}, delay = 1}, -- Shotgun Profile
Custom = {recoil = {x = -1, y = 10}, delay = 1}, -- Custom Profile
}
local currentProfile = "AR"
local scriptEnabled = true
local toggleKeys = {
AR = 5, -- Mouse Button 5 for AR
SMG = 4, -- Mouse Button 4 for SMG
Shotgun = 6, -- Mouse Button 6 for Shotgun
Custom = 8, -- Change/replace this if you would like.
}
local toggleScriptKey = 7 -- Mouse Button 7 to enable/disable script
-- Dont Mess With this shit fam, it's not meant for you.
function recoilCompensation(recoil)
MoveMouseRelative(recoil.x, recoil.y)
end
function OnEvent(event, arg)
if event == "PROFILE_ACTIVATED" or event == "PROFILE_DEACTIVATED" then
EnablePrimaryMouseButtonEvents(true)
end
if event == "MOUSE_BUTTON_PRESSED" and arg == toggleScriptKey then
scriptEnabled = not scriptEnabled
OutputLogMessage("Script %s\n", scriptEnabled and "Enabled" or "Disabled")
end
if not scriptEnabled then return end
if event == "MOUSE_BUTTON_PRESSED" then
for profile, key in pairs(toggleKeys) do
if arg == key then
if currentProfile ~= profile then
currentProfile = profile
OutputLogMessage("Switched to %s profile\n", profile)
end
end
end
end
if IsMouseButtonPressed(1) then
local profileSettings = profiles[currentProfile]
repeat
recoilCompensation(profileSettings.recoil)
Sleep(profileSettings.delay)
until not IsMouseButtonPressed(1)
end
end")
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: