Bot user finder Darkorbit

03/08/2012 16:47 adystrike#1
This is the famous source code for bot detection .
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...
03/08/2012 16:52 pardus009#2
Noob detected !
03/08/2012 17:03 knuck#3
wtf is that for?
03/08/2012 17:06 adystrike#4
This code chose a random number :D
03/08/2012 17:09 pardus009#5
Quote:
Originally Posted by adystrike View Post
This code chose a random number :D
Closerequest ! Hahah very funny :rtfm::rtfm::rtfm:
03/08/2012 17:21 adystrike#6
You don't have any real-life?
03/08/2012 17:40 john1989#7
What for??
03/08/2012 17:44 dhabei#8
[Only registered and activated users can see links. Click Here To Register...] this is article about this message