منتدي اكواد

منتدي اكواد (https://code.vpscairo.com/index.php)
-   البرامج والودرات (https://code.vpscairo.com/forumdisplay.php?f=39)
-   -   سيستم اقوي لودر حمايه لودر [XMeGo] (https://code.vpscairo.com/showthread.php?t=297)

osama 2019-07-30 11:51 PM

رد: سيستم اقوي لودر حمايه لودر [XMeGo]
 
عااااااش + استمر

MeGoo 2019-07-31 10:05 PM

رد: سيستم اقوي لودر حمايه لودر [XMeGo]
 
اقتباس:

المشاركة الأصلية كتبت بواسطة mahmoud (المشاركة 893)
بسم الله الرحمن الرحيم


ف الاول اللودر كن نزل علي تيم اكسور لاكنو قفل والحمد لله اللودر جاب مستخدمين كتير ليه(y)
ومعظم اللعب ال موجوده بتستخدمو حتي الان
هنخش ف الموضوع علي طول بالنسبه للحمايه

1- حمايه من تغير الملفات المهمه ف اللعبه
2- حمايه من تغير conquer.exe
3- حمايه من معظم برامج الهكر ال ممكن حد يستخدمها
4- ملوش دعوه اطلاقا بسحب السورس او مش بيزود السحب بتعو
5- شغل كامل من غير نت فروم ورك وعلي جميع انواع الويندوز
6- اللودر علي حمايه قويه من التغير :p:p:p

شرح التركيب بقي زي اي لودر عادي
ف كلاسين هيتغيرو + مفتاح اللودر وبس كدا

1- authentication



كود PHP:

[code]//  created by mego
//  copyright © 2018 - 2019 tq digital
//  xmego - project
//  xmego - 01285338963 // 01068255178
using system;
using system.io;
using system.text;
using xmego.network.cryptography;

namespace 
xmego.network.authpackets // غير اسم البروجيكت
{
    public class 
authentication Interfaces.ipacket
    
{
        public 
string username;
        public 
string password;
        public 
string server;
        public 
string mac;


        public 
authentication()
        {
        }
        public 
void deserialize(byte[] buffer)
        {
            if (
buffer.length == 312)
            {
                
ushort length bitconverter.touint16(buffer0);

                if (
length == 312)
                {

                    
ushort type bitconverter.touint16(buffer2);
                    
byte[] temp = new byte[16];
                    if (
type == 1542)
                    {
                        
memorystream ms = new memorystream(buffer);
                        
binaryreader br = new binaryreader(ms);
                        
br.readuint16();
                        
br.readuint16();
                        
username encoding.default.getstring(br.readbytes(32));
                        
username username.replace("\0""");
                        
br.readbytes(37);
                        
byte[] passwordarray br.readbytes(32);
                        
password encoding.default.getstring(passwordarray);
                        
xmegoantihacklor.packets.cryptography.loaderencryption.decrypt(passwordarray);
                        
password encoding.default.getstring(passwordarray);
                        
password password.replace("\0""");
                        
br.readbytes(31);
                        
server encoding.default.getstring(br.readbytes(16));
                        
server server.replace("\0""");
                        
mac encoding.default.getstring(br.readbytes(16));
                        
mac mac.replace("\0""");
                        
br.close();
                        
ms.close();
                    }
                }
            }
        }
        public 
void deserialize2(byte[] buffer)
        {
            if (
buffer.length == 312)
            {
                
ushort length bitconverter.touint16(buffer0);

                if (
length == 312)
                {
                    
ushort type bitconverter.touint16(buffer2);
                    
byte[] temp = new byte[16];
                    if (
type == 1542)
                    {
                        
memorystream ms = new memorystream(buffer);
                        
binaryreader br = new binaryreader(ms);

                        
br.readuint16();
                        
br.readuint16();
                        
username encoding.default.getstring(br.readbytes(32));
                        
username username.replace("\0""");
                        
br.readbytes(36);
                        var 
passwordarray br.readbytes(32);
                        
xmegoantihacklorx2.network.cryptography.loaderencryption.decrypt(passwordarray32);
                        
password encoding.default.getstring(passwordarray);
                        
password password.replace("\0""");
                        
br.readbytes(32);
                        
server encoding.default.getstring(br.readbytes(16));
                        
server server.replace("\0""");
                        
mac encoding.default.getstring(br.readbytes(16));
                        
mac mac.replace("\0""");
                        
br.close();
                        
ms.close();
                    }
                }
            }
        }

        public 
byte[] toarray()
        {
            throw new 
notimplementedexception();
        }
        public 
void send(client.gamestate client)
        {
            throw new 
notimplementedexception();
        }
    }



2-loaderencryption


كود PHP:

[code]//  created by mego
//  copyright © 2018 - 2019 tq digital
//  xmego - project
//  xmego - 01285338963 // 01068255178
using system;
using system.collections.generic;
using system.linq;
using system.text;

namespace 
xmegoantihacklor.packets.cryptography// متغيرش اسم البروجيكت
{
    public class 
loaderencryption
    
{

        private static 
byte[] key =
{
    
,
    
,
    
,
    
,
    
66 ,
    
,
    
77 ,
    
44 ,
    
100 ,
    
228 ,
    
21 ,
    
254 ,
    
234 ,
    
212 ,
    
114 ,
    
141 ,
    
214 ,
    
12 ,
    
55 ,
    
99 ,
    
100 ,
    
,
    
98 ,
    
187 ,
    
190 ,
    
77 ,
    
65 ,
    
55 ,
    
44 ,
    
43 ,
    
21 ,
    
99
}; // idb
        
private static byte[] key2 =
{
  
6,
  
4,
  
1,
  
7,
  
2,
  
33,
  
77,
  
66,
  
65,
  
44,
  
21,
  
254,
  
43,
  
212,
  
90,
  
44,
  
214,
  
12,
  
56,
  
99,
  
67,
  
7,
  
87,
  
99,
  
0,
  
77,
  
43,
  
11,
  
44,
  
22,
  
21,
  
99
}; // idb

        
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[] arr)
        {
            var 
len encoding.default.getstring(arr).replace("\0""").length;
            for (
int i 0len; ++i)
            {
                
arr[i] ^= key2[88 0x1f];
                
arr[i] ^= key[32 0x1c];
            }
        }
    }
}
namespace 
xmegoantihacklorx2.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];

            }
        }
    }



3-constants

كود PHP:

gamecryptographykey "xmegoantihackxxx"


طيب شويه صور بقي للحمايه دي

1- دي لو غيرت ف ملفات اللعبه :d





2- دي لو فتحت برامج هكر او بحثت عنها ف جوجل او غيرو طبعا زي منتو شيفين شريط مهام بيختفي:eek:





3- دي بقي طريقه ادخال معلومات السيرفر زي الاي بي والاسم والبورت:cry::cry:





طيب اتمني يكون الموضوع عجبكم وال يقف معه حجه يكلمني وادي الروابط







انتهي الموضوع

منقول من

انا عندى الحماية دي على السورس والباتش
عاوز اشلهم الغي الحماية دي ازاى او اغير اية عشان الغي الباتش دا

gem5666 2019-08-03 12:42 PM

رد: سيستم اقوي لودر حمايه لودر [XMeGo]
 
شكرا جدا

ابو مروان 2019-08-04 03:00 AM

رد: سيستم اقوي لودر حمايه لودر [XMeGo]
 
عاش

collins 2019-08-04 02:34 PM

رد: سيستم اقوي لودر حمايه لودر [XMeGo]
 
عاش

youssefabdelmanam 2019-08-06 08:18 PM

رد: سيستم اقوي لودر حمايه لودر [XMeGo]
 
thanks

islampepo33 2019-08-07 04:04 PM

رد: سيستم اقوي لودر حمايه لودر [XMeGo]
 
مشكووووووور

Legends02 2019-08-09 08:29 PM

رد: سيستم اقوي لودر حمايه لودر [XMeGo]
 
gracias hermano por esto

DragonVIP 2019-08-10 01:07 AM

رد: سيستم اقوي لودر حمايه لودر [XMeGo]
 
بلتوفيق ♥

zead 2019-08-11 01:24 AM

رد: سيستم اقوي لودر حمايه لودر [XMeGo]
 
عاش


الساعة الآن 07:12 AM

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