搜索资源列表
dnLiang 龙之谷的瞬移辅助
- 一个龙之谷的瞬移辅助,VB调用C写的驱动过GPK-A dragon valley shift of auxiliary, VB call C write driver had GPK
QQtang3.3WG_QUDONG
- 不死,穿墙,加速 等变态功能,采用VB加驱动级内在读写操作。-Die, pass through the wall acceleration abnormal function of drive level increases with the intrinsic VB to read and write operations.
vbwinio
- VB使用winIO 模拟键盘按键的测试程序,winio属于硬件模拟,但不支持usb键盘、鼠标,必须前台操作。 虽然有很多游戏封杀,但因为是开源,所以变种依然很多,如果自己有能力,也可以自己改一个专用版。 用InitializeWinIo函数加载驱动程序,如果成功会返回true,否则返回false,程序结束时记得用ShutdownWinIo函数卸载驱动程序。 本源代码仅供学习研究,禁止用于非法用途。下载时可能某些杀毒软件会报警,这说明您的杀毒软件还可以。-VB to
io
- vb,io驱动级键盘模拟程序代码,该代码是利用io.sys进行的驱动级键盘模拟,对于部分游戏屏蔽常规键盘模拟,用本程序方法可以突破-vb io driver class keyboard simulation code, the code is to use the keyboard simulation io.sys drive level can break part of the game shielded conventional keyboard simulation, using t
The-kernel-to-accelerate-the-VB
- 这是一个逆向游戏守望者的一个驱动,用来给整个系统进行加速处理. Hook 内核层的 KeQueryPerformanceCounter 和 KeUpdateSystemTime 来实现加速功能. 目前是整个系统都加速,包括系统时钟也变快了. R3层要加载D3D9相关的DLL,才会让时间显示加快. 变速公式: Result := 上次返回时间 + Round((当前返回时间 - 上次正常时间) * Power(2,倍数)) 请勿