[Release]Edx Loader For EliteSRO

05/22/2011 12:25 TheOxide#1
Once I open it worked, but not working anymore, I will try to solve with asap.
05/22/2011 19:49 LastTim3#2
Coz of you server now is so crowded
05/22/2011 19:55 TheOxide#3
Quote:
Originally Posted by LastTim3 View Post
Coz of you server now is so crowded
Maybe you don't know but Elite-Sro's client is multi-client.
05/22/2011 20:05 [GM]#4
[Only registered and activated users can see links. Click Here To Register...]

this is the REAL edx loader and its 100% trusted :)
05/22/2011 20:06 Boat#5
thanks Ox.
05/22/2011 20:10 DeathrowMakaveli#6
Doest this have NO DC?
05/22/2011 20:13 TheOxide#7
Quote:
Originally Posted by [GM] View Post
[Only registered and activated users can see links. Click Here To Register...]

this is the REAL edx loader and its 100% trusted :)
Does it work at Elite-SRO?
05/22/2011 20:22 [GM]#8
Quote:
Originally Posted by TheOxide View Post
Does it work at Elite-SRO?
yes, it is
05/22/2011 20:36 XchangliiX#9
To disable nProtect GG, please work also with this patch


if(bDoSecuritySeed)
{
do
{
BYTE securitySeedSig[] =
{
0x75, 0x2B, 0x6A, 0x01, 0x6A, 0x22, 0x8B, 0xCB,
0xE8, 0x94
};
results = FindSignature(securitySeedSig, 0, sizeof(securitySeedSig), codePtr, codeSize);
if(results.size() != 1)
{
printf("%i results were returned. Only %i were expected. Please use an updated signature.\n", results.size(), 1);
break;
}

DWORD secSeedAddr = (DWORD)(results[0] + codeStart);
printf("secSeedAddr: 0x%X\n", secSeedAddr);

BYTE patch1[] = {0xEB, 0x2B, 0x6A, 0x01, 0x6A, 0x22, 0x8B, 0xCB,
0xE8, 0x94};
WriteBytes(secSeedAddr, patch1, sizeof(patch1));

printf("\n");
} while(false);
}


And please use a redirect in yout next update.
05/22/2011 20:39 Boat#10
Quote:
Originally Posted by XchangliiX View Post
To disable nProtect GG, please work also with this patch


if(bDoSecuritySeed)
{
do
{
BYTE securitySeedSig[] =
{
0x75, 0x2B, 0x6A, 0x01, 0x6A, 0x22, 0x8B, 0xCB,
0xE8, 0x94
};
results = FindSignature(securitySeedSig, 0, sizeof(securitySeedSig), codePtr, codeSize);
if(results.size() != 1)
{
printf("%i results were returned. Only %i were expected. Please use an updated signature.\n", results.size(), 1);
break;
}

DWORD secSeedAddr = (DWORD)(results[0] + codeStart);
printf("secSeedAddr: 0x%X\n", secSeedAddr);

BYTE patch1[] = {0xEB, 0x2B, 0x6A, 0x01, 0x6A, 0x22, 0x8B, 0xCB,
0xE8, 0x94};
WriteBytes(secSeedAddr, patch1, sizeof(patch1));

printf("\n");
} while(false);
}


And please use a redirect in yout next update.
thanks by using this code i was able to login to esro even though the gameserver is offline

check your server stats its been glitched by me the real stats are 1/1500 ^^ idk if it will save my account data tho but its still fun

edit: fuuu gm took down loginserver too :[
05/22/2011 20:53 xBongosx#11
Use normal EdxLoader_5 i used it all tmie without any problems
05/22/2011 21:26 XchangliiX#12
Quote:
Originally Posted by xBongosx View Post
Use normal EdxLoader_5 i used it all tmie without any problems
This cant be true
05/22/2011 21:50 [GM]#13
Quote:
Originally Posted by Boat View Post
thanks by using this code i was able to login to esro even though the gameserver is offline

check your server stats its been glitched by me the real stats are 1/1500 ^^
dude, WTF ? :facepalm:
05/22/2011 22:14 Boat#14
Quote:
Originally Posted by [GM] View Post
dude, WTF ? :facepalm:
[Only registered and activated users can see links. Click Here To Register...]
05/22/2011 23:01 tetrius#15
Quote:
Originally Posted by XchangliiX View Post
To disable nProtect GG, please work also with this patch


if(bDoSecuritySeed)
{
do
{
BYTE securitySeedSig[] =
{
0x75, 0x2B, 0x6A, 0x01, 0x6A, 0x22, 0x8B, 0xCB,
0xE8, 0x94
};
results = FindSignature(securitySeedSig, 0, sizeof(securitySeedSig), codePtr, codeSize);
if(results.size() != 1)
{
printf("%i results were returned. Only %i were expected. Please use an updated signature.\n", results.size(), 1);
break;
}

DWORD secSeedAddr = (DWORD)(results[0] + codeStart);
printf("secSeedAddr: 0x%X\n", secSeedAddr);

BYTE patch1[] = {0xEB, 0x2B, 0x6A, 0x01, 0x6A, 0x22, 0x8B, 0xCB,
0xE8, 0x94};
WriteBytes(secSeedAddr, patch1, sizeof(patch1));

printf("\n");
} while(false);
}


And please use a redirect in yout next update.
Where do I put this code?