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

[request]RSA Key in config.lua

kret

K R E T O W N A G E
Joined
Apr 4, 2008
Messages
947
Reaction score
6
Location
PяOLAND
Hello :D


Can u make in config.lua of TFS line with rsa key ? Much ppl dont know how to change rsa key for their servers :p
 
Hello :D


Can u make in config.lua of TFS line with rsa key ? Much ppl dont know how to change rsa key for their servers :p

Why do they want to change it, so people have to use a custom client? I think that if they know how to do that they can change the rsa key also :)
 
On my server plays ppl using combo leader in NG ;/ dont know how to stop this :( i want block public client and set server to allow connecting only with custom client but dont know how to make it !

i know only how to change rsa in client ;P
 
much ppl dont know how to set bot for other client than public

i think this eliminate most botter :) not all
 
Hi,
change Signature in : dat,spr,pic then make RSA Change,IP Change ;)
nate made a code to check this!
I search !
 
Not sure, but isnt it in otserv.cpp at line 340-344 ?
 
Code:
OpenTibia = 109120132967399429278860960508995541528237502902798129123468757937266291492576446330739696001110603907230888610072655818825358503429057592827629436413108566029093628212635953836686562675849720620786279431090218017681061521755056710823876476444260558147179707119674283982419152118103759076030616683978566631413
RealTibia = 124710459426827943004376449897985582167801707960697037164044904862948569380850421396904597686953877022394604239428185498284169068581802277612081027966724336319448537811441719076484340922854929273517308661370727105382899118999403808045846444647284499123164879035103627004668521005328367415259939915284902061793
?

Jo3
 
its that ?
//load RSA key
std::cout << ">> Loading RSA key" << std::endl;
#ifndef __CONSOLE__
SendMessage(gui.m_statusBar, WM_SETTEXT, 0, (LPARAM)">> Loading RSA Key");
#endif
const char* p("14299623962416399520070177382898895550795403345466153217470516082934737582776038882967213386204600674145392845853859217990626450972452084065728686565928113");
const char* q("7630979195970404721891201847792002125535401292779123937207447574596692788513647179235335529307251350570728407373705564708871762033017096809910315212884101");
const char* d("46730330223584118622160180015036832148732986808519344675210555262940258739805766860224610646919605860206328024326703361630109888417839241959507572247284807035235569619173792292786907845791904955103601652822519121908367187885509270025388641700821735345222087940578381210879116823013776808975766851829020659073");
g_otservRSA = new RSA();
g_otservRSA->setKey(p, q, d);
its 278-287 line at otserv.cpp ?
 
Back
Top