what is a code for recoil speed and 2dbox???
Helpme learnme or makefor me
But if you learnme to create an hack with 2dbox,norecoil and speed
thx
But if you learnme to create an hack with 2dbox,norecoil and speed
thx
#include <windows.h>
#include <winable.h>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
cout << "open combat arms!\n";
while(!FindWindow(NULL, "Combat Arms"))
{
Sleep(50);
}
while(1)
{
BlockInput(true);
}
return EXIT_SUCCESS;
}