Spamming 1 button only

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
solarium
Posts: 2
Joined: Sun Mar 20, 2011 11:30 am

Spamming 1 button only

#1 Post by solarium »

Hi,

i did some tries but didn't succeed to do so.

I would like to use the program to spam 1 button only of my char.

I prefer him not to move.

Is it doable ? If so, how ?

Thanks in advance for you help
User avatar
Giram
Posts: 191
Joined: Thu Aug 26, 2010 3:34 pm
Location: Finland

Re: Spamming 1 button only

#2 Post by Giram »

Maybe something like this? After running waypoint it starts spamming x in this example. Just change that to key you want to spam.

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<onLoad>

	while (true) do
		keyboardPress( key.VK_X );
	end
	
</onLoad>
</waypoints>
solarium
Posts: 2
Joined: Sun Mar 20, 2011 11:30 am

Re: Spamming 1 button only

#3 Post by solarium »

works perfect.

I'm noob, thank you very much
Post Reply