Skip to content

GameHackingAcademy/Wesnoth_ExternalGoldHack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Wesnoth External Gold Hack

Referenced in https://gamehacking.academy/lesson/3/2.

An external memory hack for Wesnoth 1.14.9 that modifies the player's gold.

This code will create a console application that sets the player's gold in Wesnoth 1.14.9 to the value of 555 when run. It makes use of ReadProcessMemory and WriteProcessMemory to achieve this. The address 0x017EED18 represents the player's base pointer in Wesnoth.

This program must be run as an administrator.

Releases

No releases published

Packages

No packages published

Languages