This project is updated version of widely available outdated projects.
It's proof of concept that Node.JS can be used as tool for managing such tasks.
Note that this project was only tested and was working on officially downloaded game from Steam.
- frk1's hazedumper for providing and keeping up-to date offsets
- unknowncheats for insane knowledge of it's members
- Rob--'s memoryjs for creating tool that puts nodejs into another level
Please download latest offsets from: https://github.com/frk1/hazedumper/ and put it in offsets.json
You can also manually find offset and put it there with hazedumper's structure.
Before downloading and running, make sure you are using X86 version of node. It's important as csgo.exe is currently X86.
Please keep in mind that this is currently undetected by VAC. It can be deleted after certain time, so I am not responsible for your bans.
Currently, script only writes memory in m_bSpotted so on radar enemies are forced to be shown.
Also, I store enemy health, armor, position and X-Y rotation in variables. I plan to split reader and server, so reader will just send information to server. Server will then show full game information.