| Author |
Message |
Topic: Swapper 1.0 Easily switch sound devices! |
Gosugenji
Replies: 1
Views: 151
|
Forum: Scripts & Functions Posted: Wed Jul 02, 2008 6:22 pm Subject: Swapper 1.0 Easily switch sound devices! |
Say you have a pc speaker, and a usb headset like in my case
swapper 1.0 can swap output, mic, and midi lines if you want.
Before I launch my game, i usually swap sound devices manually. That ... |
Topic: Trying to learn - auto dialer script |
Gosugenji
Replies: 3
Views: 106
|
Forum: Ask for Help Posted: Wed Jul 02, 2008 5:26 am Subject: Trying to learn - auto dialer script |
hmm.. try this..
#persistent
#space::
{
send, ^c
run dialer.exe
winwait , Phone Dialer
send !pi
winwait , ahk_class #32770
sendinput %clipboard%
send {enter}
... |
Topic: Getting advanced window information |
Gosugenji
Replies: 3
Views: 145
|
Forum: Ask for Help Posted: Mon Jun 23, 2008 10:30 pm Subject: Getting advanced window information |
| The main reason for this to work is because I'm using a user specific script, and running it as a SYSTEM service. When the user logs out and another user logs in, the service is identifying as the new ... |
Topic: Getting advanced window information |
Gosugenji
Replies: 3
Views: 145
|
Forum: Ask for Help Posted: Sun Jun 22, 2008 6:18 pm Subject: Getting advanced window information |
How would i retrieve the owner of a window through autohotkey?
like say i have a program running as user1 and user2 but i want to identify which is running by whom without the task manager. or psto ... |
Topic: How can i start my script as a service? |
Gosugenji
Replies: 5
Views: 238
|
Forum: Ask for Help Posted: Sun Jun 22, 2008 6:17 pm Subject: How can i start my script as a service? |
i resolved this myself with a dll call to make the script ignore closing and reload upon new user login.
OnMessage(WM_ENDSESSION := 0x0016, "ignore_logoff")
ignore_logoff(wParam, l ... |
Topic: How can i start my script as a service? |
Gosugenji
Replies: 5
Views: 238
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 11:02 pm Subject: How can i start my script as a service? |
I have searched through the forums quite thoroughly and have seen that already.
My problem is when the user logs off, the .ahk script dies also. I want the script to remain in memory even if the us ... |
Topic: How can i start my script as a service? |
Gosugenji
Replies: 5
Views: 238
|
Forum: Ask for Help Posted: Tue Jun 17, 2008 11:27 pm Subject: How can i start my script as a service? |
I already have it set in services.msc but my script doesnt execute with winidows for some reason.
The service is set to automatically launch, with allow service to interact with desktop checked, an ... |
Topic: My mouse to arrow key translator breaks! |
Gosugenji
Replies: 6
Views: 361
|
Forum: Ask for Help Posted: Thu Jun 12, 2008 7:43 pm Subject: works like a charm! |
| Looks like the severely improved script works like magic! thanks for the great fix. |
Topic: Hunk, Mass Dowloader Script! |
Gosugenji
Replies: 3
Views: 680
|
Forum: Scripts & Functions Posted: Wed Jun 11, 2008 9:10 pm Subject: Hunk, Mass Dowloader Script! |
there can be another way to exploit the index file of a gallery and parse out the image names, but i can look into it  |
Topic: Hunk, Mass Dowloader Script! |
Gosugenji
Replies: 3
Views: 680
|
Forum: Scripts & Functions Posted: Sat May 31, 2008 2:52 am Subject: Hunk, Mass Dowloader Script! |
Recursively download files with this script great for jpegs
Functionality updates. Checking added.
http://img.photobucket.com/albums/v704/gosugenji/Hunk.jpg
Above image will download all 1-33 ... |
Topic: Color Buttons |
Gosugenji
Replies: 8
Views: 1897
|
Forum: Scripts & Functions Posted: Fri May 30, 2008 10:26 pm Subject: Color Buttons |
It uses a mostly clear window overlay over the color progresses.
Clear window is always on top,
Colors are behind and can be hidden via opening a maximized window such as firefox.
I can see the dem ... |
Topic: Poofer! quickly and completely hide your windows! |
Gosugenji
Replies: 15
Views: 1224
|
Forum: Scripts & Functions Posted: Fri May 30, 2008 1:37 am Subject: New Release! V1.0!!!!oneone111 |
| Added customization via ini file, and ability to load ini on script launch. |
Topic: My mouse to arrow key translator breaks! |
Gosugenji
Replies: 6
Views: 361
|
Forum: Ask for Help Posted: Thu May 29, 2008 8:02 pm Subject: My mouse to arrow key translator breaks! |
| bump? |
Topic: My mouse to arrow key translator breaks! |
Gosugenji
Replies: 6
Views: 361
|
Forum: Ask for Help Posted: Wed May 28, 2008 5:20 pm Subject: My mouse to arrow key translator breaks! |
| Im using an invisible box to control the keyboard once the user presses the hotkey. Go outside the box, the cursor is reset and the respective arrow is hit. certain points the loop breaks when it isnt ... |
Topic: Pain of Custom Hotkeys... |
Gosugenji
Replies: 1
Views: 118
|
Forum: Ask for Help Posted: Mon May 26, 2008 3:42 am Subject: Pain of Custom Hotkeys... |
Turns out everything works except MButton hotkeys, which dont seem to work.
Key_Hide=^+LButton
Key_Show=^+RButton
Key_Toggle=!RButton
Gosub, HK_Keys
HK_Keys:
Hotkey, %Key_Hide%, Hide, ... |
| |