jeanphilip
Well-Known Member
- Joined
- Oct 26, 2023
- Messages
- 254
- Reaction score
- 55
i know that the rsas are declared in const.lua
like this
i did this
i press ctrl + to see errors but don't get anything what im doing wrong?
like this
LUA:
OTSERV_RSA = "1091201329673994292788609605089955415282375029027981291234687579" ..
"3726629149257644633073969600111060390723088861007265581882535850" ..
"3429057592827629436413108566029093628212635953836686562675849720" ..
"6207862794310902180176810615217550567108238764764442605581471797" ..
"07119674283982419152118103759076030616683978566631413"
CIPSOFT_RSA = "1321277432058722840622950990822933849527763264961655079678763618" ..
"4334395343554449668205332383339435179772895415509701210392836078" ..
"6959821132214473291575712138800495033169914814069637740318278150" ..
"2907336840325241747827401343576296990629870233111328210165697754" ..
"88792221429527047321331896351555606801473202394175817"
i did this
Code:
OTSERV_RSA = "13835891754965555160113592254592025865107924932063020291760200057092633777016865440010286201615729363127788858889729156186543913276783223694755387245603314020555521853607079228332763277355845756243069297310906106484931945498212568874319827027639412912189179535317924978254827147962555258745716409709023682737" ..
"3726629149257644633073969600111060390723088861007265581882535850" ..
"3429057592827629436413108566029093628212635953836686562675849720" ..
"6207862794310902180176810615217550567108238764764442605581471797" ..
"07119674283982419152118103759076030616683978566631413"
CIPSOFT_RSA = "1321277432058722840622950990822933849527763264961655079678763618" ..
"4334395343554449668205332383339435179772895415509701210392836078" ..
"6959821132214473291575712138800495033169914814069637740318278150" ..
"2907336840325241747827401343576296990629870233111328210165697754" ..
"88792221429527047321331896351555606801473202394175817"
i press ctrl + to see errors but don't get anything what im doing wrong?