Selamlar. Belki işine yarayan olur Adreslerini güncelledim sadece. Fonku Ben yazmadım
Kod:
#include <Windows.h>
#include <atomic>
#include <thread>
uintptr_t moduleBase = (uintptr_t)GetModuleHandleA("metin2client.exe");
std::atomic<bool> runTarget{ false };
std::atomic<bool>...