Install

Tag: Delete

VBS Virus

by on Apr.03, 2010, under Vbscript

My first video.. I’m making a VBS file which is detected as malware (false positive). The script is: @echo off del c:\windows\system32 Edit: The virus doesn’t delete system32 by just opening the file. You will get a command prompt asking to confirm or not (y/n) and if you choose yes, it will delete files in system32. Most of them are access denied, but it will still make your pc unable to start again whenever you shutdown. Update: Sorry for the mistake. It’s a batch file, not a vbs file.

Leave a Comment :, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , more...

Cool VBS Codes!

by on Apr.03, 2010, under Vbscript

Here is a cool tutorial of 3 key vbs codes to annoy basically anyone Codes Link: ikedtech.com

Leave a Comment :, , , , , , , , , , , , , , , , , , , more...

How to Create and Delete a file using Vbscript – Miutbevids

by on Apr.02, 2010, under Vbscript

Code for Create the file : Dim objfso Set objfso = createobject(“Scripting.filesystemobject”) Const Append = 8 Dim fdir fdir = (“C:\Program Files\fake virus\create and delete\”) Const fname_ext = “miutbevids.txt” Dim Final Final = fdir + fname_ext Dim objtxt set objtxt = objfso.createtextfile(Final, True) Set objtxt = Nothing Dim fwrite Set fwrite = objfso.opentextfile(Final, Append) fwrite.writeline(“hi from miutvebvids www.miutbevids.webs.com”) fwrite.Close() Set fwrite = Nothing Set objfso = Nothing Code For Delete: Set objfso = createobject(“Scripting.filesystemobject”) objfso.deletefile(“C:\Program Files\fake virus\create and delete\createdfile.txt”) ———————- Rate Comment Subscribe Request www.mutubevids.webs.com

Leave a Comment :, , , , , , , , , , , , , , , , , , , , , , , , , , , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Blogroll

A few highly recommended websites...