تطوير سيرفرات كونكر تهيس

احصل مجانا على Free Login 5730 لسيرفر كونكر تهيس


Free Login 5730
  • Low Ping
  • FPS Unlocker
  • HPBAR
  • Full Screan
1 – GameServer
Open Class GamePackets
Search LoginGame
Change the value from 1052 to 10055
GameCryptographyKey “C238xs65pjy7HU9Q”
2 – Acc Server
Authentication
  1.  public class Authentication
  2.         {
  3.             public String Server;
  4.             public String Username;
  5.             public String Password;
  6.             public String MacAddress;
  7.             public Authentication(Byte[] Buffer)
  8.             {
  9.                 if (BitConverter.ToUInt16(Buffer, 0) == 312)
  10.                 {
  11.                     if (BitConverter.ToUInt16(Buffer, 2) == 1952)
  12.                     {
  13.                         BinaryReader BR = new BinaryReader(new MemoryStream(Buffer));
  14.                         BR.BaseStream.Seek(4, SeekOrigin.Current);
  15.                         Username = Encoding.Default.GetString(BR.ReadBytes(16)).Replace(\0, “”);
  16.                         BR.ReadBytes(52);
  17.                         Byte SizePassword = BR.ReadByte();
  18.                         Password = PasswordDecryption.Decrypt(BR.ReadBytes(32), SizePassword);
  19.                         BR.ReadBytes(31);
  20.                         Server = Encoding.Default.GetString(BR.ReadBytes(16)).Replace(\0, “”);
  21.                         MacAddress = Encoding.Default.GetString(BR.ReadBytes(16)).Replace(\0, “”);
  22.                         BR.Close();
  23.                     }
  24.                 }
  25.             }
  26.         }
  27. private class PasswordDecryption
  28.         {
  29.             static Byte[] Own_Key = new Byte[32] { 90, 17, 149, 66, 219, 255, 251, 70, 166, 196, 18, 119, 53, 86, 200, 80, 163, 238, 137, 46, 10, 56, 158, 100, 64, 26, 88, 207, 239, 167, 123, 88 };
  30.             static Byte[] Tow_Key = new Byte[32] { 88, 254, 246, 138, 126, 226, 64, 156, 140, 89, 90, 28, 108, 196, 28, 62, 23, 161, 92, 192, 94, 253, 194, 74, 138, 224, 88, 171, 233, 26, 217, 179 };
  31.             public static String Decrypt(Byte[] Data, Byte Length)
  32.             {
  33.                 Byte[] BufferOut = new Byte[Math.Min((Int32)Length, 32)];
  34.                 for (Int32 x = 0; x < Math.Min((Int32)Length, 32); x++)
  35.                 {
  36.                     BufferOut[x] = (Byte)(Own_Key[x * 44 % 32] ^ Data[x]);
  37.                     BufferOut[x] = (Byte)(Tow_Key[x * 99 % 32] ^ BufferOut[x]);
  38.                 }
  39.                 return Encoding.Default.GetString(BufferOut).Replace(\0, “”);
  40.             }
  41.         }
تحميل :

Related Articles

Back to top button

Iyou're using an AdBlock extension

Welcome dear visitor, please kindly disable your ad blocker so you can fully browse and download everything you want, and continue supporting the website.