************************************************
************************************************

Unfortunately, this site has restricted functionality as this browser does not support the HTML button formaction attribute.

Unfortunately, this site has restricted functionality as this browser has HTML web storage turned off.

3 of 4 files wong wing kin computer tool

    Download gt3-322.zip

    Size 155 kB

  • This download is an executable MS-DOS program that will not run on a modern computer. It needs a DOS emulator such as DOSBox-X, Staging; or a virtualized MS-DOS or FreeDOS system.
    Browsers may flag this download as unwanted or malicious. If unsure, scan it with VirusTotal.
  • Last modified Jul 24, 2015 12:47:55 AM
     MD5 checksum 74e2e2a0b6b056387d85d91182e7f135
        Mime type

1993 December 31

  • Zip - DOS / Computer tool
  • Wong Wing Kin, program credits

Emulating TSRCRACK.COM in DOSee.

Use these tabs to make adjustments to the emulation

If the emulation is taking too long to load, you can turn it off.


Reload DOSee to launch the DOS prompt

Applying changes will reload the page and reboot the emulator





Changes are not applied until the browser tab is reloaded





DOS programs need a keyboard for user input
Some common keys used in DOS programs

ENTER to select or continue
ESC to navigate back or exit
are often used to navigate menus


Emulation too slow?
Set the emulator to use maximum CPU speed

Emulation too fast?
Set the emulator to use the 8086 CPU configuration

Experiencing graphic or animation glitches?
Set the emulator to use VGA only graphics configuration

Need to turn off the audio?
Disable sound card support

Have no audio?
  1. Try SoundBlaster 1.0 hardware
  2. Try Covox Sound Master hardware
  3. The song or audio file maybe missing from the program
  4. Audio may not be supported
    Unlike other systems of the era, audio for DOS was unfortunately complicated for both programmers and end users alike. A lot of early scene software didn't bother including it. While those that did often didn't test it on all the hardware they supposedly supported.


DOSee pronounced dos/see, is our emulator used to run MS-DOS based software in your web browser.

MS-DOS (Microsoft DOS) was the primary operating system used by PCs during the 1980s to the early 1990s and is the precursor to Microsoft Windows.


DOSee is a slimmed down, modified port of The Emularity.

The Emularity is a multi-platform JavaScript emulator that supports the running of software for legacy computer platforms in a web browser. It is the same platform that's running emulation on the Internet Archive.

EM-DOSBox is a discontinued, high-performance JavaScript port of DOSBox that is applied by The Emularity for its emulation of the MS-DOS platform.

DOSee uses BrowserFS ZipFS and ZipFS Extras to simulate zip file archives as hard disks within EM-DOSBox.

DOSBox is the most popular MS-DOS emulator in use today and is frequently used by commercial game publishers to run games from their back-catalogues on modern computers.


DOSee, built on The Emularity, EM-DOSBox and DOSBox. Capture screenshot and save function built on canvas-toBlob.js.

12 items in the archive
  • G3.EXE
  • G3X.EXE
  • FILES.IDX
  • WHATSNEW.DOC
  • GT3-R.ARJ
  • README
  • TSRCRACK.DOC
  • TSRCRACK.COM
  • UP.EXE
  • UP.DOC
  • ORDER.FRM
  • G.DOC
[+] Configuration Copy text
TSRCrack V1.00 Copyright (c) 1993 by Wong Wing Kin All rights reserved. What is TSRCRACK? This is a TSR utility for cracking software protection such as password protection. It can also be used to modify the games so that they can be much easier finished. Why not modify the file directly? It is because the files are often compressed and encoded, they cannot be decoded and modified. Thus you need a TSR to modify the codes after the files are loaded into memory. This program can generate a TSR from given information about where and how to modify the codes. Input File format: [program <startup program name> ] int <which interrupt to hook> <conditions>? <conditions> :- if <segreg>:<seg offset>:<offset>:<codes> (then <segreg>:<seg offset>:<offset>:<codes>)? <segreg> :- ds | es | cs | ss <seg offset> :- signed/unsigned hex numbers (word) <offset> :- unsigned hex numbers (word) <codes> :- space separated hex numbers (byte) ? means 1 or more occurrences. [] mean optional. Example: Crack INDARK password program tatou.com int 21 if cs:0000:25bc = 3b 86 d0 fd 75 28 a0 8e then cs:0000:25c0 = eb 1a The above program will hook int 21. Every time int 21 is called, it will check the byte sequence at the address CS+0000:25bc equal to 3b 86 d0 fd 75 28 a0 8e or not. If it is equal, change CS+0000:25c0 to eb 1a. Example: The following program can also be acceptable Program tatou.com int 21 if Cs:0000:25bc = 3b 86 d0 fd 75 28 a0 8e then cs+0:+25c0 = eb 1a if cs-cd6:1f46 = 8b 56 e6 d1 e2 c4 1e 8e 7d 03 then cs:-cd6:1f46 = 83 7e e6 15 74 8 f7 d8 eb d2 if cs:-cd6:1f04 = 26 ff 0f then cs:-cd6:1f04 = eb 01 How to contact the author? As I am now busy in my studies, I have no time to write a detail document. If you find any problems in using this program, you can contact the author through e-mail: Internet address: [email protected] Discliamer: TSRCrack is supplied as is. The author disclaims all warranties, expressed or implied, including, without limitation, the warranties of merchantability and of fitness for any purpose. The author assumes no liability for any damages, direct or consequential, which may result from the use of, or inability to use TSRCrack.
TSRCRACK.DOC 80x130 Font
80