somebody have ts 73 bot? i seen some people have this :O its genius
//Finde die PID
HWND windowHandle = FindWindowW(NULL, TEXT("Nostale"));
DWORD processID;
GetWindowThreadProcessId(windowHandle, &processID);
HANDLE handle;
int value;
unsigned int adress = 0xADA4F04;
handle = OpenProcess(PROCESS_ALL_ACCESS, false, processID);
ReadProcessMemory(handle, (LPCVOID)adress, &value, sizeof(value), NULL);