Jump to content
Macro Express Forums

Mousemakro for Battlefield 2142!


Johnny Martini

Recommended Posts

Hello guys i have created this makro, I need it for the game battlefield 2142 the sense of it is to through a C4-package then switch to controller and then let it blow up in 2 sec. so it should be activated with leftclick and the makro is leftclick, rightclick and then leftclick again.

So now where is my damn fault? it doesnt work but I don't know why....

 

---------------------------------------------------------------------------------------------------------------------------------------------------

 

#IfWinActive ahk_class BF2142 (v1.08.21.0, pid: 5716)

 

LButton::

Send, (LButton down)

Sleep 30

Send, (LButton up)

Sleep 30

Send, (RButton down)

Sleep 30

Send, (RButton up)

Sleep 30

Send, (LButton down)

Sleep 30

Send, (LButton up)

 

return

 

-------------------------------------------------------------------------------------------------------------------------------------------------------

Link to comment
Share on other sites

Hello guys i have created this makro, I need it for the game battlefield 2142 the sense of it is to through a C4-package then switch to controller and then let it blow up in 2 sec. so it should be activated with leftclick and the makro is leftclick, rightclick and then leftclick again.

So now where is my damn fault? it doesnt work but I don't know why....

Not a clue. This isn't Macro Express code.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...