An open API service indexing awesome lists of open source software.

https://github.com/0zean/juliabot

A read-only trigger bot for CS2 made in julia to demonstrate the ability to make calls to the win32 API
https://github.com/0zean/juliabot

counter-strike-2 cs2 julia trigger-bot win32-api

Last synced: about 1 month ago
JSON representation

A read-only trigger bot for CS2 made in julia to demonstrate the ability to make calls to the win32 API

Awesome Lists containing this project

README

          

![juliabot](https://socialify.git.ci/0zean/juliabot/image?description=1&descriptionEditable=read-only%20memory%20framework%20for%20julia&font=Source%20Code%20Pro&language=1&logo=https%3A%2F%2Fwww.nicepng.com%2Fpng%2Ffull%2F176-1762253_circle-water-ocean-blue-wave-aesthetic-overlay-tumblr.png&name=1&owner=1&pattern=Plus&stargazers=1&theme=Light)




A read-only trigger bot for CS2 made in julia using `ccall` to demonstrate the ability to make calls to the win32 API and establish a framework to read process memory with julia. **For educational purposes only.**

# Setup
Firstly, you'll need [Julia](https://julialang.org/downloads/) installed to run the script.

### 🎚️ Features:
- [x] Trigger Bot (trigger key)

### 🧬 1. Clone the Repo
```bash
git clone https://github.com/0zean/juliabot.git
```

### 🚀 4. Run `JuliaBot`
run the below script from your console to start bot.

```bash
julia juliabot.jl
```

### ⚠️ Warning

Cheating in Counter-Strike 2 is not condoned and there is no guarentee this script's usage won't result in a ban. This project is intended for educational purposes showcasing read-only memory access within julia. **Use at your own risk!**