Tw Bnb v122 CRC 滑鼠位置放彈.拾取物品
本帖最後由 prt 於 2019-6-28 21:45 編輯//Tw Bnb v122 CRC 滑鼠位置放彈.拾取物品
alloc(MouseEgg,888)
label(zeroX)
label(oneX)
label(twoX)
label(threeX)
label(fourX)
label(fiveX)
label(sixX)
label(sevenX)
label(eightX)
label(nineX)
label(tenX)
label(rrrB11X)
label(rrrB12X)
label(rrrB13X)
label(rrrB14X)
label(SelectXEgg)
label(byebyeX)
label(zeroY)
label(oneY)
label(twoY)
label(threeY)
label(fourY)
label(fiveY)
label(sixY)
label(sevenY)
label(eightY)
label(nineY)
label(tenY)
label(rrrB11Y)
label(rrrB12Y)
label(SelectYEgg)
label(byebyeY)
MouseEgg:
jmp SelectXEgg
SelectXEgg:
mov eax, //X
cmp eax,246
jge rrrB14X
cmp eax,219
jge rrrB13X
cmp eax,1F3
jge rrrB12X
cmp eax,1CC
jge rrrB11X
cmp eax,1A1
jge tenX
cmp eax,179
jge nineX
cmp eax,151
jge eightX
cmp eax,12A
jge sevenX
cmp eax,102
jge sixX
cmp eax,0DC
jge fiveX
cmp eax,0B4
jge fourX
cmp eax,08C
jge threeX
cmp eax,05D
jge twoX
cmp eax,039
jge oneX
cmp eax,0
jmp zeroX
zeroX:
mov ,0
jmp byebyeX
oneX:
mov ,1
jmp byebyeX
twoX:
mov ,2
jmp byebyeX
threeX:
mov ,3
jmp byebyeX
fourX:
mov ,4
jmp byebyeX
fiveX:
mov ,5
jmp byebyeX
sixX:
mov ,6
jmp byebyeX
sevenX:
mov ,7
jmp byebyeX
eightX:
mov ,8
jmp byebyeX
nineX:
mov ,9
jmp byebyeX
tenX:
mov ,A
jmp byebyeX
rrrB11X:
mov ,B
jmp byebyeX
rrrB12X:
mov ,C
jmp byebyeX
rrrB13X:
mov ,D
jmp byebyeX
rrrB14X:
mov ,E
jmp byebyeX
byebyeX:
cdq
idiv ecx
jmp SelectYEgg
SelectYEgg:
mov eax, //Y
cmp eax,200
jge rrrB12Y
cmp eax,1DA
jge rrrB11Y
cmp eax,1B4
jge tenY
cmp eax,18C
jge nineY
cmp eax,163
jge eightY
cmp eax,13B
jge sevenY
cmp eax,116
jge sixY
cmp eax,0E7
jge fiveY
cmp eax,0C3
jge fourY
cmp eax,098
jge threeY
cmp eax,073
jge twoY
cmp eax,04A
jge oneY
cmp eax,0
jmp zeroY
zeroY:
mov ,0
jmp byebyeY
oneY:
mov ,1
jmp byebyeY
twoY:
mov ,2
jmp byebyeY
threeY:
mov ,3
jmp byebyeY
fourY:
mov ,4
jmp byebyeY
fiveY:
mov ,5
jmp byebyeY
sixY:
mov ,6
jmp byebyeY
sevenY:
mov ,7
jmp byebyeY
eightY:
mov ,8
jmp byebyeY
nineY:
mov ,9
jmp byebyeY
tenY:
mov ,A
jmp byebyeY
rrrB11Y:
mov ,B
jmp byebyeY
rrrB12Y:
mov ,C
jmp byebyeY
byebyeY:
jmp 0065E144
0065E139:
jmp MouseEgg
0065E139:
mov ,eax
mov eax,
dealloc(MouseEgg) 請問為何我使用不到5MIN就斷線 是因為沒過偵測的關係嗎
頁:
[1]