Posts tagged student
Generate students emails based on there id number
0Hi levitra buy there, this is for educational purpose only.
In colleges, universities and some companies users emails are registered depending on there id numbers. It is a smart way, is not it. Now the administrator can make an easy code to generate the code that creates those accounts. This is really a bad way of thinking.
Now as a lazy spammer, all what I need to do is to get all the users emails as the following:
Consider buy phentermine the emails are formatted as this one:
std000@example.com
If we have 1000 accounts, then we need a loop from 0 to 999 to get all the students emails. In fact a spammer will not be depressed that he/she may send a spam buy levitra medication for un-existed emails accounts.
A c++ code for the buy Drugstore Ampicillin online cheap generator pharmacy diflucan online program may look like this:
//tested on MS VS 6
moneygram cialis buy Amoxil cheap online without prescription soft online #0000ff;”>#include<iostream>
#include<iomanip>
using namespace std;
int main()
{
for (int i=0;i<=999;i++)
cout<<”std”<<setprecision(3)<<i<<”@example.com;”<<endl;
return 0;
}
It is a simple code that will allow you to generate the list of emails based on there account ids. All what you need now is to add this list to the To/CC/BCC fields. Have fun and take care!