home *** CD-ROM | disk | FTP | other *** search
/ TAP YIPL / TAP_and_YIPL_Collection_CD.iso / PHREAK / GENERAL / DELHACK5.ZIP / DELHACK.DOC next >
Text File  |  1985-06-28  |  6KB  |  130 lines

  1.  
  2.  
  3.                         Deluxe  Fone-Code  Hacker
  4.                               Documentation
  5.     
  6.         Congratulations, you now own the best Fone-Code Hacker 
  7.     around.  I have pulled ideas from several sources as well as 
  8.     plenty of my own to devise this code scanner, most notably:
  9.     Peter King for the Carrier Detect variable formula,
  10.     Floppy Disk for part of the random selection sequence.
  11.  
  12.         This program is in general release as of 6/12/85, 
  13.     versions prior to 4.0, were for friends etc for testing 
  14.     purposes.  As of version 4.1 there are no known bugs, however 
  15.     should you find one, I would appreciate feedback so that I 
  16.     can correct them.   
  17.                 
  18.         In the program itself, you will find 4 screens of help 
  19.     and info, but this is to fill in the blanks that I had no 
  20.     room to cover.
  21.         
  22.         Basically if you are confused about the three modes, here 
  23.     is a quick rundown: 
  24.     
  25.     SEQENTIAL will start at a code you define like 205100 and try 
  26.     every code to the ending try that you define like 206700.  
  27.     You can set it to try every code in that range or every other 
  28.     or every 3rd etc.
  29.  
  30.     RANDOM will pick random numbers of the length that you 
  31.     define, length of 5. or 6 or 8 etc.  In this mode, you can 
  32.     set the first digit to use.  If you were to set the first 
  33.     digit to 8 then all codes tried would start with 8 as in:
  34.     801245,836501 or to 43 as in 436735,431072. If you set the 
  35.     first digit to a 2 digit number as in 43 above, when asked 
  36.     for the length of the code, it is still 6....the program will 
  37.     recognize that you really are setting the first 2 digits.
  38.     
  39.     SYSTEMATIC is quite esoteric,yet helpful and is almost 2 scanners 
  40.     in one.  I have found it helpful quite often in scanning for a 
  41.     group of numbers clustered "under" a specific first digit, or to 
  42.     determine the actual code length.  
  43.     
  44.     Scanning First Digit: Here, you set a number of tries and a first 
  45.     digit range as in 100 tries on digits 2 - 7.  What happens is that 
  46.     the dialer will try 100 random tries as 2xxxxx, then 100 tries as 
  47.     3xxxxx and 100 tries as 4xxxxx etc...Note that the 100 tries 
  48.     becomes 600 tries!!!!
  49.     Scanning for Code Length: In this fashion, you will set the code 
  50.     length range to scan as in 4 - 7, which says that you want to scan 
  51.     a set of 4, 5, 6 and 7 digit codes (as in 2386,45391,587420 and 
  52.     4756312 respectively).  Next, the scanner will apply 50 or 100 or 
  53.     whatever you specify as number of tries to each code length (100 4 
  54.     digit tries then 100 5 digit tries etc).  Since the object is to 
  55.     determine the actual code length, the scanning will terminate 
  56.     after 3 codes are found (just enough to find and verify the 
  57.     length).
  58.  
  59.     Note that since the number of tries is applied to EACH integer in 
  60.     the range, the Code Length scanning would be prepared to actually 
  61.     run 400 codes thru the Service Access Number.
  62.  
  63.         The program should run on any variety of modems as long 
  64.     as they are 100% Hayes compatible as I utilize several AT 
  65.     commands.  The timer is quite accurate and the scanning 
  66.     results are accurate.  If you turn off the speaker, it remains 
  67.     off until the end of the program, that is, if you break the 
  68.     program, the Y/N modem speaker is not a toggle.  This is 
  69.     doubly true with internal, board level modems.  On these, if 
  70.     you break (Ctrl-C, Ctrl-Brk) the program, the modem speaker 
  71.     will remain off until you send the modem a ATZ.  Otherwise 
  72.     the program will do this for you.
  73.                                          
  74.         The other thing is that if the screen gets filled with codes 
  75.     (about 50), and they are cleared to make room for more, there is 
  76.     no sequence to reprint them as yet.  They are therefore lost 
  77.     unless the disk save or printer is on.  They ARE in memeory 
  78.     (dimension of 250) but there is no recall to screen yet.  You 
  79.     should have such problems.
  80.                                          
  81.         The scanner could also be used to find 800 extenders by 
  82.     keying 1800 as the access number, and setting the code length to 
  83.     7.  You would have to listen for probable tones, but it could 
  84.     be done.  This would scan 1800xxxxxxx but could not record a 
  85.     carrier since there is no target modem. 
  86.  
  87.         By the by, the Sequential mode is great for testing.  Set the  
  88.     Access number, then set the first code to try as 1 before a known 
  89.     code, and end 1 after the known code.  Running a known code thru 
  90.     it will show you the screen,LOF, printer display and/or Disk file
  91.     headers.
  92.  
  93.         Some helpful aspects of the dialer:  1) At the end of the 
  94.     run, the clock will display the time that the the last code 
  95.     was tried.  This is neat if you let it run all by itself, you 
  96.     can come back to determine how long a given number of codes 
  97.     take.  2) You can set the dialer to stop after X number of 
  98.     contacts.  This is helpful if you really just want 5 codes 
  99.     for the month, it will stop when it has that many rather than 
  100.     dial the remaining tries that you had set.  This can help 
  101.     prevent having a Trouble Card dropped on you for making 4000 
  102.     800 calls when the last 3000 were not really needed.
  103.  
  104.     ***************************************************************** 
  105.  
  106.         I do not yet know the program requirements, but this was 
  107.     written on:
  108.  
  109.     IBM-PC, 2 drives, 512k, DOS 2.0, BASICA 
  110.     Hayes Modem, Touch tone dialing.  It DOES utilize AT commands so 
  111.     the modem must be Hayes compatible.
  112.     
  113.     Compiled with the BASIC Compiler and converted into .COM with 
  114.     SPACEMKR.COM (saves about 13% of the space).
  115.  
  116.     
  117.     ****** LEAVE FEEDBACK ON ANY BUGS THAT YOU RUN INTO !!!   ******
  118.  
  119.     HELP ACKNOWLEDGEMENTS:
  120.     The Floppy Disk      *and*        Peter King
  121.     
  122.     -Love and Kisses,
  123.     The Sorceress KHAIAH
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.