Key wizard map mining
unless you use the power that is not allowed
it's hard to say what kind of outcome you will get
Grab point / grab color / grab picture / grab area coordinates - Usage
2009-4-816:42
figure: grab point interface
grab point and grab color steps
Step 1: grab screen
open the software interface you need to grab point, press the "PrintScreen" key on the keyboard (can't find? Look carefully. It's on your keyboard, Then enter the button's "grab" interface, and the picture you just captured will be displayed in the grab interface
Step 2: grab color
press the left mouse button on the screen capture interface to successfully grab color
grasp the regional coordinates function
Press and pull the left mouse button in the "snapshot" to obtain the pulled regional coordinates, which is very helpful for using the "regional color finding" function, because the obtained regional coordinates are the parameters that need to be input in the function
offset grab point
in some games, the shape of the mouse will "block" the color of the point you really want to grab. So after pressing the hotkey, the captured color is the color of the mouse. At this time, we can use "offset grab point" to solve the problem. Generally speaking, the offset set to - 1, - 2, - 3 can smoothly avoid the obstruction of the mouse color, catch the real screen color
load bitmap
some games can't use the capture hotkey. At this time, you can use the capture function of the game to save the picture in BMP format, and then load the bitmap to capture
more skills
press the up, down, left and right keys of the keyboard to fine tune the coordinates of the grab point
but it's not easy to use ·
it's recommended to put it in the image root directory of the button wizard···
moveto x, y (if not found, it will become - 1,0 to 1024; Write the path and file name of your picture here; In the screen range of 0.8, save the coordinates of the first pixel to X; Here is to move the mouse to the coordinate X- 1)
VBSCall FindPic(0,Y)
,0,768.bmp,,0,X;, Inside 768
restore mousepos these two sentences are to save the mouse position and restore the mouse position. If you don't support walking in the map, you can use CE or ranger search coordinate memory button to find memory, which is very convenient
Save your screenshot with grab tool and add it to the attachment. Find the basic command color graphics command area in the script editing area. Change the image path below to the image location you saved. Click Insert. You can see this command in the edit area later. There is an if intx & gt; 0 and inty> 0 tuer
insert the mouse movement command here
findcolor 650450720500, & quot; F7FBFF", Intx688, inty467 (find color first)
if intx688 & gt; 0 And intY467 > 0 then
moveto 688, 467
delay 500
leftclick 1
end if