k4niv4 Posted January 22, 2007 Posted January 22, 2007 Hey this is my first macro and it's not workin.... big surprise I know. Anyways, I'm trying to make a macro that will send keystrokes in-game so i can grind blah blah you know. I want it to press "9" 45 times and then press "p" with a delay of 4 mins following then repeat the procedure. The game I'm trying to do this for is 9Dragons, the American version. Here's the macro: // WinActivate ("9Dragons") WinWaitActive ("9Dragons") While 1 Send("{9}") Sleep (3500) WEnd While 1 Send("{p}") Sleep (300000) WEnd \\ Iknow it's prolly retarded script but if u guys could try it out and see if it would work anyway that be great. If it's just a bad script, perhaps send me some pointers or redirect me to a tutorial. Thanx for the help that u give.
fizco Posted February 27, 2007 Posted February 27, 2007 Im interested to know if the above script works as it doesn't appear to work for me. I assume that this is game guard stopping this.
4gotn1 Posted February 27, 2007 Posted February 27, 2007 yes game guard will block autoit and most if not all other macro programs... you will have to find a way to disable gameguard....
xwinterx Posted February 27, 2007 Posted February 27, 2007 yes game guard will block autoit and most if not all other macro programs... you will have to find a way to disable gameguard....How about changing header values in the compiled exe? I know there was a script on here that would do that as a quasi anti-decompile method. Of course you could damage the exe so it won't run at all, but if that happens, just throw it away, recompile and try again. I looked at it once, but it was greek to me.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now