Cant use my macro anymore.Its still working in inventory or clicking menu options with macro but cant shoot/fire
Control is on/off.Quote:
CONTROL::Suspend
LButton::
Loop
{
SetMouseDelay 70
Click
If (GetKeyState("LButton","P")=0)
Break
}
Im using my mouse macro.Clicking work in inventory but dont work for shooting.Already tried delays,different keys still same problemQuote:
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.