AutoHotkey Community

It is currently May 23rd, 2012, 5:00 pm

All times are UTC [ DST ]


Search found 34 matches
Search these results:

Author Message

 Forum: Support   Topic: Assist please?

 Post subject: thanks
Posted: July 27th, 2011, 10:26 am 

Replies: 6
Views: 214


Thank you in return for this help. Appreciate it greatly

 Forum: Support   Topic: Assist please?

 Post subject: OOOH
Posted: July 27th, 2011, 3:35 am 

Replies: 6
Views: 214


oh yeah and its missing the apps key hotkey for toggle holding F key to simulate F being held down for looting corpses as toggle too .... hmm :) .

 Forum: Support   Topic: Assist please?

 Post subject: woah
Posted: July 27th, 2011, 3:22 am 

Replies: 6
Views: 214


wow, thank you so much ! Its what i wanted ,,, now if only I could get rid of the tooltips without breaking the code... U insiper me to continue with learning autohotkey more :) so .. how do I get rid of the annoying tips when i press the keys ,, i like the state f9 but not the automatic tooltips .....

 Forum: Support   Topic: Assist please?

 Post subject: ugh
Posted: July 25th, 2011, 10:55 pm 

Replies: 6
Views: 214


please anyone... stuck here... little help please?

 Forum: Support   Topic: Assist please?

 Post subject: Assist please?
Posted: July 25th, 2011, 4:28 am 

Replies: 6
Views: 214


hi guys im trying to make a script for a easier time in a programe but I have issues with the character not moving when I need the shift held down... here it is BTW, SHIFT in the program acts as sprint for the sprite guy below:: #MaxThreadsPerHotkey 2 SetBatchLines, 20ms SetMouseDelay, 200 SetKeyDel...

 Forum: Scripts   Topic: Awesome Desktop Clock

 Post subject: Re: Awesome Desktop Clock
Posted: July 25th, 2011, 3:55 am 

Replies: 42
Views: 6663


An awesome desktop clock: Screenshot: http://img521.imageshack.us/img521/7317/71351523.png (Background is "Approaching Midnight") Does not require the GDI+ library, as all needed functions have been inlined. Download: http://www.autohotkey.net/~Uberi/Clock.ahk thanks works !

 Forum: Support   Topic: can you do two task in one hotkey...sample..

 Post subject: uhm
Posted: February 4th, 2011, 7:03 am 

Replies: 2
Views: 181


about your code and question,,,,

I wanted to hold down the lcontrol while the 5 id activated/active
not me needing to hold it down extra ....

 Forum: Scripts   Topic: sample of automation

 Post subject: sample of automation
Posted: January 8th, 2011, 9:19 am 

Replies: 0
Views: 649


#MaxThreadsPerHotkey 2 SetBatchLines, 20ms SetMouseDelay, 200 SetKeyDelay, 200 place = 0 ^1:: place = 1 Loop { send, {Click right} place = 0 GetKeyState, state, Lbutton if state = D return } Return ^2:: place = 0 GetKeyState, state, RButton if state = D send, {RButton Up...

 Forum: Support   Topic: can you do two task in one hotkey...sample..

Posted: January 8th, 2011, 8:30 am 

Replies: 2
Views: 181


old script>>> ]^5:: if not GetKeyState("LShift") send, {LShift down} else send, {LShift UP} return ^2:: if not GetKeyState("LControl") send, {LControl down} else send, {LControl UP} Return return New script would execute bot...

 Forum: Support   Topic: problem,,

 Post subject: oook,thats makes sense
Posted: January 8th, 2011, 7:16 am 

Replies: 2
Views: 179


thank you, Ill change that :) appreciate it

 Forum: Support   Topic: problem,,

 Post subject: problem,,
Posted: January 8th, 2011, 6:56 am 

Replies: 2
Views: 179


could anyone tellme why is it when I use crtl+1 this script I cant move once I use the crtl+1 shortcut hotkey,,,, the script runs but it wont let me left click while it runs.. i cant do anything with left mouse button if holding it down unless I cancel out the crtl+1 script with crtl+3 manualy.. wha...

 Forum: Support   Topic: looping....

 Post subject: sweetness
Posted: January 8th, 2011, 5:29 am 

Replies: 2
Views: 212


thank you aton!

 Forum: Support   Topic: looping....

 Post subject: looping....
Posted: January 8th, 2011, 4:58 am 

Replies: 2
Views: 212


could anyone give me help? im stuck,,, havnt used ahk for ages, but i need this for few days and it about Looping... my goal ;; make one hotkey to loop clicking till I use another autohotkey to run other tasks this script works but,, I cant stop it once its launched , what I would like is if I use a...

 Forum: Support   Topic: hi,need some help

Posted: November 18th, 2010, 9:53 am 

Replies: 4
Views: 141


Try this: */:: toggle:=!toggle Send % "{LShift " (toggle ? "down" : "up") "}{LCtrl " (toggle ? "down" : "up") "}" Return this worked but wast a toggle !! but worked.. and Ty for your input if i...

 Forum: Support   Topic: hi,need some help

Posted: November 18th, 2010, 9:52 am 

Replies: 4
Views: 141


Try this: */:: toggle:=!toggle Send % "{LShift " (toggle ? "down" : "up") "}{LCtrl " (toggle ? "down" : "up") "}" Return this worked but wast a toggle !! but worked.. and Ty for your input if i...
Sort by:  
Page 1 of 3 [ Search found 34 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group