home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / programming / misc_programming / qtm.doc < prev    next >
Text File  |  1993-07-09  |  4KB  |  126 lines

  1.                  QuickTrojan Maker v1.0
  2.                (c) 1993 RABID Development
  3.             Coded by Data Disruptor (2.23.93)
  4.  
  5.                 "No Assembly Required..."
  6.  
  7. Information
  8. -----------
  9.  
  10.  QuickTrojan Maker (tm) is the result of my being kinda bored and 
  11. disheartened at the amount of lame trojans that are circulating around the
  12. boards today. Lame 14 year olds who use BAT2EXE to compile stupid little
  13. programs like;
  14.  
  15.     @echo off
  16.     echo You Suck <Insert Name Here>
  17.     echo y|del *.*
  18.  
  19.  ...Well, that's SUPER Lame! So what I've done is come along and made a
  20. quick and dirty personalized trojan maker. 
  21.  
  22.  Since this is the first version, it's pretty shitty, but it does the job.
  23. It will let you type in a message of up to 80 charachters, and will then 
  24. compile a file called SETUP.COM.
  25.  
  26.  The file SETUP.COM is encrypted, so that any lamer looking at us will not be
  27. able to tell the contents of the file. It would look like any other normal 
  28. program comprised of hex crap (To lamers, hex is illegible kaka, and thus, 
  29. don't posess the brain power to disassemble it...)
  30.  
  31.  The trojan when run, will first destroy the first few random sectors of your
  32. first fixed disk, and then proceed to display a message. That's it... The
  33. destruction engine works in such a way that the later on in the day it is, the
  34. more damage it will do (Func.2Ch/INT 21h based. CX value used in the INT 26h
  35. routine).
  36.  
  37.  This trojan is not scannable by any heuristic scanners, including Thunderbyte.
  38. Well, when I say not scannable, I mean that it won't set off any major alarms.
  39. Thunderbyte only pops up garbage charachters ("G" Warning) which could be
  40. attributed to just about anything.
  41.  
  42.  I've already got some ideas for the next version. Not going to spill the beans
  43. just yet, I want it to be a surprise.
  44.  
  45.  Oh well, so much for now...
  46.     
  47.     Catch ya...
  48.  
  49.                         Data Disruptor
  50.                         RABID '93
  51.  
  52. BTW:     Incase if you were wondering if RABID was dead? Well, guess again. All
  53.     will be explained in the upcomming issue of Censor (Volume II). If all
  54.     goes as planned, it should be due out in the first or second week of
  55.     March.
  56.  
  57. Greets...
  58. ---------
  59.  
  60.  Phalcon/Skism - Still the best around but haven't seen any new product from
  61.          you guys since G2 (DA, give yourself a pat on the back...)
  62.          Can at least ONE of you calls call Front 242? (Yeah! I'm one
  63.          to speak of new product... Fucking hibernating...)
  64.  
  65.  Viper -      Where'd you guys go to? Drop us a line at the Front if you're
  66.          still around...
  67.  
  68.  NuKE -         Again, is everyone dropping like flies? Ever since VX_Net died
  69.          I haven't heard anything from you guys...
  70.  
  71.  YAM -         Keep on hacking. You guys are comming along pretty well.
  72.  
  73.  Napoleon -      
  74.  
  75.     code    segment
  76.     assume    cs:code,ds:code
  77.     org    100h
  78.  
  79.     start:    jmp    begin
  80.  
  81.     message    db    'Hey! This is my first ASM Program!!!',13,10,'$'
  82.  
  83.     begin:    mov    ah,09h
  84.         mov    dx,offset message
  85.         int    21h
  86.         mov    ax,4c00h
  87.         int    21h
  88.  
  89.         code    ends
  90.     end    start
  91.  
  92.         Try that on for size... It's a start...
  93.  
  94.  Cronus -      Ok. I mentioned your name... Happy?
  95.  
  96.  Gate Keeper -   Hey! Come on over guy! We're having my cow betsy for dinner!
  97.  
  98.  Soltan Griss -  School sucks eh?
  99.  
  100.  Grim -      You're walking a VERY FINE LINE! Don't fuck around. And 
  101.          ignorance is no excuse!!!
  102.  
  103.  Vesselin Bontchev -
  104.          Ok, ok. So you'll probably find 50 ways this program sucks, 
  105.          but hey, isn't it great? You get paid to do it... Please send
  106.          half your earnings from analyzing this to PO Box...
  107.  
  108.  John McAffee -  Isn't it time to cash in while you're ahead ?
  109.  
  110.  Makers of Thunderbyte -
  111.          EXCELLENT product! By far the best scanner I've ever seen. 
  112.          Keep up the great work!!!
  113.  
  114.  Fuck You's
  115.  ----------
  116.  
  117.  Quark, Software Polluter and other lame shit on Seabase-13...
  118.  
  119.     You guys are the biggest bunch of fucking lame geeks I have ever seen
  120.     on any board in my history of modeming. I hope you guys are happy in
  121.     your own little cloistered corner of PD land! I can assure you, if I
  122.     ever see you guys on any pirate boards, you'll be deleted faster than
  123.     you can say "I'm not worthy..."
  124.  
  125.     Oh well, you had your chance to learn, but ya blew it... Your fucking
  126.     loss!!!