Mount&Blade Backward Deep Digging

Users who are viewing this thread

Hello, guys

I have discovered something maybe you guys are interested:

I. Server List:
I think there are many people already know this thing, just use the link:
wfas:
Code:
http://warbandmain.taleworlds.com/handlerservers.ashx?type=list&gametype=wfas

or warband:
Code:
http://warbandmain.taleworlds.com/handlerservers.ashx?type=list&gametype=warband

Return value:
Server IPs are splited by `|`

II. Serial Number Check:


Taleworlds will use the following link to check the serial number:
Code:
http://warbandmain.taleworlds.com/handlerservers.ashx?type=chkserial&serial={YourSerialNumber}&ip={YourIP}&gametype={GameType: wfas or warband}

return Value: (success)
Code:
{some unknown value}|{still some unknown value}

return Value: (fail)
Code:
-1

Maybe you can use this to develop a app which can check and verify the serial number

(PS: I use Microsoft Nework Sniffer to do such thing, you can download it from here: http://www.coriumsoft.com/CorpoBack/) (NM34_x64.exe)
 
Last edited:
Back
Top Bottom