zoukankan      html  css  js  c++  java
  • Cheat Engine Tutorial v3翻译Cheat Engine 6.1 tutorial(5)

    说明:全文翻译均个人翻译、仅供参考,如果问题,请见谅。微笑

    原文:

    Step 5: Code finder (PW=888899)
    Sometimes the location something is stored at changes when you restart the game, or even while you're playing.. In 
    that case you can use 2 things to still make a table that works.
    In this step I'll try to describe how to use the Code Finder function.


    The value down here will be at a different location each time you start the tutorial, so a normal entry in the address 
    list wouldn't work.
    First try to find the address. (you've got to this point so I assume you know how to)
    When you've found the address, right-click the address in Cheat Engine and choose "Find out what writes to this 
    address". A window will pop up with an empty list.
    Then click on the Change value button in this tutorial, and go back to Cheat Engine. If everything went right there 
    should be an address with assembler code there now.
    Click it and choose the replace option to replace it with code that does nothing. That will also add the code address 
    to the code list in the advanced options window. (Which gets saved if you save your table)


    Click on stop, so the game will start running normal again, and close to close the window.
    Now, click on Change value, and if everything went right the Next button should become enabled.


    Note: When you're freezing the address with a high enough speed it may happen that next becomes visible anyhow


    译文:

    第五步:代码查找(PW=888899)

    有时部分信息在你重新开启游戏后存储位置会发生变化,或者当你玩的时候。。在那种情况下,你可以使用2种方法让它继续下去。

    下一步我将描述怎么进行代码查找功能。


    下面的值在你每天打开手册时会在不同的位置,所以正常地址的进入方式是不行的。

    首先试着查找要址。(你已经得到这个指针,因此我假设你已知道怎么去做)

    当你已找到这个地址,右键点击这个地址在CE中并且选择“Find out what writes to this address”,一个没有信息列表的窗口会出现。

    再在手册中点击“Change value”按钮,回到CE。如果一切正常,新窗口处会显示汇编代码部分。

    点击它,选择“Replace”选项并用空内容替代。这样也会在高级选项窗口添加代码地址到代码代表中。(当你保存时,它就会保存下来)


    点击“Stop”,游戏就是再次运行正常,关闭此窗口。

    现在,点击“Change value”,如果一切正常,“next”按钮变为可用。

    笔记:当你有足够快的速度锁定地址,“Next”也有可能变为可用。

  • 相关阅读:
    java.util.Date和java.sql.Date的区别及应用
    powderdesinger显示中英文表名
    Axure实现提示文本单击显示后自动消失的效果
    如何把Java的double类型变量保留两位小数
    MyBatis查询,返回值Map或List<Map>
    Spring Security整合JWT,实现单点登录,So Easy~!
    win10+mysql8.0安装
    Intellij IDEA导入JAVA项目并启动(哈哈哈,天天都有人问)
    色彩设计基础知识整理
    前端开发者必备的Nginx知识
  • 原文地址:https://www.cnblogs.com/s380774061/p/2483349.html
Copyright © 2011-2022 走看看