Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. final String help = (new Object() {
  2. int t;
  3. public String toString() {
  4. byte[] buf = new byte[5];
  5. t = 1220204165; buf[0] = (byte) (t >>> 4);
  6. t = 1731395377; buf[1] = (byte) (t >>> 15);
  7. t = -1241489993; buf[2] = (byte) (t >>> 23);
  8. t = 56640078; buf[3] = (byte) (t >>> 19);
  9. t = 350056403; buf[4] = (byte) (t >>> 8);
  10. return new String(buf);
  11. }
  12. }.toString());
  13. return help;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement