| Author |
Message |
Topic: Please rewrite this autofire script to take less processing |
d-man
Replies: 1
Views: 86
|
Forum: Ask for Help Posted: Sat Sep 24, 2011 8:38 pm Subject: Please rewrite this autofire script to take less processing |
~$*RButton::
While Toggle
{
While GetKeyState("RButton","P")
Send {RButton}
}
return
!$RButton::Toggle:=!Toggle
It works ... |
Topic: Font Explorer (Browser, Viewer, Installer) 1.0 |
d-man
Replies: 5
Views: 1321
|
Forum: Scripts & Functions Posted: Sun May 09, 2010 7:46 pm Subject: Font Explorer (Browser, Viewer, Installer) 1.0 |
| It looks good. The compiled download is the same as the source. The about box won't close. But nice and clean. Would like to delete system fonts, if possible. |
Topic: can't get my script to execute if statemnexts |
d-man
Replies: 1
Views: 275
|
Forum: Ask for Help Posted: Thu May 06, 2010 11:46 am Subject: can't get my script to execute if statemnexts |
| one way is to use settimer to periodically check if its closed. |
Topic: Solving a Picture Puzzle |
d-man
Replies: 4
Views: 301
|
Forum: Ask for Help Posted: Thu May 06, 2010 8:26 am Subject: Solving a Picture Puzzle |
| the only thing i could think of is scan it in a grid, and pick out the grid square that contains a color different from the rest. |
Topic: Need help with a simple script |
d-man
Replies: 13
Views: 660
|
Forum: Ask for Help Posted: Thu May 06, 2010 8:24 am Subject: Need help with a simple script |
| you can also try the sleep command |
Topic: help with a script downloading embedded video |
d-man
Replies: 2
Views: 677
|
Forum: Ask for Help Posted: Thu May 06, 2010 2:51 am Subject: help with a script downloading embedded video |
| StringGetPos and StringMid have solved 2, StringReplace for 3. Traytip was the last thing I was looking for. |
Topic: help with a script downloading embedded video |
d-man
Replies: 2
Views: 677
|
Forum: Ask for Help Posted: Thu May 06, 2010 2:40 am Subject: help with a script downloading embedded video |
Okay, I solved step one with this awesome script:
http://www.autohotkey.com/forum/viewtopic.php?t=43203
On to the next. Feel free to help at any time if you know something offhand. |
Topic: help with a script downloading embedded video |
d-man
Replies: 2
Views: 677
|
Forum: Ask for Help Posted: Thu May 06, 2010 2:15 am Subject: help with a script downloading embedded video |
It's been awhile since I used AHK and I'm trying to remember things.
I'm making this script for someone else. I want to download an embedded video from the forums on chessvideos.tv with a keypress. ... |
Topic: Is there a way to make pop menu show to left of cursor? |
d-man
Replies: 2
Views: 245
|
Forum: Ask for Help Posted: Sun Apr 04, 2010 11:17 am Subject: Is there a way to make pop menu show to left of cursor? |
| thanks. wish you could add an "R" relative tag like in mousemove |
Topic: Is there a way to make pop menu show to left of cursor? |
d-man
Replies: 2
Views: 245
|
Forum: Ask for Help Posted: Sun Apr 04, 2010 10:10 am Subject: Is there a way to make pop menu show to left of cursor? |
| Default is to show a menu right at the mouse cursor. Would there be a way to show it to the left relative of the cursor, instead of relative to a window or screen. Thanks. |
Topic: [Game] Guess It |
d-man
Replies: 7
Views: 1388
|
Forum: Scripts & Functions Posted: Tue Oct 27, 2009 5:01 pm Subject: [Game] Guess It |
| ok. .. edited out .. and then i'll be impressed. |
Topic: help with a script: check website for keyword |
d-man
Replies: 13
Views: 910
|
Forum: Ask for Help Posted: Tue Oct 27, 2009 5:07 am Subject: help with a script: check website for keyword |
hey, d-man, you should be appreciative to those who take the time to help you. (for reference)
anyway, if you add
webpage := RegExReplace(webpage,"<.+?>","" ... |
Topic: help with a script: check website for keyword |
d-man
Replies: 13
Views: 910
|
Forum: Ask for Help Posted: Tue Oct 27, 2009 2:07 am Subject: help with a script: check website for keyword |
I wish people would just post direct help and not all this other stupid stuff.
Anyway, this script seems to be working (for reference):
#Persistent
inputbox, url, , Check what website?, ,200, ... |
Topic: help with a script: check website for keyword |
d-man
Replies: 13
Views: 910
|
Forum: Ask for Help Posted: Tue Oct 27, 2009 1:20 am Subject: help with a script: check website for keyword |
| So I download the URL into a file... how do I put that file into one string to use InString? Thanks. |
Topic: Please check |
d-man
Replies: 9
Views: 2085
|
Forum: Ask for Help Posted: Mon Oct 26, 2009 9:11 pm Subject: Please check |
| this? http://roidripper.co.cc/ |
| |