搜索资源列表
vc11184323424
- 扫雷程序外挂,真正的算法实现(非读内存方法),高级最快3~5秒,有具体的算法解释说明-mine external procedures, the real algorithm (read non-memory approach), the fastest three senior ~ 5 seconds, a specific explanation of the algorithm
AITetris
- 俄罗斯方块大家都玩过吧,一个非常好的俄罗斯外挂,自动玩哦。。。算法不错-Tetris we all played it, a very good Russian external automatically play oh. . . Good algorithm.
QQ_LLK_SOURCE
- QQ连连看外挂源码 20050609qq 连连看外挂简介 原理 1 截取屏幕,从而取得方块数据,然后搜索算法. 2 通过鼠标键盘钩子发送消息来消去. 3 腾讯反外挂作的很牛,连连看程序在接到鼠标点击消息的同时从驱动层判断有没有 点击消息,所以把0x00403291地址的内存锁定为0x00就可以让腾讯的凡外挂系统失效。 4 在消除过程中因为烟雾等特效的影响,中途按F9键分析结果很可能错误,谁有办法 解决这个问题一定要告诉我啊! 最好能取消动画特效,直接消去.
A-star A星寻路演示程序
- A星寻路演示程序,A*寻路算法在AStar.h中,使用的节点为Map.h中的Node Map类中NodeMap为节点图,寻路时只传节点地址-A Star pathfinding demo, A* pathfinding algorithm in AStar.h, the use of the nodes in the Node Map Map.h NodeMap class for the node graph, find its way only passing node address
hash
- 魔兽争霸哈希算法演示,从网上转来的,有兴趣的朋友可以研究,作为借鉴-Warcraft hash algorithm demo, transferred from the Internet, interested friends can study as a reference
MyDDP
- 这是我自己写的一个对对碰外挂,基于抓取页面放进内存将其转化为数组,然后再用算法对数组进行像素比较遍历,算法有待改进,不过用于小数据,足够了.大家下来学习学习吧.-This is my own write a plug-in right right touch, based on the crawled pages into memory to be translated into an array, and then re-use algorithm to traverse the array
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
llk_Hack
- QQ游戏连连看最新外挂 自动消一对牌 有详细算法-QQ Games Lianliankan latest plug-in automatically eliminate a pair of cards detailed algorithm
OPather
- C#编写的wow外怪模块。基于Pather解析mpq文件。基于A*算法解析路点。-Wow written in C# strange outside the module. Analysis based on Pather mpq file. A* algorithm based on analytical way point.
skyblue_LLK_Cheat
- QQ连连看游戏 很受欢迎,根据QQ连连看游戏界面的图形数据,设计一套外挂。其中包挂查找算法,自动消去。注意:必须先打开QQ游戏的连连看,外挂才能启动自动,并且把外挂先关,才能关QQ游戏。-QQ Lianliankan game was very popular, according to QQ Lianliankan game interface graphics data, design a set of plug-in. Package linked to the search algori
A-StarVC
- 做游戏脱机挂必备代码,很经典。 也是学习A星算法的好工具,动态展示算法过程。 更多资料请查看悠久网http://www.u9txt.com-Linked to the necessary code to do the offline game, very classic. A star algorithm is also a good learning tool, dynamic display algorithm process. For more information, pleas
LKCoreAlg
- 最近做了个连连看游戏,综合网上各种不同的思路,整理出了个人认为大家都比较好理解的一套思路。 游戏规则:很简单,就是点中两个互相匹配并且可以通过不多于两个折点的折线连在一起的方块后,这两个方块就可以消掉。 (说明:下面的行和列按照现实的行和列,并不是按照flash坐标系的坐标,请大家按需转换) 连通算法: 1.直连型 2.一折型 3.两折型 -Lianliankan game recently made a comprehensive line of
A-starGMer
- A*游戏基础算法,只能算是基础类的。如果有错误请指正-A* game basis algorithm
QQ-delphi-
- 所得出的密码有些错误,比如:QQ密码为16位,有各种字符的,就可能登录失败 // 可能是Delphi MD5算法的原因,我用VC2005来试过,没有错误.由于工作太忙 // 没有时间细细检查,还在麻烦大家试试 }-The password derived from some errors, such as: QQ password is 16, with a variety of characters, you may login failed// Delphi MD5 alg
Sokoban
- 自动推箱子游戏源代码:优化了剪枝算法,速度提升了百来倍。-Automatically Sokoban game source code: optimize the pruning algorithm, a hundred times faster.
A
- 用易语言编写的A星算法希望大家能够好好学习。-A star algorithm using easy language hope that we can learn.
qqLIANLIANKAN
- 不用模块的qq连连看源码,通过截图功能实现,内置连连看连线算法,是学习算法,截图的好源码-Qq lianliankan without module source code, achieved through the screenshot function, built-in lianliankan connection algorithm, learning algorithm, a good source screenshot
Axing-suanfa
- A星算法寻路画图.可以下载来-A Star pathfinding algorithm drawing can be downloaded to see ....
A星算法自动寻路
- A星寻路算法,用于游戏中自动寻路。它只是描述算法的原理,使你可以在进一步的阅读中理解其他相关的资料。(A star pathfinding algorithm for automatic pathfinding in games. It just describes the principles of the algorithm so that you can understand other relevant information in further reading.)
a星寻路
- 简单的2d游戏a星寻路算法 有实例地图文件 可以加密(The simple 2D game a star path finding algorithm has an instance map file to encrypt)