rayray9132 發表於 2017-8-6 17:14:14

VC++ 物品過濾 寫入問題 (已解決! xmax完美解答!)

本帖最後由 rayray9132 於 2017-8-7 09:29 編輯

小弟將 ICS 物品過濾 寫到VC++裡
但寫入物品的地方似乎寫不進去
程式 過濾楓幣能正常
但過濾物品就沒效果了..

這樣寫對嗎
DWORD item_IFTable = 4000000;  // 藍寶殼

/*

*/
mov esi,dword ptr


小弟也試過

DWORD item_IFTable = 0x3D0900;  // 藍寶殼

也沒效果..


求高手們賜教..

xmax 發表於 2017-8-6 18:11:54

mov esi,dword ptr
的下面再多一行
mov esi,dword ptr
試試看~~mov esi,dword ptr
mov esi,dword ptr

rayray9132 發表於 2017-8-6 23:01:08

xmax 發表於 2017-8-6 18:11 static/image/common/back.gif
mov esi,dword ptr
的下面再多一行
mov esi,dword ptr


測測結果..
遊戲會沒有回應..

xmax 發表於 2017-8-7 08:33:03

rayray9132 發表於 2017-8-6 23:01 static/image/common/back.gif
測測結果..
遊戲會沒有回應..

抱歉~~ 我剛剛自己試了一下  忘記我之前講的  試試看這個DWORD ItemList[] = {0x001F6EE0};
DWORD ItemList_Address = (DWORD)ItemList;
/*

*/
MOV  ESI,ItemList_Address

rayray9132 發表於 2017-8-7 09:27:29

xmax 發表於 2017-8-7 08:33 static/image/common/back.gif
抱歉~~ 我剛剛自己試了一下  忘記我之前講的  試試看這個

成功了!!

非常感謝 xmax 大!!

prt 發表於 2017-9-4 20:59:53

xmax 發表於 2017-8-7 08:33 static/image/common/back.gif
抱歉~~ 我剛剛自己試了一下  忘記我之前講的  試試看這個

你好黑喔
頁: [1]
查看完整版本: VC++ 物品過濾 寫入問題 (已解決! xmax完美解答!)