Guest User

Untitled

a guest
May 27th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public WZTool(int mapleVersion) {
  2. this.mapleVersion = mapleVersion;
  3. this.ivKey = new byte[] { 0x4D, 0x23, (byte) 0xC7, 0x2B };
  4. initKeys();
  5. }
  6.  
  7. public WZTool(int mapleVersion, byte[] ivKey) {
  8. this.mapleVersion = mapleVersion;
  9. this.ivKey = ivKey;
  10. initKeys();
  11. }
Add Comment
Please, Sign In to add comment