Hi Guys, I am a fan of 9DSN0.8 compare to all other ones. I made a automatic script using AutoIT like Drum84 to open 9Dragons Launcher and press start. Then it was suppose press on the on screen keyboard to enter password it stopped. GameGuard hooks on to many process, threads, or what ever necessary to allow emulation of keypressing. It would then check for things (AutoIT) being send through those processes and stop them. Someting like AutoIT will not be able to hook on to functions used to automate key pressing. What Drum84 did in 9DSN0.8 using AutoIT was that he included something in there that GG will not be able to detect as a AutoIT script.
I have the ealier version of GG prior to this update, currently working on a emulation server. But it may not work if the new version of GG is the one that are able to check version every 10mins than you will get DCed if using emulation server.
This has happened to SilkroadOnline I used to play using bots.
1. Emluations GG Server (worked for a while with number2)
2. Edit or Mod Client to remove GG (worked ....)
Silkroad continues to update GG but bots are still working, there much be something we can do.
1. I was going to build a mechanical thing that was drop down press key and bounce back up....(Ultimate cheat lol, not even GG can do anything with it)
2. Because of the first idea, I realize GG has hooked on to all process that uses software fucntions to generate a pressing key. So if we can understand how every key press on the keyboard is generated it would be a ultimate cheat using software.
So basically we have to code the next program using machine language (low level programming language) since GG hooked on to all the higher level programming language.
When 8 is pressed it generate a hex kind of assembly language 0x86 something similar not exactly ( need to look up)
If we can code one using those low level language it probably will be able to actually generate real key press using programming language to by pass.