Joke Collection Website - Public benefit messages - The key wizard looks for an X-key script similar to a key burst.

The key wizard looks for an X-key script similar to a key burst.

Long get keystone(vk _ code) parameter definition:

Vk_code integer: virtual key code return value: integer:

0: Bounce

1: press

This is a function of the key wizard desert plug-in. There are also some lazy plug-ins with similar functions.

The general idea of your request is.

key = plugin . DM . getkey state(74)

If key= 1

Press the key "j", 1

If ... it will be over.

Just repeat this sentence. But the disadvantage is that when you press two keys at the same time or press the J key and then press another key, the burst will stop. I'm thinking about it, too