This is the famous source code for bot detection .
This message is a joke !!!
Sorry for my bad english...
Code:
#include <iostream>
#include <ctime>
#include <cstdlib>
using namespace std;
int main()
{
srand((unsigned)time(0));
int random_integer;
int lowest=[minim UID], highest=[maxim UID];
int range=(highest-lowest)+1;
for(int index=0; index<20; index++){
random_integer = lowest+int(range*rand()/(RAND_MAX + 1.0));
cout << random_integer << endl;
}
}
This message is a joke !!!
Sorry for my bad english...