How to set the button button continuously

Updated on technology 2024-05-07
12 answers
  1. Anonymous users2024-02-09

    Someone already has your problem.,But he writes like that.,It's not entirely correct.,It's written like that.,One second can't press 10 z (about 7),The seconds are relatively short.,Can't use keypress (if you have to use it.,The delay should be appropriately reduced.,Generally reduce 50ms.,I want to be in different computers.,Or different versions of the key wizard are suitable.,It's best not to use it),**As follows:

    while true

    keydown 90,1

    delay 100

    keyup 90,1

    wend

  2. Anonymous users2024-02-08

    Here's what the keypress genie recorded ********** keypress"z", 1

    delay 100

    keypress "z", 1

    delay 100

    keypress "z", 1

    delay 100

    keypress "z", 1

    delay 100

    keypress "z", 1

    delay 100

    keypress "z", 1

    delay 100

    keypress "z", 1

    delay 100

    keypress "z", 1

    delay 100

    keypress "z", 1

    delay 100

    keypress "z", 1

    delay 100

    ===The above is the ********** of the content recorded by the key wizard

  3. Anonymous users2024-02-07

    1. First open the button wizard, click the script that needs to set the loop, and then click the [Properties] behind it2, under the script loop, you can enter the number of loops3, if you need to loop indefinitely, select the option in the middle, and the script will continue to loop until the stop key is pressed, and the general stop key is [F12].

  4. Anonymous users2024-02-06

    Key = 1" 'If you want to double-click a, then replace the 1 in the first double quotation marks with a, and remember that the double quotation marks should not be modified only to change the inside.

    Interval = 100'Set the time interval between consecutive clicks in milliseconds, 1000 milliseconds equals 1 second, if you want to press 2 times per second, change it to 500

    dokeypress button, 1

    delay interval.

    loop

  5. Anonymous users2024-02-05

    keypress "a", 1

    The A in quotation marks indicates the key you want to press, and then in the script properties, change the script loop to press the stop key.

  6. Anonymous users2024-02-04

    function Press a key (key, number of times).

    for times.

    keypress key, 1

    delay 200

    nextend function

    Press a key ("a",10)'Press the A key 10 times, quotation marks and commas are English symbols, and direct copying is available.

  7. Anonymous users2024-02-03

    First of all. Open New in the button wizard. Then insert the key you want to click. Click on the script loop in the script properties on the right, and change it to loop to press the abort key. Save to exit. Press F10 to start clicking continuously. If you want to turn it off, press F12

  8. Anonymous users2024-02-02

    How it works:

    See the main interface of the key wizard,Click the record button at the top of the program interface,The recording here as the name suggests is that the user has to repeatedly and often carry out some daily operations,Such as opening QQ,Logging in to Weibo, etc.,After recording the operation through the key wizard, you can easily perform these tedious operations with one click。

    After that, a small window called "Record Keyboard and Mouse Actions" will pop up, the first red dot button is the command to start recording, the second blue square button is the command to stop recording, the third is to save the recording result and exit, and the fourth is some additional settings for recording, such as whether to record the trajectory of the mouse, etc. We click on the little red dot to start recording our actions.

    Put aside the window for recording keyboard and mouse actions, and the next thing we need to do is to start some repetitive operations that we do every day as usual, such as logging in to QQ, double-clicking the QQ shortcut on the desktop, entering your login password on the login interface, and then clicking "Login".

    After completing the login operation, we can click the blue square stop button at the top of the record keyboard and mouse action window to end our recording operation, and then click the button on the right side of the blue square to save the recorded operation, then the key wizard will pop back to the main interface, and we click the "Debug" button above.

    At this point the debugging interface will appear and we will click on the "Start" button. At this time, the key wizard will repeat the operation according to the recorded operation just now, and we can check whether it has achieved its own purpose and requirements.

    If the recorded script meets your needs, you can keep it for later. Here you can set the saved script for easy identification and operation, and see the script properties window, description and file name on the right side of the interface (to be kept. q) are changed to their own easily recognizable names, and the activation hotkey is set according to your needs.

    The next step is to click the "Save" button at the top of the program interface, and the key wizard will save the recorded operation in the form of a script.

    Finally, the script should be made into exe format for easy use. Click "Publish" and then select "Make a Keypokemon".

    After selecting the script that needs to generate the exe, click the red "Make Now" below to generate an exe file, and then double-click to run the exe file to achieve the purpose of executing the recorded operation.

    According to the specific problem type, the steps are disassembled, the cause is analyzed, the content is expanded, etc.

    The specific steps are as follows: The main reason for this is ......

  9. Anonymous users2024-02-01

    Sweet Park, you can, meet offline at multiple points, and you can search for it in the Apple Store.

  10. Anonymous users2024-01-31

    1. First of all, when pressing the key wizard for infinite looping, you need to set it in the running script and create a new script.

    2. After the new one is opened, click on the upper left corner of the page - My Script option.

    3. Then in the My Script page that opens, there is a function of properties, click on properties.

    4. After clicking on the properties, you can see that there is a button that loops to the beginning and the end.

    5. Then check the prohibition of repeated operation on the left, and finally click Save to complete the setting.

  11. Anonymous users2024-01-30

    1.Double-click to open your script 2On the right side of the interface you open, Script Properties will appear

    Under Script Properties, find the option "Run" 4Click on "Script Loop", a small box will appear behind it, look carefully, and then click on this box to select Loop until you press the stop key.

  12. Anonymous users2024-01-29

    What does that mean, be clear.

    Is it to click the A button for 2 seconds, then click the B button, and then click the B button again after 2 seconds?

    If yes:

    keypress "f3", 1

    delay 2000

    keypress "f1", 1

    delay 2000

    Manually set the script cycle time and start off key yourself.

Related questions
4 answers2024-05-07

userrect =

x, y, w, h get the xy and width height in the upper left corner of the window (the meter does not include the outer border). >>>More

7 answers2024-05-07

The key wizard comes with a key code query,In"Key commands"Below, there is"Query the keycode"Press any key on the keyboard at the key, and the keycode of the corresponding key will be displayed in the keycode. Vice versa. >>>More

14 answers2024-05-07

It's useless to just record.

To **. Need me to write a script. >>>More

13 answers2024-05-07

Color-finding plugin Parameter 1, Parameter 2, Parameter 3, Parameter 4, Parameter 5, Parameter 6, Parameter 7) vbscall findcolor(0,0,1024,768,"0000ff",intx,inty) >>>More