But it says 2.3.1 ? OOOLd client ? coz new client is 5++
00 1A 4F E8 05 17 00 1C 4A F8 EE EB 08 00 45 00 00 5B C3 D8 40 00 80 06 C5 FC C0 A8 B2 39 3E 92 BF 53 09 B1 1F 90 6C A6 A4 F2 56 B0 A2 43 50 18 FF FF 1D 14 00 00 00 31 00 03 00 00 01 AA 7E 84 00 00 00 20 38 32 37 65 35 62 34 31 31 32 35 64 30 37 61 38 30 36 64 34 63 66 35 38 39 33 32 61 39 39 62 34 00 03 35 2E 31
Is the new packet.. it appears as ... because it is encrypted !Quote:
3.Z.....1...siddddd..5.4.2
LOGIN|UID|SID|ClientVersion.
int SendPacket(Socket s, String str) {
TcpClient k = new TcpClient("62.146.187.186", 8080);
try {
str += "\n\0";
ASCIIEncoding encoder = new ASCIIEncoding();
byte[] packet = encoder.GetBytes(str);
if(k.Connected)
k.Send(packet,str.Length, 0);
}
catch(SocketException e) {
return e.ErrorCode;
}
return 0;
}
k->Send(packet,str.Length, 0);
And...?Quote:
i saw Udobot 4.1 for URidium wars . That was on [Only registered and activated users can see links. Click Here To Register...] , also working perfectly
if u r coding for uridium wars , u can just get help from UDObot 4.1 source codeQuote:
And...?
My passion is programming. Not use ready-made programs
public function _-dD(arg1:flash.utils.IDataOutput):void
{
arg1.writeShort(ID); //const ID:int = 160
arg1.writeShort(this._-4z()); //_-4z() returns always 0
//(maybe decompile error)
arg1.writeInt(this.userID);
arg1.writeShort(this.factionID);
arg1.writeUTF(this.sessionID);
arg1.writeUTF(this.version);
arg1.writeInt(this.instanceId);
return;
}