عرض مشاركة واحدة
احصائياتى

الردود
22

المشاهدات
10902
 
ElSaher

ElSaher is on a distinguished road

    غير متواجد

المشاركات
1,999

+التقييم
0.90

تاريخ التسجيل
Jun 2019

الاقامة

نظام التشغيل

رقم العضوية
279
2020-01-24, 08:15 AM
المشاركة 1 
#1  
gifts كيفيت تركيب لودر ميجو في سورس ال3دي بتاع الاجنبي

بسم الله نبدا

نخش بقي علي التركيب وهتعدل اسم ProjectName ل اسم السورس
1- Authentication.cs

كود:
using System;
using ProjectName.Network.Cryptography;
using System.Text;

namespace 
ProjectName.Network.AuthPackets
{
    public class 
Authentication
    
{
        
byte[] Buffer;
        public 
string Username
        
{
            
get
            
{
                
string x Encoding.Default.GetString(Buffer832);
                return 
x.Replace("\0""");
            }
        }
        public 
string Password
        
{
            
get
            
{
                
byte[] PasswordArray Encoding.Default.GetBytes(Encoding.Default.GetString(Buffer8432).Replace("\0"""));
                
string x ProjectName.Network.Cryptography.PasswordDecryption.Decrypt(PasswordArray);
                return 
x.Replace("\0""");
            }
        }
        public 
string Server
        
{
            
get
            
{
                
string x Encoding.Default.GetString(Buffer13616);
                return 
x.Replace("\0""").Replace("0""");
            }
        }
        public 
string MacAddress
        
{
            
get
            
{
                
string x Encoding.Default.GetString(Buffer15216);
                return 
x.Replace("\0""");
            }
        }
        public 
void Deserialize(byte[] buffer)
        {
            if (
buffer.Length == 312)
            {
                
ushort length BitConverter.ToUInt16(buffer0);
                if (
length == 312)
                {
                    
ushort type BitConverter.ToUInt16(buffer2);
                    if (
type == 1636)
                    {
                        
Buffer buffer;
                    }
                }
            }
        }
    }


2- LoaderEncryption.cs

كود:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace 
ProjectName.Network.Cryptography
{
    
using System.Text;
    public class 
PasswordDecryption
    
{

       static 
byte[] Key = new byte[32] { 9045121735664410241593236223411027973202319975734163510122699152 };
        public static 
string Decrypt(byte[] data)
        {
            
int length Key.Length;
            for (
int x 0data.Lengthx++)
            {
                
data[x] ^= Key[length];
                
data[x] ^= Key[(24 16) % length];
                
data[x] ^= Key[(48 32) % length];
            }
            return 
Encoding.Default.GetString(data);
        }
    }


تركيب المفتاح
دي الطريقه التقليديه لتركيب الفتاح
3- GameCryptographyKey ال هو الكاي ال ف Constants
"XCheatLoaderMeGo"
لا بقي احنا هنركبو كدا
هتبحث عن servername
هتلاقي حنبها اسم سيرفر الواد
تمام كدا هتمسح اسم سيرفر الواد هتكتب بدالو
XCheatLoaderMeGo

وكدا تم تركيب اللودر ملفات اللودر بتاعت الكلينت بقي

عفواً لايمكن عرض الرابط إلا بعد الرد على الموضوع

موقع كمان اه عشن لو ده اتقفل

عفواً لايمكن عرض الرابط إلا بعد الرد على الموضوع
وكل سنه وانتو طيبين