I'm assuming that in order to make clientless you would need to establish a connection then send a hello packet.
I'm hoping the hello packet contains everything needed to establish a login.
I guess my problem is how do i decipher the above string?
I was looking at that.. the only thing i could find was that it was utf. Not quite sure about it and i'm also relatively new to java. Thanks for your time.
Decompile the rotmg client and look at the class containing the hello packet. It has the format that it is sent in.
You could also take a look at realm relay or another proxy.
Originally Posted by Wetish
Decompile the rotmg client and look at the class containing the hello packet. It has the format that it is sent in.
You could also take a look at realm relay or another proxy.
That's so obvious that I'd expect him to already know that