填入id和授权数后运行即可获得注册码,仅供学习....
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
public class Crack {
public static final void main(String[] args){
String id="注册名 id";
String num="填上授权数目 1-999";
System.out.println(getSerial(id,"100",num,false));
}
public static String getSerial(String userId, String version,
String licenseNum, boolean selected) {
Calendar cal = Calendar.getInstance();
cal.add(1, 3);
cal.add(6, -1);
NumberFormat nf = new DecimalFormat("000");
licenseNum = nf.format(Integer.valueOf(licenseNum));
String verTime = selected ? (new StringBuffer("-")).append(
(new SimpleDateFormat("yyMMdd")).format(cal.getTime())).append(
"0").toString() : "-0812310";
String type = "YE3MB-";
String need = (new StringBuffer(String.valueOf(userId.substring(0, 1))))
.append(type).append(version).append(licenseNum)
.append(verTime).toString();
String dx = (new StringBuffer(String.valueOf(need)))
.append(
"Decompiling this copyrighted software is a violation of both your license agreement and the Digital Millenium Copyright Act of 1998 (http://www.loc.gov/copyright/legislation/dmca.pdf). Under section 1204 of the DMCA, penalties range up to a $500,000 fine or up to five years imprisonment for a first offense. Think about it; pay for a license, avoid prosecution, and feel better about yourself.")
.append(userId).toString();
int suf = decode(dx);
String code = (new StringBuffer(String.valueOf(need))).append(
String.valueOf(suf)).toString();
return change(code);
}
private static int decode(String s) {
int i = 0;
char ac[] = s.toCharArray();
int j = 0;
for (int k = ac.length; j < k; j++)
i = 31 * i + ac[j];
return Math.abs(i);
}
private static String change(String s) {
byte abyte0[] = s.getBytes();
char ac[] = new char[s.length()];
int i = 0;
for (int k = abyte0.length; i < k; i++) {
int j = abyte0[i];
if (j >= 48 && j <= 57)
j = ((j - 48) + 5) % 10 + 48;
else if (j >= 65 && j <= 90)
j = ((j - 65) + 13) % 26 + 65;
else if (j >= 97 && j <= 122)
j = ((j - 97) + 13) % 26 + 97;
ac[i] = (char) j;
}
return String.valueOf(ac);
}
}
分享到:
- 2008-03-26 11:01
- 浏览 7935
- 评论(0)
- 论坛回复 / 浏览 (0 / 2723)
- 查看更多
相关推荐
myeclipse blue keygen
MyEclipse-Blue-KeyGen
2.解压破解文件,里面有patch和myeclipse2017_keygen两个文件夹 3.打开patch,将里面的文件全部复制到myeclipse安装目录下的plugins文件夹,替换plugins里面原有的这些文件 4.打开myeclipse2017_keygen,双击打开...
MyEclipse_Blue注册机源码
使用前确保已安装JRE,可以计算出Blue版和Enterprise版的Key
myeclipse 2017 ci7破解工具 先双击myeclipse2017_keygen下面的crack.bat 输入Usercode: xdowns 选Blue 点两次SystemId 再Active Tools->saveProperties 用patch下面的全部覆盖原版plugins目录
我试过了,支持最新版MyEclipse10,包括原版和Blue版的!
破解文件覆盖,注册码生成,简单实现完美破解。 1.运行keygen目录的crack.bat a.输入Usercode: 任意字母或者数字 b.选择Blue c.点击SystemId(点两次才会生成) d.点击Active e.点击菜单栏->Tools->2....
1.运行keygen目录的crack.bat a.输入Usercode: 任意字母或者数字 b.选择Blue c.点击SystemId(点两次才会生成) d.点击Active e.点击菜单栏->Tools->2.saveProperties 2. 用patch文件夹下的文件覆盖...
破解文件覆盖,注册码生成,简单实现完美破解。 1.运行keygen目录的crack.bat a.输入Usercode: 任意字母或者数字 b.选择Blue c.点击SystemId(点两次才会生成) d.点击Active e.点击菜单栏->Tools->2....
1.1 进入myeclipse2015_keygen/文件夹 1.2 双击crack.bat(windows下)或者双击cracker.jar(配置好Java环境的MAC windows 或者linux)Ubuntu 14.04.2 LTS,windows,mac上已亲测 1.3 选择blue版本,单击Systemid,...
1.运行keygen目录的crack.bat a.输入Usercode: 任意字母或者数字 b.选择Blue版本 c.点击SystemId按钮(点两次才会生成),在左边的空格里就会生成一个id d.点击Active按钮 e.点击菜单栏->Tools->2.saveProperties 2....
破解文件覆盖,注册码生成,简单实现完美破解。 1.运行keygen目录的crack.bat a.输入Usercode: 任意字母或者数字 b.选择Blue c.点击SystemId(点两次才会生成) d.点击Active e.点击菜单栏->Tools->2....
1、进入myeclipse2015_keygen/文件夹,双击crack.bat(windows下) 输入usercode, 在界面上选择blue版本, 单击Systemid, 待systemid中有值后,单击Active,此时界面上会生成LICENSE、LICENSE_KEY、ACTIVATION...
破解文件覆盖,注册码生成,简单实现完美破解。 1.运行keygen目录的crack.bat a.输入Usercode: 任意字母或者数字 b.选择Blue c.点击SystemId(点两次才会生成) d.点击Active e.点击菜单栏->Tools->2....
打开myeclipse2017keygen文件夹并运行crack.bat 2.输入Usercode: 任意字母或者数字 3.选择Blue 4.点击SystemId(点两次才会生成) 5.点击Active 6.点击菜单栏->Tools->2.saveProperties 7.用patch文件夹中的内容 ...
5.打开 破解工具myeclipse2017_keygencrack.bat 出现 (1). 输入你的用户名(Usercode),是的,随便输,怎么高兴怎么来 (2). 下拉框选择BLUE (3). 点击SystemId按钮,你会发现点击第一次没效果,没关系,...
【Edition】中选择【Spring Edition】(MyEclipse for Bling 9.1 需要选择Blue Edition生成激活码和注册码) 点击【Generate Subscription Code】和【Generate Activation Code】生成注册码和激活码 运行【MyEclipse...
运行keygen目录的crack.bat a.输入Usercode: 任意字母或者数字 b.选择Blue c.点击SystemId(点两次才会生成) d.点击Active e.点击菜单栏->Tools->2.saveProperties 2. 用patch文件夹下的文件覆盖myeclipse2017安装...
1.打开myeclipse2017keygen文件夹并运行crack.bat 2.输入Usercode: 任意字母或者数字 3.选择Blue 4.点击SystemId(点两次才会生成) 5.点击Active 6.用patch文件夹中的内容 覆盖添加到myeclipse安装目录下的 ...