Logitech Macro Simple Norecoil

Posts 115 of 46 · Page 1 of 4
Logitech Macro Simple Norecoil
hello, I share a little no recoil that works quite well
Times can be edited to your liking, as each uses its own DPI and in-game sensitivity
DPI: 600
Sensitivity: 12

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 it from being stuck on
end
if (event == "MOUSE_BUTTON_PRESSED" and arg == 5) then
recoilx4 = not recoilx4
spot = not spot
end
if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoilx4) then
if recoilx4 then
repeat
MoveMouseRelative(0, 2)
Sleep(5)
MoveMouseRelative(-1,6)
Sleep(15)
MoveMouseRelative(1,-6)
Sleep(15)
MoveMouseRelative(0, 2)
Sleep(5)
until not IsMouseButtonPressed(1)
end
end
end
hi, how to activate the macro ?
activated with mouse button 5
can i change the button? to Activate it ?

Thx
Quote Originally Posted by GasFerr123 View Post
activated with mouse button 5
This is a dumb question but I play on PC with controller, would this Macro affect the recoil if I am playing on controller or no?
What is mouse button 5?
Im sorry if this is a stupid question.
the front left side button
Quote Originally Posted by shadowvirus23 View Post
Im sorry if this is a stupid question.
just go into your logitech g hub and look at your mouse buttons
How is this done?
How is this done?
I need Help
How to configure
Is there a to use it without a logitech g-hub cause i don't have a mouse or keyboard i have a corsair :/ and a model O
Changing sens
Quote Originally Posted by GasFerr123 View Post
hello, I share a little no recoil that works quite well
Times can be edited to your liking, as each uses its own DPI and in-game sensitivity
DPI: 600
Sensitivity: 12
how do we change the dpi and sensitivity
Has anyone checked it? is it any good?
Posts 115 of 46 · Page 1 of 4

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?