Pinned Repositories
AssaultCube_Aimbot
An aimbot for Assault Cube 1.2.0.2 that automatically aims at enemy players.
AssaultCube_ESP
An ESP for Assault Cube 1.2.0.2 that displays information about enemy players above their heads.
Call_Logger
A modified Windows debugger that logs all call instructions executed by a process.
Debugger
An example of a Windows debugger that will attach to a running Assault Cube 1.2.0.2 process, change a specific instruction to an int 3 instruction (0xCC), and then restore the original instruction when the breakpoint is hit.
Disassembler
A limited disassembler that will search for a running Wesnoth process and then disassemble 0x50 bytes starting at 0x7ccd91.
DLL_Injector
DLL injector that uses LoadLibrary to inject a DLL into another process.
gamehackingacademy.github.io
MemoryScanner
A memory scanner for Wesnoth that allows you to search, filter, and edit memory inside the process.
Wesnoth_CodeCaveDLL
A DLL that redirects the Terrain Description function in Wesnoth 1.14.9 to a custom function that sets the player's gold to 888.
Wesnoth_Proxy
An example proxy for Wesnoth 1.14.9 that allows interception and modification of traffic from a Wesnoth game client to a Wesnoth server.
GameHackingAcademy's Repositories
GameHackingAcademy/DLL_Injector
DLL injector that uses LoadLibrary to inject a DLL into another process.
GameHackingAcademy/MemoryScanner
A memory scanner for Wesnoth that allows you to search, filter, and edit memory inside the process.
GameHackingAcademy/Call_Logger
A modified Windows debugger that logs all call instructions executed by a process.
GameHackingAcademy/AssaultCube_Aimbot
An aimbot for Assault Cube 1.2.0.2 that automatically aims at enemy players.
GameHackingAcademy/AssaultCube_ESP
An ESP for Assault Cube 1.2.0.2 that displays information about enemy players above their heads.
GameHackingAcademy/Disassembler
A limited disassembler that will search for a running Wesnoth process and then disassemble 0x50 bytes starting at 0x7ccd91.
GameHackingAcademy/gamehackingacademy.github.io
GameHackingAcademy/Debugger
An example of a Windows debugger that will attach to a running Assault Cube 1.2.0.2 process, change a specific instruction to an int 3 instruction (0xCC), and then restore the original instruction when the breakpoint is hit.
GameHackingAcademy/Wesnoth_CodeCaveDLL
A DLL that redirects the Terrain Description function in Wesnoth 1.14.9 to a custom function that sets the player's gold to 888.
GameHackingAcademy/Wesnoth_Proxy
An example proxy for Wesnoth 1.14.9 that allows interception and modification of traffic from a Wesnoth game client to a Wesnoth server.
GameHackingAcademy/AssaultCube_Triggerbot
A triggerbot for Assault Cube 1.2.0.2 that fires the player's weapon whenever the crosshair goes over another player
GameHackingAcademy/PatternScanner
A pattern scanner that will search a running Wesnoth process for the bytes 0x29 42 04.
GameHackingAcademy/Wesnoth_ExternalGoldHack
An external memory hack for Wesnoth 1.14.9 that modifies the player's gold.
GameHackingAcademy/AssaultCube_Multihack
A multihack for Assault Cube
GameHackingAcademy/UrbanTerror_MemoryWallhack
A wallhack for Urban Terror 4.3.4 that reveals entities through walls by disabling depth testing.
GameHackingAcademy/UrbanTerror_OpenGLWallhack
A wallhack for Urban Terror 4.3.4 that reveals entities through walls by hooking the game's OpenGL function glDrawElements and disabling depth testing for OpenGL.
GameHackingAcademy/Flare_FarmingBot
A hack for Flare version 1.12 that will automatically move the player towards the nearest enemy and then attack until the enemy is dead.
GameHackingAcademy/Wesnoth_InternalGoldHack
An internal memory hack for Wesnoth 1.14.9 that modifies the player's gold.
GameHackingAcademy/Wesnoth_MultiplayerBot
An example client that will connect to a local Wesnoth 1.14.9 server with the username FFFAAAKKKEEE.
GameHackingAcademy/UrbanTerror_OpenGLChams
A chams hack for Urban Terror 4.3.4 that both reveals entities through walls and changes these models to a bright red color.
GameHackingAcademy/Wesnoth_Maphack
A map hack for Wesnoth 1.14.9 that reveals the entire map by removing in-game fog-of-war.
GameHackingAcademy/AssaultCube_NoRecoil
A hack for Assault Cube 1.2.0.2 that removes all recoil when firing a weapon.
GameHackingAcademy/Wesnoth_Stathack
A stathack for Wesnoth 1.14.9 that displays the second player's gold whenever the Terrain Description box is shown.
GameHackingAcademy/Wyrmsun_Macrobot
A hack for Wyrmsun version 5.0.1 that will automatically create worker units out of the currently selected structure when a player's gold is over 3000.
GameHackingAcademy/vmsetup
GameHackingAcademy/Wesnoth_ChatBot
An example chatbot that will connect to a local Wesnoth 1.14.9 server with the username ChatBot and respond to the \wave command.