Logitech Macros and Scripts

Posts 7690 of 97 · Page 6 of 7
still working good but new recoil update for Secondary smg for SAS, SMB, SAT and Assault Rifle for buck except that everything is good
Using latest Logitech Gaming Software 9.02.61.

With G502 and it works well, it's not just for this game but an overall script.

You need to test it in your Logitech Gaming Software Script box to get familiarized with how to activate/deactive it.

https://prntscr.com/kuzf24

G502

1. The selection key is the front side thumb key
2. The activation key is the rear side thumb key

I'm trying to change the deactivation key which is shift to another one. ctrl works. But if I try to assign a letter or a number it doesn't work. I don't know what LUA uses for prefixes to insert. Would be good if we could get a list. As well capslock didn't work:

Code:
until IsModifierPressed("shift")
PS:

To make it more smooth, change the numbers in the movemouserelative that are 7, to 4 or 5 or something but keep the nr 1 the way it is.

Make sure Lcore.exe (Logitech Gaming Software) is executed with admin rights.

- - - Updated - - -

This code is working as well. What it does? It lowers the DPI when you press and hold the right MOUSE BUTTON (scope in) for improved shooting accuracy. I want to incorporate it with SushiWang's script, so both scripts can work simultaneously, but don't yet know how to. I will get some help and improve the script in the near time.

You can change the arg == 2 then to 1. So when you shoot left MOUSE BUTTON it lowers the DPI, for weapons you don't scope in. But it's not optimal and I will be looking for ways to improve it. For example when you shoot the DPI should still be low for lets say 0.5 to 1 seconds from the time you release the left MOUSE BUTTON, as you will probably shoot again within that time you don't want your mouses DPI to bounce up and down whenever you press it. Another way would be to assign another key for lowering the DPI, lets say hold SHIFT key and it lowers the DPI.

Code:
function OnEvent(event, arg)

if event == "PROFILE_ACTIVATED" then

EnablePrimaryMouseButtonEvents(true)

end

if event == "MOUSE_BUTTON_PRESSED" and arg == 2 then

PlayMacro("DPI Down")

else

if event == "MOUSE_BUTTON_RELEASED" and arg == 2 then

PlayMacro("DPI Up")

end

end

end
Another improvement would be keep the right MOUSE button as it is, but if left MOUSE BUTTON pressed (shoot without scoop) allow DPI down as well + delay. So left MOUSE BUTTON overrides RIGHT, and no conflict will occur. You can as well make it DPI Down 2x for right click and 1x for left click, so you have different speed values. But the script needs customization for that.
Can you send full code at photo link, I need movemouserelative (-1,7) full part, Thanks
how about the no recoil script only ?? i dont know about script but i dont need the rapid fire .. and 1 more is this updated ?? for the grim sky ??
thanks in advance
only for logitech moues??
can use for other??!? i have steelseres rival 300
might need to pony up and grab a logitech mouse.
Quote Originally Posted by Chandoggie View Post
only for logitech moues??
can use for other??!? i have steelseres rival 300
for steelseries it is generally impossible to make macros
Still working fine for me tnx
This Script was working perfect for me.
Clash Macro
Maybe you could make a macro to turn left and swap to secondary, then flick back to where you were aiming before? Just a possibility. It would block bullets so :shrug:
Quote Originally Posted by MavenGaming View Post
Please can we have shield macro?
if you want it ^^

- - - Updated - - -

Quote Originally Posted by tiktak70 View Post
Undetected still?
yep it is still undetected ^^

- - - Updated - - -

Quote Originally Posted by SoulGivr View Post
Maybe you could make a macro to turn left and swap to secondary, then flick back to where you were aiming before? Just a possibility. It would block bullets so :shrug:
mhm okay i will look what i can do for you ^^

- - - Updated - - -

Quote Originally Posted by dynioglowyy View Post
This Script was working perfect for me.
was ? i know it dont work as good as worked in the past but still works fine but i start to make a more stronger one ^^

- - - Updated - - -

Quote Originally Posted by tina93 View Post
Still working fine for me tnx
:*:*:*:*:*:*

- - - Updated - - -

Quote Originally Posted by QuaggaJacks View Post
might need to pony up and grab a logitech mouse.
go for it ^^

- - - Updated - - -

Quote Originally Posted by niccoX View Post
Using latest Logitech Gaming Software 9.02.61.

With G502 and it works well, it's not just for this game but an overall script.

You need to test it in your Logitech Gaming Software Script box to get familiarized with how to activate/deactive it.

https://prntscr.com/kuzf24

G502

1. The selection key is the front side thumb key
2. The activation key is the rear side thumb key

I'm trying to change the deactivation key which is shift to another one. ctrl works. But if I try to assign a letter or a number it doesn't work. I don't know what LUA uses for prefixes to insert. Would be good if we could get a list. As well capslock didn't work:

Code:
until IsModifierPressed("shift")
PS:

To make it more smooth, change the numbers in the movemouserelative that are 7, to 4 or 5 or something but keep the nr 1 the way it is.

Make sure Lcore.exe (Logitech Gaming Software) is executed with admin rights.

- - - Updated - - -

This code is working as well. What it does? It lowers the DPI when you press and hold the right MOUSE BUTTON (scope in) for improved shooting accuracy. I want to incorporate it with SushiWang's script, so both scripts can work simultaneously, but don't yet know how to. I will get some help and improve the script in the near time.

You can change the arg == 2 then to 1. So when you shoot left MOUSE BUTTON it lowers the DPI, for weapons you don't scope in. But it's not optimal and I will be looking for ways to improve it. For example when you shoot the DPI should still be low for lets say 0.5 to 1 seconds from the time you release the left MOUSE BUTTON, as you will probably shoot again within that time you don't want your mouses DPI to bounce up and down whenever you press it. Another way would be to assign another key for lowering the DPI, lets say hold SHIFT key and it lowers the DPI.

Code:
function OnEvent(event, arg)

if event == "PROFILE_ACTIVATED" then

EnablePrimaryMouseButtonEvents(true)

end

if event == "MOUSE_BUTTON_PRESSED" and arg == 2 then

PlayMacro("DPI Down")

else

if event == "MOUSE_BUTTON_RELEASED" and arg == 2 then

PlayMacro("DPI Up")

end

end

end
Another improvement would be keep the right MOUSE button as it is, but if left MOUSE BUTTON pressed (shoot without scoop) allow DPI down as well + delay. So left MOUSE BUTTON overrides RIGHT, and no conflict will occur. You can as well make it DPI Down 2x for right click and 1x for left click, so you have different speed values. But the script needs customization for that.
mhm i think i can menage it mhm okay i will rewrite my whole script ^^
Hey can you maybe merge this anti recoil script with ur rapidfire?
Call-of-Duty-Blackops-4-Recoil-Macro.txt19 KB · 16 downloads Clean
are you going to update this ? cause it ain't working well for me like it was before the update .
thx
Posts 7690 of 97 · Page 6 of 7

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?