home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / D_DQTRN.ZIP / DREAD.NFO < prev    next >
Text File  |  1998-05-29  |  8KB  |  160 lines

  1.  ▄▄▄▄▄▄▄▄▄▄     ▄▄▄▄            ▄▄▄▄           ▄▄▄▄▄▄           ▄▄▄▄▄▄▄▄▄▄
  2. ██▀█████████▄▄   ▀███▄▄▄▄▄     ██▀███▄▄▄▄▄▄▄    ▀█████▄▄       ██▀█████████▄▄
  3. ▌  █████▀██████   ██████████▄  ▌  ███████████▄▄  ███▀▀███      ▌  █████▀██████▌
  4.    ████   ▀█████ ███▀    ▀███▄    ████▀▀▀▀██▀▀   ██    ▀███       ████   ▀█████
  5.   █████    █████ ███       ███▄  ███▀▀    ▀▀    ███      ███▄    █████    █████
  6.   █▓▓▓█    █▓▓▓█ █▓▓█▄█▄▀▀█▓▓▓█  █▓▓█▄█▄        █▓▓█▄▄▄▄▄█▓▓▓█   █▓▓▓█    █▓▓▓█
  7.   █▒▒▒█    █▒▒▒█ █▒▒▒▒▒▒▒▒▒▄▀▀   █▒▒▒▒█▒██▄     █▒▒▒▒▀▀▀▒▒▒▒▒█   █▒▒▒█    █▒▒▒█
  8.   ▀▄░░█    █░░░█  █░░░▄▄░░░█      █░█▀ ▀█▀      █░░░░░░░░▄░░░█   ▀▄░░█    █░░░█
  9.   ▄▀  █    █   █ ▄▀  █  █   █    ▄▀ ▀▄          █  ▄▀▀▀▀▀ █  █   ▄▀  █    █   █
  10.  ▄▀   ▀▄▄▄▀    █ █  █    █   ▀▄▄▄▀    ▀▀▄▀▄▄▀▀▄ █  █      █  █  ▄▀   ▀▄▄▄▀    █
  11. █            ▄▀  █   █    █                 ▄▀   █ █       █ █ █            ▄▀
  12.  ▀▄▀▀▀▄▀▀▀▀▀▀     ▀▄▀      ▀▄▄▄▄▄▀▀▄▀▀▀▄▄▄▀▀     ▀▄▀       ▀▄▀  ▀▄▀▀▀▄▀▀▀▀▀▀
  13.  
  14.  
  15.                   P  ·  R  ·  E  ·  S  ·  E  ·  N  ·  T  ·  S
  16.  
  17.                           An Interactive Trainer for:
  18.  
  19.                            Dino Quest From Mind Play
  20.  
  21.                             Trained on: [08/24/93]
  22.  
  23.  
  24. ─═[ CREDITS ]════════════════════════════════════════════════════════════════─
  25.  
  26.  Programming/Debugging: S/a.
  27.  
  28.  Some dang fool wanted a trainer for this one I wanted to see if my new
  29.  trainer code actually worked, so here it is...
  30.  
  31.  
  32. ─═[ NEW TRAINER INFO ]═══════════════════════════════════════════════════════─
  33.  
  34.  Okay, due to a few "subtle" suggestions on the part of a few of my loyal fans
  35.  I spent a few hours adding in some of the features I've been mumbling about
  36.  add for a while now but just never got around to coding.
  37.  
  38.  Anyway, enough rambling, on with the show.  All the main features of the
  39.  trainer work just like they used to.  I.e. during the game you can press the
  40.  special keys and toggle/boost/etc certain items.  However, I've add a new
  41.  pop-up "help" screen during the game.  When you press this key a screen of
  42.  all the trainer keys/features is displayed plus some status information for
  43.  some of the trainer items.  Just like during the game, you can press the
  44.  trainer keys.  This "help" screen will serve to remind you of what the damn
  45.  trainer functions/keys are and to help you see what functions are currently
  46.  toggled on/off.
  47.  
  48.  This was actually quite easy to add and I'm sorry that I put off adding this
  49.  feature to the trainers for so long.  Anyway...your probably wondering if
  50.  this has any drawbacks?  Well, yes, it has one or two...the main drawback is
  51.  that while the trainers used to take just over 2k of memory, they now take up
  52.  about 13k of conventional memory.  (Yes we've heard that some trainers take
  53.  up about 256 of XMS or EMS :)
  54.  
  55.  Any other drawbacks?  Well, to save the relevant information about the
  56.  current video status I have to read the EGA/VGA ports...unfortunately most of
  57.  the EGA ports aren't readable so if the screen restore mucks up it's probably
  58.  because you have an EGA or an crap VGA card that doesn't support reading of
  59.  the registers.
  60.  
  61.  
  62. ─═[ KEYS ]═══════════════════════════════════════════════════════════════════─
  63.  
  64.        ┬Key  ┐Function
  65.        └─────┴────────────────────────┘
  66.        ┬  1  ┬ Set meat to 5
  67.        │  2  │ Set plants to 5
  68.        │  3  │ Set Fuel to 5
  69.        │  4  │ Toggle unlimited meat
  70.        │  5  │ Toggle unlimited plants
  71.        │  6  │ Toggle PC sound on/off
  72.        └─────┴────────────────────────┘
  73.  Scroll Lock ┬ Pop-up help screen on/off
  74.  └───────────┴────────────────────────┘
  75.  
  76.  
  77. ─═[ INSTRUCTIONS ]═══════════════════════════════════════════════════════════─
  78.  
  79.  Just unzip this archive into whatever directory the game is in and run the
  80.  "TRAINED" batch file and cheat to your hearts content.
  81.  
  82.  Umm...use keys 1-3 to boost certain items, use keys 4-5 to toggle unlimited
  83.  items.
  84.  
  85.  Maybe I'm an idiot, but I couldn't find a way to turn off that damn annoying
  86.  PC music.  Anyway, 6 will toggle PC speaker output on/off.
  87.  
  88.  
  89. ─═[ GREETINGS ]══════════════════════════════════════════════════════════════─
  90.  
  91.  Everyone who contributes something to the Pirate Community.
  92.  
  93.  Special greets to Groo The Wanderer who's finally getting off his duff and
  94.  doing something.  Well, almost.  :)
  95.  
  96.  Cyber Cop...chat with ya some time.
  97.  
  98.  Special greets to Slider.
  99.  
  100.  Special greets to Mass Destruction, that nice fellow who's board I just
  101.  accidentally crashed.  Argh.  Sorry about that.  Please don't kill me!
  102.  I said I'm sorry!  Put away the knife!
  103.  
  104.  
  105. -═[ DREAD INFO ]═════════════════════════════════════════════════════════════─
  106.  
  107.  Well, a bit of shuffling of the sites/couriers etc went on recently, so
  108.  please forgive any errors or omissions.  If your not on this list and think
  109.  you should be then complain.  I might even fix it.  :)
  110.  
  111.  Well...Arc has "mysteriously vanished for religious reasons" for two weeks
  112.  and EP will be down while Arc is on hiatus.  The WHQ is now Syncronicity.
  113.  I've also been told that US2 is down due to the fact that TDP's computer just
  114.  exploded in a ball of flames.  This probably isn't true, but heck, it's sure
  115.  sounds like a cool rumor to start.  :)
  116.  
  117.    -SA
  118.  
  119.                          The current DREAD members are:
  120.                          ------------------------------
  121.  
  122.                         Space Ace, Black Bird, Arc Angel
  123.  
  124.  
  125.                         The current DREAD couriers are:
  126.                         -------------------------------
  127.  
  128.            Farpoint, The Dark Prophet, Black One, Death Certificate,
  129.              Sudden Impact, Sir Psycho, Groo The Wanderer, Slider.
  130.  
  131.  
  132.  ┬╗────────────────────────<( D R E A D   S I T E S )>───────────────────────╔┬
  133.  ││                                                                          ││
  134.  ││ Board                    [A/C] Nodes Sysop              modem info       ││
  135.  ││ ------------------------ ----- ----- ------------------ ---------------- ││
  136.  ││                                                                          ││
  137.  ││ SYNCHRONICITY........... [WHQ] ..2.. Cyber Cop......... 14.4dual/14.4hst ││
  138.  ││ Renegade Legion......... [CHQ] ..3.. Rodimus........... 16.8 dual        ││
  139.  ││ Alpha 2010.............. [UHQ] ..6.. Silus Guardian.... 16.8 dual        ││
  140.  ││                                                                          ││
  141.  ││ The Flying Teapot....... [+44] ..2.. Hi.T.Moonweed..... 14.4 dual        ││
  142.  ││                                                                          ││
  143.  ││ PHYSiCAL DAMAGE......... [604] ..1.. Bone Crusher...... 14.4 hst         ││
  144.  ││                                                                          ││
  145.  ││ Lithium................. [313] ..4.. Acid.............. 14.4 dual        ││
  146.  ││                                                                          ││
  147.  ││ Gravity's Pull.......... [604] ..2.. Lightening Hopkins 16.8 dual        ││
  148.  ││                                                                          ││
  149.  ││ Fun Factory............. [+31] ..1.. Triple X.......... 14.4v32bis       ││
  150.  ││                                                                          ││
  151.  ┴╝──────────────────────────────────────────────────────────────────────────╚┴
  152.   ─────── ┬═╗─────────────────────────────────────────────────────╔═┬ ────
  153.           │ ║ We are looking for a few people not as boring as we ║ │
  154.           │ ║ are...apply today!   :-)                            ║ │
  155.      ──── ┴═╝─────────────────────────────────────────────────────╚═┴ ───────
  156.  
  157.  If you want to be a DREAD courier, supplier, member, or anything else just
  158.  contact us on one of our sites.
  159.  
  160.