| Author |
Message |
Topic: Water Margin Online |
TeknoMusicMan
Replies: 2
Views: 342
|
Forum: Ask for Help Posted: Thu Oct 05, 2006 9:20 pm Subject: Water Margin Online |
| You are going to get AHK added to antivirus scanners asking things like that. Kinda like Autoit went. |
Topic: New to Autohotkey... HELP |
TeknoMusicMan
Replies: 20
Views: 798
|
Forum: Ask for Help Posted: Thu Oct 05, 2006 8:45 pm Subject: New to Autohotkey... HELP |
| Way back in my Starwars Galaxies Days i used ACTool, and it did not support dll calls. |
Topic: New to Autohotkey... HELP |
TeknoMusicMan
Replies: 20
Views: 798
|
Forum: Ask for Help Posted: Thu Oct 05, 2006 8:40 pm Subject: New to Autohotkey... HELP |
No! Just a couple .. You & Me
True True, but multiple posts  |
Topic: New to Autohotkey... HELP |
TeknoMusicMan
Replies: 20
Views: 798
|
Forum: Ask for Help Posted: Thu Oct 05, 2006 8:37 pm Subject: New to Autohotkey... HELP |
whops, bunch of people replied while i was tweaking your code  |
Topic: New to Autohotkey... HELP |
TeknoMusicMan
Replies: 20
Views: 798
|
Forum: Ask for Help Posted: Thu Oct 05, 2006 8:35 pm Subject: New to Autohotkey... HELP |
try my code.
I added #installkeybhook due to it being a game. and removed some {} you had in the send commands.
#InstallKeybdHook
WinActivate Gunz
$w::
Send, {Space 10}
S ... |
Topic: wanting to protect a file |
TeknoMusicMan
Replies: 4
Views: 353
|
Forum: Ask for Help Posted: Thu Oct 05, 2006 5:18 pm Subject: wanting to protect a file |
| I agree with PhiLo, I successfully encrypted files with a AHK script but the encryption was weak and took a very long time on any decent sized file. If someone wanted to it would be easy to crack the ... |
Topic: New to Autohotkey... HELP |
TeknoMusicMan
Replies: 20
Views: 798
|
Forum: Ask for Help Posted: Thu Oct 05, 2006 5:09 pm Subject: New to Autohotkey... HELP |
I really doubt anyone is going to rewrite your code for you in AHK. You sould open up the AHK help file and use the search to find what your looking for.
To get you started heres a couple of the c ... |
Topic: Scalable Issue |
TeknoMusicMan
Replies: 1
Views: 728
|
Forum: Ask for Help Posted: Thu May 18, 2006 10:57 pm Subject: Scalable Issue |
| bump |
Topic: Scalable Issue |
TeknoMusicMan
Replies: 1
Views: 728
|
Forum: Ask for Help Posted: Wed May 17, 2006 9:49 pm Subject: Scalable Issue |
I have written a "Boss Key" type program so I can do some Eve-Online mining at work. This is in no way a cheating macro app, just allows you to hide the eve windows.
Right Now it's setup ... |
Topic: How to loop a limited number of times |
TeknoMusicMan
Replies: 3
Views: 397
|
Forum: Ask for Help Posted: Wed May 17, 2006 9:21 pm Subject: How to loop a limited number of times |
I ran the following code to test the loop.
k1 = 10
num = 1
loop %k1%
{
msgbox, %num%
num += 1
}
Is that all of your code? maybe your variable is somehow being read as a ... |
Topic: Mouse disable |
TeknoMusicMan
Replies: 1
Views: 258
|
Forum: Ask for Help Posted: Tue Jun 28, 2005 4:37 pm Subject: Mouse disable |
Try the [url=http://www.autohotkey.com/docs/commands/BlockInput.htm]BlockInput command
Just don't forget to turn it off after your scripts movements are finished. |
Topic: A_Startup and A_StartupCommon |
TeknoMusicMan
Replies: 4
Views: 893
|
Forum: Bug Reports Posted: Wed Jun 15, 2005 9:08 pm Subject: A_Startup and A_StartupCommon |
| The only way that they should return the same value is if somehow you magically logged in as "all users" and I'm 99% sure thats not possible. |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
TeknoMusicMan
Replies: 281
Views: 55906
|
Forum: Scripts & Functions Posted: Wed Jun 15, 2005 9:01 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
Now thats what i call service Now all I need is a supermodel on my lap and a beer in my hand  |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
TeknoMusicMan
Replies: 281
Views: 55906
|
Forum: Scripts & Functions Posted: Wed Jun 15, 2005 5:41 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
I just started playing around with this nice script of yours rajat and its very nice.
I have a request:
when 320 loads up and displays just the recently used list could you set it so that if i hit ... |
Topic: RC4 Encryption |
TeknoMusicMan
Replies: 33
Views: 7281
|
Forum: Scripts & Functions Posted: Wed Jun 15, 2005 4:42 pm Subject: RC4 Encryption |
| Rajat did you update the actual encryption script or one of the reply's? |
| |