AutoHotkey Community

It is currently May 22nd, 2012, 1:08 pm

All times are UTC [ DST ]


Search found 88 matches
Search these results:

Author Message

 Forum: Scripts   Topic: [G+] Musical alarm clock, gradually blast your ear drums.

Posted: November 28th, 2009, 3:34 am 

Replies: 0
Views: 654


Coded for my oversleeping habits, my first contribution in a while.. #persistent ;#notrayicon ; super ninja mode off soundset, 0 volume=0 soundget, is_mute ,,mute if is_mute = On ; if system is muted, unmute Send {Volume_Mute} run , "C:\(path to playlist)",,hide ; run you...

 Forum: Scripts   Topic: QuakeLive Auto Fire script

Posted: September 2nd, 2009, 1:27 am 

Replies: 18
Views: 8509


cheating doesn't make up for lack of skill. I agree on the timer stuff for training purposes. otherwise you will suck balls on actual ql tournies :( . Cheating is for lamers, just run the training levels and practice practice practice.

 Forum: Support   Topic: Controlsend causes edit window to lose focus

Posted: August 18th, 2009, 11:14 pm 

Replies: 2
Views: 485


bump

 Forum: Support   Topic: Timing problems when using Gui ?

Posted: August 3rd, 2009, 9:25 am 

Replies: 3
Views: 430


your not properly activating the window to send text to, for all you know it could be sending text to your start menu. :O

try using
Code:
winactivate , ahk_class notepad++
sendinput bla bla bla bla


also use this on your header
Code:
SetKeyDelay, -1, 0

 Forum: Support   Topic: Execute a series of command in console window

Posted: August 3rd, 2009, 9:19 am 

Replies: 7
Views: 532


runwait , svndownload.exe -s (servername) ;an example of course
run , compile.exe (pathtofile)

 Forum: Support   Topic: Two Scripts - Same Hotkey

Posted: August 3rd, 2009, 9:17 am 

Replies: 4
Views: 424


use a switch after the first right click to change the action of the right click for the 2nd iteration.

then fire right click and 2nd iteration will run and switches it back to first right click action :D.

 Forum: Support   Topic: Controlsend causes edit window to lose focus

Posted: August 3rd, 2009, 9:08 am 

Replies: 2
Views: 485


I'm trying to write this script to send text to multiple controls flawlessly but it seems that certain keys are exempt from the cycle. im suspecting that its because the edit window loses focus during the typing process. it works however if i type slow, but if i increase wpm it skips keys. please he...

 Forum: Scripts   Topic: Warcraft 3 Alt Tabber script.

Posted: August 1st, 2009, 3:27 am 

Replies: 8
Views: 4659


change frozen throne.exe and warcraft III.exe to war3.exe :)

 Forum: Support   Topic: script logoff doesnt fully logoff?

 Post subject: :)
Posted: June 2nd, 2009, 11:42 pm 

Replies: 3
Views: 402


Works like a charm! 5 star response!

 Forum: Support   Topic: script logoff doesnt fully logoff?

Posted: May 28th, 2009, 10:58 pm 

Replies: 3
Views: 402


Ive had issues with a script I've wrote recently. Whenever I try to logoff using the script, it closes all the applications but leaves windows xp still running and in a usable state. Im using this command to logoff, but is there a way to force a logoff? res := DllCall("ExitWindowsEx", ...

 Forum: Scripts   Topic: SwissKey - USB security solution for windows pc's

 Post subject: @_@
Posted: April 25th, 2009, 1:05 am 

Replies: 23
Views: 5523


Going to update swisskey soon guys, ive got a few ahk projects im taking care of atm, but swisskey is coming soon with improved code. Not sure if I have an old version, but this only blanks my first monitor & I can't get it to unlock for the life of me - I put a USB Key in, right click go to gen...

 Forum: Support   Topic: Icons from shell32 not showing up.

Posted: April 22nd, 2009, 8:06 am 

Replies: 4
Views: 380


nvm fixed it
Using an old script to pull images from dll, i now have the working numbers

206
147

 Forum: Support   Topic: Icons from shell32 not showing up.

Posted: April 22nd, 2009, 7:44 am 

Replies: 4
Views: 380


Which dll would i be calling?

 Forum: Support   Topic: Icons from shell32 not showing up.

Posted: April 22nd, 2009, 3:12 am 

Replies: 4
Views: 380


How can i get all of the icons to show in my gui? #1 shows but #2 and #3 are missing and show text instead. Gui, Add, Picture, x16 y7 w20 h20 Icon37 , C:\WINDOWS\SYSTEM32\SHELL32.dll Gui, Add, Picture, x60 y7 w20 h20 Icon255 , C:\WINDOWS\SYSTEM32\Shell32.dll Gui, Add, Picture, x 90 y7 w20 h20 Icon31...

 Forum: Scripts   Topic: ahkSalt Generator

 Post subject: ahkSalt Generator
Posted: April 3rd, 2009, 3:32 am 

Replies: 0
Views: 909


Just a random code i whipped up in an hour. This program can be used to generate passwords or salts. It generates a random string, and pulls random characters out of the string. NOTE: no character is used twice. Change your desired length in the loop , 4 portion near the return statement. Examples: ...
Sort by:  
Page 1 of 6 [ Search found 88 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group