Giter Site home page Giter Site logo

aimware-external-radar's Introduction

External Aimware Radar

Live external csgo radar that displays players, smokes & bomb. It utilizes Aimware's ability to run LUA scripts, NodeJS, SocketIO & p5js.

Disclaimer

I do not support cheating in video games. Any use of this software is considered exploting the game. This project was made for learning purposes only.

Display example

Example image of display

How it works

The software is written in NodeJS & Lua. It works as follows:

  1. Aimware runs the LUA scripts' main loop every gametick
  2. Main loop in LUA retrieves all the data: players, smokes, bomb & rounds.
  3. Main loop in LUA sends the formatted data (custom made format) over UDP to NodeJS server
  4. NodeJS authenticates the request
  5. NodeJS server parses the data and packs it into a neat JSON object
  6. NodeJS forwards data to webclient using socket.io
  7. Webclient displays data as a map using p5js

Custom made format

Since LUA does not support JSON natively I decided to create my own custom format, mostly for fun. Its structure is similar to JSON though.

The data is sent as a string and it contains <key|value> pairs which in turn may contain a single value or a list of objects. If it is a list each entry is separated by a semicolon (;) and contains its own list of {key:value} pairs. The reason each nested structure uses a different symbol is to simplify the parsing on the backend. Since it is really easy to split strings on the expected character and not have to worry about searching recursively.

Example <auth|someKeyHere><map|de_mirage><players|{name:player1},{team:2};{name:player2},{team:2}>

aimware-external-radar's People

Contributors

slype avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

roccosec mrranger

aimware-external-radar's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.