View previous topic :: View next topic |
Author |
Message |
juanrabelo2022 How do I cheat?
Reputation: 0
Joined: 19 Mar 2022 Posts: 1
|
Posted: Sat Mar 19, 2022 4:25 pm Post subject: It is showing the wrong value in the list |
|
|
So I'm using cheat engine 7.4 to get gold on Civ 6. It has worked before but now when I do it, it is not showing me the same numbers in the list. Like when I typed in 417 for the value, it was showing me addresses with values of 161. I've tried scanning with Byte, 2 bytes, 4 bytes, float, and all, but there are millions of addresses, and when I scan again to slim the list down, it goes down to either 2 or 0. Can anyone please help I've been at this for hours?
Description: |
|
Filesize: |
199 KB |
Viewed: |
2998 Time(s) |

|
|
|
Back to top |
|
 |
TheyCallMeTim13 Wiki Contributor
Reputation: 51
Joined: 24 Feb 2017 Posts: 976 Location: Pluto
|
Posted: Sat Mar 19, 2022 4:31 pm Post subject: |
|
|
You're scanning for a byte (0 to 255) and scanning for a value of 417 which exceeds what a byte can hold. 417 is 0x1A1 and it only shows the first byte value which is 0xA1 or 161. You need to scan for 2 bytes or more.
_________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Sat Mar 19, 2022 5:04 pm Post subject: |
|
|
also make sure fast scan stays off when setting the type to 2 byte
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
|