創作內容

1 GP

ce 必學!節省80%時間~特徵碼

作者:巴哈姆特是垃圾!│2017-06-08 19:22:41│巴幣:2│人氣:1435
https://www.youtube.com/watch?v=tnxODn-pI-Y

可以用aobscAn 不過電腦跑太慢了
用 btre數組 查特徵碼,在修改自動匯編這樣快又不吃電腦資源
自動匯編  注入代碼 最底下都有 附加特徵碼  //Alt: db 89 41 48 83 EC 0C
可以看看

這影片教學使用方式有問題~
啟用跟禁用腳本 可能會造成 目標特徵碼變更 , 使AOBSCAN無法再找到..甚至造成當機

所以找到CE論壇 正確不會當機寫法..
http://forum.cheatengine.org/viewtopic.php?t=561407

前者:一般 後者:aobscan

Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
mov [ebx+00000464],(int)1000

originalcode:
mov eax,[ebx+00000464]

exit:
jmp returnhere

"Tutorial-i386.exe"+22988:
jmp newmem
nop
returnhere:

  
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"Tutorial-i386.exe"+22988:
mov eax,[ebx+00000464]
//Alt: db 8B 83 64 04 00 00


To change this into a script with aobscan, you have to make a few modifications only (look at the comments):


Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
label(whatever)                      //make a label that you can use for your aobscan
registersymbol(whatever)             //also register it as a symbol
aobscan(aob1,8B 83 64 04 00 00 3D)   //use aobscan to search for the code, more explanation later


newmem: //this is allocated memory, you have read,write,execute access
mov [ebx+00000464],(int)1000

originalcode:
mov eax,[ebx+00000464]

exit:
jmp returnhere

aob1:             //replace the static address with your aobscan, which is called aob1 in my case
whatever:         //store aob1 on the whatever label
jmp newmem
nop
returnhere:

  
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
whatever:                    //replace the static address with the whatever label
db 8B 83 64 04 00 00         //restore the original byte pattern  修改 特徵碼 db + 原來特徵碼 不用減最後一個
unregistersymbol(whatever)   //we don't need this symbol anymore so unregister it


引用網址:https://home.gamer.com.tw/TrackBack.php?sn=3603309
All rights reserved. 版權所有,保留一切權利

相關創作

留言共 0 篇留言

我要留言提醒:您尚未登入,請先登入再留言

1喜歡★GamerisGarba 可決定是否刪除您的留言,請勿發表違反站規文字。

前一篇:RNK...

追蹤私訊切換新版閱覽

作品資料夾

Lobster0627各位巴友
大家可以多多來我的YT頻道看看哦(*´∀`)~♥https://www.youtube.com/@lobstersandwich0627看更多我要大聲說昨天18:54


face基於日前微軟官方表示 Internet Explorer 不再支援新的網路標準,可能無法使用新的應用程式來呈現網站內容,在瀏覽器支援度及網站安全性的雙重考量下,為了讓巴友們有更好的使用體驗,巴哈姆特即將於 2019年9月2日 停止支援 Internet Explorer 瀏覽器的頁面呈現和功能。
屆時建議您使用下述瀏覽器來瀏覽巴哈姆特:
。Google Chrome(推薦)
。Mozilla Firefox
。Microsoft Edge(Windows10以上的作業系統版本才可使用)

face我們了解您不想看到廣告的心情⋯ 若您願意支持巴哈姆特永續經營,請將 gamer.com.tw 加入廣告阻擋工具的白名單中,謝謝 !【教學】