• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Custom RSA Key Hex

kalle303

New Member
Joined
Oct 13, 2007
Messages
108
Reaction score
4
Location
Sweden
Hello!

I've succeeded to generate a new RSA Key with SimOnes .cpp code from this post. But i must change the Public Key in the client with an IP Changer, I can't hex edit the Public RSA Key in the client, then it wont work.

I wonder if it is possible to repalce Cips RSA Key with my custom Public RSA Key in the client using hex editor?
I have replaced Cips RSA key with the OT RSA Key and then everything worked fine, but it wont work when I'm trying to replace it with my custom public RSA Key.

Thanks for the help!:thumbup:
/Kalle303
 
I'm using client 8.42.
Here's my Public RSA Key:
Code:
66824706396039966411844879592989451724187765881458007986516172082756150224461637994573937469982744882107228657902705600471526223527128649273164883445539919284595099478304930286855986967759398207436871004010735895556190792309641433955621137175980574958639060327149619039616505857246401917482334633611675478539
 
I'm using client 8.42.
Here's my Public RSA Key:
Code:
66824706396039966411844879592989451724187765881458007986516172082756150224461637994573937469982744882107228657902705600471526223527128649273164883445539919284595099478304930286855986967759398207436871004010735895556190792309641433955621137175980574958639060327149619039616505857246401917482334633611675478539

Its not the same lenght. Its missing 1 number ;/
 
I've just generated a new RSA Key, this one should be 309 numbers :)

EDIT: I forgot to post the Key LoL!

Code:
114782338230074689103023174411888491372381323918702262755844970981306633239005780527975872802381264069383503114416603179662785260932778428593611547053189083378859164370566119433177118370912535345965315805302381986300761559942582887206144541834243212622220709718767062668067374606682227968263399203003233579927
 
I can see that you haven't set the ip's to 127.0.0.1, and if I change the ip with the ip changer, it will overwrite my rsa key :p

But thanks anyway, after you said that the Public RSA Key had to be 309 numbers i made it myself!

Thanks Master-m!
 
Back
Top