搜索资源列表
winioms
- WINIO模拟鼠标键盘,VB,某些电脑无效,
WINIO_DELPHI_Virtual_KeyBoard_Mouse_DEMO
- WINIO DELPHI模拟鼠标键盘DEMO 带帮助的..winio是没有源码的,这大家都清楚...里面有带个delphi demo.... 硬件的模拟PS2鼠标键盘还是不错的
winio.rar
- 内联汇编 直接操作winio驱动写io模拟鼠标键盘,Inline assembly winio directly mouse-driven simulation of a keyboard to write io
WinIo
- 驱动层模拟鼠标键盘,支持ps/2的接口,不会被拦截。-Mouse and keyboard-driven simulation
winIO2
- 驱动级模拟使用winio模拟键盘和鼠标的例子-Driver-level simulations using the keyboard and mouse winio simulation examples
底层虚拟建开发
- InitSuperKeys() 安装WINIO驱动,一般用于Form_Load事件中调用 CloseSuperKeys() 卸载WINIO驱动,一般用于Form_Closed事件中调用 KeyDown(Key) 模拟普通Key键按下。 KeyDownEx(Key)模拟扩展Key键按下。 KeyUp(Key)模拟普通Key键弹起。 KeyUpEx(Key)模拟扩展Key键弹起。 KeyPress(Key)模拟普通Key键按下并弹起一次。其中按下和弹起的默认时间间隔是200毫秒 KeyPress(K
vr2Modify
- 1.锁定生命,子弹,接关次数.对学习游戏内存读取和写入有一定的帮助。 2.利用winio自动点鼠标射击。利用winio模拟鼠标和键盘是很好的模版教才。-1. Lockout lives, bullets, then off times. To learn to read and write memory, the game is certainly helpful. 2. Winio automatically click of a mouse using fire. Winio simul
vbwinio
- VB使用winIO 模拟键盘按键的测试程序,winio属于硬件模拟,但不支持usb键盘、鼠标,必须前台操作。 虽然有很多游戏封杀,但因为是开源,所以变种依然很多,如果自己有能力,也可以自己改一个专用版。 用InitializeWinIo函数加载驱动程序,如果成功会返回true,否则返回false,程序结束时记得用ShutdownWinIo函数卸载驱动程序。 本源代码仅供学习研究,禁止用于非法用途。下载时可能某些杀毒软件会报警,这说明您的杀毒软件还可以。-VB to
moni
- 调用WINIO,内嵌汇编代码模拟键盘鼠标操作。-Call WINIO, inline assembly code simulate keyboard and mouse operation.
winIOkey
- VB使用winIO 模拟键盘按键的测试程序,winio属于硬件模拟,但不支持usb键盘、鼠标,必须前台操作。 -VB keyboard keys using winIO simulation test program, winio a hardware simulation, but does not support usb keyboard, mouse, must be front operation.
winio
- delphi实现winio模拟键盘和鼠标操作-delphi winio analog keyboard and mouse operation
winIOkey
- VB使用winIO 模拟键盘按键的测试程序,winio属于硬件模拟,但不支持usb键盘、鼠标,必须前台操作。 VB keyboard keys using winIO simulation test program, winio a hardware simulation, but does not support usb keyboard, mouse, must be front operation.-VB keyboard keys using winIO simulation test
WinIo
- 利用WINIO软件 驱动级模拟键盘鼠标 可以通过大部分游戏等程序-WINIO use keyboard and mouse software driver level simulation procedures through most of the game
WinIo
- WinIO模拟鼠标键盘。避免某些游戏不可以触发-WinIO simulate mouse and keyboard. Some games can not avoid triggering
WINIO1
- delphi实现winio模拟键盘和鼠标操作,有示例比较详细及接口说明方法.-delphi achieve winio simulate keyboard and mouse actions, there is an example of a more detailed descr iption of methods and interfaces.
WinIo-emulating-keyboard-and-mouse
- Delphi下利用WinIo模拟鼠标键盘详解,技术实现细节介绍。-Emulating keyboard/mouse actions by winIo, using Delphi.
MosKeyHook
- 通过获得窗口 键盘钩子 使用Winio进行模拟按键 及鼠标移动(By accessing the window, the keyboard hook uses Winio to simulate keystrokes and mouse movements)
TestKeyboard
- C# 模拟键盘输入 1 .使用WinIO.dll直接在驱动层面模拟按键。 这里需要用到一个组件,那就是使用WinIO.dll,这是是国外大佬开发的一个dll。 WinIO程序库允许在32位的Windows应用程序中直接对I/O端口和物理内存进行存取操作。通过使用一种内核模式的设备驱动器和其它几种底层编程技巧,它绕过了Windows系统的保护机制。 使用此组件的环境要求: •系统Win7或Win10均可。 •需要PS/2键盘(老式的针孔插头的键盘),USB键盘不