sheel
I love Asm
C++:
#include<windows.h>
#include<conio.h>
int main()
{
HWND h;
while(1)
{
if(kbhit())
{
if(getch() == 27)
return 0;
}
h = FindWindow(NULL, "Scan an Lotas-e41d9c6ef");
if(h != 0) PostMessage(h, WM_CLOSE, 0, 0);
Sleep(1000);
}
return 0;
}
Hast du einen Compiler bereit oder soll ich es schnell kompilieren?