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

الردود
149

المشاهدات
74050
 
ابو حمزه9

ابو حمزه9 is on a distinguished road

    غير متواجد

المشاركات
600

+التقييم
0.28

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

الاقامة

نظام التشغيل

رقم العضوية
116
2019-09-17, 05:00 PM
المشاركة 1 
#1  
Important لودر أحمد الزيرو للسورسات ال2دى



بسم الله الرحمن الرحيم



اليوم معانا لودر أحمد الزيرو ال 2دي
للسورسات الب2دي لحد فيرجن 6532فقط


اللودر دة انا واخدة من سورس Fighter
وطبعاً الى عاوز السورس موجود في قسم
االسوررسات أنشاء الله المهم نيجي لشرح التركيب


هتفتح Auth.cs
واكتب فية دول

كود:
using System;
using System.IO;
using System.Text;
using Fighter.Network.Cryptography;

namespace 
Fighter.Network.AuthPackets
{

    public class 
Authentication Interfaces.IPacket
    
{
        public 
Authentication()
        {
        }
        public 
void Deserialize(byte[] buffer)
        {
            if (
buffer.Length == 312)
            {
                
ushort length BitConverter.ToUInt16(buffer0);

                if (
length == 312)
                {
                    
ushort type BitConverter.ToUInt16(buffer2);
                    if (
type == 1542)
                    {
                        
Buffer buffer;
                    }
                }
            }
        }
        public 
string Username
        
{
            
get
            
{
                return 
Encoding.Default.GetString(Buffer832).Replace("\0""");
            }
        }
        public 
string Password
        
{
            
get
            
{
                try
                {
                    
byte[] PasswordArray Encoding.Default.GetBytes((string)(Encoding.Default.GetString(Buffer7232)));
                    if (
PasswordArray.Length <= 0) return "";
                    
LoaderEncryption.Decrypt(PasswordArray32);
                    
string x Encoding.Default.GetString(PasswordArray);
                    return 
x.Replace("\0""");
                }
                catch
                {
                    return 
"";
                }
            }
        }
        public 
string Server
        
{
            
get
            
{
                return 
Encoding.Default.GetString(Buffer13616).Replace("\0""").Replace("0""");
            }
        }
        public 
string MacAddress
        
{
            
get
            
{
                return 
Encoding.Default.GetString(Buffer15216).Replace("\0""");
            }
        }
        
byte[] Buffer;
        public 
byte[] ToArray()
        {
            throw new 
NotImplementedException();
        }
        public 
void Send(Client.GameState client)
        {
            throw new 
NotImplementedException();
        }
    }




بعدين أفتح LoaderEncryption.cs
وأمسح الى فية وبدلة بدة

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

namespace 
Fighter.Network.Cryptography
{
    public class 
LoaderEncryption
    
{
        private static 
byte[] Key = { 1212215102011601931196531577137150225862241781842301477919416009923921813417913247155237245165245128144 };
        public static 
void Encrypt(byte[] arr)
        {
            
int length Key.Length;
            for (
int i 0arr.Lengthi++)
            {
                
arr[i] ^= Key[length];
                
arr[i] ^= Key[(1) % length];
            }
        }
        public static 
void Decrypt(byte[] arrint size)
        {
            
int length Key.Length;
            for (
int i 0sizei++)
            {
                
arr[i] ^= Key[(1) % length];
                
arr[i] ^= Key[length];
            }
        }
    }




أخر حاجة Constants.cs
دور على

كود:
GameCryptographyKey 

وبدلة بدة

كود:
GameCryptographyKey "qL0UVCXB6BY9txb2"




جية وقت التحميل



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

تحياتي

Virus7x

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