Zenos Engine2.1全屏吸怪.無敵(詳細說明)
::軟體簡介::
第一步:設定
1.先關閉防毒程式和防木馬程式.以免他們擋住 ZE 的運行.(如果你懷疑我有不良居心.請勿看下去)
2.執行 ZE
3.在右上角有個 Settings 的字樣.輕輕給它點下去.
4.每一個選項.按照下列方式去打勾
General Settings:
每一個框框都打勾
Scan Settings:
[V] Fast scan on by default
[V] Enable hyperscan when possible
[ ] Don't scan memory that is protected with the No Cache Option
[ ] Keep low memory usage when doing an "Unknown Initial Value scan" with Hyper Scan
[V] MEM_PRIVATE
[V] MEM_IMAGE
[V] MEM_MAPPED
[V] Run scan in seperate thread.
File Associations:
通通都留空白
Code Finder:
[V] Use Debug Registers
[ ] Memory Access Exceptions
[ ] Try to prevent detection of the debugger
[ ] Handle breakpoints not caused by CE
Assembler:
[V] Show disassembler
[V] Show debugger options
[V] Use hardware breakpoints
[ ] Use int3 instructions for breakpoints
[V] Replace incomplete opcodes with nops
[V] Ask for replace with nop
[ ] Try to prevent detection of the debugger
Extra:
[V] Query memory region routines
[V] Read/Write process memory
[V] Open Process
[ ] Use APC to inject dll's
[ ] Use APC to create new threads
[ ] Undo changes to CE
[ ] Force memory to be writable in case the standard method is blocked
[V] Enable use of Process Watcher
[V] Use kernel debugger options when possible
[ ] Stealth mode (Usermode)
[V] Stealth mode (Kernelmode) 按 More => [V] Prevent All Modules from being loaded.
以上的設定是 100% 原汁原味從原發網站上轉來的.經過實戰測試 OK.但是這套設定有個缺點.當你玩完楓之谷.
結束 ZE 之後.如果心血來潮再度開一次 ZE 就會重開機.但是如果你按照 CE 5.3 版的預設值去設定.則不管你開
關 ZE 幾次.都沒有自動重開機的後遺症.但是我不敢擔保如果按照 CE 的設定.所有功能都 OK.取捨之間請自行衡
量.
第二步:製作自己的 CT 檔
(這個步驟是寫給那些沒有現成的 CT 檔可用的版友看的.已經拿到 CT 檔的人可以跳過.直接進行第三步)
假設你已經在外掛聯合國找到善心人士所提供的碼 -----
到目前為止.在本版常常看到一些叫做"碼"的名詞.譬如代碼啦.內碼啦.但是都沒有一個官方的明確定義.我
在此寫出我的定義好了:
位址碼 (Address) ---- 類似 663B80
指標碼 (Pointer) ---- 類似 7A92AC Offset 8
組合碼 (Assembly) ---- 類似 [ENABLE]
registersymbol(GodMode)
alloc(GodMode, 1024)
alloc(GodModeEAX, 4)
label(GodModeDoNormal)
GodMode:
mov [GodModeEAX],eax
mov eax,[7A92AC]
cmp [eax+18],0
jne GodModeDoNormal
mov eax,[GodModeEAX]
jmp 663e87
GodModeDoNormal:
mov eax,[GodModeEAX]
jmp 6636C3
[DISABLE]
unregistersymbol(Godmode)
dealloc(Godmode)
位元陣列 (Array of bytes) ---- 類似 25 FF 7F 00 00 C3 CC CC CC CC
以上的四種"碼".前兩種比較簡單易用(嗯.好比善心人士給了你烏魚和鮪魚).後兩種就很難搞(像鯨魚和鯊魚).
我就先講前兩種好了(話說回來.給了你小魚.也得教你怎麼煮是吧)
1.執行 ZE 在畫面中間右下方有個
Add address manully 的按鈕給它按下去.會跳出來一個框框.其中
Address 是給你填入位址碼用的
Description 是給你描述這個位址的功能.辟如吸怪啦.無敵啦等等
Type 這個別亂動.別問我為啥.解釋要寫很久
Pointer 這是給你填入指標碼用的
2.如果你拿到的是位址碼.請填寫好 Address 和 Description 按 OK 然後跳到 4
3.如果你拿到的是指標碼.請寫好 Description 然後在 Pointer 那個方格打勾.下方會伸展開來
Address of Pointer 填寫指標位址
Offset (Hex) 填寫變動量(數字或字母)
完成後按 OK
4.最後按 ZE 主程式左上方第三個磁碟片的圖示.命名並儲存這個 CT 檔案.譬如 MS43.CT
::下載地址::
http://www.gameon9.com/fengzhigu/198.html
第一步:設定
1.先關閉防毒程式和防木馬程式.以免他們擋住 ZE 的運行.(如果你懷疑我有不良居心.請勿看下去)
2.執行 ZE
3.在右上角有個 Settings 的字樣.輕輕給它點下去.
4.每一個選項.按照下列方式去打勾
General Settings:
每一個框框都打勾
Scan Settings:
[V] Fast scan on by default
[V] Enable hyperscan when possible
[ ] Don't scan memory that is protected with the No Cache Option
[ ] Keep low memory usage when doing an "Unknown Initial Value scan" with Hyper Scan
[V] MEM_PRIVATE
[V] MEM_IMAGE
[V] MEM_MAPPED
[V] Run scan in seperate thread.
File Associations:
通通都留空白
Code Finder:
[V] Use Debug Registers
[ ] Memory Access Exceptions
[ ] Try to prevent detection of the debugger
[ ] Handle breakpoints not caused by CE
Assembler:
[V] Show disassembler
[V] Show debugger options
[V] Use hardware breakpoints
[ ] Use int3 instructions for breakpoints
[V] Replace incomplete opcodes with nops
[V] Ask for replace with nop
[ ] Try to prevent detection of the debugger
Extra:
[V] Query memory region routines
[V] Read/Write process memory
[V] Open Process
[ ] Use APC to inject dll's
[ ] Use APC to create new threads
[ ] Undo changes to CE
[ ] Force memory to be writable in case the standard method is blocked
[V] Enable use of Process Watcher
[V] Use kernel debugger options when possible
[ ] Stealth mode (Usermode)
[V] Stealth mode (Kernelmode) 按 More => [V] Prevent All Modules from being loaded.
以上的設定是 100% 原汁原味從原發網站上轉來的.經過實戰測試 OK.但是這套設定有個缺點.當你玩完楓之谷.
結束 ZE 之後.如果心血來潮再度開一次 ZE 就會重開機.但是如果你按照 CE 5.3 版的預設值去設定.則不管你開
關 ZE 幾次.都沒有自動重開機的後遺症.但是我不敢擔保如果按照 CE 的設定.所有功能都 OK.取捨之間請自行衡
量.
第二步:製作自己的 CT 檔
(這個步驟是寫給那些沒有現成的 CT 檔可用的版友看的.已經拿到 CT 檔的人可以跳過.直接進行第三步)
假設你已經在外掛聯合國找到善心人士所提供的碼 -----
到目前為止.在本版常常看到一些叫做"碼"的名詞.譬如代碼啦.內碼啦.但是都沒有一個官方的明確定義.我
在此寫出我的定義好了:
位址碼 (Address) ---- 類似 663B80
指標碼 (Pointer) ---- 類似 7A92AC Offset 8
組合碼 (Assembly) ---- 類似 [ENABLE]
registersymbol(GodMode)
alloc(GodMode, 1024)
alloc(GodModeEAX, 4)
label(GodModeDoNormal)
GodMode:
mov [GodModeEAX],eax
mov eax,[7A92AC]
cmp [eax+18],0
jne GodModeDoNormal
mov eax,[GodModeEAX]
jmp 663e87
GodModeDoNormal:
mov eax,[GodModeEAX]
jmp 6636C3
[DISABLE]
unregistersymbol(Godmode)
dealloc(Godmode)
位元陣列 (Array of bytes) ---- 類似 25 FF 7F 00 00 C3 CC CC CC CC
以上的四種"碼".前兩種比較簡單易用(嗯.好比善心人士給了你烏魚和鮪魚).後兩種就很難搞(像鯨魚和鯊魚).
我就先講前兩種好了(話說回來.給了你小魚.也得教你怎麼煮是吧)
1.執行 ZE 在畫面中間右下方有個
Add address manully 的按鈕給它按下去.會跳出來一個框框.其中
Address 是給你填入位址碼用的
Description 是給你描述這個位址的功能.辟如吸怪啦.無敵啦等等
Type 這個別亂動.別問我為啥.解釋要寫很久
Pointer 這是給你填入指標碼用的
2.如果你拿到的是位址碼.請填寫好 Address 和 Description 按 OK 然後跳到 4
3.如果你拿到的是指標碼.請寫好 Description 然後在 Pointer 那個方格打勾.下方會伸展開來
Address of Pointer 填寫指標位址
Offset (Hex) 填寫變動量(數字或字母)
完成後按 OK
4.最後按 ZE 主程式左上方第三個磁碟片的圖示.命名並儲存這個 CT 檔案.譬如 MS43.CT
::下載地址::
http://www.gameon9.com/fengzhigu/198.html
0 Comments:
Post a Comment
<< Home