Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server
You last visited: Today at 01:29

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[ReQuest]How to Nop GameGard For EliteSro

Discussion on [ReQuest]How to Nop GameGard For EliteSro within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2010
Posts: 111
Received Thanks: 15
Exclamation [ReQuest]How to Nop GameGard For EliteSro

i want a Loader or to Remove Gamegard or anything
blackdemon0 is offline  
Old 05/24/2011, 19:22   #2
 
elite*gold: 0
Join Date: Dec 2008
Posts: 316
Received Thanks: 44
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);
}
XchangliiX is offline  
Old 05/24/2011, 19:23   #3



 
Disco Teka's Avatar
 
elite*gold: 325
Join Date: Dec 2008
Posts: 14,543
Received Thanks: 8,717
KingLi has already tried it and i think he didn't success.

Wait for his reply here ...
Disco Teka is offline  
Old 05/24/2011, 19:25   #4
 
elite*gold: 0
Join Date: Dec 2008
Posts: 316
Received Thanks: 44
Quote:
Originally Posted by Disco Teka View Post
KingLi has already tried it and i think he didn't success.

Wait for his reply here ...
succeeded
XchangliiX is offline  
Old 05/24/2011, 19:25   #5
 
kundzior's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 1,819
Received Thanks: 415
When we block GameGuard we can try make bot...
kundzior is offline  
Old 05/24/2011, 19:26   #6
 
Shadowz75's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 443
Received Thanks: 597
I guess the problem is that its a real gameguard, not the gameguard back in old isro times. So it works like hackshield -> you deactivate it -> a necessary security packet isnt send to the server -> disconnect after some minutes. Im not sure, cause i didnt looked at it, but the solution would be a gameguard emulator
Shadowz75 is offline  
Old 05/24/2011, 19:30   #7
 
elite*gold: 0
Join Date: Dec 2008
Posts: 316
Received Thanks: 44
Quote:
Originally Posted by Shadowz75 View Post
I guess the problem is that its a real gameguard, not the gameguard back in old isro times. So it works like hackshield -> you deactivate it -> a necessary security packet isnt send to the server -> disconnect after some minutes. Im not sure, cause i didnt looked at it, but the solution would be a gameguard emulator
I really dont think that ESRO checks this kind of packets. And if it necessary to verify it throu this packet, we could inject it cuz the GameGuard is down before the server wants it, very simple.
XchangliiX is offline  
Old 05/24/2011, 19:30   #8
 
elite*gold: 27
Join Date: Dec 2010
Posts: 1,579
Received Thanks: 2,705
Quote:
Originally Posted by Shadowz75 View Post
I guess the problem is that its a real gameguard, not the gameguard back in old isro times. So it works like hackshield -> you deactivate it -> a necessary security packet isnt send to the server -> disconnect after some minutes. Im not sure, cause i didnt looked at it, but the solution would be a gameguard emulator
as you said, like that its works.
lorveth is offline  
Old 05/24/2011, 19:36   #9
 
elite*gold: 0
Join Date: Nov 2007
Posts: 959
Received Thanks: 602
well,I took a look at it and it waits for ~10 minutes for the answer,the opcode is 0x2110..
I just disabled the gameguard right on the day the game came out cause I wanted to test things and such,but I were keep getting disconnected after like 10 minutes cause I didn't send an answer for the hackshield packet...
vorosmihaly is offline  
Old 05/24/2011, 19:38   #10
 
elite*gold: 0
Join Date: Dec 2008
Posts: 316
Received Thanks: 44
I am sure it was 0x2114, still not in the Login server packet transfer.

BTW: With gameguard i get many many DC's too.
XchangliiX is offline  
Old 05/24/2011, 19:45   #11
 
elite*gold: 0
Join Date: Nov 2007
Posts: 959
Received Thanks: 602
Quote:
Originally Posted by XchangliiX View Post
I am sure it was 0x2114, still not in the Login server packet transfer.

BTW: With gameguard i get many many DC's too.
0x2114 is at isro
here it's 0x2110
also you get one gameguard packet right at the char listing screen,here's one of my logs:

Code:
[-2_7][C -> S][7007][1 bytes]
02                                                ................

[-2_7][S -> C][2110][17 bytes][Enc]
01 98 E6 BC 37 DB 81 0E C0 48 D5 A5 0A DB A1 F3   ....7....H......
F1                                                ................
vorosmihaly is offline  
Old 05/24/2011, 19:50   #12
 
elite*gold: 0
Join Date: Dec 2008
Posts: 316
Received Thanks: 44
Quote:
Originally Posted by vorosmihaly View Post
0x2114 is at isro
here it's 0x2110
also you get one gameguard packet right at the char listing screen,here's one of my logs:

Code:
[-2_7][C -> S][7007][1 bytes]
02                                                ................

[-2_7][S -> C][2110][17 bytes][Enc]
01 98 E6 BC 37 DB 81 0E C0 48 D5 A5 0A DB A1 F3   ....7....H......
F1                                                ................
In game??? so the client just has to answer with 0x7007 0x02 ???
I checked the login process, untill there, there is no GameGuard activitie.
It's possible to make a little tool that answers with 02 but i dont think that this is all...

**** I just didn't pay the 2€so i cant check it ingame ;DD
XchangliiX is offline  
Old 05/24/2011, 19:53   #13

 
Haxor's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 3,777
Received Thanks: 1,455
Quote:
Originally Posted by XchangliiX View Post

**** I just didn't pay the 2€so i cant check it ingame ;DD
register back free
Haxor is offline  
Old 05/24/2011, 19:53   #14
 
elite*gold: 0
Join Date: Nov 2007
Posts: 959
Received Thanks: 602
no,it's not all..so basicly,the client sends 0x7007 --> it receives 0x2110 and the charlisting packet aswell (0xB007),but you'll get gameguard packets regularly ingame,idk when exactly
vorosmihaly is offline  
Old 05/24/2011, 20:22   #15
 
elite*gold: 0
Join Date: Dec 2008
Posts: 316
Received Thanks: 44
Quote:
Originally Posted by vorosmihaly View Post
no,it's not all..so basicly,the client sends 0x7007 --> it receives 0x2110 and the charlisting packet aswell (0xB007),but you'll get gameguard packets regularly ingame,idk when exactly
I could try to edit the HS server of iBot, just editing the ip, i didn't find any port maybe cuz decompiler xD haha lawl but maybe it will help. yes but the client doesnt send the packet when it wants to ;D


EDIT: now i noticed there is 100% no security like the new one at isro now. isro vertys on port 15777 HS nothing here, and nothing on 15779 at login... so we just have the problem in game like you all are saying.

Now what i wanted to know, is it possible to login without activated/paid 2€?
XchangliiX is offline  
Reply


Similar Threads Similar Threads
EliteSro Bot
07/18/2011 - SRO Private Server - 6 Replies
What bot do u think it will work on EliteSro ?,,,,Thanks
[REQUEST]Mew EliteSro Media.pk
05/24/2011 - SRO Private Server - 6 Replies
Could Someone Try To Create A EliteSro Media.pk2 Without The Autologin,I Am Not Sure If It Is Possible,Just Asking
[REQUEST] EliteSRO Opcodes
05/21/2011 - SRO Coding Corner - 3 Replies
Is there anyone who got them already ... who share them? :o *lazy* and dont tell me there are too nearly the same as isro rsro csro and bla bla bla..?
elitesro
05/21/2011 - SRO Private Server - 4 Replies
why ofline sw ??? :rtfm::rtfm::rtfm::rtfm:
i need bapass gamegard in solider front in thailand
04/21/2008 - Soldier Front - 0 Replies
i need bapass gamegard in solider front in thailand



All times are GMT +2. The time now is 01:29.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.