Exescope Registration Code algorithm BAT version _dos/bat

Source: Internet
Author: User
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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.