Advertisement
FrayxRulez

Untitled

Sep 5th, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. private static final byte[] antani = { 60, 122, -6, 58, 11, -13, 19, 28, 13, -42, 27, 0, -8, 12, -52, 13, -9, -10, -3, 3, -10, -67, 75, -6, 8, -2, -12, 3, -9, -73, 81, -1, -21, 11, -12, -5, 15, -16, -7, 17, -15, 12, -6, -5, 7, -3, -13, 4, -3, -17, 20, -5, -8, 10, -2, -6, 1, -59, -13, -2, 54, -4, 13, -73, 61, -5, 0, -8, 12, -71, 56, -5, 11, -5, -6, 8, -22, 13, -2, -68, 51, 10, -4, -64, 48, 13, -9, -60, 0, 15, -13, 11, -23, 17, -17, 10, 0, 4, -9, 4, -13, 9, -10, -9, -4, -16, 11, -6, -15, 10, -10, -14, 11, -10, -13, 10, -15, 6, 1, -15, 20, -5, -8, -10, -3, 3, -10, -67, 75, -6, 8, -2, -12, 3, -9, -73, 68, 10, -5, -4, -79, 75, -10, -3, 3, -10, -67, 80, -15, 10, 2, -18, 12, -1, -10, -3, 3, -10, -67, 75, -6, 8, -2, -12, 3, -9, -73, 74, 1, 6, -26, 17, -15, 12, -6, -5, 7, -3, -13, 4, -3, -17, 20, -5, -8, -10, -3, 3, -10, -67, 75, -6, 8, -2, -12, 3, -9, -73, 75, -10, -3, 3, -10, -4, 8, -7, -15, -4, 0, 2, 5, 2, -23, 3, -5, 17, -21, -4, -16, 11, -21, 8, -7, -54, -1, 3, 44, -54, 52, -51, 2, 41, -54, 4, -5, 46, -46, -4, -6, 5, -1, -4, -3, -1, 45, -47, -8, 46, -53, 5, -3, 43, -46, 0, -12, -4, 5, -15, 17, -1, -5, -15, 16, -5, -2, -15, 7, 4, -23, 8, 9, -17, 6, -19, 11, -11, -5, 17, -28, 15, 3, -5, -17, 3, -9, 16, -16, -8, 0, 11, -12, 12, -5, -8, -7, 1, -16, -1, 11, -21, 11, -5, 0, -8, 12, -10, -3, 3, -10, -4, 8, -7, -1, -21, 11, -12, -5, 15, -16, -7, 17, -15, 12, -6, -5, 7, -3, -13, 4, -3, -17, 20, -5, -8, -10, -3, 3, -10, -67, 75, -6, 8, -2, -12, 3, -9, -73, 82, -14, 11, -10, -13, 10, -15, 6, 1, -15, 20, -5, -8, -15, -4, 0, 2, 5, 2, -23, 18, -12, -4, 5, -15, 17, -1, -5, -15, 0, -5, -13, 15, -20, 15, -45, 25, 25, 6, 1, -9, -3, -70, 82, -7, -81, 78, -17, 15, -1, -16, -71, 39, -10, 13, -50, 34, 27, 17, -21, -10, 12, -2, -20, 4, -4, 10, -8, 3, -17, 1, -3, 9, -13, 11, -13, 0, 10, -8, 3, 3, 1, 6, -26, 17, -15, 12, -6, -5, 7, -3, -13, 4, -3, -17, 20, -5, -8, -10, -4, 5, -19, 8, 9, -17, 6, -10, -3, 3, -10 };
  2.  
  3.  
  4. private static String provemo(int paramInt1, int paramInt2, int paramInt3)
  5. {
  6. byte[] arrayOfByte1 = antani;
  7. int i = paramInt1 + 4;
  8. int j = paramInt2 + 4;
  9. int k = paramInt3 + 70;
  10. byte[] arrayOfByte2 = new byte[j];
  11. int m = j - 1;
  12. int n = 0;
  13. while (true)
  14. {
  15. k = 2 + (i3 + k);
  16. int i1 = (byte)k;
  17. i++;
  18. arrayOfByte2[n] = i1;
  19. int i2 = n;
  20. n++;
  21. if (i2 == m)
  22. return new String(arrayOfByte2, 0);
  23. int i3 = arrayOfByte1[i];
  24. }
  25. }
  26.  
  27. private static void daje()
  28. {
  29. System.out.println(provemo(99, antani[47], -antani['õ']);
  30. System.out.println(provemo(212, antani[19], -antani['õ']);
  31. System.out.println(provemo(249, antani['Ò'], antani['ô']);
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement