| Author |
Message |
Topic: Shift key problem. |
TchnclFl
Replies: 3
Views: 150
|
Forum: Ask for Help Posted: Sun Oct 04, 2009 12:48 am Subject: Shift key problem. |
Much appreciated, worked a charm.
Was pullin my hair out for hours trying to get it to work, only to find it was 1 cymbol!!! >8
Glad to help . |
Topic: Question regarding FileAppend |
TchnclFl
Replies: 5
Views: 284
|
Forum: Ask for Help Posted: Sat Oct 03, 2009 7:13 pm Subject: Question regarding FileAppend |
| You do realize that FileAppend will add the supplied text (or variable) to the end of the file each time. Eg, if you're added "this is a test" to the end of a file (and you loop 1000 times) ... |
Topic: Video Game Commands are not working |
TchnclFl
Replies: 17
Views: 770
|
Forum: Ask for Help Posted: Sat Oct 03, 2009 7:11 pm Subject: Video Game Commands are not working |
I think it's that plus that's throwing you off. Here's how I'd do it:
^M::
Send, give_trait this GoodCommander 5{Enter}
Send, give_trait this AcademyTrained 2{Enter}
... |
Topic: Shift key problem. |
TchnclFl
Replies: 3
Views: 150
|
Forum: Ask for Help Posted: Sat Oct 03, 2009 7:09 pm Subject: Shift key problem. |
Putting a * in front of the hotkeys should do the trick. That makes the hotkey still run even if a "modifier" is being held.
*f4::
msgbox, your script goes here
return
|
Topic: Get google "Did you mean" suggestions anywhere |
TchnclFl
Replies: 1
Views: 567
|
Forum: Scripts & Functions Posted: Sat Sep 12, 2009 7:46 pm Subject: Get google "Did you mean" suggestions anywhere |
Nice one! I wouldn't use it very much, but I enjoy the concept . |
Topic: EasyHits4U EasySurfer (NOT A BOT!) |
TchnclFl
Replies: 10
Views: 2676
|
Forum: Scripts & Functions Posted: Sat Aug 22, 2009 11:24 pm Subject: EasyHits4U EasySurfer (NOT A BOT!) |
| Strange...Perhaps you should just push F1 when having the GUI active. |
Topic: A_OSVersion |
TchnclFl
Replies: 4
Views: 219
|
Forum: Ask for Help Posted: Thu Aug 20, 2009 5:23 am Subject: A_OSVersion |
| Windows XP 32Bit is listed as WIN_XP, and I would assume that 64 bit would be as well.. |
Topic: why wont it work? urldownloadtofile |
TchnclFl
Replies: 2
Views: 492
|
Forum: Ask for Help Posted: Tue Aug 18, 2009 6:11 am Subject: why wont it work? urldownloadtofile |
| That should work fine. If it doesn't for you, make sure you're connected to the internet? |
Topic: Click on minimize button function |
TchnclFl
Replies: 2
Views: 471
|
Forum: Ask for Help Posted: Mon Aug 17, 2009 5:19 am Subject: Click on minimize button function |
Why not WinMinimize? I don't see what you're trying to do that WinMinimize doesn't accomplish...  |
Topic: Hold click = mouse moves down |
TchnclFl
Replies: 9
Views: 230
|
Forum: Ask for Help Posted: Fri Aug 14, 2009 5:14 am Subject: Hold click = mouse moves down |
A little mod on Z_Gecko's version that stops the mouse from downclicking while it moves.
LButton::
sleep 500
if GetKeyState("LButton", "P")
{
Loop
... |
Topic: Lyric Searcher |
TchnclFl
Replies: 18
Views: 846
|
Forum: Scripts & Functions Posted: Wed Aug 12, 2009 3:03 am Subject: Lyric Searcher |
I'd like to point out that instead of using StringSplit to remove spaces and then splicing it back together, you can just do
StringReplace, OutVariable, InVariable, %A_Space%, +, All
Which will auto ... |
Topic: EasyAHK (A tool for creating scripts) |
TchnclFl
Replies: 18
Views: 2020
|
Forum: Scripts & Functions Posted: Tue Aug 11, 2009 6:36 am Subject: EasyAHK (A tool for creating scripts) |
Updates!:
Graphic Improvements
Progress bar when checking for updates.
Fixed a bug where the program would delete itself if not connected to the internet ( ! Can't believe no one had noticed ... |
Topic: Yet Another Text Replacement Tool |
TchnclFl
Replies: 2
Views: 853
|
Forum: Scripts & Functions Posted: Mon Aug 10, 2009 11:51 pm Subject: Yet Another Text Replacement Tool |
LOL! I made the same thing for my first AHK script . |
Topic: EasyAHK (A tool for creating scripts) |
TchnclFl
Replies: 18
Views: 2020
|
Forum: Scripts & Functions Posted: Mon Aug 10, 2009 8:10 pm Subject: EasyAHK (A tool for creating scripts) |
| More words of advice, you should put some sort of an autosaver in there because last night I was writing a script in the textbox and I used one of the gui insert codes and it erased all my new data I ... |
Topic: Notepad++ definition |
TchnclFl
Replies: 9
Views: 2948
|
Forum: Scripts & Functions Posted: Mon Aug 10, 2009 8:02 pm Subject: Notepad++ definition |
Nice job. Thanks!  |
| |