Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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