Help - Search - Members - Calendar
Full Version: Help With ACTOOLS
AC Tools Everything Macro > AC Tool Macros > Asheron's Call Macros
*Joe*
Hi,
so i just dled ACTOOLS and i wanted to make a macro that lets me automatically press a and w at same time, i made it but im not sure how u make it interact with other programs, so i was wondering if any1 can tell me how to make it interact with other programs??? all advice will be extremely appreciated! tongue.gif
*Joe*
i have already done the code i think???:

CODE
Loop 5000
keys w
keys a
End


NOW ALL I NEED IS TO MAKE IT INTERACT WITH FILES LIKE GAMES AND STUFF?!?!?! PLZ HELP ME!!!!!!!!!!!!!!!!!!!!
Ahk
You posted in the wrong forum for questions, this should be in macro development...this one is for completed and macros that are mostly complete.


All that aside;
I'm not sure that's going to work out for you the way you intend it to.

KeyDown wa 500

just might do the trick, but I'm not for sure.

To send the output to a game, you only need to have it loaded up and be the active app. Meaning it's the only thing you can see if it's fullscreen, and if it's windowed, be highlighted with the blue or whatever color scheme you're running chooses for the active window.

You can bring a window up by using:
SetActiveWindow Game*
Delay 5000 //Allow a few seconds to bring up the window.

*Joe*
QUOTE(Ahk @ Jul 7 2007, 10:30 AM) *
You posted in the wrong forum for questions, this should be in macro development...this one is for completed and macros that are mostly complete.


All that aside;
I'm not sure that's going to work out for you the way you intend it to.

KeyDown wa 500

just might do the trick, but I'm not for sure.

To send the output to a game, you only need to have it loaded up and be the active app. Meaning it's the only thing you can see if it's fullscreen, and if it's windowed, be highlighted with the blue or whatever color scheme you're running chooses for the active window.

You can bring a window up by using:
SetActiveWindow Game*
Delay 5000 //Allow a few seconds to bring up the window.

Ok thankyou very much....soz about wrong place for forum post "-.-
*Joe*
Yay thank you i did it and i also made a finished product of a macro to spam msn with my friends name! tongue.gif LOL tongue.gif
IM SO EVIL



Thanks to ahk who helped me tongue.gif TY AHK!
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.