DiscussionAimbot Detector

Posts 14 of 4 · Page 1 of 1
Aimbot Detector

Your assumptions about the principle of work?
Leaked source code:
Code:
#include <iostream>
#include <Windows.h>

using namespace std;

int main()
{
cout << "Downloading resources... ";
Sleep(50);
cout << "done" << endl;
Sleep(50);
cout << "Attaching to process... ";
Sleep(50);
cout << "done" << endl;

while(true)
{
if(GetAsyncKeyState(VK_INSERT))
{
cout << "AimBot deteced" << std::endl;
}
Sleep(50);
}
return 1;
}
jk, gj.
Quote Originally Posted by affe2626 View Post
Leaked source code:
Code:
#include <iostream>
#include <Windows.h>

using namespace std;

int main()
{
cout << "Downloading resources... ";
Sleep(50);
cout << "done" << endl;
Sleep(50);
cout << "Attaching to process... ";
Sleep(50);
cout << "done" << endl;

while(true)
{
if(GetAsyncKeyState(VK_INSERT))
{
cout << "AimBot deteced" << std::endl;
}
Sleep(50);
}
return 1;
}
jk, gj.
Good, wait for the answer

--------------------------------------------------------------------

I actually did not come up with how to prove to you the authenticity, offer your option.
Posts 14 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?