Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.01 KB

ETS 2 Cheats

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.

Pointer Table

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.

Donations

License

This code is under GPL-3.0 License

See the LICENSE file for required notices and attributions.

Libraries Used

  • Swed64 - Makes ReadProcessMemory and WriteProcessMemory easier for C#.