| Author |
Message |
Forum: Scripts Topic: myTunes - AHK Music Player |
| vipers |
|
Posted: August 4th, 2008, 6:49 pm
|
|
Replies: 12 Views: 3182
|
| Ok I'll give it another try, if it doesn't work I'll blame my computer. |
|
 |
Forum: Scripts Topic: myTunes - AHK Music Player |
| vipers |
|
Posted: August 2nd, 2008, 12:33 am
|
|
Replies: 12 Views: 3182
|
Haha, hilarious, now i got the following error:
#Include file "COM.ahk" cannot be opened. |
|
 |
Forum: Scripts Topic: Virtual Desktop Manager - Proof of concept |
| vipers |
|
Posted: August 1st, 2008, 3:11 pm
|
|
Replies: 22 Views: 7103
|
| I wonder if it's possible to enable some sort of Drag and Drop, such as a way to move the currently activated window to another desktop. |
|
 |
Forum: Scripts Topic: WOW Script using the mouse gesture script |
| vipers |
|
Posted: August 1st, 2008, 2:53 pm
|
|
Replies: 2 Views: 4235
|
| So... If i understand this correctly, this script allows you to cast a certain spell when you move in a certain direction/press a certain movement key? You'll have to excuse me but I'm having a hard time trying to understand exactly what your script does. If you could explain it more slowly I'd be r... |
|
 |
Forum: Scripts Topic: AUTO HOT KEY / WOW (Vith's script) |
| vipers |
|
Posted: August 1st, 2008, 2:35 pm
|
|
Replies: 35 Views: 92768
|
| You only need to have this "WinGet, wowid, List, World of Warcraft " once in the script, on top of the script. |
|
 |
Forum: Scripts Topic: myTunes - AHK Music Player |
| vipers |
|
Posted: August 1st, 2008, 2:31 pm
|
|
Replies: 12 Views: 3182
|
| I downloaded both the .rar and .zip version and both give me the same error. I only unzipped/rared it and doubleclicked on the Mytunes.ahk when this error occurs: http://img128.imageshack.us/my.php?image=mytuneserrorec9.jpg I might have done something wrong but I post this anyway. |
|
 |
Forum: Scripts Topic: Automation scripts |
| vipers |
|
Posted: August 1st, 2008, 2:19 pm
|
|
Replies: 4 Views: 1247
|
| It's looking pretty good. Good job. |
|
 |
Forum: Support Topic: Having different windows trigger an IF-statement |
| vipers |
|
Posted: July 27th, 2008, 12:10 am
|
|
Replies: 2 Views: 392
|
I haven't used anything called settitlematchmode but I'm going to check it out.
Edit:
Working like a charm now, the GroupAdd did the trick. But adding settitlematchmdoe 2 in the beginning only messed the script up.
But thank's for your help. |
|
 |
Forum: Support Topic: Having different windows trigger an IF-statement |
| vipers |
|
Posted: July 26th, 2008, 10:58 pm
|
|
Replies: 2 Views: 392
|
| Hello, I'm a WoW-multiboxer and i've created a script that open four wow applications, rename them as following:Client1, Client2, Client3, Client4 by WinSetTitle command. Now, as a multiboxer I'd like to send a keystroke all my four windows with one keyperss in any of my applications. Originally all... |
|
 |
Forum: Support Topic: World of warcraft multiboxing scripts |
| vipers |
|
Posted: July 26th, 2008, 10:51 pm
|
|
Replies: 3 Views: 2089
|
| Or go to http://www.dualboxing.com. And enter the Wiki, look for autohotkey and you will find a perfectly working script for you to use, without any settings needed to change. |
|
 |
Forum: Support Topic: Help with very simple hotkey |
| vipers |
|
Posted: July 26th, 2008, 10:44 pm
|
|
Replies: 14 Views: 907
|
I'd try to use
Code: +]:: IfWinNotExist, Thunderbird { Run thunderbird; insert path } Else { WinMinimize, Thunderbird }
This is a more simple script without the check if windows exists.
Not tested though. |
|
 |
Forum: Support Topic: How do I use OR, AND? |
| vipers |
|
Posted: July 25th, 2008, 12:42 am
|
|
Replies: 3 Views: 372
|
| Great reply, thank you very much. |
|
 |
Forum: Support Topic: How do I use OR, AND? |
| vipers |
|
Posted: July 25th, 2008, 12:36 am
|
|
Replies: 3 Views: 372
|
| I'm sitting here trying to make an If-statement, where i want one OR the other statement to trigger the If-thing. MY question is simply: What's the command for OR? What's the command for AND? If i'm not mistaken you use & as an ANd statement in java. I was unable to make a good search for this i... |
|
 |
Forum: Scripts Topic: Joke Script |
| vipers |
|
Posted: July 24th, 2008, 11:52 pm
|
|
Replies: 61 Views: 18507
|
| Input, Key, L1 MsgBox, % "The letter '" Key "' has been kidnapped from your computer." Loop { Input, Key, L1 MsgBox, % "The letter '" Key "' has also been kidnapped from your computer." } I saw this and got a flashback to a Simpson's episode, where ... |
|
 |
Forum: Scripts Topic: Make sentences start with capitals |
| vipers |
|
Posted: July 24th, 2008, 11:40 pm
|
|
Replies: 52 Views: 12491
|
| hi. Im just a beginner and im trying to learn and study your script. how do i modify the script to capitalize the first letter of every word i type? Thank you. I'm kinda of a beginner myself, but i'd try to make a script that checks every SPACE you press. After every SPACEBAR you automatically make... |
|
 |
| Sort by: |