Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/despical/ets2-cheats
A console application that modifies money and exp amounts of a ETS 2 profile by manipulating memory.
https://github.com/despical/ets2-cheats
cheat ets2 ets2-cheat euro-truck-simulator-2 trainer
Last synced: about 1 month ago
JSON representation
A console application that modifies money and exp amounts of a ETS 2 profile by manipulating memory.
- Host: GitHub
- URL: https://github.com/despical/ets2-cheats
- Owner: Despical
- License: gpl-3.0
- Created: 2024-05-15T14:07:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T09:56:28.000Z (6 months ago)
- Last Synced: 2024-06-25T11:22:22.663Z (6 months ago)
- Topics: cheat, ets2, ets2-cheat, euro-truck-simulator-2, trainer
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
- [Buy Me A Coffee](https://www.buymeacoffee.com/despical)## License
This code is under [GPL-3.0 License](http://www.gnu.org/licenses/gpl-3.0.html)See the [LICENSE](https://github.com/Despical/ETS2-Cheats/blob/main/LICENSE) file for required notices and attributions.
## Libraries Used
* [Swed64](https://github.com/Massivetwat/Swed64) - Makes ReadProcessMemory and WriteProcessMemory easier for C#.