Judge the background color condition of the key wizard

Updated on technology 2024-03-11
5 answers
  1. Anonymous users2024-02-06

    ** As follows: bai

    Description: du50,50** to find the point zhix and daoy coordinates, 000000 represents the hexadecimal color value.

    Edition hwnd =

    ys = , 50, 50)

    if ys = "000000" thenmsgbox "I've found Yan Quanse"

    end if

  2. Anonymous users2024-02-05

    Use the window handle that the mouse points to to get the handle, and then use the grab to bind the handle to take a screenshot, and the coordinates obtained in the grab-and-capture ** are the coordinates in the window.

    Take a good look at the official tutorial, which teaches how to use grabbing to get background coordinates.

    Note that the screenshot is black after binding the handle, which means that the game has blocked the background function of the button, and other plug-ins are needed to implement the background.

  3. Anonymous users2024-02-04

    Can the buttons still be in the background? I just used I don't know.

  4. Anonymous users2024-02-03

    The plug-in that comes with the button does not have a background multi-point color search It is recommended to use the desert plug-in There is this number of plug-ins over there, and the following is the number of colors I wrote myself**。

    However, you cannot set the similarity.

    hwnd=1446860

    call area color number (500, 400, 509, 406,"00ffff")

    The number of colors in the function area (start point x, start point y, drop point x, drop point y, color value).

    Backup starting point x = starting point x

    x number = landing point x - starting point x + 1

    Y times = landing point y - starting point y + 1

    for y.

    Start point x = Backup start point x

    for x.

    Color = , Start X, Start Point Y).

    Color 1 = Color 1 & Color &"/"

    Start point x = start point x + 1

    nextStarting point y = starting point y+1

    next array split = split(color 1,"/")

    Quantity = ubound (array splitting).

    for i=0 to quantity.

    Color = Array Split (i).

    if color = color value then

    Number = Number + 1

    end if

    nextmessagebox color 1&"Number of colors"&Quantity&"Yes"&Color Value&"The number is"& number.

    end function

  5. Anonymous users2024-02-02

    Background color search, the premise is. The game must support background color finding and finding points, followed by the color value must be capitalized, plus""number zzz = , 56, 202) if zzz="09bafe" then

Related questions
4 answers2024-03-11

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-03-11

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-03-11

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