A console application that modifies money and exp amounts of a ETS 2 profile by manipulating the memory.
Note
Preferably, use .NET 7 or later to run this program.
It may still function with older versions, but compatibility is not guaranteed.
v1.50.1.0s 64-bit |
Address | Offsets |
---|---|---|
Money | 0x029E20C0 | [0x10, 0x10] |
Exp | 0x029E20C0 | [0x196C] |
Important
Datas in this table is only compatible with ETS 2 v1.50.1.0s and 64-bit.
This code is under GPL-3.0 License
See the LICENSE file for required notices and attributions.
- Swed64 - Makes ReadProcessMemory and WriteProcessMemory easier for C#.