#include <Windows.h> //All KeyState func and a lot more
#include <iostream> //Shit ton of things
#include "ProcMem.h" //Set up permissions, creates byte array, allowing us to read memory
#define PRESSED 0x8000 //Determines key press(highest bit)
#define SPACE 0x20 //Virtual Key Code 'SPACE'...