dimacotorobai / DeadSpace3ResouceManager

A resource manager for the game Dead Space 3 Steam version. The user can press the keys shown in the image in order to gain 500 extra pieces of that resource. The user can press F7 to exit the application.
11 stars 1 forks source link
cheat cpp deadspace3 external reverse-engineering trainer windows

Dead Space™ 3 Resource Manager

A trainer for the game Dead Space™ 3. This is a basic external resource manager trainer for the game Dead Space™ 3 which has the following functionality: +500 Tungsten, +500 Semiconductor, +500 Scrap Metal, +500 Somatic Gel, +500 Transducer, and +500 Ration Seals. This project was written in C++ using Visual Studio 2017.

Dead Space™ 3 Resource Managerr

Instructions

To use this application the user must either compile the project themselves or download the executable provided. Below I have provided step-by-step instructions on how to run the Dead Space™ 3 Resource Manager.

Step By Step

Project Goal

My goal for this project was to apply my pre-requisite knowledge of operating systems in a fun and challenging way. I also wanted to learn more about the Windows API(Win32), Reverse Engineering, x86 Assembly, and GDI. I also used this as an opportunity to expand my knowledge of C++ programming and OOP.

Help

This project could not have been built without the excellent tutorials provided by GuidedHacking. The process of finding offsets, reverse engineering, and writing the code required for memory reading/writing was learned from GuidedHacking.