Gta5 Cloud City automatic mining script
Publish: 2021-04-26 19:34:09
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!
please adopt, thank you!
2. Do you use the grass
Yes, you have to pay for grass to dig.
do you charge for grass
if you want to cancel the game and then click start mining mode, I wish you a happy game and give you points Hee hee
Yes, you have to pay for grass to dig.
do you charge for grass
if you want to cancel the game and then click start mining mode, I wish you a happy game and give you points Hee hee
3. useless. Use Rainbow Island grass.
4. I'd like to introce you to the new blockbuster online game. Easy to use. huge crowds of people. Free forever Fairway will open at 2 p.m. this month (Saturday, the 10th). Wuzhuangguan (Netcom) in the new area will enter the game. Don't forget to ask Tang Seng to write the promotion number tg1732. Oh, "letter TG plus number 1732" to send a valuable gift bag. Gold account binding method: fill in the promotion number tg1732, giant promotion number tg1732, dragon soul promotion number tg1732. After entering the game, find "Tang Seng" (the first NPC "Tang Seng") to select the third item, and fill in the recommendation number tg1732 to get the extra value props from the system. Continue to choose "Tang Seng" to choose the first item to fill in the novice card: mt2qbz can get 100 free points and other game props, a total of 520 yuan gift bag, so that you don't have to spend money in the early stage can also play strange practice level happy game. Do not forget to write Xiantu promotion number tg1732 giant: to create the role of that page, click on the upper right corner "recommend" word, if you enter the game without "recommend" word. In the settings, set the resolution to 1024 * 768. Click "recommend" and fill in the giant promotion number tg1732 (letter TG plus number 1732). After confirmation, your number will become a gold account Before generating characters, click "recommend" to add a promotion number. If the character has been successfully created, it can't be bound with a gold account number.) dragon soul: in the upper left corner of the character building interface, there is a "promoter account" to fill in the dragon soul promotion number tg1732, and then click the letter Y to get a big gift bag. If you enter the game, there is no "recommend" word. In the settings, set the resolution to 1024 * 768. The answer is not to brush points. Just to let more friends join our online game world, it's very hard for you. If you don't see a satisfactory answer, please accept my answer and support me. I hope friends can understand each other. I hope you can try it in the game, and you will get something If you fill in the promotion number tg1732 "letter TG plus number 1732" in any of the three games, you can get a valuable gift package. Promotion number can be used indefinitely
5. Novice will not script, then their own recording one. Point Wizard interface recording, out of a toolbar, point to start recording after you dig a mine. Then click stop recording and save to return to your script interface, click the source file, your recorded action, and then paste it 10 times and 20 times. Look at the script properties on the right. Change the script loop to loop until you press the terminate key. Then save it. Open rainbow island and press the start button of your script. That's it.
6. I'm also a pet animal player. At present, there are no auxiliary tools, but you can achieve the purpose of full-automatic mining by recording scripts through the key wizard. You can achieve full-automatic mining, automatic synthesis, automatic bubble squeezing, which can be shared with you.
7. Online to find me a play flame DNF do not play, play rotten online must find me, I am Kun er
8. You can't roll. one hundred and twenty-three thousand one hundred and twenty-three
9. It has been sent. Please check it
related questions can be directly asked, or email back to me. Try not to use SMS
a user name is attached to the body of the email for you to check the answers. Prevent irrigation
-
Where is the soul of the Qin heart and sword
related questions can be directly asked, or email back to me. Try not to use SMS
a user name is attached to the body of the email for you to check the answers. Prevent irrigation
-
Where is the soul of the Qin heart and sword
10. 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.
Hot content