Maika Posted May 15, 2007 Posted May 15, 2007 By using Info Window tool to get classnameNN of notepad i can send key to minimize notepad window < controlsend("title","text","controlID,"string") > Now I want my script can send key to a game, but Info Window tool can't get information from this game's window. Any one can help me to solve this problem. Thanks for reply
Generator Posted May 15, 2007 Posted May 15, 2007 By using Info Window tool to get classnameNN of notepad i can send key to minimize notepad window < controlsend("title","text","controlID,"string") >Now I want my script can send key to a game, but Info Window tool can't get information from this game's window. Any one can help me to solve this problem.Thanks for replyWhat game is this?
Generator Posted May 15, 2007 Posted May 15, 2007 (edited) no reply ?no one know how to doIs that game full-screen? Or does it have some sort of Anti-Cheat system? Edited May 15, 2007 by Generator
Maika Posted May 15, 2007 Author Posted May 15, 2007 (edited) 1.game mode is window 2. i have tried "" for controlID 3.This game use Xkernel , nProtect sys tem (hacking prevent system).But in other game use nProtect Autoit is still working Edited May 15, 2007 by Maika
Generator Posted May 16, 2007 Posted May 16, 2007 1.game mode is window 2. i have tried "" for controlID3.This game use Xkernel , nProtect sys tem (hacking prevent system).But in other game use nProtect Autoit is still workingAutoIt will work but it won't have any effect on the game, nProtect blocks the keystroke that are send by software. I remember there was a bypass dll for it. But I forgot.
erebus Posted May 16, 2007 Posted May 16, 2007 The same problem exists for the Steam engine (no control IDs at all, among other protection tricks). Try matching the window title to activate the window and send your key with the traditional keyboard trick (TAB, Shift+TAB, ENTER, etc). When control IDs fail, simple ideas may do the job
Maika Posted May 19, 2007 Author Posted May 19, 2007 AutoIt will work but it won't have any effect on the game, nProtect blocks the keystroke that are send by software. I remember there was a bypass dll for it. But I forgot.can you remember that where you had found the way to bypass dll for it ( in what forum?, topic ... etc )
Generator Posted May 19, 2007 Posted May 19, 2007 can you remember that where you had found the way to bypass dll for it ( in what forum?, topic ... etc )It was in MzBot's source(A bot for maplestory). The top is buried right now so I can't find it. Basically it provides you a dll and what the result is you send msg to the program and let the program recongize that this key is pressed instead of stimulating it. But it was some hard way to get around nProtect Gameguard, maybe that will give you some ideas on looking for Windows API.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now