Exescope's official website is:
Http://hp.vector.co.jp/authors/VA003525/emysoft.htm
There are other apps besides Exescope, but they don't seem to be famous.
Exescope Special edition of the Chinese version download address http://www.jb51.net/softs/32587.html
The correct registration code satisfies the following conditions: It contains 10 characters, the top five is A1910 or A1423, the 2nd to 10th digit must be a number, the code nineth and tenth digits of the ASCII code Plus, and the remainder of 10 must be 4.
The last condition is that the nineth and tenth digits add up to 8 or 18 (two digits are 9).
One available registration code: A191067880
Or you can use the following batch to build:
Copy Code code as follows:
@echo off
Setlocal enabledelayedexpansion
::: By Demon
::: A1910 or A1423
Set $=a1423
set/a "x =%random%% 1000"
FOR/L%%i in () Do (
set/a "y =!random! % 10 "
set/a "z =!random! % 10 "
set/a "T = (Y + z + 96)% 10"
If!t! Equ 4 (
Echo!$!! X!! Y!! Z!
Pause
)
)
From Link: http://demon.tw/software/exescope-regcode.html