• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

v193+ Encryption

Newbie Spellweaver
Joined
Dec 26, 2013
Messages
5
Reaction score
0
im definitely using this for my fortnite private server thx
 
Newbie Spellweaver
Joined
Sep 11, 2016
Messages
59
Reaction score
81
I don't understand part 2. Please explain in detail using for odin base with java.
If you need this explained in greater detail than it already is (I explained everything part by part) then this release is meaningless to you as you arent working on a v193+ source.
 
Newbie Spellweaver
Joined
Sep 11, 2016
Messages
59
Reaction score
81
error
pMachineID.aMachineID [i-nLength];
ClientPacket.BeginUser
ClientPacket.Count
Utilities.GetRandom

MachineID is just an array of 16 bytes, make your own array.
BeginUser & Count are opcode values
Both of the above have been explained by Eric twice now.

GetRandom should be blatantly obvious what it does, you provide 2 numbers and it picks a random number in between them.
 
Newbie Spellweaver
Joined
Aug 11, 2009
Messages
9
Reaction score
3
PacketBakery - v193+ Encryption - RaGEZONE Forums

Thank you PacketBakery and Eric, it worked on CMS too.
 
Initiate Mage
Joined
Jun 27, 2018
Messages
1
Reaction score
0
The opcode encryption algorithm is changed at the latest version. I'm not sure that is they only changed the decrypt key of des-ede or used another encrypt instead of des-ede.
 
Newbie Spellweaver
Joined
Aug 1, 2016
Messages
5
Reaction score
0
Hello
about part 2 :

I sniffed Client -> Server :
Code:
  6E 00 01 00 00 00 AA AA AA AA BB BB BB BB BB BB CC CC CC CC 00 00 00 00 8A B3 99 89 F4 31 6F 84 C7 A7 00 00 00 00

Code:
Charid     :  AA AA AA AA
MAC        :  BB BB BB BB BB BB
HDD        :  CC CC CC CC
MachineID is 16 bytes data but what is my MachineID ? i tried too many combinations, but still not work on part 2 .

could you please give me some idea ? :*::*:

thanks.
 
Initiate Mage
Joined
Mar 3, 2014
Messages
4
Reaction score
0
The opcode encryption algorithm is changed at the latest version. I'm not sure that is they only changed the decrypt key of des-ede or used another encrypt instead of des-ede.
Any updates with new key? :D
 
Back
Top