| Author |
Message |
Topic: FileGet/Set or FileGetProperties |
raven-gm
Replies: 28
Views: 2619
|
Forum: Wish List Posted: Wed Apr 23, 2008 3:52 am Subject: FileGet/Set or FileGetProperties |
nope! But I switched to reading the IDTB file by hand anyways...
My advice is to switch languages. I had to. Autohotkey is dieing/dead, as sad as it seems, and it might help to have something a littl ... |
Topic: Vista Sound questions |
raven-gm
Replies: 4
Views: 196
|
Forum: Ask for Help Posted: Tue Jan 29, 2008 6:51 am Subject: Vista Sound questions |
So I have a bit of a weird question...
I have vista, and it has some cool sound options, one of which is to have headphones and speakers plugged in, and then switch between which ports are being play ... |
Topic: Dump the USB devices 2 a TXT |
raven-gm
Replies: 8
Views: 219
|
Forum: Ask for Help Posted: Tue Jan 29, 2008 6:47 am Subject: Re: Dump the USB devices 2 a TXT |
i there a way 2 Dump USB devices 2 a TXT or other Hardware without use of 3 Party software?
I think he wants a list of the currently plugged in usb devices. I assume it's possible but I do not know ... |
Topic: Not show menu when firefox is inactive window |
raven-gm
Replies: 6
Views: 249
|
Forum: Ask for Help Posted: Mon Nov 19, 2007 4:01 pm Subject: Not show menu when firefox is inactive window |
It uses the cookieswapper extension to change cookiesets every 10 seconds. Just a little utility to automate some background browsing...
I guess I see what you mean... Meh, I don't have enough time t ... |
Topic: Not show menu when firefox is inactive window |
raven-gm
Replies: 6
Views: 249
|
Forum: Ask for Help Posted: Mon Nov 19, 2007 5:19 am Subject: Not show menu when firefox is inactive window |
| no, I want the script to make the menu changes in the background, regardless of what I'm doing. |
Topic: Not show menu when firefox is inactive window |
raven-gm
Replies: 6
Views: 249
|
Forum: Ask for Help Posted: Mon Nov 19, 2007 1:43 am Subject: Not show menu when firefox is inactive window |
| ...that actually doesn't fix the problem; if I do that, then it doesn't make the menu switch at all when I'm doing something else, which is the problem I'm trying to work around. |
Topic: Help? |
raven-gm
Replies: 1
Views: 77
|
Forum: Ask for Help Posted: Sun Nov 18, 2007 11:24 pm Subject: Help? |
PixelGetColor gets the color of a pixel at a location (X,Y) and stores it into the output variable.
PixelSearch Looks for a pixel of the specified color in the specified region and stores it's co- ... |
Topic: Not show menu when firefox is inactive window |
raven-gm
Replies: 6
Views: 249
|
Forum: Ask for Help Posted: Sun Nov 18, 2007 11:21 pm Subject: Not show menu when firefox is inactive window |
| So I have this cute little program that makes a few menu changes periodically in firefox, but every time it does it, it opens the menu over whatever window I'm in. Not such a big concern for most of t ... |
Topic: Process Woes Complex, probably needs some magic Dll calling |
raven-gm
Replies: 1
Views: 112
|
Forum: Ask for Help Posted: Fri Nov 02, 2007 5:35 pm Subject: Process Woes Complex, probably needs some magic Dll calling |
So I'm writing a task manager because the one here at school is disabled, and I've run into a couple problems...
1. I can't get the memory a process is using.
2. I can't get the priority a proce ... |
Topic: SetTimer small wish |
raven-gm
Replies: 20
Views: 780
|
Forum: Wish List Posted: Fri May 18, 2007 6:33 pm Subject: SetTimer small wish |
Support++
Support += A_Lot |
Topic: Pixel search & click [mmorpg] |
raven-gm
Replies: 16
Views: 565
|
Forum: Ask for Help Posted: Sun May 13, 2007 7:06 pm Subject: Pixel search & click [mmorpg] |
I'm guessing your trying to get some 'Glyder Action' going on here. So it'd definently be a problem if it does it once, and only once.
Cheers.
Oh, once and only once?
I read it differently...
... |
Topic: Pixel search & click [mmorpg] |
raven-gm
Replies: 16
Views: 565
|
Forum: Ask for Help Posted: Sun May 13, 2007 5:34 pm Subject: Pixel search & click [mmorpg] |
I have made this now:
CoordMode, Pixel, Screen
CoordMode, Mouse, Screen
GetKeyState, NLS, NumLock, T
if NLS = D
{
Send {NumLock}
}
Loop
{
GetKeyState, NLS, NumLock ... |
Topic: Imagesearch hack? |
raven-gm
Replies: 1
Views: 219
|
Forum: Ask for Help Posted: Sun May 13, 2007 5:23 pm Subject: Imagesearch hack? |
Sure; use PixelSearch instead. Whenever you get a White pixel, call a subroutine (or a function) that checks all the pixels around it to see if they're black.
CheckForBlackAround(PxlX,PxlY ... |
Topic: FileGet/Set or FileGetProperties |
raven-gm
Replies: 28
Views: 2619
|
Forum: Wish List Posted: Sun May 13, 2007 5:00 pm Subject: FileGet/Set or FileGetProperties |
(oops, I suppose I should say that "it" is the link that majkinetor provided:
http://msdn2.microsoft.com/en-us/library/aa379968.aspx )
And the example code looks like this:
//+======== ... |
Topic: FileGet/Set or FileGetProperties |
raven-gm
Replies: 28
Views: 2619
|
Forum: Wish List Posted: Wed Apr 18, 2007 4:28 am Subject: FileGet/Set or FileGetProperties |
We'd just need to find someone who knows COM well enough to show us how to use it for file get/set properties in ahk´? So you're now out for hunting? Good luck
K, to be more specific...
From wha ... |
| |