| Author |
Message |
Topic: Need help with mouse cliks please. |
Sergio
Replies: 7
Views: 230
|
Forum: Ask for Help Posted: Mon Feb 08, 2010 8:01 am Subject: Need help with mouse cliks please. |
Well the code itself does what I would expect it to do. It clicks in the designated area, waits 10 seconds and clicks in the other area. It continues as expected.
It does seem that the biggest pr ... |
Topic: Drop Down List (GUI) |
Sergio
Replies: 1
Views: 94
|
Forum: Ask for Help Posted: Wed Jan 06, 2010 7:19 am Subject: Drop Down List (GUI) |
I have a GUI with several options. I would like for the drop down list to change the variables in the rest of the GUI. However I don't know how to update it automatically.
http://img138.imageshac ... |
Topic: Macro for game |
Sergio
Replies: 2
Views: 163
|
Forum: Ask for Help Posted: Tue Jan 05, 2010 8:07 am Subject: Macro for game |
Yes. It's actually very easy. Anything after the semicolon ( ; ) is a comment and is not read by AutoHotKey. It is there for your understanding
F5:: ; - - - Remaps the F5 Key
Send, 123q ; - ... |
Topic: Ragnarok Sniper AHK |
Sergio
Replies: 2
Views: 444
|
Forum: Ask for Help Posted: Sun Jan 03, 2010 1:43 am Subject: Ragnarok Sniper AHK |
...
This is about the time when you specify the type of help that you need... |
Topic: "Autopager" or "Next Page" type script f |
Sergio
Replies: 2
Views: 109
|
Forum: Ask for Help Posted: Sun Jan 03, 2010 1:42 am Subject: "Autopager" or "Next Page" type script f |
I'm sure that it could be made using urldownloadtofile and FileAppend. But as far as I know it doesn't exist yet.
Why not just use the clearly superior browser? |
Topic: Key mimicking pressure sensivity? |
Sergio
Replies: 3
Views: 139
|
Forum: Ask for Help Posted: Sun Jan 03, 2010 1:39 am Subject: Key mimicking pressure sensivity? |
The short answer is no. If the game was programmed to work that way, then in all likelihood, that's the way it's going to work.
It may be possible to trick the game. Rather than holding the key d ... |
Topic: ActiveX Eventghost |
Sergio
Replies: 5
Views: 159
|
Forum: Ask for Help Posted: Fri Jan 01, 2010 10:59 pm Subject: ActiveX Eventghost |
| I understand. However it is going to take a lot of time to learn to use the COM files to transfer variables through ActiveX to Eventghost. It will be significantly faster/easier to reprogram it in A ... |
Topic: how to list all item in a listview? |
Sergio
Replies: 1
Views: 70
|
Forum: Ask for Help Posted: Fri Jan 01, 2010 1:54 am Subject: how to list all item in a listview? |
| It sounds like [url=http://www.autohotkey.com/docs/commands/ListView.htm]you're talking about this. |
Topic: ActiveX Eventghost |
Sergio
Replies: 5
Views: 159
|
Forum: Ask for Help Posted: Thu Dec 31, 2009 9:51 pm Subject: Re: ActiveX Eventghost |
The very very short answer is that the task that you're planning to undertake is unnecessarily complicated. Especially since Eventghost does the same things that AutoHotKey does.
But if you're l ... |
Topic: SendRaw Overlap? |
Sergio
Replies: 1
Views: 70
|
Forum: Ask for Help Posted: Thu Dec 31, 2009 9:21 pm Subject: SendRaw Overlap? |
| Send has many options: [url=http://www.autohotkey.com/docs/commands/Send.htm]Send / SendRaw / SendInput / SendPlay / SendEvent: Send Keys & Clicks. Have you tried all of them? |
Topic: if(FirefoxIsDoneWithLoadingWebsite) |
Sergio
Replies: 4
Views: 150
|
Forum: Ask for Help Posted: Thu Dec 31, 2009 9:18 pm Subject: if(FirefoxIsDoneWithLoadingWebsite) |
This topic comes up at least once a week. Please check the forums.
There are plenty of workarounds. Everyone has their own formula. But there isn't a standardized method to implement for FF. |
Topic: how do i remap ";" and how do i solve hotkey confl |
Sergio
Replies: 3
Views: 126
|
Forum: Ask for Help Posted: Thu Dec 31, 2009 9:09 pm Subject: Re: how do i remap ";" and how do i solve hotkey c |
+;::ö <-------- id like to change it without shift,
return
^;::Ö <---------and get a capital one with shift...
return
The plus symbol (+) represents shift. If you remove the plus s ... |
Topic: Functions & subroutines |
Sergio
Replies: 8
Views: 224
|
Forum: Ask for Help Posted: Thu Dec 31, 2009 8:40 pm Subject: Functions & subroutines |
Your reasoning seems flawed in that
I wanted to keep it all in one .ahk file for reasons that are not really pertinent now. I could do it one way or the other I suppose. My only concern is that th ... |
Topic: Pausing/unpausing script from another script |
Sergio
Replies: 5
Views: 229
|
Forum: Ask for Help Posted: Thu Dec 31, 2009 6:35 pm Subject: Pausing/unpausing script from another script |
| I rarely deal with GUIs and I don't think I've ever made an AHK with more than one simultaneous GUI, so I may have lead you astray. I now see that the caption (visible to the viewer) affects the labe ... |
Topic: Pausing/unpausing script from another script |
Sergio
Replies: 5
Views: 229
|
Forum: Ask for Help Posted: Thu Dec 31, 2009 6:31 am Subject: Pausing/unpausing script from another script |
| Well, it's not as bad as you made it out to seem. There are ways to write it so that it would be more efficient, but unless you've written for a long time, it will not come naturally. Writing effici ... |
| |