nonl33t
Member!
- Joined
- Mar 12, 2004
- Messages
- 41
- Reaction score
- 0
- Location
- int the milky way gathering mi
- Website
- www.geocities.com
hi i need a way to keep left clicking in the same spot i was hoping that some one could help me out and make a small program. also i found this somewhere else on this forum
if i changed it to
would it just click where ever the mouse is pointing?
Code:
ok, first get autoit v3.0
then the coding is simple
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
While 1
send("{F5}")
sleep(3000); in milliseconds
; so 3 seconds = 3000 and so on
Wend
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Code:
ok, first get autoit v3.0
then the coding is simple
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
While 1
send("{left mouse}")
sleep(3000); in milliseconds
; so 3 seconds = 3000 and so on
Wend
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;