mIRCplay executes beeps patterns with an specified delay, and follows beeps with the keyboard leds (num-lock, scroll-lock and caps-lock)

I took the idea from a picwin animation that used beep music (by ToKen)
It's something idiot but I've found it funny.

Credits goes for ToKen for the idean and danielson for creating the useless dll.

To install just extract to the mIRC dir and type:

	/load -rs $findfile($mircdir,mIRCplay.mrc,1)


mIRCplay syntax is:

	/mIRCplay <pattern> [delay]

<pattern> is a string containing 0's and 1's. 0 is silence, 1 is beep.
[delay] is specified in miliseconds and it's not mandatory, default is 50.


Some examples:

	murga: /mIRCplay 101000000101000000101011101010111010101110101 80
	militar: /mIRCplay 10101000000000000000010101000000000000000010101000000001000000001 30
	metal: /mIRCplay 10101010000000010101010000000010101010101010101010
	door knock: /mIRCplay 1001010100100001001 75

(come on, use your imagination...)

I hope you find it funny :)

- mQ <mar@marqo.com.ar>