AutoHotkey Community

It is currently May 27th, 2012, 1:30 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Macro for game
PostPosted: November 20th, 2009, 4:35 pm 
Offline

Joined: November 20th, 2009, 4:31 pm
Posts: 1
Hi, I'm new to autohotkey but am impressed with how much time it can save me at work and in-game.

ATM i'm trying to work a script I think Might be right? i've only skimmed over the help sections and am going to delve deeper into them when I get back home but this is what I have so far

Code:
+F2:
IfWinActive, Forsaken Ragnarok Online - forsaken-ro.net,
{
Loop 15
{
Send, {F2}
sleep 10

}
}
return


the Idea is to press the F2 button 15 Times using I think would be the shit and f2 button? I figured it would work after run script but no such luck so either its right and i'm doing something wrong with the script or the other way round.

thank for any help in advance.

[Title edited. Please write descriptive titles for your topics. ~jaco0646]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 20th, 2009, 4:40 pm 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8666
Location: Salem, MA
hotkeys need to have :: not just :

please use code tags in the forum, like this:

Code:
[code]
;your AHK code goes here
[/code]


Also, You probably need to put $ before +F2, so that when the script presses F2, it won't re-trigger your hotkey.

You might also want a keywait to wait for you to let go of the Shift key

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: bobbysoon, iDrug, Ohnitiel, Yahoo [Bot] and 23 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group