AutoIt QuickSwitch problems

Posts 12 of 2 · Page 1 of 1
AutoIt QuickSwitch problems
Hi.
I'm trying to make my own macro for sniper for quickswitch, but I have a problem with bugging shift key.

Sample code what i wrote :

if _IsPressed("01", $dll) Then
Sleep($delay)
Send("q")
Send("q")
EndIf

After send macro, while shift is pressed it blocking, and i must click shift again to unblock it.

How can I fix it? Use other function or what ?
Sorry for my english.
Thanks.
Hey you should just get notepad++ it has macro maker in it . This would make it much easier for you then just add it to a nice gui with visual basic or conert the macro to au3 format in notepad++


Hope this helps im new to au3 myself there are forums on that on there page though




Posts 12 of 2 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?