AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 3 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Loop Timer Help
Cardboardts

Replies: 4
Views: 483

PostForum: Ask for Help   Posted: Tue Mar 13, 2007 6:20 am   Subject: Loop Timer Help
I fixed it. Here is the new fully working code it rocks, thanks again for the help!


#Z::


;CoordMode, Mouse, Screen
MouseClick, Left, 118, 746
sleep, 20000
MouseClick, Left, 524, ...
  Topic: Loop Timer Help
Cardboardts

Replies: 4
Views: 483

PostForum: Ask for Help   Posted: Tue Mar 13, 2007 5:45 am   Subject: Loop Timer Help
Wow thank for all the help!
This is what it has turned out to be.

#Z::


;CoordMode, Mouse, Screen
MouseClick, Left, 118, 746
sleep, 20000
MouseClick, Left, 524, 100
sleep, 20000
MouseClic ...
  Topic: Loop Timer Help
Cardboardts

Replies: 4
Views: 483

PostForum: Ask for Help   Posted: Mon Mar 12, 2007 10:51 am   Subject: Loop Timer Help
Ok here is the script that im currently using:

#Z::

Loop,
{
IfEqual, x, 1
Break
;CoordMode, Mouse, Screen
MouseClick, Left, 435, 481
}
RETURN
#X:Mad=1

It's Pretty si ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group