Skip to content

Scurvyship/project-acid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project-acid

CS16 NonSteam Hallucinogen -- a radar FarESP NonSteam CS 1.6 PoC.
For educational purposes only.
这是一个 Counter-Strike 1.6 hook — 雷达FarESP NonSteam 概念验证。
仅用于教育目的。

Implementation

Hooked PreS_DynamicSound allows a FarESP implementation.
The client uses a UDP WinSock socket which connects to the python UDP server. The python server also has a an http handler, to serve the radar to any html5 client.
PreS_DynamicSound 是用于FarESP. 客户有UDP WinSock。Winsock连接到pythonUDP服务器。Python也有一个HTTPhandler.

Usage

python server.py & inject the DLL into hl.exe. Enable debugging definitions if needed.

Requirements

  • Bring your own offsets (included exclusively for interoperability purposes)
  • Microsoft Detours
  • HLSDK

Tested with Windows 7 SP 1 x64, 32-bit DLL injected into a 32-bit executable.

PoC

https://youtu.be/Efo0qONJIC4

About

CS16 NonSteam Hallucinogen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.3%
  • HTML 16.8%
  • Python 8.6%
  • Batchfile 0.3%