No Recoil Razer

02/13/2018 09:12 drgriddle#16
Can anyone help me actually set this up I followed

1. Create .xml

2. paste following code
Code:
<?xml version="1.0" encoding="utf-8"?>
<Macro xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>Playerunknown's Battleground</Name>
<Guid>f292d59f-669f-4514-b1dd-2453be116542</Guid>
<MacroEvents>
<MacroEvent>
<Type>2</Type>
<MouseEvent>
<MouseButton>1</MouseButton>
<State>0</State>
</MouseEvent>
</MacroEvent>
<MacroEvent>
<Type>2</Type>
<MouseEvent>
<MouseButton>1</MouseButton>
<State>1</State>
</MouseEvent>
</MacroEvent>
<MacroEvent>
<Type>3</Type>
<MouseMovement>
<MouseMovementEvent>
<Type>3</Type>
<X>960</X>
<Y>540</Y>
</MouseMovementEvent>
<MouseMovementEvent>
<Type>3</Type>
<X>960</X>
<Y>543</Y>
</MouseMovementEvent>
</MouseMovement>
</MacroEvent>
</MacroEvents>
</Macro>
3. Import macro
4. Bind macro to left mouse click with a loop

But I still can't get it too work. Whenever I click left click the mouse doesnt move down or anything??
05/26/2018 19:49 Toggledoff#17
Quote:
Originally Posted by Feuerlord Kumar View Post
1. Create .xml

2. paste following code
Code:
<?xml version="1.0" encoding="utf-8"?>
<Macro xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>Playerunknown's Battleground</Name>
<Guid>f292d59f-669f-4514-b1dd-2453be116542</Guid>
<MacroEvents>
<MacroEvent>
<Type>2</Type>
<MouseEvent>
<MouseButton>1</MouseButton>
<State>0</State>
</MouseEvent>
</MacroEvent>
<MacroEvent>
<Type>2</Type>
<MouseEvent>
<MouseButton>1</MouseButton>
<State>1</State>
</MouseEvent>
</MacroEvent>
<MacroEvent>
<Type>3</Type>
<MouseMovement>
<MouseMovementEvent>
<Type>3</Type>
<X>960</X>
<Y>540</Y>
</MouseMovementEvent>
<MouseMovementEvent>
<Type>3</Type>
<X>960</X>
<Y>543</Y>
</MouseMovementEvent>
</MouseMovement>
</MacroEvent>
</MacroEvents>
</Macro>
3. Import macro
4. Bind macro to left mouse click with a loop

My advise is to add another macro, which lets you switch between profiles. So you add a new profil with the norecoil and one without, that way you can activate and deactivate it.

Enjoy.

PS: Razer Synapse Beta btw
Is there a way to make it so it doesn't get stuck shooting? every now and then only half the script will play and it doesn't play the mouse button up part. is this fixable when using the play while the assigned key is pressed option?
06/11/2018 12:23 UnknownGuyzs#18
Still working bump?
07/22/2018 05:08 blackscorpion789#19
I messed around with trying to set up a recoil macro when my chroma naga finally got support for syn3.0, but it's a pain. Something you might can try, though, if you have an extra mouse key, is assigning this key to perform macro while pressed, and then assign fire to this button in pubg settings. It helped with the stuck button issue, so i just use it as an alternative if i need to auto fire or it's advantageous, and just use normal fire for everything else. Until the software becomes as good as logitech, I would probably just use an external script to perform the down click iterations
08/03/2018 16:21 itorrentgamer#20
The macro works in the sense of the no recoil. My issue comes into play when it decides to continue shooting after I let go of the LMB.

It happens randomly.
It can be working and the next thing I know after I finish holding down the LMB the gun itself continues shooting. I am unsure why it does this or how to fix it. I have the no recoil portion pretty centered and i currently like where I have it but the continues shooting after it's use is highly inconvenient when fighting muiltiple people.
08/04/2018 18:28 Shell ©#21
Can someone explain me how a single script is supposed to work in a game where every weapon has different recoil, every scope has different recoil and every attachment making the recoil behave differently as well? :thinking:
08/06/2018 15:55 utraf#22
i got banned and i was using only this macro... shits happens bro, sadness
08/06/2018 16:12 mrfly0101#23
Quote:
Originally Posted by utraf View Post
i got banned and i was using only this macro... shits happens bro, sadness
wtf...?use this scripts will get ban?
08/06/2018 16:19 utraf#24
i dont know but yes, i stopped playing pubg for months and got it back playing 2 weeks ago and i was using since friday this macro and today i got the message that i was banned by developers and was perma ban
08/11/2018 16:43 blackscorpion789#25
RevolutionX88 - You need different inputs for each weapon and zoom levels.. a single script can incorporate all of these so that you can just change your weapon/zoom in-game to whichever weapon you use. As for attachments, they make a slight difference but not by much. There isn't a solve-all script out there but there are some that can greatly reduce your recoil to manageable levels. I no longer even try finding reduced recoil for anything above 2x, and I usually use the same exact weapons each game when I find them, so I don't have to change my settings much

my go-to on sandyhok is the vector and a kar, and a vector with reduced recoil is just unstoppable
04/17/2021 05:26 Kapusta1#26
Quote:
Originally Posted by Feuerlord Kumar View Post
1. Create .xml

2. paste following code
Code:
<?xml version="1.0" encoding="utf-8"?>
<Macro xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>Playerunknown's Battleground</Name>
<Guid>f292d59f-669f-4514-b1dd-2453be116542</Guid>
<MacroEvents>
<MacroEvent>
<Type>2</Type>
<MouseEvent>
<MouseButton>1</MouseButton>
<State>0</State>
</MouseEvent>
</MacroEvent>
<MacroEvent>
<Type>2</Type>
<MouseEvent>
<MouseButton>1</MouseButton>
<State>1</State>
</MouseEvent>
</MacroEvent>
<MacroEvent>
<Type>3</Type>
<MouseMovement>
<MouseMovementEvent>
<Type>3</Type>
<X>960</X>
<Y>540</Y>
</MouseMovementEvent>
<MouseMovementEvent>
<Type>3</Type>
<X>960</X>
<Y>543</Y>
</MouseMovementEvent>
</MouseMovement>
</MacroEvent>
</MacroEvents>
</Macro>
3. Import macro
4. Bind macro to left mouse click with a loop

My advise is to add another macro, which lets you switch between profiles. So you add a new profil with the norecoil and one without, that way you can activate and deactivate it.

Enjoy.

PS: Razer Synapse Beta btw
Does it work at AAPG?

greetings
04/19/2021 20:23 Kapusta1#27
Does anyone have a macro no recoil for a razer mouse for AAPG