| 【手遊模擬器萬用修改器】Cheat Engine 7.4.0 繁體中文免安裝版 2022/2/21 https://www.game735.com/thread-348265-1-1.html
 
 
 資源999999(或簡單的工藝)
 
 
 CE腳本
 增加能力點複製代碼aobscanmodule(RESOURCES,GothamKnights-Win64-Shipping.exe,01 42 08 EB C0) // should be unique
alloc(newmem,$1000,RESOURCES)
label(code)
label(return)
newmem:
code:
  add [rdx+08],#100000
  jmp GothamKnights-Win64-Shipping.exe+4735B81
  jmp return
RESOURCES:
  jmp newmem
return:
registersymbol(RESOURCES)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
RESOURCES:
  db 01 42 08 EB C0
unregistersymbol(RESOURCES)
dealloc(newmem)
以上 自行測試複製代碼[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
 
 
aobscanmodule(AP,GothamKnights-Win64-Shipping.exe,29 88 E4 00 00 00) // should be unique
alloc(newmem,$1000,AP)
label(code)
label(return)
newmem:
code:
  add [rax+000000E4],ecx
  jmp return
AP:
  jmp newmem
  nop
return:
registersymbol(AP)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
AP:
  db 29 88 E4 00 00 00
unregistersymbol(AP)
dealloc(newmem)
 
 
 另一個版本
 打開作弊引擎,打開高譚騎士處理程序。
 
 通過點選主窗口左側中心的記憶體檢視按鈕打開記憶體檢視。
 
 然後打開“記憶體檢視”窗口上的“工具”菜單,從最底部點選“自動組裝  Auto Assemble ”。
 
 在“自動組裝”窗口中打開“範本”菜單。
 
 
 
 將這個完整的程式碼片段貼上到該窗口(缺少啟用),然後剩下要做的就是執行它。
 當它提示說可以注入代碼時單擊是,你想這樣做嗎?複製代碼[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanmodule(RESOURCES,GothamKnights-Win64-Shipping.exe,01 42 08 EB C0) // should be unique
alloc(newmem,$1000,RESOURCES)
label(code)
label(return)
newmem:
code:
  add [rdx+08],#100000
  jmp GothamKnights-Win64-Shipping.exe+4735B81
  jmp return
RESOURCES:
  jmp newmem
return:
registersymbol(RESOURCES)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
RESOURCES:
  db 01 42 08 EB C0
unregistersymbol(RESOURCES)
dealloc(newmem)
(您可以在下一個提示中單擊是或否,詢問您是否要移動到此代碼剛剛在內存視圖中訪問的地址)
 
 
 
 |