Posted 9 years ago
·
Author
This was a simple program I threw together a week ago to test how many valid usernames I could find by generating random 8 digit numbers. In an effort to produce more content for our members, I decided to pretty up the UI and release it for you guys.
This program will generate a random number 8 digits long then compares it to IMVU to find out if it is a valid CID, then it will get the username of belonging to that CID. Whenever it finds a username, it saves it to a txt file called "names.txt" which is located in the same directory as the exe.
When you run the program, it checks for the names.txt file. If it does not find it, it creates a new one. If the file already exists, it will open it up, read all the names and store them inside the program. This way the program never saves a duplicate name.
This program will generate a random number 8 digits long then compares it to IMVU to find out if it is a valid CID, then it will get the username of belonging to that CID. Whenever it finds a username, it saves it to a txt file called "names.txt" which is located in the same directory as the exe.
When you run the program, it checks for the names.txt file. If it does not find it, it creates a new one. If the file already exists, it will open it up, read all the names and store them inside the program. This way the program never saves a duplicate name.