[Request] Mouse Hotkey

Posts 14 of 4 · Page 1 of 1
[Request] Mouse Hotkey
I'm working on a code, and I don't have time to work on my own mouse hotkey. So I was wondering if any would be so generous to give me a hotkey code for the Left mouse click.

Thank You
i think its is L.button try it :P
:p
Here you are, remember THaNk me if you use this!

Code:
 Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)
Code:
 mouse_event(&H2, 0, 0, 0, 1)
        mouse_event(&H4, 0, 0, 0, 1)
Lol thats just a public not the hole code..and I solved it..if anyone needs just post here asking and ill post.
Posts 14 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?