So how do I create a new profile??
Logitech Macros and Scripts
Could i get some help on figuring out how to work this? I used one similar to this a while back but i cant remember how i got it to work.
I like it but is there someway i could actually remove the rapidfire? I try to remove it all in all from the profile but still is active in game someway dont know why.
I got it removed once but after like 1 day it came back. I dont like this feature. Hope you can help buddy.
- - - Updated - - -
I like it but is there someway i could actually remove the rapidfire? I try to remove it all in all from the profile but still is active in game someway dont know why.
I got it removed once but after like 1 day it came back. I dont like this feature. Hope you can help buddy.
I got it removed once but after like 1 day it came back. I dont like this feature. Hope you can help buddy.
- - - Updated - - -
I like it but is there someway i could actually remove the rapidfire? I try to remove it all in all from the profile but still is active in game someway dont know why.
I got it removed once but after like 1 day it came back. I dont like this feature. Hope you can help buddy.
This works great! Is there any way to make the rapidfire consistent and faster? I tried changing the values, but it is still inconsistent, so when I use rapidfire, it shoots 2-3 bullets, pause, 1-2 bullets, pause and so on. Appreciate any help with that!
Best macro I've ever used, thanks so much!
Tested on my Logitech G403 + Logitech g910 and it does not work :/
LISTEN EVERYONE!
The macro works fine, just import it and you are ready to go, KEEP IN MIND, the onlyproblem with the macro at the moment is that u can only use it with iron sights.
- - - Updated - - -
LISTEN EVERYONE!
The macro works fine, just import it and you are ready to go, KEEP IN MIND, the onlyproblem with the macro at the moment is that u can only use it with iron sights.
UPDATE: Works on Reflex too
- - - Updated - - -
LISTEN EVERYONE!
The macro works fine, just import it and you are ready to go, KEEP IN MIND, the onlyproblem with the macro at the moment is that u can only use it with iron sights.
UPDATE: Works on Reflex too
UPDATE 2: Works on Holo Sight
I'm sorry for the updates, it didn't work on acog before but I must have did something wrong, It works perfect on everything! thanks a lot
The macro works fine, just import it and you are ready to go, KEEP IN MIND, the onlyproblem with the macro at the moment is that u can only use it with iron sights.
- - - Updated - - -
LISTEN EVERYONE!
The macro works fine, just import it and you are ready to go, KEEP IN MIND, the onlyproblem with the macro at the moment is that u can only use it with iron sights.
UPDATE: Works on Reflex too
- - - Updated - - -
LISTEN EVERYONE!
The macro works fine, just import it and you are ready to go, KEEP IN MIND, the onlyproblem with the macro at the moment is that u can only use it with iron sights.
UPDATE: Works on Reflex too
UPDATE 2: Works on Holo Sight
I'm sorry for the updates, it didn't work on acog before but I must have did something wrong, It works perfect on everything! thanks a lot
What Mouse you are using?
cant get it to work how do i activate it i have g300s
set this as your default profile ^^ or what do you mean ? update this script tomorrow was working on an another project ^^
- - - Updated - - -
i use the logitech g502 ^^
- - - Updated - - -
ACOG is the problem i know you need to change the coords to 1/ -9 and -1/9 but this make your screen rly shaking
- - - Updated - - -
maybe you did somthing wrong dude :/
- - - Updated - - -
hope you will enjoy the upgrade tomorrow but Enjoy it
- - - Updated - - -
i fixed it and it was rly hard to fix the rapid fire i mean rly hard
script update tomorrow
- - - Updated - - -
local recoil = false
function OnEvent(event, arg)
OutputLogMessage("event = %s, arg = %s\n", event, arg)
if (event == "PROFILE_ACTIVATED") then
EnablePrimaryMouseButtonEvents(true)
end
if (event == "MOUSE_BUTTON_PRESSED" and arg == 5) then
if (IsModifierPressed("shift")) then
recoil = not recoil
if (recoil == true) then
OutputLogMessage("Recoil is On\n")
else
OutputLogMessage("Recoil is Off\n")
end
else
OutputLogMessage("Recoil is Off\n")
end
end
if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoil == true) then
if IsMouseButtonPressed(1) and IsMouseButtonPressed(3)then
repeat
MoveMouseRelative(-1,7)
Sleep(14)
MoveMouseRelative(1,-7)
Sleep(14)
until not IsMouseButtonPressed(1) or not IsMouseButtonPressed(3)
end
end
maybe this can help you ^^
- - - Updated - - -
if you need some help with your code i can help you
1. activate the rapid-fire or noe-recoil function
2. press the button to make it run
- - - Updated - - -
click on the + button under your profiles in LGS
- - - Updated - - -
lua is easy to learn but if i can help then i will help people
- - - Updated - - -
lua is easy to learn but if i can help then i will help people
- - - Updated - - -
lua is easy to learn but if i can help then i will help people
- - - Updated - - -
i use the logitech g502 ^^
- - - Updated - - -
ACOG is the problem i know you need to change the coords to 1/ -9 and -1/9 but this make your screen rly shaking

- - - Updated - - -
maybe you did somthing wrong dude :/
- - - Updated - - -
hope you will enjoy the upgrade tomorrow but Enjoy it

- - - Updated - - -
i fixed it and it was rly hard to fix the rapid fire i mean rly hard
script update tomorrow- - - Updated - - -
local recoil = false
function OnEvent(event, arg)
OutputLogMessage("event = %s, arg = %s\n", event, arg)
if (event == "PROFILE_ACTIVATED") then
EnablePrimaryMouseButtonEvents(true)
end
if (event == "MOUSE_BUTTON_PRESSED" and arg == 5) then
if (IsModifierPressed("shift")) then
recoil = not recoil
if (recoil == true) then
OutputLogMessage("Recoil is On\n")
else
OutputLogMessage("Recoil is Off\n")
end
else
OutputLogMessage("Recoil is Off\n")
end
end
if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoil == true) then
if IsMouseButtonPressed(1) and IsMouseButtonPressed(3)then
repeat
MoveMouseRelative(-1,7)
Sleep(14)
MoveMouseRelative(1,-7)
Sleep(14)
until not IsMouseButtonPressed(1) or not IsMouseButtonPressed(3)
end
end
maybe this can help you ^^
- - - Updated - - -
if you need some help with your code i can help you
1. activate the rapid-fire or noe-recoil function
2. press the button to make it run

- - - Updated - - -
click on the + button under your profiles in LGS
- - - Updated - - -
lua is easy to learn but if i can help then i will help people

- - - Updated - - -
lua is easy to learn but if i can help then i will help people

- - - Updated - - -
lua is easy to learn but if i can help then i will help people

What is 5th mouse button :'(, can you help me, i use the same mouse as you
could you please help me via teamview? I'll be moved and fired by that
Pasted and saved the script, pressed ms button 5 and "shift" but literally nothing happens, same with the profile :/
EDIT: Have G502 as well.
EDIT: Have G502 as well.
These scripts work soo nice!! thanks
is ths setting is for auto game detection only? becuase i cant find import profile in on board memory setting
my mouse is logitech G300s
my mouse is logitech G300s
Similar Threads
Rainbow Six: Siege Discussions & HelpLogitech drop shot macro or scriptII 6 CrossFire Mods & Rez ModdingCrossfire LogIn Font and Scripted+music.
8 Flaming & RageTo all you AlterIW hackers and script kiddies.DA 20 Knight Online HacksBypass premium, speedhack, wallhack, macro and more...
31 Call of Duty 4 - Modern Warfare (MW) HacksDownload hacks and scripts free here(No joke) 30
