Rem
//hp剩下多少喝水就是後面括號的地方數字自己改
dhp=int(8000)
//mp剩下多少喝水
dmp=int(250)
//hp基址
VBSCall ReadMemory(&H03c16718,2,ghp)
//最大血量內存位址
mixhp = ghp+&H45C
//目前血量內存位址
HP_Addr = ghp+&H458
//mp基址
VBSCall ReadMemory(&H008a80E4,2,gmp)
//目前魔法內存位址
MP_Addr = gmp + &H20c
//最大魔法內存位址
mixmp = gmp + &H210
//將內存位址以變數傳入
VBSCall ReadMemory(HP_Addr,1,HP)
VBSCall ReadMemory(MP_Addr,1,MP)
VBSCall ReadMemory(mixHP,1,TOP_HP)
VBSCall ReadMemory(mixMP,1,TOP_MP)
Rem
If HP<dhp
Gosub hp
EndIf
Rem
If MP<dmp
Gosub mp
EndIf
Goto
Sub hp
KeyPress 49 1
KeyPress 49,1
Delay 1000
Return hp
Sub mp
KeyPress 50 1
KeyPress 50,1
Delay 1000
Return mp
1放紅水 2放藍水
如果覺得好 請多多回覆 你的推文是我的動力 請大家去下載按鍵精靈6.71版 因為萬3沒神盾 所以不用註冊也可以使用
[ 本帖最後由 野性狂暴 於 2009-1-30 18:54 編輯 ] |