Johnny Martini Posted November 11, 2007 Report Share Posted November 11, 2007 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 ------------------------------------------------------------------------------------------------------------------------------------------------------- Quote Link to comment Share on other sites More sharing options...
floyd Posted November 11, 2007 Report Share Posted November 11, 2007 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.