Posts Tagged ‘Fun’

Detailly removing folder inside folder virus

Manual Process of removal I prefer manual process simply because it gives me option to learn new things in the process. So let’s start the process off reclaiming the turf that virus took over from us. 1. Cut The Supply Line 1. Search for autorun.inf file. It is a read only file so you will […]

Visual Basic Viruses

Now many of you feel that creating a virus is impossible especially for you beginners. Well this tutorial shows you how to create a simple virus with just a few lines of code. A virus can be an application that deletes files upon request, this is seen as infecting your computer because by deleting key […]

Funny VB Script

Copy the following code in notepad and save it as “fun.vbs” with inverted comma. And have fun. Actually this code opens notepad and begin to type automatically. Even you close the notepad it’ll keep typing wherever it finds to type. CODE: Set wshshell = wscript.CreateObject(“WScript.Shell”) Wshshell.run “notepad” do wscript.sleep 400 wshshell.sendkeys “Hi, “ wscript.sleep 400 […]

Recovering damaged memory card

Correct Treatment of your MMC: Physically, memory cards are quite fragile pieces of high technology, susceptible to damage from various silly things like excessive heat, condensation, strong magnetic fields, physical damage from rough handling and/or bending! (similar to most electronic devices then..) Given the natue of mobile memory card products, they are constantly being taken […]

World’s most used passwords

I’ve previously posted the world’s most used passwords. But I am reposting it with new updates and rewason.. No.1 is”123″ with 1/250 people using it(every Village Has An Idiot) No.2 is “password” with 1/250 people using it also No.3 is “liverpool” with 1/550 people using it No.4 is “Letmein” with 1/560 using it No.5 is […]

Shutdown Scripts…………

Shutdown menu option from the start menu can be hidden it is possible. If you however get caught Sby your manager or college system administrator, and get whipped in your ass, I cannot be held responsible. This tool is a inbuilt tool present in windows XP, just like msgconfig. So yougot to execute this command […]

Replace AM/PM with your name.

Do you know that you can replace the windows time in taskbar with your name? For example, instead of 3:05 PM, 3:05 XXXXXX (Your name). AM and PM would be replaced by your name [or any word(s) that you please]. Here is how to do it. Navigate to START → Settings → Control Panel. Double […]

Lock your harddrive

We don’t usually prefer to lock our drives, but sometimes it becomes nesscary. Say for instance you might have stored your office documents in D:\ and you don’t want your kids to access it, or you own a cyber cafe and you don’t want user to access the specific or system drive, in such case […]

Simple Batch File Bomb

How to Make a batch fomr notpad How to build a simple .bat virus 1. ToolsTo make a batch program you will need a text program (ex. Word,notepad,wordpad etc…) A keyboard if you don’t have one you can use the ON-screen keyboardTo get to the on-screen keyboard start>all programs>accessories>accessibility 2. What makes a virus a […]