GG DLL Injector

04/21/2009 23:46 Night Dragon#1
Hey guys and gals!

I came across this utility that is used for injecting code into the DLL files that allow you to perform functions in a game that are usually found in a cheat engine. The tool is called G3NTOOL and you can google that for more info about it. I'm just wondering if anyone has had any luck with making a dll file for injection yet or has had any progress on that. I will be doing some Ollydb tonight to see if I can find anything useful.

As always, useful comments/ideas are appreciated!
04/23/2009 17:44 Night Dragon#2
*bump*
04/23/2009 18:21 Gertos#3
I don't think this will work.

The software can inject a DLL to an other program, but it need to 'see' the other prog for this.

GG is hiding rappelz , so you can't access it with this program.
04/23/2009 19:29 Night Dragon#4
I somehow knew you would find your way to this thread sooner or later Gertos ;)

There are ways to reveal the processes being hidden with 3rd party scanners that will show you the PUID of the hidden process, so that is not really a big issue. Seems like the biggest part of this would be to code the DLL with the code to be injected.
04/24/2009 21:52 Night Dragon#5
Well its starting to look like this is all the responses that I'm gonna get as this forum has now shifted to a classifieds type of forum where only buying and selilng/trading is happening. Where did all the programmers go??
04/25/2009 08:48 serafincro#6
exactly :)
No one want to share knowledge :)

Look at Maple Story.. they are team :)
04/28/2009 12:38 blacklion120#7
yea night dragon you ar right...there is a black market but no....everone make's a new topic
04/28/2009 19:15 Gertos#8
oh , I have shared my knowledge
( just the know-how and not the binaries. *g* )

But there are to less people here that understand it.
And to many are even to lazy to read a few post in a thread.
04/28/2009 19:17 Gertos#9
Quote:
Originally Posted by Night Dragon View Post
There are ways to reveal the processes being hidden with 3rd party scanners that will show you the PUID of the hidden process, so that is not really a big issue.
Do you know a tool that is able to see the rappelz process ?
Maybe you can post a link ;)
04/29/2009 17:04 Night Dragon#10
Quote:
Originally Posted by Gertos View Post
Do you know a tool that is able to see the rappelz process ?
Maybe you can post a link ;)
Absolutely!

[Only registered and activated users can see links. Click Here To Register...]
05/08/2009 16:38 killpbj#11
Ive had success in bypassing gameguard to do mouse / keyboard commands and getpixel. Was even able to get the PID of the rappelz window. Just couldnt get a HANDLE for it since GG has the kernel function of OpenProcess hooked, and not sure how to do a kernel level bypass yet.