Advertisement
Guest User

Untitled

a guest
Oct 5th, 2019
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. //
  2. // Decompiled by Procyon v0.5.36
  3. //
  4.  
  5. package com.lanyus.crack.upsource;
  6.  
  7. import java.math.BigInteger;
  8.  
  9. public class Main
  10. {
  11. public static void main(final String[] args) {
  12. System.out.println("Upsource crack by ilanyu");
  13. System.out.println("blog: http://blog.lanyus.com");
  14. System.out.println("--------------------------------------");
  15. System.out.println("Use:");
  16. System.out.println("1. add 'JAVA_TOOL_OPTIONS=-Xbootclasspath/p:${PATH}/com.lanyus.crack.upsource.jar' to your Environment Variables");
  17. System.out.println("2. run upsource");
  18. System.out.println("3. input the activation code");
  19. System.out.println("username:ilanyu");
  20. System.out.println("activation code:446f71597842fa5d77f1a5a643879fe593a5e6967abab8f33bfeebe879bb12fc815b9f526fee604d6f8b25a7c2f66961111660feb70c9efecf54fc5289285ed5f14ac4969a737298950a2e22b8f2ff75b890e3e2ee94340d82b5cfc690107db35292d1776e98dc55828b0134821c8e1b28f295ed50bd7741f2821ee61be15ee4");
  21. System.out.println("--------------------------------------");
  22. final String env = System.getenv("JAVA_TOOL_OPTIONS");
  23. if (env != null && env.contains("-Xbootclasspath/p:") && env.contains("com.lanyus.crack.upsource.jar")) {
  24. final String value = "263209838529653741309366162078767955401650210060093940479440536241110980313794956537153327107041219371342779419863684554849202277263853757273750327567871802106538309185809561001712198328099404198770096988081455939118836298393133358550417396551205893870871649995935725104508543665608276612812277299875371100701";
  25. final BigInteger bigInteger = new BigInteger(value);
  26. if (bigInteger.toString(10).equals(value)) {
  27. System.out.println("now, the Environment Variables is ok!!!");
  28. }
  29. else {
  30. System.out.println("sorry, the Environment Variables is ok, but maybe not work, you can contact [email protected] !!!");
  31. }
  32. }
  33. else {
  34. System.out.println("now, the Environment Variables is err!!!");
  35. }
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement