eXeScope注册码算法bat版

eXeScope的官方网站是:http:...

eXeScope的官方网站是:

http://hp.vector.co.jp/authors/VA003525/emysoft.htm

除了eXeScope以外还有一些其他的软件,不过似乎不怎么出名。

eXeScope汉化特别版下载地址 //www.jb51.net/softs/32587.html

正确的注册码满足下列条件:含有十个字符;前五位为A1910或者A1423;第2至10位必须为数字;注册码第九位和第十位的ASCII码加和,除以10的余数必须为4。

最后一个条件换种表达方式就是第九位和第十位数字相加起来是8或者18(两位均为9)。

一个可用的注册码:A191067880

或者可以使用下面的批处理生成:

@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 ) )

来自链接: http://demon.tw/software/exescope-regcode.html

Related Posts

Comments are closed.