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
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
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
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.
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.