搜索资源列表
mmzmagic_NetBallGame
- 网络版珠宝大对决。 Sources目录为源代码,包含所有公共单元BaseClass|客户端服务DLL GemFight|服务端 GemFightServer BIN目录为运行程序的目录 执行顺序 先运行bin目录下的\\服务端\\CenterServer.exe 此程序是登陆服务器 负责在线服务信息的路由。 bin目录下的\\服务端\\GemFightGameServer.exe 此程序是游戏服务器 负责珠宝大对决的游戏信息处理信息。
g016
- 小蜜蜂射击游戏源程序不仅演示了 vb 的图形操作技巧键盘操作还演示了怎样使用 npmod32.dll(已包含免费) 来播mods3mmppmedxmitmdzitzxmzs3z 等音乐格式文件-Bee shooter source not only demonstrated the vb graphics techniques keyboard operation also demonstrates how to use npmod32.dll (included free) to broadc
sgjq
- 四国军棋 JQClient.vcproj 这是用应用程序向导生成的 VC++ 项目的主项目文件。 它包含有关生成此文件的 Visual C++ 版本的信息,以及 有关使用应用程序向导选择的 平台、配置和项目功能的信息。 JQClient.cpp 这是包含 DllMain() 定义的主 DLL 源文件。 -This is四国军棋JQClient.vcproj AppWizard generated by VC++ project of the
mar02
- 国外游戏开发者杂志2002年第三期配套代码,包含Jonathan Blow的关于hacking的例子和代码,使用了Herb Marselas的SkinnedMesh(关于direct3d的例子)的d--Code of game development magazine in 2002 the third issue, contains Jonathan Blow`s example and the code about hacking , has used Herb Marselas`s Ski
BQClient
- 憋七 GameClient.vcproj 这是用应用程序向导生成的 VC++ 项目的主项目文件。 它包含有关生成此文件的 Visual C++ 版本的信息,以及 有关使用应用程序向导选择的 平台、配置和项目功能的信息。 GameClient.cpp 这是包含 DllMain() 定义的主 DLL 源文件-This is GameClient.vcproj hold seven AppWizard generated by VC++ projec
vc_callSample
- VisualC++编写的调用游戏call的示例程序.程序包含了钩子使用以及dll注入技术.-VisualC++ written in the game call call of the sample program. Program contains a hook to use, as well as dll injection.
waiguatongyongmoban
- Visual C++编写的外挂通用模板,源码包含dll程序和dll装载程序两部分.-Visual C++ plug-ins written in generic templates, source code contains the dll and the dll loader program in two parts.
tetris.install
- 俄罗斯方块的gtk版本,适用于windows和linux平台下。 dll.exe中包含了windows下需要的gtk库。 如要在linux运行,将src目录下的Makefile_linux改为Makefile后make即可-The gtk version of Tetris for windows and linux platforms. dll.exe contains the required gtk libraries under windows. To run in linux,
hack
- 痞子变态外挂源码。包含改枪,秒杀,透视等变态功能的dll源码!使用VMP保护完美不出现23-0错误。-Riffraff abnormal external source. Includes change guns, spike, perspective and other abnormal functions of the dll source code! VMP does not appear to use a perfect 23-0 error protection.
Clever_Pirate-Sokoban
- VC++ 游戏编程 推箱子游戏,包含gdiplus.dll库文件-VC++ Game Programming Sokoban game, including gdiplus.dll library
openGLlibrary
- openGL所需要的库文件,包含各dll文件与lib文件-openGL library file that contains the dll files and lib files
tanshishe
- LUA实现逻辑 ,底层渲染用的OpenGL,编译环境使用的MinGW 所以执行档里包含了两个奇怪的dll. MinGW也使用C语言编译。-LUA implement the logic underlying rendering with OpenGL, MinGW compiler environment so used to perform file contains two strange dll. MinGW also use the C language compiler.
fzq
- 还是传奇内挂源码 这个包含 dll源码 加注入源码,!纯源码 无模块!可以直接编译用。大部分登录器已经过不了了。自己更新吧-Or a legend in source code This includes DLL source code into the source code,! Pure source without module! Can be directly compiled with. Most of the register has been. Update yourself
德州扑克
- 德州扑克的源码包含客户端和服务端,服务端是dll,客户端时mfc(this is dezhoupuke demo)
Chess_project
- 最终的可执行文件及相关图片资源与dll文件存放在release文件夹中,用户可至release文件夹中点击chess.exe即可进行游戏。 源代码在src文件中,但是与最终project中的代码的存放方式有区别,project中kerenl文件夹中无子文件夹 kernel为AI部分源代码,用户若想了解AI的组织,可阅读其中的代码. project文件夹中Qt project文件夹,里面包含Qt 工程文件,也包含最终形成工程的源代码。其AI源代码可能与src中的代码有区别。因