| Author |
Message |
Topic: Create FTP Users |
Wicked
Replies: 2
Views: 46
|
Forum: Ask for Help Posted: Wed Nov 19, 2008 5:25 pm Subject: Create FTP Users |
Gui, Add, Text, x5 y5 w260, Please enter the name of the user account that should be added:
Gui, Add, Edit, x5 y40 w260 vNAME
Gui, Add, Text, x5 y70 w260, The user password should be:
Gui, ... |
Topic: Help with a macro working in windows but not ingame |
Wicked
Replies: 5
Views: 68
|
Forum: Ask for Help Posted: Sat Nov 15, 2008 10:00 pm Subject: Help with a macro working in windows but not ingame |
Wait... I just looked back and realized, I think I miss-read your problem.
I have yet to play a game that SendInput doesn't work with. |
Topic: Playing Overlapping sounds |
Wicked
Replies: 13
Views: 191
|
Forum: Ask for Help Posted: Sat Nov 15, 2008 1:18 am Subject: Playing Overlapping sounds |
That is amazing! Its working great so far! I figured it would be months before I had a working script to make this thing go
You forget that these AHK guys never sleep.
EDIT: The script will ... |
Topic: Playing Video (AVI) |
Wicked
Replies: 2
Views: 140
|
Forum: Ask for Help Posted: Fri Nov 14, 2008 8:39 am Subject: Playing Video (AVI) |
UPDATE:
When I make...
mmedia = %A_Desktop%\aoldemo.avi
And scan all windows (Including hidden), it says aoldemo.avi is at X0 Y0 W808 H634... But it's nowhere on my screen.
So, I change the orig ... |
Topic: Playing Video (AVI) |
Wicked
Replies: 2
Views: 140
|
Forum: Ask for Help Posted: Fri Nov 14, 2008 8:09 am Subject: Playing Video (AVI) |
I am using the following code...
PlayFile:
mmedia = %A_Desktop%\sample.wmv
DetectHiddenWindows, On
WinGet, active_id, ID, A
hAHK := WinExist( "ahk_pid" . DllCall ... |
Topic: fullscreen macros |
Wicked
Replies: 13
Views: 212
|
Forum: Ask for Help Posted: Fri Nov 14, 2008 7:55 am Subject: fullscreen macros |
3 minute bumps?
Could try:
#Space::
SendInput, {Space 20}
Return
Del::
ExitApp
Return |
Topic: Playing Overlapping sounds |
Wicked
Replies: 13
Views: 191
|
Forum: Ask for Help Posted: Fri Nov 14, 2008 6:56 am Subject: Playing Overlapping sounds |
An easier way would be this (I just thought about it):
^1::
SoundFile = %A_WinDIR%\Media\Windows XP Startup.wav
GoSub, PlaySound
Return
^2::
SoundFile = %A_WinDIR%\Media\Wind ... |
Topic: Overlapping Sound |
Wicked
Replies: 3
Views: 389
|
Forum: Scripts & Functions Posted: Fri Nov 14, 2008 6:50 am Subject: Overlapping Sound |
The Help File said:
If a file is playing and the current script plays a second file, the first file will be stopped so that the second one can play.
I found a way around it to play overlapping sou ... |
Topic: Playing Overlapping sounds |
Wicked
Replies: 13
Views: 191
|
Forum: Ask for Help Posted: Fri Nov 14, 2008 6:43 am Subject: Playing Overlapping sounds |
Darn Internet 8 logs me out every time I close the darn window...
Replace those FileAppends with:
FileAppend,
(
#NoTrayIcon
SoundPlay, %A_WinDIR%\Media\Windows XP Startup.wav, Wait
) ... |
Topic: Screen Shot |
Wicked
Replies: 1
Views: 80
|
Forum: Ask for Help Posted: Tue Nov 11, 2008 10:08 am Subject: Screen Shot |
If you know the coordinates (Which is easy to find), this works great!
http://www.autohotkey.com/forum/viewtopic.php?t=18146capturescreen
Just read up on how to use it  |
Topic: Encrypt AVI |
Wicked
Replies: 8
Views: 253
|
Forum: Ask for Help Posted: Wed Oct 22, 2008 4:33 am Subject: Encrypt AVI |
| A friend told me about being able to add a registry file where you would simply right click the AVI and there is "Encrypt"... Unfortunately I haven't been able to contact him for some time. ... |
Topic: Encrypt AVI |
Wicked
Replies: 8
Views: 253
|
Forum: Ask for Help Posted: Wed Oct 22, 2008 3:38 am Subject: Encrypt AVI |
| Encrypting it would be great, but I tried that encryption method and couldn't get the script to work. I kept getting a call to non-existant function >.< Could someone direct me on what I am doin ... |
Topic: Encrypt AVI |
Wicked
Replies: 8
Views: 253
|
Forum: Ask for Help Posted: Wed Oct 22, 2008 2:56 am Subject: Encrypt AVI |
| Sorry for bringing this old topic back up, but setting encryption aside, is there anything I can do to the file itself that would make it not work... And then when I need to play the AVI file, have AH ... |
Topic: infinite mouse click until button disappears |
Wicked
Replies: 8
Views: 205
|
Forum: Ask for Help Posted: Wed Oct 15, 2008 7:02 am Subject: infinite mouse click until button disappears |
| A simple loop and controlclick should take care of that. |
Topic: Warhammer Online Mouse Look Sensitivity Possible? |
Wicked
Replies: 11
Views: 343
|
Forum: Ask for Help Posted: Wed Oct 15, 2008 6:46 am Subject: Warhammer Online Mouse Look Sensitivity Possible? |
; Example: This is a hotkey that temporarily reduces the mouse cursor's speed, which facilitates precise positioning.
; Hold down the F1 key to slow down the cursor. Release it to return to origi ... |
| |