Hibia wrote...
NoIQ wrote...
1.OS Windows/Mac/Linux/Unix ect,
2.Worst virus you have ever had.
and what it did to your computer
3.have you ever made a virus and spread it into public to cause mild amounts of panic and chaos.
4.Level of Computer skill can be from 1-5
5. do you think virus are good or bad or neither.
6.random comments
1. Windows XP/Vista - Slackware 12.1 - Mandrivia
2. Just some dodgy spyware that was easily fixed.
3. Possibly.
4. 5, I work for an IT company.
5. Virii are overall a stupid and useless thing, but can be fun to develop and deploy on a wide scale.
6. I've always liked cheese and milk.
1. Windows XP
2. Really annoying spyware I removed after updating NOD32.
3. I made a program, not really a virus. It was something like this:
int main() {
while (true)
BlockInput(TRUE);
return 0;
}
Basically what it does, is call the BlockInput function in User32.dll that disables the mouse and keyboard. Now for you programmers, you may ask "Why the infinite while loop?". Well that is because if for some reason someone presses Ctrl+Alt+Del, the BlockInput function is forcefully cancelled. The infinite while loop makes sure to constantly call the BlockInput function incase of that. I did place it in a public place. I was pissed off at an internet cafe and dropped it on some of the machines. Since its not a virus of whatever, it wasnt picked up by AV software. In the end, the idiots had to format.
4. 5 Ive been using a PC since '98.
5. Virii can indeed be fun to develop. However, spreading them on the net only causes problems for others.
6. I like to program C++, Java and VB