Changing the hotkey to pause script?

Discuss, ask for help, share ideas, give suggestions, read tutorials, and tell us about bugs you have found with MicroMacro in here.

Do not post RoM-Bot stuff here. There is a subforum for that.
Forum rules
This is a sub-forum for things specific to MicroMacro.

This is not the place to ask questions about the RoM bot, which uses MicroMacro. There is a difference.
Post Reply
Message
Author
Kizami
Posts: 24
Joined: Sat Feb 07, 2009 1:38 am

Changing the hotkey to pause script?

#1 Post by Kizami » Wed Feb 11, 2009 4:17 pm

I was just wondering if there was a way to change the hotkey that paused and restarted the bot for RoM.

It's currently on "end" and I find that quite a useful button. Sometimes i'm botting in the background, press end without even realising and load up RoM with a dead character because of it.

Can I change it to "pause/break" or something instead?

Kiz

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: Changing the hotkey to pause script?

#2 Post by Administrator » Wed Feb 11, 2009 5:21 pm

bot.lua, line 11

Code: Select all

if( getVersion() < 100 ) then
	startKey = key.VK_DELETE;
	stopKey = key.VK_END;
else
	setStartKey(key.VK_DELETE);
	setStopKey(key.VK_END);
end

Kizami
Posts: 24
Joined: Sat Feb 07, 2009 1:38 am

Re: Changing the hotkey to pause script?

#3 Post by Kizami » Thu Feb 12, 2009 8:41 am

Thanks :)

Kiz

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests