摘要:        
a、远程读取进程数据b、打开远程进程c、读取远程进程数据首先百度一个cheat engine软件,自学一下很简单 1 API函数介绍 2 1、FindWindow //获取窗口句柄 3 2、GetWindowThreadProcessId //获取窗口进程ID 4 3、OpenProcess //打开指定进程 5 4、ReadProcessMemory //读指定进程 内存数据 6 游戏进程名: 7 游戏窗口标题: 8 HWND FindWindow( 9 LPCTSTR lpClassName, ...    阅读全文
posted @ 2014-03-25 21:34
beautifulzzzz
阅读(642)
评论(0)
推荐(0)
        
            
        
        
摘要:        
a、鼠拟鼠标单击mouse_eventb、鼠标指针移动还原HWND gameh;//游戏窗口句柄RECT r1;//RECT结构表示一个矩形区域POINT p;//x,yvoid CFewDlg::OnStartGame(){ gameh=::FindWindow(NULL,"井字棋"); ::GetWindowRect(gameh,&r1); GetCursorPos(&p);//保存当前鼠标指针 //取得当前鼠标位置 SetCursorPos(100+r1.left,100+r1.top);//当前窗口坐标+开局按钮坐标 this->m_x=r1.    阅读全文
posted @ 2014-03-25 20:38
beautifulzzzz
阅读(1002)
评论(0)
推荐(0)
        

 
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号