Page 1 of 1

ROM Multiclicker

Posted: Sat Aug 09, 2014 10:39 pm
by Bot_romka
ROM Multiclicker v0.4

New version. Now it can use macro script.
Use it function for pressing key or start macro script in all running ROM client.

Instal: unzip archive in Rombot folder ...\scripts\rom\

Use Start_Multiclicker.bat for start.

Setings:

Code: Select all

-- Setings
local CommandTime = 500;					-- Set Time in ms between use Command 
local CheckInGame = true;					-- Set to false or true for Check char In Game
local Commandtype = "PressKey"				-- Set Commandtype "PressKey" or "Script"
local CommandPressKey = key.VK_1;			-- Set Command for pressing key. (use virtual key codes).
-- info: look virtual key codes on site: http://msdn.microsoft.com/en-us/library/ms927178.aspx	
local CommandScript = "AcceptGroup();";		-- Set Command for use macro script.

-- Ignored Chars table
IgnoredChars = {["Charname1"] = true,		-- Set names Ignored Chars
				["Charname2"] = true,
				["Charname3"] = true,};
History:
v0.1 first release
v0.2 added Ignored Chars
v0.3 added use macro script
v0.4 fix use key to stop\pause Multiclicker

Re: ROM Multiclicker

Posted: Sun Aug 10, 2014 12:20 am
by rock5
What is a user supposed to do? Guess what it does?

Re: ROM Multiclicker

Posted: Tue Aug 26, 2014 8:57 am
by Braziliano
rock do u know what this does?

Re: ROM Multiclicker

Posted: Tue Aug 26, 2014 9:57 am
by rock5
No, didn't download it.

Re: ROM Multiclicker

Posted: Mon Oct 13, 2014 2:43 pm
by Bot_romka
New version in first post.

Re: ROM Multiclicker

Posted: Mon Nov 03, 2014 7:26 am
by dx876234
Only a .bat file in archive?

Re: ROM Multiclicker

Posted: Mon Nov 17, 2014 5:53 am
by Bot_romka
dx876234 wrote:Only a .bat file in archive?
Sorry. I've corrected my mistake.

Re: ROM Multiclicker

Posted: Mon Nov 17, 2014 11:12 am
by sauhard
What does it do?