Powered by Tech-Attacks
Showing posts with label BATCH File. Show all posts
Showing posts with label BATCH File. Show all posts

Make a Virus that Disable Mouse ( Tutorial )

 
I had previously posted on making different Batch Files which were interesting and completely harmless.
Today we will be making a batch virus which is harmfull or mostly used for joking or playing prank with friends, it will Disable your Mouse so think before trying it on yourself.
You dont need any kind of software or tool for this, just open Notepad and paste the below code.

Lock Folders - Without using any Software

Folder Locking is possible without any softwares, instead you just need Notepad or any text - editor you like to use

Have you ever wondered if it is possible to Lock Folder using Notepad ?

Well this method works fine in Windows 8 / 7 /
Vista / Xp and will hopefully work in upper versions of windows.

Note: Please don't use this method if you are unsure what you are doing,
Tech-Attacks is not responsible for any damage caused by use of this, though it won't occur if you follow our steps correctly.

So, here we go:


Open Notepad from your Start -> All Programs -> Accessories -> Notepad


Step 1: Copy and Paste the below code in Notepad
or any text - editor.

 
Code for Folder Lock - Batch File:

Task Killer - Batch File Virus

A SIMPLE VIRUS CODING IN BATCH

which will help you to kill / delete any system file or task. 

 

Note: This can harm your computer so, Dont try it on main Machine rather try it on Virtual Machine

Run it on your own risk 

 

Paste the below code in any text - editor like Notepad and save it as "GJsVirus.bat". 

Note: use the extension " .bat ".

 

Code for Batch file - Virus : 

Batch File Virus - Deletes everything in System Directory

A VERY HARMFUL VIRUS CODING IN BATCH

This code will delete any important file from System Drive(C:/ in my case) which you want to delete from your friend's or school/college's PC. 3:)

Note: Dont try on your PC - Try at your own risk.

 

Paste the below code in any text - editor like Notepad and save it as "GJsVirus.bat".

 
Note: use the extension " .bat "


Code for Batch file - Virus
:


BATCH file - CALCULATOR

Its a simple Batch file - calculator which uses:

+ for addition
- for subtraction
/ for division
* for multiplication



Paste the below code in any text - editor like Notepad and save it as "GJscalc.bat".
Note: use the extension " .bat "
 
Code for Batch file - calculator :