One of the most basic things needed in a trainer, hotkeys to activate or deactivate cheats!

GetAsyncKeyState("A Virtual-Key Here");

GetAsyncKeyState will return true if the key is down and false if it isn't.

List of keys:
https://msdn.microsof*****m/library/de...alkeycodes.asp

Oh yeah you need to include the library "user32.lib"