#include "stdafx.h"
#include <fstream>
#include <string>
#include <shellapi.h>
void cikisstring()
{
exit(0);
TerminateProcess(GetCurrentProcess(), 0);
}
void TxtCheckWindow()
{
POINT p;
HWND DebugerFound = 0;
for (int qy = 0; qy < 100; qy++)
{
for (int qx = 0...