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
- Host: GitHub
- URL: https://github.com/0zean/juliabot
- Owner: 0zean
- Created: 2024-07-07T21:59:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T22:09:35.000Z (over 1 year ago)
- Last Synced: 2025-01-22T02:36:53.124Z (about 1 year ago)
- Topics: counter-strike-2, cs2, julia, trigger-bot, win32-api
- Language: Julia
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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!**