AutoHotkey Community

It is currently May 23rd, 2012, 4:09 am

All times are UTC [ DST ]


Search found 19 matches
Search these results:

Author Message

 Forum: Support   Topic: Keylog for only one program -- please hear me out!

Posted: April 29th, 2009, 10:13 pm 

Replies: 7
Views: 1078


I'd think using the script you have that already does what you want and adding in an easy to reach while typing hotkey for pausing would be good.
Left Windows Key seems like it'd do the trick?

 Forum: Support   Topic: How to get a Control NN in a Flash window?

Posted: April 29th, 2009, 6:59 pm 

Replies: 10
Views: 603


Well.. try for example..

Code:
*home::
WinWaitActive, Buddy List
ControlClick,,x65 y500,,,,Pos
return


This doesn't make a click at that position, though :-/

 Forum: Support   Topic: Memory not being released,

Posted: April 29th, 2009, 5:14 pm 

Replies: 21
Views: 1940


I'm still pretty new and haven't had much experience programming is most anything.. but.. just thinking of different things..
When it calls the dll, is there any sort of injection into the iexplore.exe?

 Forum: Support   Topic: Automatically shutdown the PC after an hour of inactivity.

Posted: April 29th, 2009, 5:06 pm 

Replies: 20
Views: 3859


Hey, for your code instead of all the stuff about right-clicking the script, just make a hot key that shuts it down when it's in the shut-down phase, or provide a button to shut off the timer. Also, providing a Pause button is nice if you decide to watch a movie or something of the sort ^_^

 Forum: Support   Topic: How to get a Control NN in a Flash window?

Posted: April 29th, 2009, 2:37 pm 

Replies: 10
Views: 603


Well the problem is still that if it doesn't find a control under the specified coordinates, even using Pos, it just sends a click to that general window and not at the specific coordinates. I've tried messing around with this command a number of times with various applications but it only works pro...

 Forum: Support   Topic: Click drag and release

Posted: April 29th, 2009, 4:15 am 

Replies: 7
Views: 649


Btw, you'd have to do something like.. MouseMove, 100, 200 Sleep 300 Click Down MouseMove, 300, 400 Sleep 300 Click up Kind of thing. Throw some sleeps in before the clicks, though it should finish moving the mouse before clicking, giving it a moment to reach that point can be a difference in your p...

 Forum: Support   Topic: Click drag and release

Posted: April 29th, 2009, 4:12 am 

Replies: 7
Views: 649


Are you talking about an active or inactive window?

 Forum: Support   Topic: sending key strokes to inactive game windows

Posted: April 29th, 2009, 4:11 am 

Replies: 11
Views: 4473


I have a semi-similar post going right now. The problem is that ControlSend and ControlClick both look to send a key/click to a control, whether specified by it's control id for ControlSend or with x and y coordinates with ControlClick. What's happening with your commands with ControlSend is that be...

 Forum: Support   Topic: How to get a Control NN in a Flash window?

Posted: April 29th, 2009, 4:04 am 

Replies: 10
Views: 603


Played around with things.. and controlclick doesn't send a click properly, unless there is in fact a class NN to send it to, even using the x and y coordinates.

Not really sure how to make it send an authentic click to any given spot..

 Forum: Support   Topic: Macro for game

Posted: April 29th, 2009, 4:03 am 

Replies: 11
Views: 1967


Quote:
In addition, they buffer any physical keyboard or mouse activity during the send

I'm trying to figure out how to clear this buffer.. if I could do that, this script would work perfectly.

 Forum: Support   Topic: How to get a Control NN in a Flash window?

Posted: April 28th, 2009, 8:53 pm 

Replies: 10
Views: 603


Hm.. I think in this case it's that the space bar is being assigned a specific control command in the flash game.

Is there a way to find whats been binded to the space bar?

 Forum: Support   Topic: Macro for game

Posted: April 28th, 2009, 8:47 pm 

Replies: 11
Views: 1967


Very nice. Unfortunately I'm still having the same que kind of problem, where as I'm holding down the space bar, strafing with 'a' and 'd', and moving the mouse left to right, it keeps all that and keeps queing jumps for afterwards.

Is.. there a way to wipe out that que?

 Forum: Support   Topic: Macro for game

Posted: April 28th, 2009, 8:32 pm 

Replies: 11
Views: 1967


Stop bumping. I bumped once. dont be impatient. wait more then 10 minutes. Did you notice the time between when I posted. 10 minutes is very much different from over 2 hours. Usually you don't get an answer right away because: 1) the question has been asked many times. just use the search. And mayb...

 Forum: Support   Topic: How to get a Control NN in a Flash window?

Posted: April 28th, 2009, 8:14 pm 

Replies: 10
Views: 603


I've tried the x and y coordinates, but these commands send clicks to the coordinates specified, but in the help file it says that if there is no class NN under the specified coordinates, that it sends the command to the window or parent window, etc. For example, try doing a ControlClick at a positi...

 Forum: Support   Topic: How to get a Control NN in a Flash window?

Posted: April 28th, 2009, 6:45 pm 

Replies: 10
Views: 603


I'm trying to figure out how to get controls from a flash game/animation. i.e. Slot machine game has a "Spin" button, I'm trying to figure out how to send {space} to activate it, or how to send a mouseclick to activate it. Neither work so far as I can't seem to get any control NN's from a ...
Sort by:  
Page 1 of 2 [ Search found 19 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group