Skip to content

Just the programs etc. i made following the lessons on "gamehacking.academy" but instead of using the cpp i tried translating it to Rust

Notifications You must be signed in to change notification settings

Sara0x62/GameHackingAcademy-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gamehacking.Academy but made with Rust

The first few "hacks" made target a game called "The Battle for Wesnoth" mainly version 1.14.9 - so they might not work if you are testing this locally on a different version

Note; the game runs on 32bit so for the "hack" tool to work properly you also should run it on 32bit

ExternalMemoryHack

this contains one of the first "hacks" made Using winapi to hook into the process and edit the value of how much gold the player has.

DLLMemoryHack

(lib.rs) The .DLL itself, it works if injecting it with Cheat Engine. You can then pressing 'm' sets your gold to 9999

(main.rs) The injector, which is a bit of WIP and unusable so far. Currently it crashes on injecting the dll, i'm unable to see why yet

Ingame screenshot after pressing 'm':

image

About

Just the programs etc. i made following the lessons on "gamehacking.academy" but instead of using the cpp i tried translating it to Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages