A. 按鍵精靈 如何將多個腳本合並成一個腳本
把所有的代碼復制到一個腳本里
按樓主的要求
只需要把每個腳本的類容
用 for 800
endfor
命令就可以了
格式類似
for 800
第一個腳本類容
endfor
for 800
第二個腳本類容
endfor
就是這樣了
腳本會按順序執行
B. 編程. 按鍵精靈.請問下如何把兩個腳本合並,直接復制粘貼腳本行數太多,變數也有重復
合並並不是一個好的方案,除非你的功能性都是一塊一塊的,耦合性不強.
如果耦合性很強,或許你可以考慮多線程?
C. 按鍵精靈 怎麼把這兩個腳本合並
Rem 循環
VBSCall yanse1=GetPixelColor(562,509)
VBSCall yanse2=GetPixelColor(581,509)
If yanse1="DDDDEE" or yanse2="DDDDDD"
KeyDown 116,1
Delay 100
KeyUp 116,1
Delay 2000
KeyDown 116,1
Delay 100
KeyUp 116,1
EndIf
Delay 1000
Goto 循環
D. 怎麼合並腳本
#!/bin/bash
# ====================================== #
# messaging debug by onlyone33 & ilove3d #
# please keep the author information #
# ====================================== #
debug_msg()
{
export TZ=GMT-8
sleep 2s
am_ret=0
#p=0
until [ $am_ret -eq 1 ]
do
if ps -e | grep am > /dev/null 2>&1
then
am_ret=1
else
sleep 1s
#p=$((p+1))
fi
if [ -f /mmc/mmca1/autorun/ezx_flexbit.cfg ]
then
mount --bind /mmc/mmca1/autorun/ezx_flexbit.cfg /usr/setup/ezx_flexbit.cfg
fi
if [ -f /mmc/mmca1/autorun/ezx_flexbit.cfg ]
then
mount --bind /mmc/mmca1/autorun/ezx_flexbit.cfg /ezx_user/download/appwrite/setup/ezx_flexbit.cfg
done
sleep 10s
misc_ret=`ps -e | grep misc1 | busybox wc -l` > /dev/null 2>&1
#q=0
until [ $misc_ret -eq 4 ]
do
sleep 1s
misc_ret=`ps -e | grep misc1 | busybox wc -l` > /dev/null 2>&1
#q=$((q+1))
done
if ps -e | grep messaging > /dev/null 2>&1
then
#echo am_count=$((p+2)) misc1_count=$((q+10)) >> /ezxlocal/debug_msg_log.txt
#echo messaging fine at `date` >> /ezxlocal/debug_msg_log.txt
exit 0
fi
/usr/SYSqtapp/messaging/messaging &
sleep 2s
fuser -k /usr/SYSqtapp/messaging/messaging
#echo am_count=$((p+2)) misc1_count=$((q+10)) >> /ezxlocal/debug_msg_log.txt
#echo messaging debug at `date` >> /ezxlocal/debug_msg_log.txt
}
debug_msg & (if裡面的東西是可以並列的 )
E. 兩個獨立的腳本合並在一起
合並代碼如下:
FindPic0,0,1024,768,"D:2345下載估價啟動在100圖片.bmp",1,intX,intY
IfintX>0AndintY>0Then
GetColor=GetPixelColor(584,338)
IfGetColor="FF00FF"OrGetColor="0000FF"Then
MoveTo1022,82
LeftClick1
Delay200
KeyDown18,1
KeyPress90,1
KeyUp18,1
Delay200
MouseWheel-1
Delay200
Else
MoveTo1022,82
LeftClick1
Delay200
MouseWheel-1
Delay200
EndIf
Else
MoveTo1022,82
LeftClick1
Delay200
MouseWheel-1
Delay200
EndIf
F. 按鍵精靈如何合並兩個腳本
你把他們寫在一個腳本就行了,如果你非得兩個腳本,生成小精靈的時候選兩個腳本(按住Ctrl,滑鼠單擊就可以選)
G. 按鍵精靈9 幫忙把幾個腳本合並起來
BeginThread aa
BeginThread bb
BeginThread cc
BeginThread dd
Sub aa
Rem a
IfColor 862,200,"8F4A00",2 Then
KeyPress "P", 1
KeyPress "I", 1
KeyPress "O", 1
Delay 77
Else
EndIf
Goto a
End Sub
Sub bb
Rem a
IfColor 860,266,"8F4A00",2 Then
KeyPress "k", 1
KeyPress "l", 1
KeyPress "j", 1
Delay 77
Else
EndIf
Goto a
End Sub
Sub cc
Rem a
IfColor 357,330,"8F4A00",2 Then
KeyPress "s", 1
KeyPress "a", 1
KeyPress "d", 1
Delay 77
Else
EndIf
Goto a
End Sub
Sub dd
Rem a
IfColor 358,399,"8F4A00",2 Then
KeyPress "x", 1
KeyPress "z", 1
KeyPress "c", 1
Delay 77
Else
EndIf
Goto a
End Sub
H. gg修改器怎麼用教學
摘要 使用gg修改器首先打開GG修改器,點擊右下角「開始」,然後點擊左上角浮標,選擇「我的游戲」,接著安裝好叉叉酷玩和GG修改器,打開叉叉酷玩,最後在運行腳本下點擊「添加游戲」,點擊「GG修改器」。
I. 按鍵精靈 兩個腳本 合並
多程線吧。。。
-------------------------------------以下為腳本--------------------------------------------------
BeginThread x
BeginThread p
Sub x
IfColor 562,509,"DDDDEE",0 Then
KeyDown 123,1
Delay 100
KeyUp 123,1
Delay 2000
KeyDown 123,1
Delay 100
KeyUp 123,1
Else
EndIf
Delay 1000
Goto F51
End Sub
//----------------------------------以下是另外一個腳本-------------------------
Sub p
Rem F52
IfColor 581,509,"DDDDDD",0 Then
KeyDown 116,1
Delay 100
KeyUp 116,1
Delay 2000
KeyDown 116,1
Delay 100
KeyUp 116,1
Else
EndIf
Delay 1000
Goto F52
End Sub
====================================================================
不知道你的第一個腳本的「Goto F51」有什麼用。。。但是估計被我加了子程序之後就沒用了
因為裡面都是獨立的兩個腳本,轉跳什麼的都不能跨越。。。