Kneel Wizard Keys Script for Auto 3 4 Number Keys

Updated on technology 2024-05-21
2 answers
  1. Anonymous users2024-02-11

    This one is a non-stop button for the middle of the second.

    One cycle of seconds.

    rem starts.

    delay 50

    keypress 51,1

    delay 100

    keypress 52,1

    delay 50

    goto begins.

    Here's a full-screen game window that can automatically add blood to the required resolution of 10248*768.

    It's the one I feel best at using, but it might break down once in a while.

    I haven't changed the buttons, you can change them according to your needs.

    If you have any other questions, please feel free to ask me.

    vbs dim hong,lan,hongt,lant

    F8 Red, F9 Blue, F10 Pet Red.

    In the game, use the key grabber color tool to find the corresponding values of x1, x2, y, color and replace them.

    uservar hong=50 HP uservar lan=30 blue HP uservar hongt=200 HP delay time (ms).

    uservar lant = 200 blue patch delay time (ms).

    REM red.

    ifcolor hong/100*(187-64)+64 58 222222 2

    x2 = the rightmost coordinate of the health bar on the screen, x1 = the leftmost coordinate of the health bar on the screen, y=x1, x2 is the same ordinate in the health bar, color=the empty blood color value of the health bar.

    keypress 119 1

    Press the blood replenishment shortcut f8

    delay hongt

    Blood replenishment delay. endif

    rem patch orchid.

    ifcolor lan/100*(187-64)+64 64 111111 2

    keypress 120 1

    Press the blue shortcut key F9

    delay lant

    Fill in the blue delay. endif

    REM Supplement.

    ifcolor hong/100*(186-91)+91 97 222222 2

    keypress 121 1

    Press the health shortcut f10

    delay hongt

    Blood replenishment delay. endif

  2. Anonymous users2024-02-10

    Forehead. There's so much writing upstairs, I'm going to keep it simple.

    while 1

    keypress 51,1

    delay 500

    keypress 52,1

    delay 500

    end while

    The speed should be changed and the delay should be changed

Related questions
7 answers2024-05-21

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

13 answers2024-05-21

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

4 answers2024-05-21

Once the diagram is found, it works normally. If the graph is not found, it will always loop indefinitely, and it is impossible to loop. >>>More

6 answers2024-05-21

How to use the key wizard to complete automation scripts, with projects.