搜索资源列表
games-windows
- 游戏窗口化源码,如果出现“钩住用dll不存在”的提示,请选中程序然后右击按设置 然后在弹出的对话框里点“辅助DLL” 右边框框右边的“打开”按钮,选D3Dwindower根目录下的D3dHook.dll 然后再运行游戏应该就行了 还有有些游戏不能全屏的话,把“一般”选项里的“非活动时缩小窗口”钩上,就解决了 但是这个软件支持的游戏有限,很多都不能执行,只能等以后的版本解决了,没有什么软件能全部支持-Source window of games, if the "hook
duiduipeng
- 以前开发的qq对对碰软件,由于模拟鼠标事件被封杀,所以也就没多大用处了,不过其中的算法可以学习下,也可以加上硬件模拟,让它"死灰复燃".-Previously developed software qq right right touch, as the simulation of a mouse event has been blocked, so it will not be of much use, but the algorithm which can learn, the simula
code
- 循环 1,窗口置前 2,模拟TAB键(需要等待sleep) 3,模拟1键普通攻击 4,攻击等待(1000毫秒) //这里是上节课的模拟按键打怪的代码 HWND hwnd hwnd=::FindWindow(NULL,"Element Client") //窗口置前 ::ShowWindow(hwnd,SW_RESTORE) ::SetForegroundWindow(hwnd) //模拟1这个按键。
automating_web_browsing_src
- 网页外挂示例(C#) 网页外挂开发入门级源码,自动定位按钮响应Click事件,自动添写文本框内容,自动选择复选框,自动控制下拉列表等基本操作 基于VS2005的C#源码 -Web plug-in example (C#) web development entry-level external source, automatically positioning the button to respond to the Click event, automatically Please fil
mouse
- 模拟鼠标,包含单击双击和右击,都给出了按钮模拟事件-Analog mouse contains click double-click and right-click button given simulated event
APC
- APC中文叫异步过程调用(APC)是NT异步处理体系结构中的一个基础部分。Alertable IO(告警IO)提供了更有效的异步通知形式,当IO请求完成后,一旦线程进入可告警状态,回调函数将会执行,也就是一个APC的过程。线程进入告警状态时,内核将会检查线程的APC队列,如果队列中有APC,将会按FIFO方式依次执行。如果队列为空,线程将会挂起等待事件对象。以后的某个时刻,一旦APC进入队列,线程将会被唤醒执行APC。-APC called asynchronous procedure call
Thed
- This work presents a combination of the Generalized Predictive Control (GPC) algorithm with event-based sampling techniques. The proposed control scheme preserves all well-known individual advantages of GPC and event-based sampling algorithms, re
Digger
- 一个MC服务器端简单的BackDoor,监听了PlayerCommandPreprocessEvent事件-A simple server-side MC BackDoor, monitor the Player Command PreprocessEvent event