| Author |
Message |
Forum: Scripts Topic: Minutes To Midnight Clock |
| Gakusei |
|
Posted: May 1st, 2009, 7:47 pm
|
|
Replies: 5 Views: 1809
|
I wasn't able to get the secret msgbox... but then I found this in your code:
Code: If rand 2 = 3
Should be (you have an extra space in there):
Code: If rand2 = 3
Now I can get the secret msgbox!  |
|
 |
Forum: Scripts Topic: Leetspeaker |
| Gakusei |
|
Posted: May 15th, 2008, 8:06 pm
|
|
Replies: 8 Views: 2548
|
lOl!! FvN 70 u$E aT W0Rl<, tH0U9h I ])0N'7 r3coMMeN]) YoU ac(+Ua1lY USe it aT vvOrl<.
I vv0vlD L!l<E 7o $e3 YoUR VEr5i0N, N-L-!-d |
|
 |
Forum: Scripts Topic: Bouncywindow V1.1 |
| Gakusei |
|
Posted: March 4th, 2008, 6:23 pm
|
|
Replies: 10 Views: 4002
|
Very cool!
I like using stick to edges to throw different windows to the different corners. So I can pilfer through my windows.
Can this be made to affect all windows?
And what about multiple monitors? |
|
 |
Forum: Offtopic Topic: Ethics of Scripting - Concert Tickets |
| Gakusei |
|
Posted: March 4th, 2008, 6:15 pm
|
|
Replies: 16 Views: 1396
|
| If it says you can enter as many times as you want, I don't see the problem. People usually have other friends help them click the link in other computers to increase their chances of winning, so why not do it with a script? Here's the question you want to ask yourself, though: Would you feel comfor... |
|
 |
Forum: Offtopic Topic: Hotkeys At Work? |
| Gakusei |
|
Posted: February 28th, 2008, 9:13 pm
|
|
Replies: 11 Views: 1218
|
| I was wondering if anyone else uses hotkeys at work and if so, what industry are you in? I'm in the healthcare industry. |
|
 |
Forum: Offtopic Topic: How old are you? |
| Gakusei |
|
Posted: February 20th, 2008, 6:40 pm
|
|
Replies: 27 Views: 2670
|
| Over 9000. Lol! :lol: :lol: :lol: :lol: The only reason this is funny to me (and I understand this isn't funny at all) is because this is a running joke on my server in World of Warcraft (I understand it's also a net joke somewhere out there). On my server, just about every time someone asks a ques... |
|
 |
Forum: Scripts Topic: Fusion MediaSuite 0.2 [BETA] |
| Gakusei |
|
Posted: February 11th, 2008, 8:10 pm
|
|
Replies: 27 Views: 3459
|
|
 |
Forum: Support Topic: FormatTime (hotstring) question |
| Gakusei |
|
Posted: January 24th, 2008, 2:59 pm
|
|
Replies: 2 Views: 441
|
How embarrassing!!!!!!! Thanks, Guest |
|
 |
Forum: Support Topic: FormatTime (hotstring) question |
| Gakusei |
|
Posted: January 24th, 2008, 2:44 pm
|
|
Replies: 2 Views: 441
|
| Can anyone tell me why my hotstring dtm isn't working? I know it formats the time correctly because I inserted a msgbox to see what value it returned and I think my hotstring is written correctly bbecause the other two work. ::dtm:: FormatTime, CurrentDateTime,, M/d/yyyy h:mm:ss SendInput %CurrentDa... |
|
 |
Forum: Scripts Topic: AppsKeys - a "suite" of simple utility hotkeys |
| Gakusei |
|
Posted: January 22nd, 2008, 2:48 pm
|
|
Replies: 15 Views: 7887
|
|
 |
Forum: Support Topic: Moving a line of text from one .txt file to another |
| Gakusei |
|
Posted: January 18th, 2008, 7:38 pm
|
|
Replies: 4 Views: 631
|
| Looks like Titan's FileDeleteLine() function does the job. Found @ http://www.autohotkey.com/forum/topic25438.html. Thanks to HugoV for finding it. This is the code I needed (in case anyone needs it too): ; sourcefile needed to work with FileDeleteLine() ; if you are going to use a folder ot... |
|
 |
Forum: Support Topic: Disabling ALL hotkeys |
| Gakusei |
|
Posted: January 18th, 2008, 6:12 pm
|
|
Replies: 2 Views: 676
|
This is what i use.
Code: ; F10 ; Activates Hotkeys (if turned off) F10:: suspend off return
; F11 ; Deactivates Hotkeys F11:: suspend on return |
|
 |
Forum: Support Topic: Moving a line of text from one .txt file to another |
| Gakusei |
|
Posted: January 18th, 2008, 5:59 pm
|
|
Replies: 4 Views: 631
|
The copying part works great.
Does anyone have any suggestions on how to delete the lines from the source file as the script copies each line, though? |
|
 |
Forum: Support Topic: Moving a line of text from one .txt file to another |
| Gakusei |
|
Posted: January 17th, 2008, 5:31 pm
|
|
Replies: 4 Views: 631
|
| Is there a way for AHK to read a line from a text file and move it (copy to destination file & delete from source file) to another text file? Specifically, I'd like to know if this can be done one line at a time in case the process terminates for whatever reason so that I can continue where I le... |
|
 |
Forum: Support Topic: Problem with using multiple InputBoxes |
| Gakusei |
|
Posted: January 10th, 2008, 1:54 pm
|
|
Replies: 2 Views: 464
|
| Ah, the sleep method seems to work. Thanks! |
|
 |
| Sort by: |