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 7 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Could someone help me write this simple code?
chisengseng

Replies: 13
Views: 213

PostForum: Ask for Help   Posted: Mon Apr 21, 2008 6:00 pm   Subject: Could someone help me write this simple code?
I ll let you find that out on your own Wink *hint look up break in Command reference

I got the answer lol Laughing

thanks again to all who helped me, this program is interesting Very Happy
  Topic: Could someone help me write this simple code?
chisengseng

Replies: 13
Views: 213

PostForum: Ask for Help   Posted: Mon Apr 21, 2008 5:50 pm   Subject: Could someone help me write this simple code?
this way will use window key + space bar

#space::
loop
{
Click Right
sleep 1000
}

oh I see, the heading varies the activate key.

btw, how to stop the loop ? Confused
  Topic: Could someone help me write this simple code?
chisengseng

Replies: 13
Views: 213

PostForum: Ask for Help   Posted: Mon Apr 21, 2008 5:46 pm   Subject: Could someone help me write this simple code?
You need to press ctrl + z to fire the code provided.

O it works!!! I thought you use window + space to activate it Confused

thats how the demo taught me Surprised

a million thanks to Superfraggle, mok ...
  Topic: Could someone help me write this simple code?
chisengseng

Replies: 13
Views: 213

PostForum: Ask for Help   Posted: Mon Apr 21, 2008 5:43 pm   Subject: Could someone help me write this simple code?
post exactly what you have in your script here

isn't the .ahk file a script? if it is, thats all I have, shown in the picture.

what else do I have to add?

sorry for being newb Sad
  Topic: Could someone help me write this simple code?
chisengseng

Replies: 13
Views: 213

PostForum: Ask for Help   Posted: Mon Apr 21, 2008 5:36 pm   Subject: Could someone help me write this simple code?
try:

^z::
loop
{
Click Right
sleep 1000
}
it still doesn't work
http://i54.photobucket.com/albums/g120/gnlics/key.jpg

did I do it right? I saved it and use window + ...
  Topic: Could someone help me write this simple code?
chisengseng

Replies: 13
Views: 213

PostForum: Ask for Help   Posted: Mon Apr 21, 2008 5:12 pm   Subject: Could someone help me write this simple code?

^z::
loop
{
Send {RButton}
sleep 1000
}


I copied the code, Edited, saved, then used window + space,
It doesn't activate. I close the window and repeat the step ...
  Topic: Could someone help me write this simple code?
chisengseng

Replies: 13
Views: 213

PostForum: Ask for Help   Posted: Mon Apr 21, 2008 4:59 pm   Subject: Could someone help me write this simple code?
how to perform a right click loop (click per 1 second)
I read the help section, yet it seems to be too hard for me to understand
thanks for helping Sad
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group