Mo Xiang: Keyboard Wizard to use the introduction _ Use Tutorial
Source: Internet
Author: User
Contact with the ink before beginning to touch the key wizard. Before the legendary time, the Magic Shield Ah, the firewall ah, are all need to hang up the machine to practice out (at that time was still basically no good outside
Hanging, and the legend does not meditate back to blue), so the way to hang machine is the key card ... Get a key, a coin or something, get stuck with that function key on the keyboard and wait
He himself grew a little blue and then used magic. and the characters back to the blue ink is basically meditation rather than medicine (without the trouble to buy medicine), so use the key to hang skills are also popular day
, almost no one, I also slowly groping to learn the use of keys.
First-order Key Wizard uses: Recording scripts, hanging passive skills. This is simple, press the button with a recording function, click the "Record" button, and then click on the game "start
Recording ", then use a variety of skills until no blue, meditate, sit full, then stand up, stop recording, and then give the script a startup hotkey and stop hotkey, and then modify to"
Run this script until you press the Stop button, and the script is done. Throw the number in the wild, click the Start hotkey, the characters will automatically practice passive skills. Admiralty cover, Vomit method
, Purple Chardonnay True gas thunderbolt What, can practice this way, in addition, too halal gas, broken soul hit, the heart hit what, you can practice it, a little difference is hanging
Before the machine to point to the other one hanging machine.
The medium-Level Keystroke Wizard uses: Edit the script or write your own script, with the recording function to achieve the small application of daily games.
Application One: Meditation. My F1 inside 10 keys have been basically set full, in turn is the Red Lotus Tou, the Sky Thunder break, the desert lone smoke, the snow geese homing, the Admiralty cover, the Purple Chardonnay true gas, Thunderbolt true gas
, vomit law, dumplings, Polygonum multiflorum Thunb. So where did the meditation go? Meditate I put it in the F2. Set to 1, and then write the script as follows:
Delay 10 milliseconds
Keys
Delay 10 milliseconds
Hold
Delay 10 milliseconds
Bounce up
Delay 10 milliseconds
Keys
The startup hotkey is then set to "'" (that is, the bug on the left of the "1" key), which is convenient to press and does not set its role in the ink. That's what you use.
All 11 skills have a place to go. In addition, I put my own practice of the knife skills are placed in the F3, if the practice of knife, just the last line of the script to "button" on
OK, every meditation stand up will automatically change to F3.
Application two: Buy things. Ink can not be used to copy and paste, so buy time to repeatedly typing is a very troublesome thing. Here's the script I used:
Delay 200 milliseconds
Keys
Delay 500 milliseconds
Input text acquisition Emerald Sapphire white stone diamond 4,001, red Treasure 500!
Delay 500 milliseconds
Keys
Set the startup Hot key to Ctrl+0, and then you press a hot key, it will be automatically shouted once.
Application three: Buy leather boots. After learning the dismantling often want to buy leather boots, once bought dozens of pairs, repeat the location of the mouse is annoying, so also use the keys to do. This should be recorded first, with the
NPC dialogue to start recording, point in the boot, point "buy", and then point "yes". Stop recording, and then set the script to run 20 times (one at a time to buy a full backpack), set
Hotkey for Ctrl+1, later press this key, will automatically buy 20 pairs of boots ...
There are other applications: such as demoting suicide (just set to click on the "in-situ resurrection" position every second, run repeatedly), and press CTRL (before skills are used
, it is also to record a crazy button, and then let it run repeatedly), and so on.
High-order Key wizard use: The new version of the Key wizard added color judgment, color lookup and other functions, which for the preparation of automatic turning jade, automatic medicine, automatic play strange and other functions to provide
The premise of the realization. The script is longer, so I put it in the source code an example, is a level 11 of the trumpet in Dunhuang dozen stupid pure money for money.
#这是按键精灵生成的脚本源文件
#在理解各条命令的基础上, you can modify the contents of this file
#您修改的结果将会在普通视图上有所反映
###### #以下这段, judge the color of 488,291 is not 7c7676, if it is, prove to be strange hang, then point in situ resurrection. #########
ifcolor4882917c76760
MoveTo488291
Delay50
LeftClick1
Delay1000
EndIf
###### #以下这段, judge the color of internal force blood bar, if the blue only a little bit, meditate for 30 seconds. #############
Ifcolor5070766c5f0
KeyDown521
Delay50
KeyUp521
Delay30000
KeyDown521
Delay50
KeyUp521
Delay1000
EndIf
###### #以下这段, the screen to find the color 3fb1d7 (big fool Pure Body color), and the found coordinates into INTX and inty. ######
###### #以下这段, is to determine whether to find, if found, then click the Mouse at Intx,inty, select the Monster, and then jump to the kill the strange script #######
ifexpressionintx>100andinty>99
Vbscallcallsetcursorpos (Intx,inty)
LeftClick1
Delay50
Gotokill
EndIf
##### #以下开始很长一段都是重复查找颜色并点击找到的地方. Because big idiot pure color in different light will be different, so ######
##### #这样的颜色查找是越多越好, if you are interested, make a hundreds of judgment so that you will not miss the big fool. ############
##### #点中怪物或人以后, a box appears at the top of the screen, and the next statement is to determine whether the point is a monster or a person. ########
IfColor45678873690
##### #如果点中的怪物是没血了的或者点中的是人 (after the point of the blood bar Show is no blood), then skip, or kill strange. #####
##### #此处判断血条颜色. ##############
IfColor453316060791
##### #然后就是使用武功技能啦, my July stream fire was set to 1, so press 1 keys two times here. ##########
KeyDown491
Delay50
KeyUp491
Delay2000
KeyDown491
Delay50
KeyUp491
Delay2000
##### #把变量值恢复为0, 0, that is, there is no strange state in the screen. ##############
Vbsintx=0
Vbsinty=0
EndIf
EndIf
Delay1000
I tried this script, the color is not enough to judge, so the efficiency is very low, around 5 times the blame only can be judged and killed. If enough is added, it is estimated that since
It is entirely feasible to strike money with a foolish and pure action. At the same time, because I am dead does not matter, so did not add blood bar to judge the script.
Automatic medicine is to judge the color of the bar and the internal force of the blood. Automatic turning Jade is to judge the color of the jade and decide whether it needs to be disassembled, transformed, or need to fold up, the number shown above jade
"1" or "5" can be used to determine whether it is divided into individual or whether it can be folded. Here is not to repeat.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.