A4tech Left Click

07/07/2014 18:57 maxbrasileiro#1
Hi, I don't know where else to post this questions and I really need help. I just bought an A4Tech X7 Mouse with the oscar editor and I'm using the macro to play APB, I have written a macro for the 7th button which is the small button near the left mouse button and that small button is very uncomfortable.

If anyone of you uses this kind of mouse too and know how to get around this then please share, I really need help. All the videos I've seen on youtube arent really helpful and they are in russian.

Macro code I use: [Only registered and activated users can see links. Click Here To Register...]

Now the questions are:

- How do I set the macro setting on the left mouse button? I want it to click repeatedly when I hold the mouse and then stops clicking when I release.
- Why can't I hold right mouse button then run the script? The script just doesn't run while I hold right mouse button. I need right mouse button to zoom in.

Thanks.
07/08/2014 11:36 Janishey#2
I have a razor deathadder, hmm if you can, can you edit the delays to a lower set? Cause on my razor deathadder the lowest delay is 0.001.., Whats the lowest delay setting can your mouse get?.

I dont think you can set the button to the left mouse because its a default? but you can get a program that sets it to left mouse button but its a more risk to get you banned so i perfer not to get the program, But instead try setting it to button you are comfortable with :)...

It will be hard to run the script on the right hand mouse button, because that button is used for zooming. try putting the script on a different button?
07/08/2014 11:55 maxbrasileiro#3
code left click of my mouse.
understand not only how.

<Root>
<DefaultMacro>
<Major></Major>
<Description>
</Description>
<Comment></Comment>
<GUIOption>
<RepeatType>2</RepeatType>
</GUIOption>
<KeyUp>
<Syntax></Syntax>
</KeyUp>
<KeyDown>
<Syntax>//------
Ifkey 1 1 4
IfKey 1 0 1
LeftDown 1
MoveR 2 4
Delay 90 ms
MoveR 1 3
Delay 90 ms
MoveR 1 3
LeftUp 1
Ifkey 1 1 4
IfKey 1 0 1</Syntax>
</KeyDown>
<Software>battlefield 3
</Software></DefaultMacro>
</Root>
08/11/2014 03:37 CookSoGood#4
was verry usefull