C++
Which lessons need to be learned for memory hack? I dont know english sorry for language.
Learn how to cast ( (DWORD)var; (float)var; *(float*)Addr = 50.0f; ) ...
Learn pointers which basically are values in memory too.. (Value of address 0x4B0000 = 0x48F000, Value of address 0x48F000 = 12)
Learn how to use Variables (float is used for vectors, int is for basic numbers, char [] is for a char array, char * is for char pointer(every char has its own offset)
etc...
Learn Basic hacking:
Reading memory addresses
Writing memory addresses
Learn level 2 pointer memory hacking
Create your first basic memory hack
Advanced memory hacking:
Learn to write assembly functions
Learn to reverse engineer
Learn to find patterns
Learn to find pointers and offsets
Learn to Hook basic functions
Learn to Hook complicated functions
Learn to Hook D3D Functions
Learn to Hook OpenGL
Learn to Hook mswinsock
Learn to bypass a basic anti-cheat system
Learn to reverse game send packets
Learn to reverse encryptions
Learn to write simple MITM (man in the middle) Bots