Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //
- // Decompiled by Procyon v0.5.36
- //
- package com.lanyus.crack.upsource;
- import java.math.BigInteger;
- public class Main
- {
- public static void main(final String[] args) {
- System.out.println("Upsource crack by ilanyu");
- System.out.println("blog: http://blog.lanyus.com");
- System.out.println("--------------------------------------");
- System.out.println("Use:");
- System.out.println("1. add 'JAVA_TOOL_OPTIONS=-Xbootclasspath/p:${PATH}/com.lanyus.crack.upsource.jar' to your Environment Variables");
- System.out.println("2. run upsource");
- System.out.println("3. input the activation code");
- System.out.println("username:ilanyu");
- System.out.println("activation code:446f71597842fa5d77f1a5a643879fe593a5e6967abab8f33bfeebe879bb12fc815b9f526fee604d6f8b25a7c2f66961111660feb70c9efecf54fc5289285ed5f14ac4969a737298950a2e22b8f2ff75b890e3e2ee94340d82b5cfc690107db35292d1776e98dc55828b0134821c8e1b28f295ed50bd7741f2821ee61be15ee4");
- System.out.println("--------------------------------------");
- final String env = System.getenv("JAVA_TOOL_OPTIONS");
- if (env != null && env.contains("-Xbootclasspath/p:") && env.contains("com.lanyus.crack.upsource.jar")) {
- final String value = "263209838529653741309366162078767955401650210060093940479440536241110980313794956537153327107041219371342779419863684554849202277263853757273750327567871802106538309185809561001712198328099404198770096988081455939118836298393133358550417396551205893870871649995935725104508543665608276612812277299875371100701";
- final BigInteger bigInteger = new BigInteger(value);
- if (bigInteger.toString(10).equals(value)) {
- System.out.println("now, the Environment Variables is ok!!!");
- }
- else {
- System.out.println("sorry, the Environment Variables is ok, but maybe not work, you can contact [email protected] !!!");
- }
- }
- else {
- System.out.println("now, the Environment Variables is err!!!");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement