home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / FEDIT192.ZIP / BETA.TXT next >
Text File  |  1990-01-01  |  3KB  |  83 lines

  1. ───────────────────────────────────────────────────────────────────────────
  2.    Beta ! Beta ! Beta ! Beta ! Beta ! Beta ! Beta ! Beta ! Beta ! Beta !
  3. ───────────────────────────────────────────────────────────────────────────
  4.  
  5.    Here its all beta !
  6.    Do you want to contribute ?
  7.    Test these things (at your own risk) and tell me about them.
  8.    So here are the beta functions:
  9.  
  10. ───────────────────────────────────────────────────────────────────────────
  11.    Beta ! Beta ! Beta ! Beta ! Beta ! Beta ! Beta ! Beta ! Beta ! Beta !
  12. ───────────────────────────────────────────────────────────────────────────
  13.  
  14.   1. Fedit Scripter
  15.  
  16.       This is a very interesting feature for those who usually do certain
  17.       repetitive tasks and more !
  18.       The Scripter "emulates" keyboard strokes that will let you automate
  19.       tasks without pushing one key !
  20.  
  21.       To use is, write a file, take SCRIPT.TXT as an example, and type the
  22.       keys that you would use to do the task.
  23.       If its a normal key, like letters from A..Z or numbers, you just have
  24.       to type it.
  25.       If you want to simulate a special key like F1 or DOWN (cursor) you
  26.       have to write <F1> or in the other case <DOWN>.
  27.       Caution because SPACE and other keys are special ones !
  28.  
  29.       Remember that you have to write ALL keys you had to use to accomplish
  30.       your task !!
  31.  
  32.       I consider these keys to be "normal":
  33.  
  34.          - All letters from A to Z ;
  35.          - All numbers ;
  36.          - Common signs like +, - ,...
  37.  
  38.          All ASCII chars except "<" and ">" will work fine.
  39.          "<" and ">" are used to indicate a special key.
  40.  
  41.       I consider these keys to be "special":
  42.  
  43.          - F1 to F10
  44.  
  45.          and
  46.  
  47.            LEFT
  48.            RIGHT
  49.            UP
  50.            DOWN
  51.  
  52.            ENTER
  53.            SPACE
  54.            ESCAPE
  55.            BACKSPACE
  56.  
  57.            CTRL+D
  58.            CTRL+F1
  59.            CTRL+F2
  60.  
  61.      As an example, suppose that you wanted Fedit to go to position 12345 in
  62.      memory. Then enter in "Edit Mode" and change the first byte to A0h.
  63.  
  64.      You would have to write a script like this one :
  65.  
  66.  
  67.      <f4> 12345 <enter> <f3> A0 <f5> <escape> <escape> <enter>
  68.  
  69.  
  70.  
  71.  
  72.      Easy, isnt it ?
  73.      F4 for a goto. F3 would entered "Edit Mode" then F5 saved changes.
  74.      Escape to exit "Edit Mode".
  75.      Escape again and Enter to exit Fedit (this is always necessary if want
  76.      to leave Fedit when your task ends) !
  77.  
  78.      More keys will appear with time...
  79.      Well, have nice beta testing moments !
  80.      L8r,
  81.  
  82.                                                    Sergio Freire, Bitcoder
  83.