Advertisement
Leymooo

Untitled

Oct 1st, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. String decoded = new String(BaseEncoding.base64().decode("e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZmMzNkZTg4NzZlM2NkZDg5YWU4MTgzNWYzYWZmYzk0NmJjNDk4MzkzYzM2NDRjZmEwNGI2YTZjODlkMmZkIn19fQ==")); // value from debug log.
  2. if (!decoded.contains("textures") && !decoded.contains("url")) {
  3. System.out.print("true");
  4. root.remove("SkullOwner");
  5. return true;
  6. }
  7. System.out.print("false");
  8. return false;
  9.  
  10. // [23:49:08 INFO]: false
  11. //[23:49:08 INFO]: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement