• 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!

Particular RSA Key ?

igorbr

New Member
Joined
Jan 9, 2008
Messages
34
Reaction score
0
would be possible to have a server with one particular rsa-key? (as in the global tibia), but that it was for otserver! if somebody to know, please teaches to me!

thanks!!!
 
Yes it is possible if you change the current otRSA key to the one you want. So you want people to force to download your custom made client I guess? lal:p
 
First get the sources of a server.
then look for this:
Code:
109120132967399429278860960508995541528237502902798129123468757937266291492576446330739696001110603907230888610072655818825358503429057592827629436413108566029093628212635953836686562675849720620786279431090218017681061521755056710823876476444260558147179707119674283982419152118103759076030616683978566631413
and change it to the one you want I guess..
 
so, as I understand, with wrong RSA key, u cannot connect to ot server?
 
Yes, that way u will force ur users to use ur client ;p
 
I am using TFS i didn't find this RSA key
Code:
109120132967399429278860960508995541528237502902798129123468757937266291492576446330739696001110603907230888610072655818825358503429057592827629436413108566029093628212635953836686562675849720620786279431090218017681061521755056710823876476444260558147179707119674283982419152118103759076030616683978566631413
any suggestions?
 
Last edited:
Just try to search in the sources for the RSA key. If you search RSA as keyword, you will find something I guess.. If you don't then I can't help you anymore because I don't know much about C++.
 
Well ty alot as usual.. TFS must change something
Well i didn't find it but ty anyway^^

Yours,
Clary
 
well i found three change them all?
PHP:
const char* p("14299623962416399520070177382898895550795403345466153217470516082934737582776038882967213386204600674145392845853859217990626450972452084065728686565928113");
PHP:
const char* q("7630979195970404721891201847792002125535401292779123937207447574596692788513647179235335529307251350570728407373705564708871762033017096809910315212884101");
PHP:
const char* d("46730330223584118622160180015036832148732986808519344675210555262940258739805766860224610646919605860206328024326703361630109888417839241959507572247284807035235569619173792292786907845791904955103601652822519121908367187885509270025388641700821735345222087940578381210879116823013776808975766851829020659073");
 
ty alot anyway gonna try it alone then xD
by the way REP++
seriously otland staff members are the best no exceptions :D
 
Back
Top