home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / PC_GDW20.ZIP / CRACK.BAT next >
DOS Batch File  |  1997-02-09  |  307b  |  17 lines

  1. @echo off
  2. cls
  3. echo This program will make a back-up copy of the original GRDUW.exe for
  4. echo you called GRDUW.bak
  5. echo.
  6. ren GRDUW.exe GRDUW.bak
  7. modify GRDUW.bak crack.scp GRDUW.exe
  8. echo.
  9. echo Your file has been 'fixed'
  10. echo.
  11. echo.
  12. echo Post a message to Alt.Cracks saying thanks. =)
  13. echo.
  14.  
  15.  
  16.  
  17.