Seriously, this is a 100% legit post.

Automatic

User is banned.
Reputation
0
No matter how smart you think you are, DON'T code a application that drops 3,000 infected files onto your desktop.

Anti-virus pop-ups block your screen and ruin your headsets, explorer.exe crashes due to the amount of new files it has to work with.

Not fun, just spent the last 30 minutes trying to delete them.

del *.com took like, 2 seconds/file, anti virus took like, 1 second/file.

-.-
 
Yeah I hate things like that, I picked up a damn virus that was purely made to piss people off.

It jumped to desktop, Control A'd and Entered.
 
Joel said:
Yeah I hate things like that, I picked up a damn virus that was purely made to piss people off.

It jumped to desktop, Control A'd and Entered.

Oh, no, it wasn't a virus. It was just something I coded. It was meant to only drop 100 files on my desktop, but for some reason it dropped 3,000...

Code:
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim RandomNumber As New Random
        Dim i As Integer = 0
        For i = 0 To 100
            Dim writer As New System.IO.StreamWriter("C:\users\nicholas\desktop\" + RandomNumber.Next(0, 1000000).ToString + ".COM")
            writer.WriteLine("X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*")
            writer.Close()
        Next
    End Sub
End Class
 
Iron Man said:
LOL hahaha i lolled irl Ac, if you wouldnt of even tried it wouldnt of happend

But I wanted to see how fast it would take my AV to detect 100 files.
 

Wtf, how did that end up doing 3,000 instead of 100? Unless there's a loop of 30 somewhere somehow then I have no idea.
 

I think my mouse auto-clicked 30 times.

I really need to get use to pressing left click instead of mouse5.
 
Joel said:
Lol damn macros.
Maybe you should change it so you have to hold it for a second instead of click?

Naa, I need it instantly when in shooting games with a one-shot pistol.
 
If your macro is simple to set up then it might be worth it just to toggle it off and on temporarily.
I believe this isn't the first time your macro has gotten on your nerves.
 
Joel said:
If your macro is simple to set up then it might be worth it just to toggle it off and on temporarily.
I believe this isn't the first time your macro has gotten on your nerves.

But, but, but, I HATE FUCKING NOT HAVING IT IN GAME. I die!
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…