Position: Home page » Equipment » How to use automatic mining machine in romantic manor

How to use automatic mining machine in romantic manor

Publish: 2021-05-07 00:08:00
1. The color of the system is 32-bit, and the size of the game window is 800x600 by default (otherwise, the coordinates of the automatic complement will be wrong). After starting, you can drag the window away, but you can't minimize it. First of all, the character stands in the middle of the grid, face down (in fact, it's the same everywhere). When starting, the mouse point is at the foot of the character, as shown in the red dot. As long as it's at the foot, it doesn't need to be precise. Find the location of the point for the script to complete. Need 361 background mouse and keyboard plug-in version 5, & quot; BGKM5.dll" This thing can be downloaded from the forum and put into the plugin directory / / of course, the first thing is to get the window handle. Pay attention to the difference between the two methods: plugin hwnd1 = window. Foreground() / / the window handle obtained by the above sentence can move the window, but you can't click the mouse on the window. Plugin hwnds1 = window. Mousepoint() / / now use the handle obtained by this sentence, You can click the mouse in the window, but you can't move the window / / so, if you need to move the window, you should use hwnd1 as the handle, and click hwnds1 / / of course, the size of the window obtained by these two methods is the same, so the calculation of coordinates doesn't matter / / get the mouse position and convert it to the window coordinates vbsclall GetCursorPos (xget, yget) Plugin clixy=BGKM5.ScrToCli(hwnds1,xget,yget) VBSCall MyArray1=split(clixy,"|& quot;,- 1,1) VBSCall x=CInt (MyArray1 (0)) VBSCall y=CInt (MyArray1 (1)) / / script started looking for the precise mining point LockMouse MoveR 60,0 / / locked mouse, and moved the mouse away, to prevent the color of mining hoe, "mining" such words affect the color judgment to judge Plugin Plugin. 000000") // Take the first point of the mouse as the upper left corner, and look for black in the range of 4x32 / / the purpose of doing this is to find the first black point in the parcel lattice, so it is required to open the parcel to display wkxyarray = split (wkxy, & quot|& quot;,- 1,1) HSX = wkxyarray (0) HSY = wkxyarray (1) REM look for the mining point / / after finding the black point, take the colors of the left, right and upper left points of the point respectively / / for the specific relative coordinates, see plugin colorzu = bkgndcolor. Getpixelcolor (hwnds1, hsx-4, HSY) plugin coloryou = bkgndcolor. Getpixelcolor (hwnds1, HSX + 4, HSY) in the script, hsy) Plugin colorzuoshang=BkgndColor.GetPixelColor(hwnds1,hsx-4, (hsy-2) / / the purpose is to find the two black dots at the bottom of the current grid / / if you zoom in, you can clearly see that the border of the grid is composed of black dots if colorzu = 0 XWK = hsx-2 YWK = HSY goto find ENDIF if coloryou = 0 XWK = HSX + 2 YWK = HSY goto find ENDIF / / no matter the dot on the left or right is black, Prove that the bottom of the grid has been found / / define the exact coordinates of the mining point (XWK, YWK) and jump out to judge / / in the case that the left and right sides are not black, it means that they are not the bottom of the grid / / at this time, the point in the upper left corner or the upper right corner must be black / / if the point in the upper left corner is black, it means that the point is above the left, and move the coordinates of the point down to the right, Continue to judge / / if the upper left corner is not black, then the upper right corner must be black. If colorzuoshang = 0 delay 10 HSX = HSX + 4 HSY = HSY + 2 goto search for the mining point else HSX = hsx-4 HSY = HSY + 2 goto search for the mining point ENDIF / / the purpose of setting this mark is to release the mouse / / the mouse can move back to the original position, Because it's back-end REM that finds mover - 60,0 unlockmouse REM and starts mining, Gosub / / select hoe (F1) plug in bgkm5.keyclick (hwnds1112) delay 100 / / mining plug in bgkm5.mmove (hwnds1, XWK, YWK) plug in bgkm5.lclick (hwnds1, XWK, YWK) / / delay time can be modified by yourself, or set delay 6800 with custom variable at the beginning / / click 4 times below, Click once on each of the four corners of the grid to get the ore / / after the test, including the common roles of men and women and the diced beans, it's OK to plug in bgkm5. Mmove (hwnds1, XWK, YWK) plug in bgkm5. Lclick (hwnds1, XWK, YWK) delay 80 plug in bgkm5. Mmove (hwnds1, XWK, ywk-30) plug in bgkm5. Lclick (hwnds1, XWK, ywk-30) delay 80 plug in bgkm5. Mmove (hwnds1, XWK + 15, ywk-20) plug in bgkm5. Lclick (hwnds1, XWK, ywk-30) delay 80 plug in bgkm5, XWK + 15, ywk-20) delay 80 plug in bgkm5.mmove (hwnds1, xwk-15, ywk-20) plug in bgkm5.lclick (hwnds1, xwk-15, ywk-20) delay 80 / / switching food once, as everyone knows, is to prevent people from twitching caused by continuous mining. Plug in bgkm5.keyclick (hwnds1113) delay 200 goto starts mining / / physical strength supplement sub physical strength plug in color7 = bkgndcolor.getpixelcolor (hwnds1, 90, 62) / / choose the color of 90 or 60, which is about 10% of your physical strength. You can modify it yourself / / if the color is black, eat blood if color7 = 2106400 / / choose the food (F2) plugin bgkm5. Keydown (hwnds1113) plugin bgkm5. Keyup (hwnds1113) delay 200 / / click "eat" plugin bgkm5. Mouse (hwnds1,0570507) plugin bgkm5. Mouse (hwnds1,1570507) plugin bgkm5. Mouse (hwnds1,2570, 0507) plugin bgkm5, 507) delay 1800 / / select the hoe again, plug bgkm5. Keydown (hwnds1112) plug bgkm5. Keyup (hwnds1112) ENDIF return. In the case of good network, this script is very stable, no mine will be missed, and no character will move because of taking mine. Although the part of judging mining point is relatively long, it can ensure that the mouse position is very random when you start, As long as it is OK at the foot of the character, it is very easy to use, and the judgment process can be completed in a very short time, without any impact. In the process of script execution, the judgment will only be executed once, and the subsequent continuous mining process is very smooth! Hope to help you --- reprint Bruce Lee textbook

please adopt, thank you!
2. That's luck and time, nothing else. If you dig for a long time, you can get the rare things
3. First of all, the hoe has to dig a certain number of times with stars

and then go to the secret book vendor to buy secret books (basic, primary and intermediate lathe secret Books), add the illustrated books

and then refine them in the lathe according to the materials it needs
4. First of all, use your coffee partner to idle "because your physical strength will be replenished when you are under 80"
and then press "fast work" to dig the mine, OK
5. You go to the brothers forum to find, there are many romantic manor scripts, the plug-in is also in the brothers forum, very simple, don't think so complex, there are also buttons wizard tutorial, take a look at it. http://bbs.vrbrothers.com/ This is the website.
6. Plug in = = execute = = = mining in case of shaking... Global --- speed adjusted to slow. If there is something you don't want... Backpack... There is a frame inside... My settings are: * ownerless: strange stone (purple) * * strange stone (purple) * * ownerless: strange stone (yellow) * * strange stone (yellow) * * ownerless: strange stone (red) * * ownerless: strange stone (green) * * strange stone (white)** Strange stone (black) * * Red fragments * Blue fragments * purple fragments * cyan fragments * white fragments * * GREEN fragments * * orange fragments * * YELLOW fragments * damaged mine hoe * ownerless: damaged mine hoe * earthworm * mackerel * perch * stickleback * advanced magic elements * drifting bottle * southern catfish [3] * catfish * marble * broken silver mine * mysterious formula * collection book I insect 1 * broken silver mine * rock * big mouth [2] * · you can Copy to use. This setting can be used to automatically receive awards in the global context·
7. Select mining, mining in place. Then start
8. You should be too slow to choose the speed in the overall situation. Just speed it up a little

after reading the official help manual, you find that you are wrong. Here, you can change the execution speed of

in the overall situation

instead of speeding up the game, you need to check the idle frequency. If users find that they are hesitant to lift the hoe, please slow down the execution speed.
Hot content
Inn digger Publish: 2021-05-29 20:04:36 Views: 341
Purchase of virtual currency in trust contract dispute Publish: 2021-05-29 20:04:33 Views: 942
Blockchain trust machine Publish: 2021-05-29 20:04:26 Views: 720
Brief introduction of ant mine Publish: 2021-05-29 20:04:25 Views: 848
Will digital currency open in November Publish: 2021-05-29 19:56:16 Views: 861
Global digital currency asset exchange Publish: 2021-05-29 19:54:29 Views: 603
Mining chip machine S11 Publish: 2021-05-29 19:54:26 Views: 945
Ethereum algorithm Sha3 Publish: 2021-05-29 19:52:40 Views: 643
Talking about blockchain is not reliable Publish: 2021-05-29 19:52:26 Views: 754
Mining machine node query Publish: 2021-05-29 19:36:37 Views: 750