【实例简介】
里面包括通用的D3DHOOK透视源码,自瞄源码,引擎,非常全可以移植到其他FPS游戏上区
【实例截图】
【核心代码】
37e6e949-cf42-4a23-8684-d251448350f9
└── CSOL
├── AimBot.e
├── NexonVn
│   ├── calcscreen.cpp
│   ├── calcscreen.h
│   ├── common
│   │   ├── beamdef.h
│   │   ├── cl_entity.h
│   │   ├── com_model.h
│   │   ├── con_nprint.h
│   │   ├── const.h
│   │   ├── crc.h
│   │   ├── cvardef.h
│   │   ├── demo_api.h
│   │   ├── director_cmds.h
│   │   ├── dlight.h
│   │   ├── dll_state.h
│   │   ├── engine_launcher_api.h
│   │   ├── entity_state.h
│   │   ├── entity_types.h
│   │   ├── event_api.h
│   │   ├── event_args.h
│   │   ├── event_flags.h
│   │   ├── exefuncs.h
│   │   ├── hltv.h
│   │   ├── in_buttons.h
│   │   ├── interface.cpp
│   │   ├── interface.h
│   │   ├── itrackeruser.h
│   │   ├── ivoicetweak.h
│   │   ├── mathlib.h
│   │   ├── netadr.h
│   │   ├── net_api.h
│   │   ├── nowin.h
│   │   ├── particledef.h
│   │   ├── pmtrace.h
│   │   ├── qfont.h
│   │   ├── ref_params.h
│   │   ├── r_efx.h
│   │   ├── screenfade.h
│   │   ├── studio_event.h
│   │   ├── triangleapi.h
│   │   ├── usercmd.h
│   │   └── weaponinfo.h
│   ├── detours.h
│   ├── detours.lib
│   ├── detours.pdb
│   ├── DllWallHack.cpp
│   ├── DllWallHack.dll
│   ├── DllWallHack.map
│   ├── DllWallHack.ncb
│   ├── DllWallHack.pdb
│   ├── DllWallHack.sln
│   ├── DllWallHack.suo
│   ├── DllWallHack.v11.suo
│   ├── DllWallHack.vcproj
│   ├── DllWallHack.vcproj.ZGC-20130806AVS.Administrator.user
│   ├── engine
│   │   ├── anorms.h
│   │   ├── beamdef.h
│   │   ├── cdll_dll.h
│   │   ├── cdll_engine_dll.h
│   │   ├── cdll_int.h
│   │   ├── cl_dll.h
│   │   ├── cl_entity.h
│   │   ├── const.h
│   │   ├── crc.h
│   │   ├── customentity.h
│   │   ├── custom.h
│   │   ├── cvardef.h
│   │   ├── dlight.h
│   │   ├── edict.h
│   │   ├── eiface.h
│   │   ├── entity_state.h
│   │   ├── entity_types.h
│   │   ├── event_args.h
│   │   ├── event_flags.h
│   │   ├── in_buttons.h
│   │   ├── keydefs.h
│   │   ├── particledef.h
│   │   ├── pm_defs.h
│   │   ├── pm_info.h
│   │   ├── pm_materials.h
│   │   ├── pmtrace.h
│   │   ├── progdefs.h
│   │   ├── progs.h
│   │   ├── r_efx.h
│   │   ├── r_studioint.h
│   │   ├── shake.h
│   │   ├── studio_event.h
│   │   ├── studio.h
│   │   ├── triangleapi.h
│   │   ├── usercmd.h
│   │   ├── util_vector.h
│   │   ├── weaponinfo.h
│   │   └── wrect.h
│   ├── ReadMe.txt
│   ├── Release
│   │   ├── BuildLog.htm
│   │   ├── calcscreen.obj
│   │   ├── DllWallHack.dll.intermediate.manifest
│   │   ├── DllWallHack.obj
│   │   ├── DllWallHack.pch
│   │   ├── mt.dep
│   │   ├── stdafx.obj
│   │   ├── vc90.idb
│   │   └── vc90.pdb
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── XorStrGen.html
│   └── XorStr.h
├── 大灾变助手.e
├── 拓展功能2.e
├── 拓展功能3.e
└── 方框2.e

5 directories, 110 files