Help - Search - Members - Calendar
Full Version: How to do?
AC Tools Everything Macro > AC Tool > AC Tool Discussion
pastuh
Hello
How to push 2 buttons at once?

I need... to press F1 and ENTER in one time.



Bear
QUOTE(pastuh @ Feb 21 2009, 06:46 PM) *
I need... to press F1 and ENTER in one time.

At Same time? Can't. ACTool doesn't work that way. You want ato play a Game that ACTool works great with? try Playing Asheron's Call laugh.gif
cam
ACTool only supports alt, ctrl, shift being held down while another key is pressed. It may be fast enough to "trick" the system if you do "keydown {f1} {enter}" though
DaMOB
QUOTE(cam @ Mar 6 2009, 11:22 AM) *
ACTool only supports alt, ctrl, shift being held down while another key is pressed. It may be fast enough to "trick" the system if you do "keydown {f1} {enter}" though

Feel honored cause Cam the man has graced this thread with your answer.

Hey Cam what are you up to lately? How's life?
tormenato64
QUOTE(cam @ Mar 6 2009, 11:22 AM) *
ACTool only supports alt, ctrl, shift being held down while another key is pressed. It may be fast enough to "trick" the system if you do "keydown {f1} {enter}" though


hmm.. Is it possible to detect a shift beeing pressed down, by humans, like i did this one:
CODE
while 1 = 1
    If {globalkeys} contains 065
        clearglobalkeys
    keydown a 1
  end if


i use that one to discover a password for a programme which shuts my computer off at a specific time, i run it in Test Mode, so the keys will appear in the Test Log when they are pressed, but i need to have capitals too.. is it possible to do that, or do i have to move to C++ for it?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.