
  ۲            ۲
   ۲           ۲
   ۲          ۲
   ۲           ۲          ۲    ۲
   ۲              ۲         ۲        ۲
   ۱                ۲          ۲          ۲
   ۰                 ۲          ۲          ۲
   ۱                ۲          ۲          ۲
   ۲              ۲           ۲          ۲
   ۲       ۲           ۲          ۲
   ۲۲            ۲          ۲
   ۱ ۲               ۲          ۲
       ۲                   ۲          ۲
   ۱     ۲                 ۲          ۲
   ۲     ۲               ۲          ۲
   ۲     ۲             ۲    ۲
   ۲     ۲      ۲  
  ۲     ۲    ۲   



    RADiOACTiVE     DESiGN
                                 presents...


                                    
                                                           
                                            
                                                          
                                             

                                                       by Bitcoder

                     Counting Down ... Version 2 is closer...

                       Version 2.0 will be amazing ...
                        If I get this one working :)
           Want to contribute ?? Spread FEDITXXX.ZIP and contact me !

                                 ATENTION
                                 

        I AM NOT RESPONSIBLE FOR ANY DAMAGE THIS PROGRAM MAY CAUSE OR
        YOU MAY CAUSE WITH THIS PROGRAM. TRY IT AT YOUR OWN RISK !
        YOU CAN SPREAD THIS PACKAGE BUT YOU CAN'T SPREAD A VERSION
        MODIFIED IN ANY WAY BY YOU !
        YOU CAN USE THIS PROGRAM FREELY IN YOUR BBS, WEB SITE, CDROM.
        YOU CAN DISTRIBUTE FREELY AS LONG AS YOU DONT MODIFY IT.


        I had to say that ! :-)

        ***************** This program is freeware ! *****************

        Well this means that you  can use it freely but the author, me
        keeps the copyright.
        If you  want  to  see other features in it, or want the source,
        etc, etc I would appreciate a small contribution$. Contact me !
        It's not too much for a tool!

        Bugs may appear here too !
        Anything badly written or forgotten should be told to me.
        Thanks in advance and have fun !


      ABOUT
      

        ATENTION !! ATENTION !! ATENTION !! New email !!!
        Now my primary email is etfreire@ua.pt !

        First of all, Fedit stands for file edit, obviously :-)
        Fedit was made with the intention of being a good file editor
        in both  HEX and ASCII "formats".  It  has implemented a good
        search engine, well i think, and a good editing interface.
        It allows normal keys and even insert and delete.Remember that
        these two make permanent changes in the file !
        There isnt undo for this, but normal editing has undo !
        Maybe in the future, who knows ??

        A feature that i implemented sometime ago, allows you to know
        what would be the asm mnemonic assembled from the cursor.
        ( imagine  yourself  editing a .COM  or .EXE file and the byte
        under  the  cursor being a 0B8h , in this case Fedit would say
        that it is  probable  that the instruction in that place was a
        mov ax,xxxx.It doesn't guess! It supposes! The same 0B8h could
        be part of an earlier instruction.
        Think in this as an help to the assembly dude...
        I have called this ASM SPY !

        Another interesting feature is scriptering !
        By using script files Fedit sends scancodes to  DOS  functions
        just like when you press a key.
        By doing this it will " fool the computer " into thinking that
        you actually press the keyboard.
        What is this useful for ?
        This will allow you to execute jobs described in script files.
        Read BETA.TXT for more information on the subject.

        Ok, ok !! I know that  it is still with some bugs left. If you
        find  ANY  bugs  please  report me ( etfreire@ua.pt ) and tell
        me about the conditions of the bug.

        Please mail me! Tell me your opinion or just write something :)

        PS: There  are some keys which  dont appear in the main screen
             of Fedit ... and  more ( although most keys appear in the
             help screen F10 ) !


         Fedit is:

                    FEDIT.EXE           executable file
                    README.TXT          text file
                    UPDATE.TXT          update history
                    BUGS.TXT            list of known possible bugs
                    BETA.TXT            beta features ( features that
                                        arent yet complete )




      Command Line Syntax
      

        Calling Fedit from the prompt is easy:

          FEDIT [filename] [/s script_file_name]

        Of course the filename and the script parameters are optional.
        If you dont specify the filename Fedit assumes that  you  want
        to edit memory.
        If you specify the /s parameter Fedit gets the next string
        and uses it as the script file name.

        Examples:

          FEDIT
           ( runs Fedit editing memory )

          FEDIT moca.exe
           ( runs Fedit editing moca.exe )

          FEDIT /s script.txt
           ( runs Fedit editing memory and then runs the script
             contained in script.txt )

          FEDIT moca.exe /s script.txt
           ( runs Fedit editing moca.exe and then runs the script
             contained in script.txt )

       When running the script script.txt all that Fedit does is to
       simulate keystrokes described in that file.
       This allows you to automate certain jobs  ( specially the
       repetitive ones ! ).
       Please read BETA.TXT for more information about scripting.

      Keys and more keys
      

                           Keys for Main Screen
                           

      Ŀ-----------------
      | Key Comb |             Description (what it does)              
      ĿĿ
          F1       About Fedit, the H.e.X.E.d.I.T.o.R.               
       -ĳ
          F2       Enables Asm Spy ! (loads OPCODES.DAT)             
      ĳĳ
          F3       Enters Edit Mode                                  
       -ĳ
          F4       Goto ! Jumps into a certain position...           
       -ĳ
          F5       Goto physical cylinder, head and sector !         
      ĳĳ
          F6       Powerful Search! (includes hex and string search) 
      ĳĳ
          F9       Open File - Simply, easy and powerful Open        
       (+Enter)    Now you can access files and directories          
                   using a windows interface, just by hitting F9     
                   and then Enter. When using the window interface   
                   you can access another drives/directories/files.  
                   IF you want to erase a file then press Delete.    
       -ĳ
          F10      Help                                              
      ĳĳ
          F11      Shows ASCII table (all 256 ASCII chars)           
       -ĳ
          F12      Converts a number from/to Decimal/Hexadec/Binary  
       -ĳ
        Alt + R    Reboots your computer ! Asks for confirmation ... 
       -ĳ
        Alt + S    Set Serial Number of current drive                
       -ĳ
        Alt + L    Set Volume of actual drive (like Label)           
       -ĳ
        Alt + F    Opens File Menu                                   
       -ĳ
        Alt + V    Opens View Menu                                   
       -ĳ
        Alt + T    Opens Tools Menu                                  
       -ĳ
        Ctrl+F1    Edits Memory ! Change any byte you want :)        
       -ĳ
        Ctrl+F2    Edits Physical Disks! Recognizes all phys. disks! 
       -ĳ
       Ctrl+F10    Swaps language between English and Portuguese     
                     ( Portuguese translation only in main screen )  
       -ĳ
        Ctrl+D     Shell to DOS                                      
       -ĳ
           D       Selects Working Drive !! (for some operations     
                     like changing serial or volume label)           
       -ĳ
           G       Enters Graphic View Mode                          
       -ĳ
           T       Enters Text View Mode                             
       -ĳ
           \       Physical Disks Info !!                            
       -ĳ
         TAB       Calls the Menu Bar                                
       -ĳ
         Left                                                        
       & Right    Decreases/Increases current position by one byte   
       Cursors                                                       
       -ĳ
         Up &                                                        
         Down     Decreases/Increases current position by 16 bytes   
       Cursors                                                       
       -ĳ
       Page Up    Decreases current position by 256 bytes            
       -ĳ
       Page Down  Increases current position by 256 bytes            
       -ĳ
         Home     Goto start of file/mem/disk (position 0)           
       -ĳ
         End      Goto end of file/mem/disk                          
       -ĳ
        Insert    Inserts a byte (file editing only)                 
       -ĳ
        Delete    Deletes a byte (file editing only)                 
       -ĳ
        Print     Prints current screen to a file in RAW or TXT      
        Screen    format or prints directly to a printer             
                  Output file = FEDITSCR.RAW or FEDITSCR.TXT         
       -ĳ
        Escape    Quit Fedit                                         
       -ĳ

                        Keys for Edit Mode ( F3 )
                        

      Ŀ-----------------
      | Key Comb |             Description (what it does)              
       -ĳ
          F1       Change Window from/to "HEX EDIT" or "ASCII EDIT"  
      ĳĳ
          F5       Save changes                                      
       -ĳ
          F7       Show changes                                      
       -ĳ
          F8       Hide Changes                                      
       -ĳ
          F9       Updates Screen                                    
      ĳĳ
          F10      Help                                              
      ĳĳ
          F11      Shows ASCII table (all 256 ASCII chars)           
       -ĳ
          F12      Converts a number from/to Decimal/Hexadec/Binary  
       -ĳ
       Alt + A     See information about current selected area       
       -ĳ
       Alt + B     Set area begin                                    
       -ĳ
       Alt + E     Set area end                                      
       -ĳ
       Alt + F     Fill area with desired number                     
       -ĳ
       Alt + I     Insert the contents of one file into the area     
                    ( copies the files bytes one by one, from the    
                       beginning of the file, and pastes them        
                       into the selected area )                      
       -ĳ
       Alt + P     Prints selected area to Printer or File !!        
                   You can type the name of the output file or just  
                   press Enter to assume the default = FEXPORT.RAW   
       -ĳ
       Alt + X     Xor selected area with a certain byte             
       -ĳ
        Ctrl+U     Undo changes made (which havent yet been saved)   
       -ĳ
           +       Increases actual byte (saves when editing memory) 
       -ĳ
           -       Decreases actual byte (saves when editing memory) 
       -ĳ
        Escape     Goes back to main screen (leave edit mode)        
       -ĳ
                                                                     
                                                                     
                                                                      
                                                                       

                        Keys for Text View Mode ( T )
                        

      Ŀ-----------------
      | Key Comb |             Description (what it does)              
       -ĳ
         Up &                                                        
         Down     Decreases/Increases current position by 16 bytes   
       Cursors                                                       
       -ĳ
       Page Up    Decreases current position by 256 bytes            
                  ( goes a screen up which is aprox. 256 bytes )     
       -ĳ
       Page Down  Increases current position by 256 bytes            
                  ( goes a screen down which is aprox. 256 bytes )   
       -ĳ
         Home     Goto start of file/mem/disk (position 0)           
       -ĳ
         End      Goto end of file/mem/disk                          
       -ĳ
        Escape     Goes back to main screen (leave edit mode)        
       -ĳ
                                                                     
                                                                      

                        Keys for Graphic View Mode ( G )
                        

      Ŀ-----------------
      | Key Comb |             Description (what it does)              
       -ĳ
         Up &                                                        
         Down     Scrolls screen just a line                         
       Cursors                                                       
       -ĳ
       Page Up    Scrolls screen a whole page                        
          &                                                          
       Page Down                                                     
       -ĳ
         Home     Goto start of file/mem/disk (position 0)           
       -ĳ
         End      Goto end of file/mem/disk                          
       -ĳ
        Escape     Goes back to main screen (leave GFX mode)         
       -ĳ
          1        Palette 1 (default palette/bios palette)          
       -ĳ
          2        Palette 2 = Grey scale palette                    
       -ĳ
          3        Palette 3 = Red scale palette                     
       -ĳ
          4        Palette 4 = Green scale palette                   
       -ĳ
          5        Palette 5 = Blue scale palette                    
       -ĳ
          A        ANSI Mode : 80x28 Text mode                       
       -ĳ
          L        Low  Mode : 320x100x256                           
       -ĳ
          M        MCGA Mode : 320x200x256                           
       -ĳ
          N        80x50x256 Mode                                    
       -ĳ
                                                                      

      Special and Important Notes
      

        "T" key enters in "Text View Mode" !
        "G" key enters in "GFX View Mode" !
        Remember that these features may have bugs ! But i think not !
        Anyway,report any bugs to me ! You will get a friendly reply :-)
        Other keys shortcuts for these two view modes ive said, will be
        implemented, again if i get any reply.
        So, the partially/not implemented features are:
           - HD/Floppy edition (partially = read only)
             Now it only allows you to VIEW sectors...
           - Search using Hard Disk (not imp.)
           - Printing areas (partially, gfx not imp.)

        The Physical Disk Edition isnt  yet implemented just because  i
        think the BlockRead code for the Hard Disk/Floppy isnt yet 100%
        correct. IF it seems ok to you, better !
        If you have anything to give (code,opinions,gfx,txt) that might
        interest Fedit please give me a call.
        Using a disk cache program like SmartDrive  can speed  up  some
        operations but you might also speed up the appearance  of  some
        "strange" things. When using  a disk cache program, most of the
        times you will  see  sectors from  memory  rather than directly
        from  the hardware. Example: after  using a floppy  disk for  a
        while, you  will be able  to  read floppy  sectors although the
        drive is empty.
        Use this programs carefully !

      First steps !
      

      Well, this is a new section that i think newbies will use a lot.
      Ok, here it goes !
      Go to your DOS and start Fedit by simply typing FEDIT.
      If a screen appears youre in ! If an  error message appears, most
      probably  its  due  to lack of  memory or if you are using one of
      those multitasking systems you know.
      Now you are in the Main Screen or HEX/ASCII View Screen.
      You  can  use a lot of keys now but first you have to decide what
      you are interested to edit: Memory, File or Physical Disk.
      To edit your Memory press Ctrl+F1. Ctrl+F9 (+Enter) allows you to
      choose the file you want. Pressing Ctrl+F2 will show you a screen
      where you can choose a physical disk  ( floppy / hard disk / etc)
      to edit.
      The next step is to scroll the screen to the place where  you are
      going to change some bytes. You can use  Page Down/Up and cursors
      or in option you can press F4 (GOTO) or F5 (Goto cyl,head,sector)
      and just by typing an offset value youre going  rightaway to that
      place.
      Ready to edit ?
      Ok. Now press F3 so you will enter "Edit Mode".
      You can use the cursors to scroll to the position where you  want
      to go to. You  can  edit in HEX  or in ASCII and to swap from one
      mode to another all you have to do is press F1.
      If youre editing and would like some help  with  ASSEMBLY OPCODES
      at any time hitting F2 can help you. F2 enables ASM SPY !
      If you want to select a certain area you have to  select the area
      begin (press ALT+B) and area end (press Alt+E).
      With this area you can do several things:

        - export it to a file or print it             (Alt+P)
        - fill it with a certain number               (Alt+F)
        - XOR it with a certain number                (Alt+X)
        - fill it with the contents of a certain file (Alt+I)

      If you make any mistake you can undo changes  by pressing  Ctrl+U
      else if you are sure F5 will save changes made in a fly.
      You can access built-in features like a  base converter ( F11 ) or
      ASCII table ( F12 ). A lot of more features can be accessed easily.
      To quit back to the Main Screen press ESCAPE.
      Here you can change the Serial Number of  a disk (Alt+S) or change
      the Volume Label (Alt+L).
      In the "Main Screen" you can see data in several ways.
      The default is HEX/ASCII but you can see  data like Text (press T)
      or like graphics ( press G ). Graphic View Mode has some different
      graphic modes and has also an ANSI text mode (A).
      To quit from any of these modes just press ESCAPE.
      Exiting Fedit can be done by using keyboard or mouse.
      Escape its the easiest way to exit to the DOS prompt.
      Mouse exiting is done by pressing left button in the up left corner
      twice. Normally right button cancels an operation.
      Ok. Anything else read this doc or contact me.
      Have fun exploring key shortcuts and  all  features i have included
      with dedication in Fedit.


      Features and others
      

        .FEDIT is a complete H.e.X.E.d.I.T.o.R !
         It edits FILES, MEMORY and allows you to view the Hard Disks and
         Floppies and soon it will allow you to full edit them.
        .FEDIT can edit ANY FILE, doesnt matter its  attributes, size  or
         location.
        .Menu Bar allows you to easily access  most features  just  by  a
         mouse click.
        .Powerful and handy features built-in like "ASM SPY", and a base
         converter, ASCII table  viewer, Enhanced Search, Enhanced  Print
         Screen, DOS Shell, and a lot more.
        .Edit in either HEX mode or ASCII !
        .View in HEX / ASCII / TEXT (TXT) / GRAPHICS !!
          See your file/mem/disk/floppy in many useful ways !
        .A lot of easy keyboard shortcuts.
        .A MUST for the EXPERT EDITOR !
        .Exporting areas, filling, XORing, printing are some operations
          that you can do when using areas.
        .Always improving... Newer versions from time to time !
        .Insert and delete are disabled while  editing in  memory cause
         it could lead the pc to do strange things...
        .Other things you want, contact me!
        .There are some bytes in memory that are constantly being
          changed, thus a real time listing of the memory is needed ...
          while you are looking at the  memory the screen is constantly
          being updated ... if you want a faster refresh of the memory,
          hit ESCape (try it now!) IF you are in "edit mode"  (F3) this
          feature is disabled cause you could not see what you changed.
          Now you'll be able to see what is actually in memory !
        .Mouse cursor could help you remember THAT BYTE...
          (still implementing)
        .Improved search  method ! When in hex search, you can use  the
          "?" char like an wildcard.
          Imagine searching for 12 4F ?? 5A, this  would  give  you all
          places where the first  two  bytes  were  $12 and $4F and the
          fourth was $5A.


      "Size" evolution
      

           Version      Uncompressed  Evolution
                            Size          %

       Fedit 1.1 beta       12800
       Fedit 1.5 Final     103104     + 705.5%
       Fedit 1.6 Final     119120     +  15.5%
       Fedit 1.7 Friendly  120176     +   8.8%
       Fedit 1.8 Final     134096     +  11.5%
       Fedit 1.9 Final     150000     +  12.3%
       Fedit 1.91          150864     +   0.6%
       Fedit 1.92          162208     +   7.5%


       The percentage tells not all but tells something.
       Major update is from 1.1 beta to 1.5 Final, which had a lot of
       features.
       Other versions have an increase of aprox. more than 10%.
       With this you can see that Fedit is currently a stable program
       growing considerably.

      Coming up next !
      

        * Version 2 of the H.e.X.e.D.i.T.o.R !
          What to expect ?? Be patient...
          If new updates are necessary after release 1.9 i will rename
          them to fedit19X.zip where  X stands for the  minor  version
          number. Please check a Simtel.Net ftp mirror periodically.
        * Full Floppy and Disk Edition too !
        * More keys shortcuts for an easier editing.
        * Mouse cursor facilities (maybe)
        * Insert & delete keys enabled in memory edition
           [ Are you that crazy ? ]
        *  ... (your suggestion goes here) ...

        You need OPCODES.DAT  so  the  "ASM SPY" can work. Also you can
        edit this file if you want another description for the opcodes.
        Max  description  length  is  34 ! Enjoy it ...  If you want to
        correct something in this list tell me about it !
        Well, I have learn a lot while making Fedit. The most important
        thing is that  THERE ARE  NO 100% free bugs programs unless you
        are well organized and THERE IS NO FINAL VERSION because you can
        always improve an old one.
        So if you like to release a program of yours, release it if it's
        of use and it doesn't look very stupid...or you can always  keep
        releasing newer versions periodically. Ah, if your not  too  sure
        don't spread it !


      Released stuff
      


         Filename    Size   Description

         U238.ZIP     200kb Uranium 238. Arghhh! Our first demo...
                            Avoid... Used BGi and goldplay.. not the
                            best combination of coding tools :)
         MUSE.ZIP     200kb Muse. Our second demo. Not that good too:)
         MIAU.ZIP     270kb Miau. Third demo... Not too bad for our 1st
                            major production, but far, far away from
                            1995 demoscene standards. Cool music though.
         RDMOON.ZIP   189kb Moonwinds. S3M by Garfield. 2nd place at
                            VMC96.
         GFD2LOVE.ZIP 200kb Desire to love. IT by Garf.
         M4R-AZUL.ZIP 240kb Azul. 6th place at rookie division in MC4.
         POTION.ZIP   330kb Potion, 5th demo, maybe the FIRST REAL DEMO :)
                            Often called MIAU 2, it has only our good lame
                            code with some great effects and looks like a
                            demo. Took *** in hornet, which isnt too bad !
         FEDIT15!.ZIP  38kb Fedit is the H.E.X.E.D.I.T.O.R you always wanted!
                            Edits memory and files, with lots of features.
         PULSAR.ZIP   876kb Pulsar, the best (small) demo we ever made...
                            SVGA gfx, musix, synchronized graphics.
                            Please tell us your opinion !
         FEDIT16!.ZIP  50kb Fedit H.E.X.E.D.I.T.O.R improved,easier and fixed
                            version ! Still alive !
         FEDIT17F.ZIP  50kb Fedit 1.7 Friendly ! Restricted distribution.
                            Special version for friends...
         FEDIT18!.ZIP  63kb Fedit 1.8 Final! Now it supports Disk Edition too!
                            This version doesnt allow yet saving when editing
                            hard disk. With this Hexeditor now you can change
                            the volume and the serial number of the current
                            disk.
         FEDIT19!.ZIP  74kb Fedit 1.9 Final! **Improved version**
                            Now you can view any physical drive (i mean disks,
                            floppies and others). Improved, fixed hard disk
                            parameters. Now you can see physical disks info
                            of your physical drives (sect/heads/sectors).
                            Hard Disk/Floppy Edition still read only :(
                            A must for the REAL EDITOR !!!
         FEDIT191.ZIP  74kb Fedit 1.91 *** several minor fixes ***
                            Just an update.
         FEDIT192.ZIP  74kb Fedit 1.92 . Includes a great but still beta
                            feature that allows you to use script files.
                            This will automate your work.
                            Now works under Windows... :)


       Some of this files may not be in the ftp server, but soon they will.
       We recommend you to download MIAU and then POTiOn.
       Finally you can download PulSar.
       Take a look !
       Some people love Miau, other PotiOn and other like Pulsar.
       We make demos for fun and we could do a lot better if we had the time.
       Also, both musics from Garfield should be heard...
       About Fedit the only thing i've to say is: small, powerful and handy.
       Just an opinion though.


      Distribution Sites and Radioactive Design Information
      

    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
                                                                      
      Radioactive Design is a group of programmers, musicians and     
       graphic artists who is predisposed to work in several kind     
       of programs  which  includes finances, data bases and  our     
       more appreciated types of programs that are  games and all     
       fun and cool educative programs.                               
                                                                      
                 Are you interested ?? Contact us please !            
                                                                      
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\

      a) Contacts
      

      You want to contact us ?? Its easy !
      We are looking for an gfx, ansi, ascii expert !
      Think u can do fun things that we dont, then email us !
      You know how to cook, how to dress and ride bike, then youre the
       dude. Here's what you are interested in :


     Radioactive Design members:
       

     - Bitcoder   C     etfreire@ua.pt                (school)
     - DJ Mind    M     ssilva@mithlond.esoterica.pt  (home)
     - Falcon     CM    falcao@grupo.bfe.pt           (home)
     - Garfield   MCG   pcardoso@mail.telepac.pt      (home)
                        pcardoso@viriato.ipv.pt      (school)
     - Shaka      GM    ... none yet ...

    C : coding dude
    M : musician man
    G : graphician pal

   Letters order mean the less or more dedicated time for that guy.


        Snail mail:
         

         Sergio Freire (Bitcoder)
         R. Dr Jose Antonio Almeida, 15
         Soza 3840 Vagos
         Portugaland

         Pedro Cardoso (Garfield)
         R. Antnio Sardinha, 43
         3830 Gafanha da Nazar
         United States of Portugal

         ...


      b) Radioactive Design related stuff:
      

       .Group email : RDesign@mail.catalao.pt  ( still beta , please  dont
                               use it yet contact one of our RD
                                          members instead ! )

       .Home Page : www.catalao.pt/coders/RDesign (includes our files too)
           www.sectorel.pt/grupos/radioactive_design (other page)

       .Our Files : YES ! FINALLY WE "HAVE" A FTP SITE WITH OUR RELEASES !
        

           ftp://ftp.catalao.pt/coders/RDesign, -> login anonymous <-
           
                 or via our homepage at the www site

       .IRC :    PTnet ( you can try one of this servers irc.telepac.pt or
                      irc.ua.pt or irc.esoterica.pt at channel #coders )
                 We usually use the nicks Bitcoder,Garf,Falcon and DjMind.


      Greetings List
      

      Bitcoder greets the following people in random order:

      .Captain_Hook.Cirruz.Garfield.Shaka.Falcon.DJMind.Pete.Rob_.Extacy.
      .Gate.Huge1.Darktiger.CB500.Marauder.Cafeina.All the Infinity dudes.
      .Scorpion.CodeWiz.Viriato.ABC.BrainPower.elmig.Vieira.SWAG staff.
      .catalao server staff.Dr_Chaos.Cryptopsy.

      .All guys and girls i forgot and should contact me :)
      .And of course Bitcoder, cause if werent you, Fedit was nothing. :-)

      All people who contacts me, will most probably appear somewhere in
      this list. Till then,

 CIA ArounD
                        Bitcoder - Radioactive Design 98!

  RADiOACTiVE     DESiGN
 RADiOACTiVE     DESiGN
RADiOACTiVE     DESiGN
