Informations:
This Lib is coded for WarRock you 2 different classes inside this Lib:
The 'BinFile' class and the 'PacketData' class.
The BinFile class has the options:
- EncryptBinRaw(byte[])
- DecryptBinRaw(string)
The function 'DecryptBinRaw' returns the the decrypted result of the used input string.
The function 'EncryptBinRaw' returns the the crypted result of the used input bytes.
The PacketData class has the options:
- DecryptRawData(byte[],boolean)
- EncryptRawData(byte[],boolean)
The function 'DecryptRawData' returns the decrypted result of the input Packet Bytes ( Paramter isLoginPacket choice between cryptions ).
The function 'EncryptRawData' returns the crypted result of the input Packet Bytes ( Paramter isLoginPacket choice between cryptions ).
Usage:
Download:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
This Lib is coded for WarRock you 2 different classes inside this Lib:
The 'BinFile' class and the 'PacketData' class.
The BinFile class has the options:
- EncryptBinRaw(byte[])
- DecryptBinRaw(string)
The function 'DecryptBinRaw' returns the the decrypted result of the used input string.
The function 'EncryptBinRaw' returns the the crypted result of the used input bytes.
The PacketData class has the options:
- DecryptRawData(byte[],boolean)
- EncryptRawData(byte[],boolean)
The function 'DecryptRawData' returns the decrypted result of the input Packet Bytes ( Paramter isLoginPacket choice between cryptions ).
The function 'EncryptRawData' returns the crypted result of the input Packet Bytes ( Paramter isLoginPacket choice between cryptions ).
Usage:
Download:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Credits:
- Nullpointer ( Bin Stuff )
- iSkyLikeX ( Packet Stuff )