CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - keyboard hook

搜索资源列表

  1. Anykey

    1下载:
  2. VC全局钩子屏蔽键盘上的任意键,如按WIN键没有相应,无提示但已经屏蔽!-VC global keyboard hook shielding the Anykey, such as by WIN no corresponding bond, but has not suggested shielding!
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:43132
    • 提供者:fishxz
  1. QQ_LLK_SOURCE

    0下载:
  2. QQ连连看外挂源码 20050609qq 连连看外挂简介 原理 1 截取屏幕,从而取得方块数据,然后搜索算法. 2 通过鼠标键盘钩子发送消息来消去. 3 腾讯反外挂作的很牛,连连看程序在接到鼠标点击消息的同时从驱动层判断有没有 点击消息,所以把0x00403291地址的内存锁定为0x00就可以让腾讯的凡外挂系统失效。 4 在消除过程中因为烟雾等特效的影响,中途按F9键分析结果很可能错误,谁有办法 解决这个问题一定要告诉我啊! 最好能取消动画特效,直接消去.
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:222180
    • 提供者:wancb
  1. VBHOOK

    0下载:
  2. VB钩子.用SetWindowsHookEx注册钩子. 实现了记录用户键盘输入。-VB hook. Registered with the SetWindowsHookEx hook. Achieved a record of the user keyboard input.
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-23
    • 文件大小:2393
    • 提供者:莫晓辉
  1. wgm

    0下载:
  2. 编程语言:delphi或者vc.(建议vc) 编程知识:hook技术,一些常用的api,dll,等。(如果,不了解先去看看资料) 工具:wpe,自己做的一个封包工具,进制转换器自己做个比较好。 外挂方法1.键盘鼠标模拟mouse_event等函数解决. 2.读取内存,看数据. 3.截取网络封包进行分析。(怎么封包解密:同一个动作截取n次比较,找出共同) 资料 网上的传奇挂机原代 -Programming Language: delphi or vc. (Reco
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-28
    • 文件大小:65991
    • 提供者:sfmadman
  1. vbkeybordrecord

    1下载:
  2. 这是一个VB写的键盘记录例子,其中加入了很优化的方式记录键盘信息,内部可以自己添加邮箱或者是ASP网站,是VB钩子中一个经典的例子-This is a keylogger written in VB examples, to include a very optimized way to record keyboard information, internal mail, or you can add your ASP site, is the VB classic example of a
  3. 所属分类:Game Hook Crack

    • 发布日期:2016-01-08
    • 文件大小:14994
    • 提供者:king
  1. vkeyboard

    0下载:
  2. “网游通用模拟键盘程序”是利用WINIO实现的一个可以在多种游戏上实现自动挂机的按键模拟器,通过对时间的精确设计,可以达到很理想很智能的挂机效果-" Universal gaming keyboard simulation program" is to use WINIO achieve a variety of games can be automatically hang up the keys on the simulator, by the time the exact
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-27
    • 文件大小:39179
    • 提供者:紫葡萄干
  1. MFCReKey(1)

    0下载:
  2. 用于魔兽争霸3 改键,并判断当前运行状态-Warcraft 3 Keyboard Hook
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-29
    • 文件大小:91225
    • 提供者:王子元
  1. 20120418

    0下载:
  2. 此包是一个很简单的外挂输入法,学习过程中编制的,其中使用键盘勾子,会报有木马,请自己编译后使用.-This package is a very simple plug-in input methods, the preparation of the learning process, use the keyboard hook, will be reported trojan, please use to compile.
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-04
    • 文件大小:1511761
    • 提供者:秦永久
  1. wg

    0下载:
  2. dll中实现了hook键盘的功能,并且可以在注入的对象中呼出窗口,窗口有自己定义-hook the keyboard dll portions, and can be exhaled in the injected object window, window has its own defined
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-11-23
    • 文件大小:6138577
    • 提供者:黄佳春
  1. KeyboardHook

    0下载:
  2. 原理:通过SetWindowsHookEx函数将DLL注入到进程的地址空间中,线程dwThreadId获取到的键盘消息会实现被钩子拦截-Principle: The SetWindowsHookEx function DLL is injected into the process s address space, the thread dwThreadId get to the keyboard hook to intercept messages will be achieved
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-06-01
    • 文件大小:14279951
    • 提供者:案件
  1. VCPPkeyhook

    0下载:
  2. VC++利用底层键盘钩子屏蔽任意按键 后台拦截任意按键-VC++ advantage of the underlying shield any key keyboard hook to intercept any key background
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-04
    • 文件大小:50634
    • 提供者:zc
  1. wgmk

    1下载:
  2. vb 做外挂需要用到的一些包括,键鼠模拟,ini读写,txt读写,内存读写,hook键鼠等等功能的过程。整合在一个模块里,拿来即用。-vb we do need to use some of the plug-in process include mouse and keyboard simulation, ini reader, txt read, memory read and write, hook the mouse and keyboard, etc. functions. Integ
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-14
    • 文件大小:2994
    • 提供者:王富贵
  1. MosKeyHook

    0下载:
  2. 通过获得窗口 键盘钩子 使用Winio进行模拟按键 及鼠标移动(By accessing the window, the keyboard hook uses Winio to simulate keystrokes and mouse movements)
  3. 所属分类:外挂编程

    • 发布日期:2017-12-23
    • 文件大小:147456
    • 提供者:hqzzzz
搜珍网 www.dssz.com