TwMS v149_ICS_限定全圖(GMS)
跟台版一樣數據只是換一種寫法而已...
話說這影該要算CRC耶...只是沒在楓之谷的CRC檢測範圍所以不換DC...
//TwMS v149_ICS_限定全圖(GMS)
[ENABLE]
alloc(IntersectRectHook,128)
label(returnhere_intersectrect)
label(ret_true)
IntersectRect:
jmp IntersectRectHook
returnhere_intersectrect:
IntersectRectHook:
cmp [esp],006130C9 // Full Map Attack
je ret_true
mov edi,edi
push ebp
mov ebp,esp
jmp returnhere_intersectrect
ret_true:
mov eax,1
ret 0C
[DISABLE]
IntersectRect:
mov edi,edi
push ebp
mov ebp,esp
dealloc(IntersectRectHook)
那些技能可以用呢?
回覆刪除新楓之谷gm版 自動走路
回覆刪除[ENABLE]
alloc(MyMain,32)
alloc(MySub,32)
MyMain:
cmp [esp],00980142
jne GetFocus
mov [esp],MySub
jmp GetFocus
MySub:
DB C7 45 FC FF FF FF FF 31 C9 31 C0 39 45 FC
jmp 00980415
00e0eff0:
DD MyMain
[DISABLE]
dealloc(MyMain)
dealloc(MySub)
00e0eff0:
DD GetFocus
請問 這要怎改
這是舊版的數據
哪個版本的阿...
刪除新楓之谷GM 輔助程式 (後台版) V1.3
刪除我指的是數據的版本= ="
刪除大大您好:
回覆刪除小弟我目前就讀資訊工程系
也想用自己的所學在自己玩的遊戲上
可是一直找不到入門的方法(GOOGLE、去圖書館找書、問同學..等等的)
希望能請大大帶領我進入這個區塊
可以請您教教我嗎?