Is they block the macros?

10/09/2016 22:03 Mackelly#1
Cant use my macro anymore.Its still working in inventory or clicking menu options with macro but cant shoot/fire
10/10/2016 03:00 xxfbtmof#2
What are you using? AHK or through your mouse? Your ms speed might be too fast.

I use AHK for mine, although I havent used it in a while, so I don't know if it still works. I'll post it if you want to experiment and see if it works or not.

Quote:
CONTROL::Suspend

LButton::
Loop
{
SetMouseDelay 70
Click
If (GetKeyState("LButton","P")=0)
Break
}
Control is on/off.
10/10/2016 09:05 Mackelly#3
Quote:
Originally Posted by xxfbtmof View Post
What are you using? AHK or through your mouse? Your ms speed might be too fast.

I use AHK for mine, although I havent used it in a while, so I don't know if it still works. I'll post it if you want to experiment and see if it works or not.



Control is on/off.
Im using my mouse macro.Clicking work in inventory but dont work for shooting.Already tried delays,different keys still same problem
10/11/2016 15:40 xxfbtmof#4
Quote:
Originally Posted by Mackelly View Post
Im using my mouse macro.Clicking work in inventory but dont work for shooting.Already tried delays,different keys still same problem
I'll experiment with my AHK macro and see if that's still working. Haven't tried it yet.
10/17/2016 19:58 pinoyben#5
!x::Suspend, Toggle
SendMode Input

Lbutton::
Loop
{
GetKeyState, state, Lbutton, P
if state=U
break
Sendinput {Click down}
Sleep 30
Sendinput {Click up}
Sleep 30
}

try this left alt + x activate