Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - 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: rebound

1: press

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

The general idea of your request is.

key=Plugin.dm.GetKeyState(74)

If key= 1

Press the key "j", 1

If ... it will be over.

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