agreed. If you're going to make a 'how to' video, if you can, please put audio commentary in the video, not txt :/ just personal preference, but I think a lot of ppl are similar. Also, you don't really explain "how to" make a trainer, you just give 1 very specific example of doing it. Yes, poking new values into a ram address is what a trainer does, and you did that, but you didn't explain how/why. You apparently uploaded the read/writeprocessmemory code, but didn't explain it all. That's where all the juice is. :/
it should have explained:
1) OpenProcess
2) WriteProcessMemory
3) ReadProcessMemory
4) any nuances for 1-3 (ie. PROCESS_ALL_ACCESS vs vm_query, ReadProcessmemory and &actualBytesRead, etc etc)