Coffee With Cheat

This project is entirely educational and I am not in support of using Cheats in games! I'm just sharing with all of you my knowledge in C++ and what I can already do using this beautiful language.



References:
My E-BOOK C++ Basic to Advanced!
https://github.com/MarktwainSTDLL/CPP_BASIC_TO_ADVANCED/

Winuser FindWindowA()
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-findwindowa

Virtual Key Codes
https://docs.microsoft.com/pt-br/windows/win32/inputdev/virtual-key-codes

Winuser GetAsyncKeySate()
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getasynckeystate

Winuser GetWindowThreadProcessId()
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getwindowthreadprocessid

Winuser MemoryApi ReadProcessMemory()
https://docs.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-readprocessmemory

MemoryApi WriteProcessMemory()
https://docs.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-writeprocessmemory

ProcessThreadsApi OpenProcess()
https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-openprocess

Created by Rafael Romão (Mark Security)!