[Inquiry] X Button Spam

06/18/2010 13:31 coconutwei#1
I love "X Button Spam".

However, is there a way to change the activation key (F12), to another button? (such as "X").

Thanks if anyone could answer.
06/19/2010 02:43 Zacko7#2
I don't have Auto-It on my computer anymore, but it was made in that program. The original code was just a simple
Code:
while 1
send("x")
sleep(200)
wend
If you can find someone to recompile the script in the AutoIt compiler, but changed to:
Code:
while 1
send("F12")
sleep(200)
wend
That'll do what you want.
06/19/2010 03:41 coconutwei#3
Quote:
Originally Posted by Zacko7 View Post
I don't have Auto-It on my computer anymore, but it was made in that program. The original code was just a simple
Code:
while 1
send("x")
sleep(200)
wend
If you can find someone to recompile the script in the AutoIt compiler, but changed to:
Code:
while 1
send("F12")
sleep(200)
wend
That'll do what you want.
That's the hardest part. I don't even know how to recompile it.

And, I do not think the code was that simple. Cause most of the macro out there, they are unable to activate the "spam x" in-game.
03/27/2012 01:28 shent309#4
Quote:
Originally Posted by coconutwei View Post
I love "X Button Spam".

However, is there a way to change the activation key (F12), to another button? (such as "X").

Thanks if anyone could answer.
me too. I need X Button Spam (such as " X ")

Zacko7. help me