搜索资源列表
API模拟发送按键.鼠标动作
- 这是一个模块,主要示范SendInput API函数,模拟发送按钮按下,放开,鼠标单击,按下,放开等动作,并同时可以向指定的程序,如记事本,画笔等运行的程序发送按键,鼠标事件.您可以在画笔程序中自动画一副画,呵呵,当然也可以控制任意程序
模拟QQ小键盘的一款Delphi控件源码
- 内容索引:Delphi源码,控件组件,小键盘 模拟QQ小键盘的一款Delphi控件源码,控件关键字:低级键盘钩子、按键状态 正常 鼠标进入 鼠标点击、数字数组、字母数组、所有按键的区域结构、忽略键盘的Shift消息、如果此值为真,则取Shift状态的时候按照下面的字段拳… FAutoFitSize: Boolean; //是否自动调整大小 FAtOnceRePaint: Boolean; //字段改变后是否立即刷新 FUsePicture: Boolean; //使用图片做为
ZCWG.rar
- QQ游戏找茬外挂,原理是比较两图像相应点的颜色的RGB值,如果相差不大则认为相同,最后用红线画出不同位置,自己用鼠标点就可以了……可以进一步优化,采用模拟鼠标按键的方式实现……,Finding fault plug QQ games, principles are more points of the two images corresponding RGB color values, if the same is no less than that, the last red line pai
simulateDlg
- 利用键盘上的左右上下按键,用来实现模拟鼠标功能-Use the keyboard up and down the left and right keys, the mouse is used for analog functions
bb
- 兵乓球的辅助工具,模拟鼠标按键操作,实现发旋转球-兵乓球auxiliary tools, Analog mouse button operation, implementation hair spin
ps2_mouse_driver
- 利用MSC系列单片机 89S51 模拟PS2协议 对鼠标进行读写控制 可以再LCD1602 上显示坐标和鼠标按键值-used MSC series MCU 89S51 to drive PS2 mouse ,display the keyvalue and position
AutoHotkey104805_source
- AutoHotKey的VC++源码,一款鼠标键盘模拟工具,与按键精灵类似。-AutoHotKey' s VC++ source code, a mouse and keyboard simulation tools, and buttons similar to the wizard.
QQ2008A
- QQ2008攻击器,QQ2008的一个操作漏洞,通过语音或视频申请干扰对方,现在虽已过时,但程序中的模拟鼠标按键和模拟键盘按键的方法对初学者还是有用的。-QQ2008 attack device, QQ2008 an operational vulnerabilities, voice or video applications for interference by the other party, while we have out of date, but the simulation p
keyboad-replace-mouse
- 键盘模拟鼠标,其实就是让接收键盘消息,然后让相应的按键模拟鼠标的动作! 我的程序里面方向键上 下 左 右 分别代表鼠标的移动! F6是左键点击,F7是右键点击,F9是退出,把操作权还给鼠标! 注意,本程序是基于Win32SDK 写的,没有用MFC的任何函数!占用内存只有1MB多!-Keyboard, mouse simulation, in fact, to receive keyboard messages, then the appropriate button to simulate mo
kabodwaiguayuanma
- kabod加速,死亡保护,自动挂机,通过窗口选进程,后台挂机。后台模拟鼠标按键。-the kabod accelerated death protection, automatic hang up, hang the election process through the window, background. Background simulate mouse button.
AutoKey
- 用csharp写的,是一个模拟鼠标按键 和键盘按键。类似按键精灵,想学习的同学可以下载。-The csharp write a simulated mouse buttons and keyboard keys. Similar QuickMacro, students want to learn can be downloaded.
App_vb6
- 驱动级模拟鼠标和键盘按键,非常简单的调用驱动,结构清晰,容易学习。(it is good for you if you want get mouse work)
鼠标按键模拟
- 模拟鼠标按键简单源码,可以设置快捷键和按键间隔,支持鼠标左右键
Client
- 模拟鼠标按键简单源码,可以设置快捷键和按键间隔,支持鼠标左右键(Simulation mouse button simple source code, you can set the shortcut keys and key intervals, to support the left and right key)
mouseclick
- 模拟鼠标按键1,模拟鼠标按键2,模拟鼠标按键3(Every time when the New Year is coming, my mother will go to the flower market to buy some fresh and beautiful flower to decorate our house. I like to go there with her, because I can gain the knowledge about flowers, at the s
click
- 模拟按键和模拟鼠标最好用的方法,已经封装好,windows下直接调用(The best way to simulate keystrokes and simulated mouse has been packaged and called directly under windows.)
键鼠模拟
- 模拟键盘、鼠标自动化操作桌面,之前用在公司的报警信息处理,如有需要,可以参考(make the keypad and mouse auto used)
VB模拟按键精灵自动点击网页
- VB模拟按键精灵,自动刷新网页 自动点击 自动语音提示(VB analog button wizard, automatic refresh of web pages, automatic click on automatic voice prompt)
VB鼠标按键精灵
- VB鼠标按键精灵(VB模拟出的按键精灵大部分功能)(Private Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long) Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long
易语言模拟按键源码
- 在这里把模拟游戏按键源码,可以自己做游戏挂机发给大家了,供大家学习参考。 小编用易语言编的自动喊话器,为什么只有回车好使,而其他的没有效果,比如向下光标键,而在QQ什么的就管用,也能正常工作,就是dnf不好使,原来就算你写出个模拟按键,在DNF里也没用。DNF里有个就是阻止模拟键盘模拟鼠标的程序。 把连发代码写到DLL中(必须在DLL的_启动子程序中添加初始化代码,否则你只能看到DLL被加载,却没有任