Cheat engine как найти изменяющееся значение

Статья демонстрирует как можно найти и изменить значение в памяти процесса с помощью Cheat Engine


Для начала работы вам понадобится Cheat Engine.
Если вы прошли встроенный в него туториал то уже знаете как искать значения. В этой статье рассмотрен пример на игре Terraria.

Заходим в игру, и выясняем сколько здоровья у персонажа:

a9524c26-992e-44c4-b415-d0ccb7136985-изображение.png

500 здоровья. Что бы найти это значение в Cheat Engine, сначала нужно подключиться к процессу игры. Для этого нажимаем переливающуюся разными цветами кнопку со значком монитора и лупы:

e021f5a6-88d6-4445-b91b-f768ef66b749-изображение.png

После нажатия появится окошечко выбора процесса, найдите в нём процесс игры, обычно, имеет название как .exe файл игры:

9808f018-4982-47cd-97cd-57a5f8473b03-изображение.png

Или перейдите на вкладку Applications сверху и выбере там, по названию окна, после чего нажимайте кнопку Open, если вы планируете проводить отладку процесса, можете вместо этого нажать кнопку Attach debugger to process, это можно сделать и позже.

db78472c-756c-4ac9-8fac-b89793e7f88d-изображение.png

Если процесс успешно открылся, вы увидите его название над строкой поиска:

121374dd-feb8-462e-985b-107a00a0e272-изображение.png

Теперь можно начинать поиск значения. Нужно найти значение 500, как указано в игре, столько здоровья у персонажа, но изначально неизвестно, какой тип у значения. Если в игре значение показывается как целое, или с плавающей запятой, оно не обязательно является таким, поэтому начните с простого и попробуйте искать в вероятном типе и размере.

В этой игре значение здоровья персонажа бывает больше чем 255, значит оно точно больше чем байт, двухбайтовые значения разработчики игр используют редко, поэтому начинайте поиск с 4 байт:

790de82a-2270-4cfd-bdc1-ff2071567cf6-изображение.png

Впишите значение в строку поиска, расположенной под словом Value и нажмите кнопку First scan:

b9ace2a2-a77b-4628-8bbd-8c704a071eda-изображение.png

Если поиск прошёл удачно, слева будет показан список найденных значений такого типа и размера:

80e10b27-1d0e-4678-86c3-776d25d49497-изображение.png

Что бы найти среди них конкретное значение, нужно уменьшить количество совпадений, для этого измените значение в игре, например позволив монстру стукнуть вашего персонажа:

c1485687-7f82-4980-8697-2b26e70789b5-изображение.png

Следите что бы значение не изменялось когда вы его ищите, поставьте игру на паузу.
Теперь введите отображаемое значение вместо первых 500 и нажмите кнопку Next Scan:

8f613232-f85c-4b4d-8499-6b9ddb436720-изображение.png

При успешном поиске список значений изменится, в этой игре значение осталось всего одно сразу, но обычно требуется повторить процедуру изменения значения и отсеивания (Next Scan) несколько раз:

915767cd-5d35-49be-a989-f3f8f376975d-изображение.png

Для того что бы проверить, нужное ли это значение, добавьте его в таблицу, сделать это можно выделив значение нажав на него и нажав на кнопку со стрелочкой, или через контекстное меню которое появляется нажатием другой кнопки мыши на значение, (в нём же можно и изменить значение не добавляя в таблицу):

904be9db-b033-4b7c-af0c-644b0b892d17-изображение.png

f780291d-ccaa-4686-a2df-e001c94cd7d9-изображение.png

Если всё сделано правильно, значение появится в таблице:

7debee00-4604-4167-82e7-fceef50ca467-изображение.png

Теперь попробуйте изменить значение, дважды кликнув на цифру 417 в графе Value, появится окно изменения значения (так же можно изменить значение не вызывая окна, просто выделив его и нажав ентер, набирать цифрами, для применения нажать ентер):

675c2779-d679-4b76-99e2-f7bae3e0a35b-изображение.png

Введите желаемое значение и нажмите OK, значение должно измениться:

91e3b266-6ecf-4f65-855a-f855d1f6c2e0-изображение.png

Перейдите в игру и посмотрите, изменилось ли значение в ней:

549ee355-600f-4091-96d5-6071b209ecf9-изображение.png

Если вы нашли верное значение, вы увидете изменения в игре, если значение не изменилось, стоит начать поиск заново, изменив тип значения на другой. Стоит попробовать типы 4 байта, float, double. Для начала нового поиска нажмите кнопку New Scan.

Вы можете управлять значением из таблицы, например запретить ему изменяться. Оно будет изменяться, но Cheat Engine будет возвращать его к выбранному вами. Для заморозки значения нажмите на квадратик в графе Active:

88971073-9318-484d-92c6-d808faf28184-изображение.png

Теперь перейдите в игру и посмотрите на результат, значение должно возвращаться к выбранному после любых изменений, например нанесения урона персонажу.

Так же можно нажать справа от крестика и указать тип заморозки, стрелка вверх значит что значению можно увеличиваться, но нельзя уменьшаться, стрелка вниз — наоборот:

7f3a3b9b-dd50-4905-b5de-9c4556165086-изображение.png
3ceec365-6b66-4a80-8e20-42eeb4450cf5-изображение.png

Вы можете изменять несколько значений выделив их и выбрав пункт в контекстном меню, или два раза кликнув на него.


Download Article


Download Article

This wikiHow teaches you how to use Cheat Engine to exploit some computer games. Cheat Engine is a memory scanning tool. It allows you to access data stored in your computer’s memory and make changes to that data. This allows you to change information in a game, such as health, ammo, score, lives, and the number of things you have in your inventory.

Things You Should Know

  • You can download Cheat Engine for Windows or macOS from https://cheatengine.org/downloads.php.
  • You can use Cheat Engine to change the number of items in your inventory by modifying their aspect numbers.
  • Not all games work with Cheat Engine, but you’ll have the best luck with single-player Steam games.
  1. Image titled 363032 5

    1

  2. Image titled 363032 6

    2

    Click Download Cheat Engine. It’s a large link in the middle of the page.

    • This button will also have the current version of Cheat Engine listed on it (e.g., Download Cheat Engine 6.7).
    • If you’re attempting to use Cheat Engine on a Mac, click the Download Cheat Engine 6.2 For Mac link instead.

    Advertisement

  3. Image titled 363032 7

    3

    Install Cheat Engine. Doing so will vary depending on your computer’s operating system:

    • Windows — Double-click the Cheat Engine setup file, click Yes when prompted, click Next, check the «I agree» box and click Next, click Next three more times, uncheck the «I agree to install McAfee WebAdvisor» box and click Next, and click Install. Once setup completes, click Next if prompted, then click Finish.
    • Mac — Double-click the Cheat Engine DMG file, verify the installation if prompted, click and drag the Cheat Engine logo onto the «Applications» folder, and follow any on-screen instructions.
  4. Image titled 363032 8

    4

    Open Cheat Engine. Once you’ve finished installing Cheat Engine, open Start

    Windows Start

    (Windows) or Launchpad (Mac), then click the Cheat Engine option.

    • You may have to click Yes or Open before Cheat Engine will open.
  5. Advertisement

  1. Image titled 363032 9

    1

    Start a game. Open the game that you want to use with Cheat Engine.

    • Remember, this cannot be an online multiplayer or server-based game.
  2. Image titled 363032 10

    2

    Click the «Processes» icon. In the Cheat Engine window, click the computer-shaped icon in the top-left corner. This will open a pop-up window with your computer’s current programs in it.

  3. Image titled 363032 11

    3

    Select your game’s process. Scroll through the list of processes until you find your game, then click the game’s name. If you’re attempting to use Cheat Engine for a browser game, you’ll select your browser’s name instead.

    • If your game doesn’t appear in the «Processes» list, you cannot edit it in Cheat Engine.
    • You may first have to click the Processes tab at the top of the window.
  4. Image titled 363032 12

    4

    Click OK. It’s at the bottom of the window. This will open the game in Cheat Engine.

  5. Advertisement

  1. Image titled 363032 13

    1

    Determine a game aspect to change. In order for you to be able to change a game aspect, the aspect must have a number attached to it (e.g., amount of ammo, health, or items).

    • The number must be on-screen. For example, if you want to change the number of a certain item in your inventory, you would first have to open your inventory to the page on which the item’s number is available.
  2. Image titled 363032 14

    2

    Minimize the game window and click over to Cheat Engine. You’ll need to pull up the Cheat Engine window while the game is minimized.

    • Don’t pause the game when you do this.
  3. Image titled Overcome a Fear of Being Kidnapped Step 5

    3

    Click New Scan. It’s at the top of Cheat Engine next to the panel on the left. Any time you want to scan for a new value, you need to click New Scan.

  4. Image titled 363032 16

    4

    Select a scan type. There are five scan types you can do when you start a new scan. The two main ones you’ll be using are «Exact Value» and «Unknown initial value». Use the drop-down menu next to «Scan Type» to select the type of scan you want to do. The scan types are as follows:

    • Exact value: Use this scan type if you know the exact number you want to change. For example, if you know the exact number of lives, or ammo you have, you can select this option.
    • Unknown initial value: In video games, sometimes a value isn’t represented with a number. For example, your health may be represented by a health meter instead of a number. In which case, you don’t have an exact number for how much health you have. There is a number that represents your health, you just don’t see it on-screen. In this case, you can select Unknown initial value.
    • Bigger than…:’ Select this option if you don’t know the exact number you’re look for, but you know the smallest possible value.
    • Smaller than…: Select this option if you don’t know the exact value, but you know the largest possible value.
    • Value between…: This option allows you to enter a range of values to look for.
  5. Image titled 363032 17

    5

    Select a data type: The data type represents how a value is stored in the memory. It can be hard to know what data type to select, so this can take a little guesswork. Use the drop-down menu next to «Data type» to select a data type. If you can’t find the value you are looking for using one data type, click New Scan and try again using a different data type. Some of the more common data types you will be using are as follows:

    • Bytes: 2 Bytes and 4 Bytes are the data types you’ll be using most often. Most Windows applications use 4 Bytes, so start with that. You can also find these values using 2 Bytes. 1 Bytes and 8 Bytes can work as well, but you may run into problems.
    • Float: Floating point data types are values that have a decimal point in the value (though you may not see the decimal point on-screen in the game). Some times games store values as floating points to prevent simple memory scans. If you’re not able to find the value you are looking for by scanning bytes, try scanning for floating points.
    • Double: Doubles are similar to floating points, but they can contain twice the amount of digits. If you are unable to find a value by scanning for bytes or floats, try scanning for it as a double.
    • All: This option scans all values of all data types. This is a good option if you don’t know what you are searching for, but it will also return more search results that you will need to narrow down.
  6. Image titled 363032 18

    6

    Enter the value you want to change and click First scan. For example, if you have 20 bullets left in your ammo, you would type 20 into the «Value» text box. This will scan for all values that have the number «20» in it. This will likely produce a long list of values in the list of addresses, you’ll need need to narrow it down a bit.

  7. Image titled 363032 19

    7

    Return to your game and change the value. How you do this will depend on the game itself; for example, if you’re trying to give yourself more health, you might purposefully damage your own health in order to lower the number. If you want more ammo, you might fire a couple of shots to lower your ammo count.

  8. Image titled 363032 20

    8

    Return to Cheat Engine and scan for the updated number value. Minimize the game again and click back over to Cheat Engine. Type the new number into the «Value» section, then click Next Scan. This will scan all the values in your first scan and narrow down the addresses to the ones that changed to the value you entered in the «Value» bar.

    • Unknown initial value: If you selected «Unknown initial value» for your first scan, select Increased value or Decreased value under «Scan type» depending on if the value (or meter) increased or decreased. This will scan for all values that increased or decreased instead of scanning for an exact number.
  9. Image titled 363032 21

    9

    Repeat the search process until you have 4 or fewer values. You’ll keep changing the number and then searching for the updated number until you have no more than 4 values listed on the left side of Cheat Engine.

    • You should eventually see the previous number you searched for listed in the «Previous» column of each value’s number, while the current value of the item will be in the «Value» column.
  10. Image titled 363032 22

    10

    Add the values to the address list. You can either double-click a value to add it to the address list at the bottom, or you can click an address to select it and click the red, diagonal arrow in the bottom-right corner of the list of values. Doing so will place the values in the list of addresses at the bottom of the window.

    • To select multiple addresses, you can hold «Shift» and click the top address and the bottom address.
  11. Image titled 363032 23

    11

    Change the number to a value you want. Use the following steps to change the value number:

    • Double-click the number below «Value» in the list at the bottom of Cheat Engine.
    • Enter a new number in the «Value» field.
    • Click Ok.
  12. Image titled 363032 24

    12

    Check to see if the value updated in your game. When you re-open the game, the value you edited should reflect the number you just entered. The next part teaches you how to stop a value from changing by replacing it with non-operational code.

    • You may need to change the value one more time before it will update.
  13. Advertisement

  1. Image titled 363032 25

    1

    Scan for a value you want to stop. This part teaches you how to use the Code Finder to find what writes to the address you want to change and then replace it with non-operational code. This will prevent the value from changing in-game. Use the steps in the previous part to find a value you want to change. Add it to the list at the bottom of the screen.

  2. Image titled 363032 26

    2

    Right-click the address and click Find out what access this address. This opens the Cheat Engine Debugger. This displays instructions that write to the address you are accessing.

  3. Image titled 363032 27

    3

    Click Yes. This confirms that you want to attach the debugger to the Cheat Engine process. This opens the Code debugger. The list will be blank when the window first opens.

  4. Image titled 363032 28

    4

    Return to the game and change the value again. Once again, return to your game and do something to change the value you want to stop. This will cause the code instruction that accesses the address you selected to appear in the debugger window.

  5. Image titled 363032 29

    5

    Return to Cheat Engine and click the instruction in the list. There may be more than one address. If that is the case, select the one that doesn’t write to the same base address. Look for the instruction that has a different value between the «[‘ and «]» brackets than the rest.

  6. Image titled 363032 30

    6

    Click Replace. This replaces the code with non-operational (NOP) code. [1]

    • If there is more than one item in the list, go ahead and select all of them.
  7. Image titled 363032 31

    7

    Click Stop. This puts the non-operational code into effect. This will prevent the value from changing in the game.

    • To restore the original code, select the item in the list and clck Show disassembler. Right-click where it says «NOP» and click Restore with original code. If you don’t see this option, click Replace with code that does nothing, click Yes. Then right-click NOP again and select Restore with orignal code.
  8. Advertisement

  1. Image titled 363032 32

    1

    Scan for a value you want to change. Sometimes values can change address either when you restart the game, or in the middle of the game. You can use pointers to find what writes to an address. Once you find the base level static address that doesn’t change, you can change that value.

  2. Image titled 363032 33

    2

    Right-click the address and click Find out what writes to this address. This opens the debugger window.

    • If there is multiple addresses, open a debugger window for as many addresses as Cheat Engine will allow.
  3. Image titled 363032 34

    3

    Return to the game and change the value again. Once again, return to your game and do something to change the value you want to change (i.e. fire your weapon, get hit). This will cause the instruction that writes to that address to appear in the debugger window.

    • If nothing changes in the debugger window, it is not the correct address. Try a different one.
  4. Image titled 363032 35

    4

    Return to Cheat Engine and click the instruction in the list. It’s in the debugger window. There may be more than one address. If that is the case, look for the instruction that has a different set of characters between the «[‘ and «]» brackets than the rest. If there isn’t a single address that has different characters, check to see if the pointer is the same for all of them.

    • If the characters have a + and a number at the end (i.e. [ESI+14]). That is an offset number. Write it down. You’ll need it later.
  5. Image titled 363032 36

    5

    Click More information. This displays instructions that happen when the value changes in the Extra Info screen. This also lists the pointer that writes to the address.

    • You can also find the address by checking the characters in the bracket, and then checking what number comes after those characters listed at the bottom. For example, if the address has «[rdx]» next to it, look for RDX=xxxxxxxx at the bottom.
  6. Image titled 363032 37

    6

    Click the checkbox next to «Hex» and do a new scan for the pointer address. The address of the pointer is listed in the text that says «The value of the pointer needed to find this address is probably xxxxxxxxx». Use the following steps to search for the address at the end of this sentence.

    • Click New Scan.
    • Click the checkbox that says «Hex» next to the «Value» field.
    • Enter the pointer address in the Value field and click First scan.
  7. Image titled 363032 38

    7

    Double-click the pointer address. This adds the address to the list at the bottom of Cheat Engine.

    • If the address is listed in green in the scan results. This means it is a static address and probably the pointer you are looking for. In some cases, the pointer you find may also be a pointer. This is called a multilevel pointer. In this case, you’ll need to repeat these steps for each pointer you find in order to find out what the root static pointer address is.
  8. Image titled 363032 39

    8

    Double-click the number below «Address». This opens the «Change address» dialogue box.

  9. Image titled 363032 40

    9

    Copy the address in the field and click Cancel. To copy the address, simply highlight the entire text in the field at the top of the «Change address» box. Right-click it and click Copy. Then click Cancel to close the field.

  10. Image titled 363032 41

    10

    Click Add address manually. It’s the button on the left above the address list at the bottom of Cheat Engine. This opens a box that looks similar to the «Change address» box, except this one allows you to add an address.

  11. Image titled 363032 42

    11

    Click the checkbox next to «Pointers». This expands the box and adds a new text field where you can enter a pointer.

  12. Image titled 363032 43

    12

    Paste the pointer address in the field below «Pointers» and click Ok. This adds a new address for the pointer that controls the value that you want to change. The address for the pointer you just created will read something like «P—>xxxxxxxx». This indicates that this is a pointer pointing to a specific address.

    • If there is an offset number, enter it in the space above the field where you paste the address.
    • If there is more than one pointer, click Add offset. This will add more offset number boxes above the area where you paste the address. Enter the correct offset number in each box.
  13. Image titled 363032 44

    13

    Click the «Active» boxe next to the pointer address you just added. It’s the box below «Active» in the list address list at the bottom of the screen. This activates pointer.

  14. Image titled 363032 45

    14

    Change the value of the address you just added. The value number for the pointer address you just created should be the same as the address of the value you searched for. If the pointer writes to a different location, the original address you scanned for will no longer be valid. However, you can still change the value of the pointer address you just created. That will work no matter where it writes the value location to. Click the number below «value» for the address you just added. Enter a new numeric value and click Ok.

  15. Advertisement

  1. Image titled 363032 46

    1

    Scan for a value you want to stop. This part teaches you how to use Code Injections to change how the code writes a value. For example, if you lose health every time you get hit, you can change the code so that it increases your health when you get hit.

  2. Image titled 363032 47

    2

    Right-click the address and click Find out what access this address. This opens the Cheat Engine Debugger.

  3. Image titled 363032 48

    3

    Click Yes. This confirms that you want to attach the debugger to the Cheat Engine process. This opens the Code debugger. The list will be blank when the window first opens.

  4. Image titled 363032 49

    4

    Return to the game and change the value again. Once again, return to your game and do something to change the value you want to stop. This will cause the code that accesses the address you selected to appear in the debugger window.

  5. Image titled 363032 50

    5

    Return to the game and change the value again. Once again, return to your game and do something to change the value you want to stop. This will cause the instruction that writes to that address to appear in the debugger window.

  6. Image titled 363032 51

    6

    Return to Cheat Engine and click the instruction in the list. There may be more than one address. If that is the case, look for an instruction that has the word «sub» in the instruction to subtract from the value, or the word «add» or «inc» to increase the value.

  7. Image titled 363032 52

    7

    Click Show disassembler. This opens the code in the disassembler.

  8. Image titled 363032 53

    8

    Select the code that subtracts or increases the value. It is usually the first instruction at the top of the code. It will have wlll most likely have the word «Sub» or «Add» at the start of the code to subtract from the value or add to it.

  9. Image titled 363032 54

    9

    Click Tools followed by Auto Assemble. This opens the auto assembler.

  10. Image titled 363032 55

    10

    Click Template followed by Full Injection. This displays a pop-up window that confirms the address you want to inject code into.

  11. Image titled 363032 56

    11

    Ensure the address is correct and click Ok. Ensure the address in the field is the same address you selected in the Memory Viewer disassembler window. Then click Ok. This opens a new template.

  12. Image titled 363032 57

    12

    Replace the code with it’s opposite. Scroll down to where it says «Code». The line below it is the code that changes the value. If the line starts with «sub», change «sub» to «add». If the line starts with «add», change it to «sub». You can also change the value at the end of the line to change how much you want it to change the value by.

  13. Image titled 363032 58

    13

    Click Execute followed by Yes twice. The «Execute» button is at the bottom of the Code Injection window. You will be asked if you are sure you want to inject the code. Click Yes to confirm. Then you can click Yes or No to open the new code in the disassembler. If the code injection was successful, values in your game will do the opposite of what they are supposed to do. You can gain ammo by firing your weapon instead of losing ammo. You can gain health when you get hit instead of losing health.

  14. Advertisement

  1. Image titled 363032 59

    1

    Scan for a value you want to stop. In some games, multiple objects share the same code. Injecting code into one object will affect all the others too. So you might freeze your own health bar, only to realize that the health of all enemies is also frozen. In this case, you need to find out how to distinguish between different objects and inject a script that only affects the object you want.

    • In order to inject scripts for different objects, you need to know some assembly code. However, it’s not too hard to create a basic script.
  2. Image titled 363032 60

    2

    Right-click the address and click Find out what writes to this address. Once you’ve determined the address of the values you want to change or stop, find out what writes to those addresses, open up the debugger and find out what writes to that address.

  3. Image titled 363032 61

    3

    Select the instruction and click Show disassembler. It’s the instruction that is highlighted when you open the debugger. This displays the instructions in the code disassembler.

  4. Image titled 363032 62

    4

    Right-click the top instruction and click Find out what addresses this instruction accesses. This opens a window that displays a list of all the addresses the instruction accesses when it writes to a new address.

  5. Image titled 363032 63

    5

    Allow all the objects in the game to change their value. This will show a list of all addresses that the instruction accesses. For example, if you are trying to stop your health bar from changing, you can return to your game and get hit. This will display the instruction that accesses that address in the list of accessed addresses window. If you hit an enemy that also shares that instruction, it will also show in the list of accessed addresses window.

  6. Image titled 363032 64

    6

    Select all addresses in the list of accessed addresses window. Once you have an address for all objects that share the same address in the list of accessed addresses, simply click and drag to highlight all of them.

    • Alternatively, you can right-click each individual address and click Show register states.[2]
  7. Image titled 363032 65

    7

    Disect the data of structure of all the listed addresses. Use the following steps to disect the data structure for the list of addresses:

    • Right-click the selected addresses.
    • Click Open disect data with selected addresses.
    • Click Ok.
    • Enter a name for the data structure and click Ok.
    • Click Yes.
    • Enter a starting size of the struct or leave it as is, and click Ok.
  8. Image titled 363032 66

    8

    Find a value that is the same for the player(s), but different for other objects. Whether you are looking at the data structure or the register for each object, you need to find a value that is the same for all allies, but different for the enemies. For example, if Team 1 has two player characters, and Team 2 has two computer-controlled characters, the Team 1 characters may be represented with a value of 1, and Team 2 might have a value of 2.

    • If can’t find a value that is the same for allies, but different for enemies, you can make one. Simply right-click one of the values (such as a pointer), and click Add Element. Select «4 Bytes» as the data type and give it an offset number value that is not taken. Offset numbers are listed to the left in the data dissection structure table.
  9. Image titled 363032 67

    9

    Note the register for the value. Whether you are looking at the register view or data dissection view, the register value is on the left. In the register view, it will be the actual register the instruction writes to (i.e. RSI, RDX, EDX, etc). If you are looking at a data structure, the register will be an offset number or letter listed to the left.

  10. Image titled 363032 68

    10

    Open a new code injection template for the instruction. Return to the Memory Viewer window and open a new code injection template for the instruction that writes to the different addresses. Use the following steps to do so:

    • Click the instruction in the Memory Viewer window.
    • Click Tools in the menu bar at the top.
    • Click Auto Assembler.
    • Click Template in the menu bar at the top.
    • Click Code Injection.
  11. Image titled 363032 69

    11

    Create a new label for the object you want to affect. Labels are listed at the top of the code injection template. Add a new label for the object you want to affect below the existing labels. To add a label, simply type label followed by the name of the label in parenthesis. For example, «label (player)» or «label (enemy)».

  12. Image titled 363032 70

    12

    Create a new section for the label you just created. To create a new section for the label, type the name of the label followed by a colon (:) anywhere before or after the original code.

  13. Image titled 363032 71

    13

    Add code to the label that changes the value of the object you want to effect. This requires a bit of knowledge of assembly code. You’ll need to add a line of code that changes the value for the object you want to change in the way you want to change it. Then you’ll need to add a line that jumps to the exit, original code, return code.

  14. Image titled 363032 72

    14

    Create a comparison code below «newmem». The line that says «newmem:» in the code injection template indicates that the instruction is calling a new memory address. Normally, it will go right into the original code that has a label of (code:) or (originalcode:). Use the «cmp» command to create a line of code that compares the value of the different objects at the registry or registry plus offset number. For example, if RDX with an offset of 14 determines the player team from the computer team, and the player team has a value of 1, you would type cmp [rbx+14],1 to check if an object is a player or not.

  15. Image titled 363032 73

    15

    Add a line of code that jumps to section for the object you want to change. Use the «je» command to jump to the section for your comparison command. For example, if your label is called «player», add the line je player to jump to the player section if the value comparison corresponds to the player.

  16. Image titled 363032 74

    16

    Add code that jumps to the original code. After you create a line of code that jumps to the section for the object you want to change, you need to add a line of code that jumps to the original code if value doesn’t corrispond to the player or ally. Use the «jmp» command to create a line of code that jumps to the orignal code after the line of code that jumps to the original code (or another set of code you create that does something different).

    • One way to keep things simple is not to add any new labels. Just create a comparison code at the end of «newmen:» to differenciate between allies and foes. Then add a line of code that jumps to the exit if it’s an ally. If it’s an enemy, have it jump to the original code. This will make it so that if the player or an ally is attacked (or fires weapons uses consumables, etc), nothing will change, but if an enemy is attacked, the code will execute as normal.
  17. Image titled 363032 75

    17

    Click Execute. This executes the code you entered. If all goes well, you will have injected new code that differentiates between allies and foes. The following is an example of a simple script you can use to differentiate between allies and foes:

     alloc(newmem,2048,"Tutorial-x86_64.exe"+2EB6D) 
    label(returnhere)
    label(originalcode)
    label(exit)
    label(player) //New label for the player.
    
    newmem: //This calls a new memory address. 
    cmp [rbx+14],1 //This differenciates between ally team members and enemy team
    je player //This jumps to the player section if object is on the player's team.
    jmp originalcode //This jumps to the original code if object is an enemy team.
    
    player: //This creates a new section for the Player's team
    jmp exit //This jumps to the exit and does nothing for the player's team.
    
    originalcode: //This is the original code section
    movss [rbx+08],xmm0 //This executes original insturctions (for the enemy team)
    
    exit: //This section ends this script.
    jmp returnhere
    
    "Tutorial-x86_64.exe"+2EB6D:
    jmp newmem
    returnhere:
    
  18. Advertisement

  1. Image titled 363032 1

    1

    Learn how Cheat Engine works. Cheat Engine can access pieces of data stored in your computer’s random access memory (RAM). When you run a piece of software, such as a game, information is transferred from a static storage location such a a hard drive, to your RAM. From there, the information can be read and written. Cheat Engine allows you to scan information stored in your RAM and change the information.

  2. Image titled 363032 2

    2

    Understand the terminology. Cheat Engine deals with a lot of high-level computer code. To make things easier to understand, it helps to understand some of the terminology involved. The following are some terms used in Cheat Engine:

    • Value: A value is anything in a computer program that has a numeric value attached to it. It games, it can be your health percentage, the number of ammo you have, or the quantity of an object you have. Cheat Engine allows you to scan for variables and make changes to them.
    • Address: An address is the location the information is stored within the RAM. Sometimes, the location of a value can change.
    • Data Type: A data type is how a value is stored. I can be in bytes (i.e. 2 Bytes, 4 Bytes, or 8 Bytes), it can also be a floating point, or a double.
    • Pointer: A pointer is an address that contains a value that was written to by another address. These addresses can change every time you load a game, or sometime in the middle of a game.
  3. Image titled 363032 3

    3

    Understand that Cheat Engine won’t work with many games. Any game which has some form of cheat protection or online multiplayer functionality won’t work with Cheat Engine, and attempting to use Cheat Engine will typically result in your account or profile being banned from online play.

    • If you are somehow able to use Cheat Engine to obtain resources which are usually purchased with real money, you may be prosecuted for theft.
    • Cheat Engine is a high-profile piece of software, so most games have some form of protection against it.
  4. Image titled 363032 4

    4

    Know which games may work with Cheat Engine. Older singleplayer games and some Steam singleplayer games should work with Cheat Engine, though the games in question must have some on-screen value that you can view and change.

    • Many online flash games which don’t have a community link (e.g., no multiplayer and no high score) are also compatible with Cheat Engine.
  5. Advertisement

Add New Question

  • Question

    Is there a speedhack function on Cheat Engine?

    Community Answer

    Yes, on the right side there’s a tickbox that reads ‘Enable Speedhack’. It allows you to easily speed up or slow down any singleplayer game.

  • Question

    How do I do it with money on Gta 5 single player?

    Community Answer

    Try changing 4 bytes to string or double.

  • Question

    I did this in Clash of Kings, and it changes the value in the game, but when I go to buy something, it goes back to what it was before it changed. What do I do?

    Community Answer

    It’s a multiplayer game, therefore it won’t let you change those values with cheat engine.

See more answers

Ask a Question

200 characters left

Include your email address to get a message when this question is answered.

Submit

Advertisement

  • Start with the interactive tutorial that comes with Cheat Engine. Try using these skills to get through all 9 steps.

  • Cheat Engine is useful for changing minor aspects of a game, though attempting to alter larger features may cause the game to break.

  • To use Cheat Engine effectively, it’s best if you have some knowledge of assembly code.

Thanks for submitting a tip for review!

Advertisement

  • If you use Cheat Engine on a VAC or other anti-cheat protected server, you will get banned.

  • On Roblox you can’t hack with the usual Cheat Engine, if you do you will get kicked off the game you’re trying to hack.

Advertisement

References

About This Article

Article SummaryX

1. Open Cheat Engine.
2. Start the game.
3. Determine the aspect number you want to change.
4. Minimize the game.
5. Click Processes and select the game’s process.
6. Find the aspect number and click First Scan.
7. Repeat until you have 4 or fewer values.
8. Add all remaining values to the address list.
9. Enter the value you want to use and click OK.

Did this summary help you?

Thanks to all authors for creating a page that has been read 1,455,921 times.

Is this article up to date?

  1. Изображение с названием Use Cheat Engine Step 1

    1

    Запомните, как работает Cheat Engine. Cheat Engine может получить доступ к данным, которые находятся в оперативной памяти компьютера — некоторые из этих данных относятся к игровым значениям. Например, если здоровье игрового персонажа выражено числом (к примеру, 100), число «100» является значением. С помощью Cheat Engine такие значения можно находить в оперативной памяти компьютера, а затем менять их.

    • Если изменить значение, можно, например, получить больше предметов, улучшить здоровье персонажа и так далее.
  2. Изображение с названием Use Cheat Engine Step 2

    2

    Имейте в виду, что Cheat Engine работает не со всеми играми. Если игра защищена от использования чит-кодов или является многопользовательской сетевой игрой, она не будет работать с Cheat Engine — если вы попытаетесь использовать Cheat Engine, ваш аккаунт или профиль для сетевой игры будет заблокирован.

    • Если с помощью Cheat Engine вы умудритесь получить предметы, которые в игре продаются за настоящие деньги, вас могут привлечь к ответственности за кражу.
    • Cheat Engine — это качественное программное обеспечение, поэтому у большинства игр есть какая-то защита от него.
  3. Изображение с названием Conduct Research Step 6

    3

    Запомните, какие игры могут работать с Cheat Engine. Старые однопользовательские игры и некоторые однопользовательские игры Steam должны работать с Cheat Engine, но в таких играх на экране должно отображаться какое-то значение, которое можно найти и изменить.

    • Многие сетевые флеш-игры, в которых нет многопользовательского режима и рекордов, также совместимы с Cheat Engine.

    Реклама

  1. Изображение с названием Use Cheat Engine Step 4

    1

  2. Изображение с названием Use Cheat Engine Step 5

    2

    Нажмите Download Cheat Engine (Скачать Cheat Engine). Эта кнопка находится посередине страницы.

    • На этой кнопке также будет указана текущая версия Cheat Engine, например, «Download Cheat Engine 6.7» (Скачать Cheat Engine 6.7).
    • Чтобы скачать Cheat Engine для macOS, нажмите «Download Cheat Engine 6.2 For Mac» (Скачать Cheat Engine 6.2 для Mac).
  3. Изображение с названием Use Cheat Engine Step 6

    3

    Откажитесь от установки дополнительного программного обеспечения. Нажмите «Decline» (Отклонить) в окне, а затем снова нажмите «Отклонить», когда появится запрос. Начнется загрузка установочного файла Cheat Engine на компьютер.

    • Пропустите этот шаг на компьютере Mac — как только вы щелкните по кнопке для загрузки, запустится процесс скачивания DMG-файла.
  4. Изображение с названием Use Cheat Engine Step 7

    4

    Установите Cheat Engine. Процесс зависит от операционной системы компьютера:

    • Windows — дважды щелкните по установочному файлу Cheat Engine, нажмите «Да» в окне с запросом, щелкните по «Next» (Далее), установите флажок у «I agree» (Согласиться) и нажмите «Next» (Далее), трижды щелкните по «Next» (Далее), снимите флажок у «I agree to install McAfee WebAdvisor» (Согласиться на установку McAfee WebAdvisor), нажмите «Next» (Далее) и щелкните по «Install» (Установить). Когда процесс установки завершится, нажмите «Next» (Далее) и щелкните по «Finish» (Готово).
    • Mac — дважды щелкните по скачанному DMG-файлу, разрешите устанавливать программы сторонних разработчиков, перетащите значок Cheat Engine в папку «Программы» и следуйте инструкциям на экране.
  5. Изображение с названием Use Cheat Engine Step 8

    5

    Запустите Cheat Engine. Откройте меню «Пуск»

    Windows Start

    (Windows) или Launchpad (Mac), а затем нажмите «Cheat Engine».

    • Возможно, сначала вам придется нажать «Да» или «Открыть».

    Реклама

  1. Изображение с названием Use Cheat Engine Step 9

    1

    Запустите игру. Запустите игру, которую хотите использовать с Cheat Engine.

    • Помните, что это не должна быть многопользовательская сетевая или серверная игра.
  2. Изображение с названием Use Cheat Engine Step 10

    2

    Выберите элемент игры, значение которого нужно изменить. Чтобы изменить значение, элемент должен быть выражен числом (например, уровень здоровья персонажа выражен числом).

    • Число должно отображаться на экране. Например, чтобы изменить количество конкретного предмета в инвентаре, сначала откройте инвентарь, чтобы отобразить текущее количество этого предмета.
  3. Изображение с названием Use Cheat Engine Step 11

    3

    Сверните окно с игрой. Теперь откройте окно Cheat Engine.

    • Игру не останавливайте.
  4. Изображение с названием Use Cheat Engine Step 12

    4

    Нажмите на значок «Processes» (Процессы) в окне Cheat Engine. Он выглядит как компьютер и находится в верхнем левом углу. Откроется всплывающее окно со списком программ, которые запущены на компьютере.

  5. Изображение с названием Use Cheat Engine Step 13

    5

    Выберите процесс игры. Прокрутите список процессов, найдите в нем запущенную игру и щелкните по ее имени. Чтобы использовать Cheat Engine для игры, которая запущена в браузере, нажмите на имя браузера.

    • Если нужной игры в списке «Процессы» нет, использовать Cheat Engine с этой игрой нельзя.
    • Возможно, сначала вам придется нажать на вкладку «Процессы» в верхней части окна.
  6. Изображение с названием Use Cheat Engine Step 14

    6

    Щелкните по OK. Эта опция находится внизу окна. Игра откроется в Cheat Engine.

  7. Изображение с названием Use Cheat Engine Step 15

    7

    Найдите число, которое нужно изменить. Введите число, которым выражен нужный игровой элемент, в текстовое поле «Value» (Значение) в верхней части окна Cheat Engine, а затем нажмите «First Scan» (Первое сканирование).

    • Например, если нужный игровой элемент выражен числом «20», введите 20 в текстовом поле «Значение».
  8. Изображение с названием Use Cheat Engine Step 16

    8

    Сделайте так, чтобы число изменилось. Ваши действия будут зависеть от игры; например, если вы хотите изменить уровень здоровья персонажа, как-нибудь навредите себе, чтобы уровень здоровья снизился.

    • То есть нужно сделать так, чтобы число, отображаемое на экране, изменилось (уменьшилось или увеличилось).
  9. Изображение с названием Use Cheat Engine Step 17

    9

    Сверните окно с игрой, а затем найдите новое число. Введите новое число в поле «Value» (Значение) и нажмите «Next Scan» (Следующее сканирование). Так вы уменьшите количество значений, которые отображаются на левой панели окна Cheat Engine.

  10. Изображение с названием Use Cheat Engine Step 18

    10

    Повторяйте процесс поиска, пока на левой панели не останется 4 или менее значений. То есть делайте так, чтобы число, отображаемое на экране (в окне с игрой), менялось, а затем ищите новое число в программе Cheat Engine.

    • В конце концов, предыдущее искомое число отобразится в столбце «Previous» (Предыдущее), а текущее число — в столбце «Value» (Значение).
  11. Изображение с названием Use Cheat Engine Step 19

    11

    Выберите значения. Нажмите на верхнее значение, удерживайте Shift и щелкните по нижнему значению. Все значения будут выделены.

  12. Изображение с названием Use Cheat Engine Step 20

    12

    Добавьте значения в список адресов. Нажмите на красную диагональную стрелку в правом нижнем углу списка значений. При этом значения переместятся в список адресов в нижней части окна.

  13. Изображение с названием Use Cheat Engine Step 21

    13

    Выберите все значения. Щелкните по одному значению в нижней части окна, а затем нажмите Ctrl+A (Windows) или Command+A (Mac).

  14. Изображение с названием Use Cheat Engine Step 22

    14

    Нажмите Enter. Появится всплывающее окно с текстовым полем.

    • Возможно, вам придется дважды щелкнуть по значению, чтобы открыть это поле.
  15. Изображение с названием Use Cheat Engine Step 23

    15

    Введите нужное число. Введите число, которое будет присвоено выбранному игровому элементу, во всплывающем окне.

    • Например, чтобы получить 1000 предметов, введите 1000.
  16. Изображение с названием Use Cheat Engine Step 24

    16

    Щелкните по OK. Эта опция находится внизу окна. Все текущие значения будут обновлены.

  17. Изображение с названием Use Cheat Engine Step 25

    17

    Проверьте, изменилось ли число в игре. Когда вы откроете игру, вместо числа, которое вы хотели изменить, должно отображаться введенное вами число.

    • Возможно, вам придется изменить число еще раз, прежде чем оно отобразится в игре.

    Реклама

Советы

  • Cheat Engine предназначен для изменения незначительных элементов игры — если изменить значение более крупного элемента, игра может поломаться.

Реклама

Предупреждения

  • Если вы используете Cheat Engine на VAC или другом защищенном от мошенничества сервере, ваш аккаунт будет заблокирован.
  • Roblox нельзя взломать с помощью Cheat Engine — если вы сделаете это, ваш аккаунт будет заблокирован.

Реклама

Об этой статье

Эту страницу просматривали 99 438 раз.

Была ли эта статья полезной?

Cheat Engine – программа для гейм-хакеров, предназначается для читерства в компьютерных играх. Принцип работы заключается в том, что показатели игры – достижения, жизни, патроны, ресурсы – хранятся в виде цифр по определенным адресам оперативной памяти компьютера. Указатели — память, которая содержит не значение параметра, а адрес нахождения параметра. Сканирование памяти игры в Cheat Engine делает доступным эти адреса найти и изменить цифры на те, которые нужны.



Для чего нужен поиск указателей

Переменные объекта в игре создаются динамически, чтобы не нагружать оперативную память игры и процесса – с текущими параметрами игр оперативной памяти не хватит. Соответственно, ведется учет, где в памяти размещается тот или иной параметр. Базовый элемент — указатель, а внутри – параметры здоровья, ресурсов, опыта, патронов, денег. При каждом новом запуске игры или нового уровня, адреса динамических игровых параметров переезжают в другую область памяти. Для изменения приходится снова и снова находить. Для того, что бы этого не делать применяется поиск указателей.

Найти одноуровневый указатель

Запускаем Cheat Engine. Находим и копируем в нижнее окно адрес переменной, которая отвечает за нужный параметр. Правым кликом по адресной строке вызываем меню, находим строку «Find out what writes to this address». Ставим break на запись и разрешаем запуск отладчика. Идем в игру и тратим часть золота или теряем одну жизнь — чтобы изменить показатель. Возвращаемся к Cheat Engine и видим в окне отладчика новые строки. Выбираем одну типа mov и переходим во вкладку «More information». Правым кликом открываем меню и выбираем «Copy info to clipboard» — скопированное переносим в блокнот, закрываем отладчик.

Найти одноуровневый указатель в Cheat Engine

Далее переходим в главное окно программы и в поисковой строке вводим адрес из указанной области 07AF.., отмечаем галочкой НЕХ и тип значения 4Б, — запускаем поиск. В результатах поиска ищем постоянный адрес – выделяется зеленым. Копируем в нижнее окно и кликаем дважды по строке «Adress».

Как найти указатель в Чит Энджин

Копируем адрес сверху, отмечаем галочкой «Pointer» и вставляем в нижнее выпавшее поле. Тип определяем исходный. Далее при помощи вендового калькулятора рассчитываем смещение между первоначальным адресом, копированным в блокнот и найденным зеленым. Результат вставляем во второе поле снизу и жмем «Ок». После этого правым кликом по значению – «Value» выбираем в меню «Show as decimal» — отражать показатели в десятичном формате. Итог сохраняем в типе файла *.СТ. При загрузке этого файла в Cheat Engine с запуском уровня не надо будет снова искать переменные.

Найти одноуровневый указатель в Чит Энджин

Найти многоуровневый указатель

Многоуровневый – это такой, который ссылается не на искомую информацию, а на другой указатель. Таких уровней может найтись сколько угодно. Многоуровневая адресация усложняет процесс поиска цепочки указателей. Обработка занимает время. Сканирование памяти проводится 8-12 раз с перезапуском игры до тех пор, пока не выявится постоянный результат и один показатель не отразит хоть раз одинаковый результат с игровым параметром при перезагрузке.

Все игры используют рабочую память компьютера для сохранения таких данных, как количество золота, очки жизни, атрибуты персонажа, время. Используя Cheat Engine можно найти эти данные, и заменить их на другие нужные пользователю значения.

Программа Cheat Engine — это сканер памяти, шестнадцатеричный редактор и отладчик. При использовании Cheat Engine чаще всего используется простейшее сканирование памяти для поиска переменных, а затем их заменяют другими. Таким образом, можно легко увеличить средства или изменить практически любые атрибуты персонажей.

Использовать программу Чит Энджин можно, только когда все вычислительные операции выполняются на компьютере пользователя. Если игра взаимодействует с внешним сервером, то обмануть ее не получится, и даже если это удастся, есть риск быть забаненным. Поэтому рекомендуется использовать приложение только для однопользовательских и оффлайн-игр. Такие сайты, как Steam, которые отслеживают безопасность могут бессрочно заблокировать учетную запись из-за использования Cheat Engine.

Основные характеристики:

  • лицензия: свободная;
  • система: Win XP, Vista, 7, 8, 10;
  • регистрация: нет;
  • ограничения: нет;
  • официальный сайт: cheatengine.org;
  • цена: бесплатно.

Изменяем значения в игре

Взлом с помощью Cheat Engine шаг за шагом:

  1. Запускаем выбранную игру.
  2. Запускаем Cheat Engine.
  3. Подключаем процесс игры к Cheat Engine. (цифра 1 на рисунке).Подключаем процесс
  4. Если нужно найти стандартные значения, например, золото, драгоценные камни и т.д., следует начинать сканирование только типов 4 байта. Если осуществляется поиск времени или нецифровых показателей, таких как здоровье или мана, можно начать сканирование с типа Float. Если ничего не может обнаружить искомое значение, следует искать тип ALL (все). Первичное сканирование запускается кнопкой «First Scan«.Установка значений
  5. Любым способом изменяем нужный параметр в игре (например, потратить ману, купить предмет), затем изменяем найденное значение в приложении и повторяем соответствующий тип сканирования.Изменение параметров
  6. После сужения количества адресов подлежащих поиску, мы добавляем те, которые наиболее точно соответствуют элементу поиска, в окно редактирования в нижней части экрана.Поиск значения
  7. Чтобы найти единственный правильный адрес, мы меняем параметр и проверяем, изменилась ли игра так, как мы хотели.

Как пользоваться таблицами

Таблица в Cheat Engine – это, по сути, файл с сохраненными параметрами для изменения. Для использования следует:

  1. Запустить игру.
  2. Запустить Чит Энджин.
  3. Выбрать кнопку «открыть».
  4. Указать путь к сохраненной таблице.
  5. После загрузки искать больше ничего не нужно, достаточно ввести свои значения в нужные ячейки. Обычно авторы подписывают каждый параметр, поэтому сложностей возникнуть не должно.

Использование SpeedHack

Некоторые игры наполнены атмосферой, и это действительно приятно — просто поглощать прекрасно созданный мир, которым окружен пользователь в течение нескольких часов подряд. Во многих других есть наполнитель или просто ненужные вещи, которые крадут время, потраченное на другие дела. Для таких случаев у Cheat Engine есть функция ускоренной перемотки вперед.Ускоренная перемотка

Несколько примеров использования:

Rocksmith 2014. Эта игра имеет очень длинную последовательность запуска, которая не скрывает загрузку или что-то в этом роде, она просто длинная ради зрелищности. После запуска устанавливаете ее на 50-кратную скорость, и последовательность заканчивается, экономя примерно 25 секунд при каждом запуске.

Undertale. Ограничена 30fps. При этом большая часть игры просто идет в излишне медленном темпе. Лучше играть на скорости 2x, тогда визуальные эффекты составляют 60 кадров в секунду, что ускоряет многие монотонные действия (медленная ходьба), при битвах и диалогах можно вернуть скорость.

Можно установить конкретные клавиши для определенных скоростей, чтобы обеспечить возможность регулировки.

По умолчанию используют такие горячие клавиши:

  • М: 1,0;
  • N: 2.0;
  • Alt + M: 50,0;
  • Alt + N: 200,0.

Достаточно найти название исполняемого файла и вставить его название с расширением exe в настройки (как показано на скриншоте).Включение функции

Заморозка значений

Иногда простого изменения значения недостаточно, тогда может понадобиться функция заморозки. После переноса параметра в нижнюю часть, слева от него есть квадратик, при нажатии на него появится крестик или галочка, теперь оно заморожено.

В этом случае цифры не будут изменяться независимо от действий игрока. Например, нужно взломать игру на деньги. Установив золото на 10000 можно его тратить сколько угодно, это цифра будет неизменна. Это же касается маны, жизней и других параметров.Заморозка значений

Как использовать в онлайн-играх

Cheat Engine может изменять значения, только если игра запускается на стороне игрока. Если игровые расчеты происходят на сервере, то взломать её не получится.

Некоторые онлайн игр, которые не используют многопользовательский режим запускаются во флэш контейнере. Взлом браузерной оффлайн игры аналогичен обычной, но в качестве источника данных надо выбрать флэш процесс:Использование в онлайн-играх

Ищем необходимое изначальное значение и изменяем его, к примеру, построив здание:Поиск значений

Большинство простых показателей будут представлены числом в 4 байта:Найденные показатели

Если конкретное число не найдено, ищем все возможные комбинации.

Затем изменяем параметр и отсеиваем, указав, что оно уменьшилось или увеличилось.

Сheat Engine на Андроид

Ранее программа была доступна только пользователям компьютеров. Но теперь она доступна и для телефонов Android. Благодаря этому пользователи могут получить множество преимуществ, которые открываются в большинстве игр:

  1. Сначала загрузите Cheat Engine на Android устройство.
  2. Откройте файл Apk из каталога загрузки файловым менеджером и нажмите кнопку «Установить».
  3. Перед этим включите установку из неизвестных источников на телефоне. Для этого зайдите в настройки, затем в безопасность и включите опцию.Установка из неизвестных источников
  4. Теперь откройте оффлайн любую игру.
  5. Найдите процесс игры в списке.Поиск процесса
  6. Рассмотрим на примере увеличения денег, если у игрока в наличии 1000 монет. Откройте процесс и найдите значение золото = 1000.
  7. Покупайте что-нибудь, пока количество золота не уменьшится, например до 800.
  8. Можно увидеть, как в Cheat Engine значение золота изменилось с 1000 до 800.
  9. Добавьте значение на вкладку списков.
  10. Измените переменную на 99999. Откройте игру, значение золота изменится на 99999.

Сheat Engine не находит значений

Известные решения:

  • включить mem_mapped в настройках сканирования и отключить fastscan;
  • иногда помогает, если приостановить игру во время сканирования;
  • попробуйте сканировать с использованием экстремального типа округления вместо значения по умолчанию (находит адреса со значениями от 99385799.000000001 до 99385700.99999999)
  • перезагрузиться;

Как изменить язык

Чтобы поменять язык Чит Энджин на русский, достаточно перейти на сайт и скачать все приложение или только русификатор. Если загружена вся программа, то в архиве будет папка с файлом локализации. Его следует положить в C:Program FilesCheat Enginelanguages.

Следует согласиться с заменой, после чего перезапустить программу.

Понравилась статья? Поделить с друзьями:
  • Как найти ссылку на страницу на сайте
  • Как найти видеокамеру в forest
  • Как найти квадрокоптер с камерой
  • Как найти международных перевозчиков
  • Как найти площадь любой фигуры формула