搜索资源列表
VC制作的呼出窗口实例源码程序
- VC制作的呼出窗口实例源码程序,很适合初学VC++制作外挂的朋友参考使用-VC produced examples source exhaled window procedure is well-suited to beginners VC production external reference friend
win_russia
- 这是一个简单的图形动画,是用VC编的,采用了窗口显示方式,适合初学者参考。-This is a simple graphic animation, using a series of the VC using the window display mode suitable for advanced users.
WINMU_SRC.RAR
- mu窗口化vc源码,老版本用-mu window of vc source, the old version of
mmsource
- 稿件名称:用VC++编小游戏 稿件作者:李华英 程序名称:mgzy 运行环境:vc++6.0 注意事项: 1、 本程序用vc++6.0版本编成,用vc++6.0以上程序运行 2、 解压后直接运行mgzy.dsw程序; 3、 当屏幕被覆盖时,窗口中图象就会消失,手动刷新即可。
winspy.rar
- 一款VC++写的,查找窗口句柄小程序源码. 做外挂经常会用到.,A VC++ written to find the window handle applet source code. Do plug-in is often used.
VC-Mine-sweeper
- VC编写的扫雷游戏,在 Visual C++ 6.0 中,打开“扫雷游戏”项目文件。编译、连接、运行,打开如图所示窗口,即可进行扫雷游戏的操作。 -Mine written in VC games in Visual C++ 6.0, open the " Minesweeper" project file. Compile, link, run, open the window shown, you can de-mining operation of the game.
EnumWindows
- VC++利用EnumWindows函数获得桌面所有窗口句柄的实例演示-VC++ using EnumWindows function to obtain the desktop window handle of the instance of the presentation of all
234
- VC写的连连看游戏外挂源程序,使用时请先确保你已经打开连连看游戏,要先点击“锁定”按钮,将游戏窗口定格,然后点击“编码”按钮,编码成功的话会有提示,此时你可以点击“消去”按钮,
memo
- 窗口、进程、模块信息分析工具加内存读取和遍历工具: vc---vs2008 可以作为外挂编写时分析进程、内存的工具,并可以获取所有打开的进程id句柄等信息-Window, the process module information analysis tools plus memory read and Ergodic tools: vc--- vs2008 the time of the preparation can be used as plug-analysis process,
GameHack
- VC++开发外挂用的框架程序, 可以在此基础上根据功能去写外挂,一个HOOK窗口的框架程序.-VC++ Development framework with plug-in procedures, can be the basis of this function to write plug-ins in accordance with a framework of procedures HOOK window.
I_go
- 可以双人对决的VC++围棋程序。虽然程序不很复杂,但必竟是我自己亲手写噢,通过编写这个小程序,让我对VC++有了更深层的了解,想要的下载。游戏打开后可以选择适合15、17寸液晶的窗口,下棋速度很快。-Can double between the VC++ Go procedures. Although the procedure is not very complicated, but will actually write my own hands Oh, through the prepar
mario01
- VC++超级玛丽游戏增强版源代码。比以前游戏机上的更强悍,这个版本在电脑上玩不亚于游戏机上的。而且经过多次修改,已接近完美,本次更新又增加了地图、水管等攻击类型和支持更多的敌人,窗口可以调整大小,源代码文件也是空前完整,游戏程序打开即完。用VC++从事游戏编程的朋友你千万不可错过。-VC++ Super Mario game is enhanced version of the source code. Than the more powerful game consoles, this ver
zhgqqllkwg
- VC写的连连看游戏外挂源程序,使用时请先确保你已经打开连连看游戏,要先点击“锁定”按钮,将游戏窗口定格,然后点击“编码”按钮,编码成功的话会有提示,此时你可以点击“消去”按钮,就这样重复操作,每一局你几乎都会赢,想学习原理的朋友,在这里先不告诉你,自己研究代码吧。-VC wrote Lianliankan game plug-in source, use first make sure you have opened Lianliankan game, first click the "lock
zhgqqllkwg
- VC写的连连看游戏外挂源程序,使用时请先确保你已经打开连连看游戏,要先点击“锁定”按钮,将游戏窗口定格,然后点击“编码”按钮,编码成功的话会有提示,此时你可以点击“消去”按钮,就这样重复操作,每一局你几乎都会赢。-VC wrote Lianliankan game plug-in source, use first make sure you have opened Lianliankan game, first click the " lock" button, the ga
qqllkwg
- VC写的连连看游戏外挂源程序,使用时请先确保你已经打开连连看游戏,要先点击“锁定”按钮,将游戏窗口定格,然后点击“编码”按钮,编码成功的话会有提示,此时你可以点击“消去”按钮,就这样重复操作,每一局你几乎都会赢,想学习原理的朋友,在这里先不告诉你,自己研究代码吧。 -VC wrote Lianliankan game plug-in source, use first make sure you have opened Lianliankan game, first click the &q
DirectDraw00
- DirectDraw基础窗口 VC++2008
3_09104339
- 可以双人对决的VC++围棋程序,游戏打开后可以选择适合15、17寸液晶的窗口,下棋速度很快。-You can double showdown of the VC++ Go program, the game opens you can select the appropriate 15,17-inch LCD window, playing chess fast.
qk_snake_api
- VC++贪吃蛇游戏源码 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别
VC-Tetris
- VC编写的俄罗斯方块游戏源码,在 Visual C++ 6.0 中,打开“俄罗斯方块游戏”项目文件。编译、连接、运行,打开如图所示窗口,即可进行俄罗斯方块游戏的操作。-VC source Tetris game written in Visual C++ 6.0, open the " Tetris" project file. Compile, link, run, open the window shown, you can make the operation of th
You-can-double-duel-VC-PP-Go-program
- 可以双人对决的VC++围棋程序,游戏打开后可以选择适合15、17寸液晶的窗口,下棋速度很快。-You can double duel VC++ Go program, after the game you can choose to open the windows 15, 17-inch LCD, board games fast.