home *** CD-ROM | disk | FTP | other *** search
- QuickTrojan Maker v1.0
- (c) 1993 RABID Development
- Coded by Data Disruptor (2.23.93)
-
- "No Assembly Required..."
-
- Information
- -----------
-
- QuickTrojan Maker (tm) is the result of my being kinda bored and
- disheartened at the amount of lame trojans that are circulating around the
- boards today. Lame 14 year olds who use BAT2EXE to compile stupid little
- programs like;
-
- @echo off
- echo You Suck <Insert Name Here>
- echo y|del *.*
-
- ...Well, that's SUPER Lame! So what I've done is come along and made a
- quick and dirty personalized trojan maker.
-
- Since this is the first version, it's pretty shitty, but it does the job.
- It will let you type in a message of up to 80 charachters, and will then
- compile a file called SETUP.COM.
-
- The file SETUP.COM is encrypted, so that any lamer looking at us will not be
- able to tell the contents of the file. It would look like any other normal
- program comprised of hex crap (To lamers, hex is illegible kaka, and thus,
- don't posess the brain power to disassemble it...)
-
- The trojan when run, will first destroy the first few random sectors of your
- first fixed disk, and then proceed to display a message. That's it... The
- destruction engine works in such a way that the later on in the day it is, the
- more damage it will do (Func.2Ch/INT 21h based. CX value used in the INT 26h
- routine).
-
- This trojan is not scannable by any heuristic scanners, including Thunderbyte.
- Well, when I say not scannable, I mean that it won't set off any major alarms.
- Thunderbyte only pops up garbage charachters ("G" Warning) which could be
- attributed to just about anything.
-
- I've already got some ideas for the next version. Not going to spill the beans
- just yet, I want it to be a surprise.
-
- Oh well, so much for now...
-
- Catch ya...
-
- Data Disruptor
- RABID '93
-
- BTW: Incase if you were wondering if RABID was dead? Well, guess again. All
- will be explained in the upcomming issue of Censor (Volume II). If all
- goes as planned, it should be due out in the first or second week of
- March.
-
- Greets...
- ---------
-
- Phalcon/Skism - Still the best around but haven't seen any new product from
- you guys since G2 (DA, give yourself a pat on the back...)
- Can at least ONE of you calls call Front 242? (Yeah! I'm one
- to speak of new product... Fucking hibernating...)
-
- Viper - Where'd you guys go to? Drop us a line at the Front if you're
- still around...
-
- NuKE - Again, is everyone dropping like flies? Ever since VX_Net died
- I haven't heard anything from you guys...
-
- YAM - Keep on hacking. You guys are comming along pretty well.
-
- Napoleon -
-
- code segment
- assume cs:code,ds:code
- org 100h
-
- start: jmp begin
-
- message db 'Hey! This is my first ASM Program!!!',13,10,'$'
-
- begin: mov ah,09h
- mov dx,offset message
- int 21h
- mov ax,4c00h
- int 21h
-
- code ends
- end start
-
- Try that on for size... It's a start...
-
- Cronus - Ok. I mentioned your name... Happy?
-
- Gate Keeper - Hey! Come on over guy! We're having my cow betsy for dinner!
-
- Soltan Griss - School sucks eh?
-
- Grim - You're walking a VERY FINE LINE! Don't fuck around. And
- ignorance is no excuse!!!
-
- Vesselin Bontchev -
- Ok, ok. So you'll probably find 50 ways this program sucks,
- but hey, isn't it great? You get paid to do it... Please send
- half your earnings from analyzing this to PO Box...
-
- John McAffee - Isn't it time to cash in while you're ahead ?
-
- Makers of Thunderbyte -
- EXCELLENT product! By far the best scanner I've ever seen.
- Keep up the great work!!!
-
- Fuck You's
- ----------
-
- Quark, Software Polluter and other lame shit on Seabase-13...
-
- You guys are the biggest bunch of fucking lame geeks I have ever seen
- on any board in my history of modeming. I hope you guys are happy in
- your own little cloistered corner of PD land! I can assure you, if I
- ever see you guys on any pirate boards, you'll be deleted faster than
- you can say "I'm not worthy..."
-
- Oh well, you had your chance to learn, but ya blew it... Your fucking
- loss!!!