home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / CASIOCOL.ZIP / KRILE1D.ZIP / SOURCE.ZIP / CPATCH.ASI < prev    next >
Text File  |  1997-12-05  |  189b  |  16 lines

  1. open"r",1,"krile.exe"
  2. a=filepos(1,4918)
  3. randomize
  4. for x=1 to 131
  5. a=rnd(0)
  6. a=a mod 256
  7. a=a+1
  8. a$=chr$(a)
  9. if a$="" then
  10. print #1,a$
  11. else
  12. print #1,a$ nonull
  13. endif
  14. next x
  15. close 1
  16.