Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online
You last visited: Today at 10:25

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

Advertisement



*HOT* My solution to Kill GameGuard

Discussion on *HOT* My solution to Kill GameGuard within the Silkroad Online forum part of the Popular Games category.

Reply
 
Old 03/07/2006, 18:32   #31
 
elite*gold: 0
Join Date: Feb 2006
Posts: 97
Received Thanks: 3
lets just hope we dont have to wait very long ^^

the glass is half full :P
DamoniousB is offline  
Old 03/07/2006, 18:32   #32
 
elite*gold: 0
Join Date: Aug 2004
Posts: 57
Received Thanks: 3
@Khyl

maybe your bot collected it and dropped it into the storage
matty87 is offline  
Old 03/07/2006, 22:48   #33
 
elite*gold: 0
Join Date: Jul 2005
Posts: 149
Received Thanks: 1
I am guessing that jMerlin can help us out with this- if i am correct, you need to make a small emulator that will send the packet saying that GG is running to the server.

Sorry if im wrong in advance >.<
grishathebest is offline  
Old 03/07/2006, 23:39   #34
 
elite*gold: 0
Join Date: Jun 2005
Posts: 99
Received Thanks: 0
On the contrary I'm working on a fix that will run SROBot with the gameguard version intact =).

Basically silkbot.exe is just a generic loader that sits and waits for sro_client.exe to be loaded ( copy your notepad.exe and rename the copy to 'sro_client.exe' then execute it and attach ollydbg to it and you'll see that silk.dll is injected ). Basically there's 2 circumstances. Gameguard is pre-empting it and loading before it can inject its code.. thus hiding it from the process list ( like I said a loader made using windows would be more efficient since hiding the window would prevent the game from drawing ), however there's one other thing that could be happening. Silkbot is injecting silk.dll when sro_client.exe is loaded ( it can happen since sro_client.exe executes gameguard.des, which means it's 100% loaded and mapped into memory first.. ) and gameguard is unloading the module from memory.

I'm banking on the second one since gameguard is lame as hell. Since I know that silkbot.exe simply injects silk.dll ( that's it ) into sro_client, I'm going to simply make an injector similar to my gunbound one that will inject through gameguard into sro_client. The source-code will be posted along with the binary and the bot will run with gameguard intact.

There's also 1 other thing:

Reading into sro_client.exe ( the dumped one.. i TOLD you I had the source now since I have the ASM which means I can patch gameguard checks ).. I found that the source of this error:

sro_client.exe(3644) - Unhandled Exception ACCESS_VIOLATION (0xc0000005) at address 0x00550a62
in module C:&#092;Program Files&#092;Silkroad&#092;sro_client.exe(2006-03-07:10-28-12).
Registers:
EAX 00000000 EBX 00000000 ECX 01F23E08
EDX 012869D8 ESI 00000000 EDI 00000011
CS:EIP 0000001B:00550A62 SS:ESP 00000023:0012D648 EBP 00000023
C:&#092;Program Files&#092;Silkroad&#092;sro_client.exe at address: 550a62
C:&#092;Program Files&#092;Silkroad&#092;sro_client.exe at address: 559b19

Is caused by a mov operation following a conditional jump that is not taken resulting in an unhandled exception which effectively kills the process. So simply put, patching this mov statement ( it's a jnz, mov, retn.. so the mov does nothing important ) may disable the need to run gameguard to continue playing. We shall see, as I am patching my client at this very moment to see if the more simplistic solution works.


00550A62 C605 00000000 00 MOV BYTE PTR DS:[0],0

As you can see.. that's redundantly stupid.. mov [0],0 is a sure-fire crash. I'll patch it with NOPs and see what happens.
jMerliN is offline  
Old 03/08/2006, 00:00   #35
 
elite*gold: 0
Join Date: Jun 2005
Posts: 99
Received Thanks: 0
Quote:
Originally posted by Makaveli@Mar 7 2006, 03:24
oh, yeah i've noticed this too now, i'll search for the problem

I've added a link to the original sro_client.exe to my first post

btw the coders of the SROBot already working on a GameGuard proof version
If they e-mailed me the source to their loader I could have it gameguard proof in like 10 minutes because I've done it before -_-
jMerliN is offline  
Old 03/08/2006, 01:33   #36
 
elite*gold: 0
Join Date: Mar 2006
Posts: 1
Received Thanks: 0
Do you think you could try the same concept with this gameguard bypass in Maple Story? I've been trying to make a hack for maple and I'm too lazy to get Apache to work for me. Thanks
HamHamMan is offline  
Old 03/08/2006, 01:38   #37
 
elite*gold: 0
Join Date: Jun 2005
Posts: 99
Received Thanks: 0
It's not really a bypass...

Your client will run until the next gg heartbeat and then poof. It dies.

You would need to have a very simple packet intercepting program monitoring packets to and from the client.. and when an incoming gg heartbeat comes, respond with the correct data without sending it to the client.. then you could run a non-gg client with a gg server.
jMerliN is offline  
Old 03/08/2006, 02:20   #38
 
elite*gold: 0
Join Date: Jul 2005
Posts: 149
Received Thanks: 1
Cant wait for you to crack it fully

I think i undertand your post, but if u decide to keep gg intact then wont it still monitor the keyboard/mouse moevements so the macro wouldnt work?

Your last post sounds good though
grishathebest is offline  
Old 03/08/2006, 02:32   #39
 
elite*gold: 0
Join Date: Jun 2005
Posts: 99
Received Thanks: 0
Nah gameguard doesn't monitor anything lol.. it just prevents intrusions in the protected game =).
jMerliN is offline  
Old 03/08/2006, 02:47   #40
 
elite*gold: 0
Join Date: Jul 2005
Posts: 149
Received Thanks: 1
O.O Someone posted before that it did >.<
grishathebest is offline  
Old 03/08/2006, 04:58   #41
 
elite*gold: 0
Join Date: Jul 2005
Posts: 25
Received Thanks: 0
does anyone know this kind of spyware...
after this spyware got to my comp. my destop crewup and i can't change desktop background anymore...
and it keep telling me to get AdwareSheriff.....
plz help me out.....
naruto01 is offline  
Old 03/08/2006, 05:18   #42
 
elite*gold: 0
Join Date: Sep 2005
Posts: 31
Received Thanks: 0
wrong topic o0
skilled is offline  
Old 03/08/2006, 05:54   #43
 
elite*gold: 0
Join Date: Jun 2005
Posts: 99
Received Thanks: 0




Well I got the bot to load around gameguard ( yes that image is with gamegaurd running )...

But apparently it needs its client running because it can't "login" or whatever...

The autopotting doesn't work.. if I hit Insert/Home/End it gives me that "Bot Login Failure" error and disconnects me from the server. So I'm gonna need to figure out why the hack does that ( I need to unpack the actual hack and the silkbot loader ).

But the good news -- I can inject past gameguard.
jMerliN is offline  
Old 03/08/2006, 06:01   #44
 
elite*gold: 0
Join Date: Sep 2005
Posts: 31
Received Thanks: 0
Yay
Great news.. keep it up!!
skilled is offline  
Old 03/08/2006, 06:32   #45
 
elite*gold: 0
Join Date: Mar 2006
Posts: 29
Received Thanks: 1
whoa, nice job on the bypass
and also you're hella high lvl, what server do you play in?!
nice job again
2wire is offline  
Reply


Similar Threads Similar Threads
guyz help to kill gameguard
06/28/2010 - Wolfteam - 9 Replies
plz if anyone can help me to open wolfteam without gameguard plz tell me how ihave hacks and iwant to use cheatengin to creat more hacks but the gameguard is a problem
Help me kill gameguard............
03/06/2010 - Grand Chase - 5 Replies
Anyone that have knowledge about this............ pm me.............. I'm almost close to it............. So just pm me............ Specially you chiharu..............
ARCHLORD WONT START? PROBLEMS WITH GAMEGUARD? I HAVE SOLUTION FOR THAT!!
11/12/2009 - Archlord - 33 Replies
O.K. i found out why archlord wont start! because your windows dont have orginal documents for run a arc! How i can Play archlord?? 1. Format your PC...(only disc where is Archlord) 2. Install new Windows (Xp,Vista,Win 7) 3. Install all drivers for your PC 4. Download Archlord! site: Downloadable Client: Archlord: Arch Battle of the World Client (October 2009) - Demo Movie Patch Download Section - GamersHell.com 5. Install Archlord and WebzenStarter 6. And try to play! Works for me
Let's kill GameGuard again.
03/29/2008 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 0 Replies
Hahah just an update to kill GG in PTS kamael 1.5 server. WolfHeart Clan Hall Kamel+ PTS NA Patches
Gameguard solution < ... port 80 ... >
02/06/2008 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 1 Replies
I have a solution... go to "c:\windows\system32\drivers\etc\" and open the archive "hosts" and erase the last lines without the "#" and save. try now! works :D



All times are GMT +1. The time now is 10:26.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.