This commit is contained in:
пошел нахуй 2025-06-21 00:52:06 +03:00
parent 8b31dfa980
commit ed4c2ed734
3 changed files with 15 additions and 23 deletions

View File

@ -0,0 +1,15 @@
# openbrawl-client
ноджс клиент для sc:re
* да.тут есть крипта
## Installing
1. скачать репо
2. ввести `npm i`
3. `node index.js`
## password
password:openproject
### Setup
1. зайти в config/config.js и отредачить
2. после запустить клиент
3. пользоваться клиентом

View File

@ -1,23 +0,0 @@
{
"name": "openbrawl-client",
"version": "1.0.0",
"description": "Advanced Brawl Stars client for OpenBrawlProject with encryption and logging",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node index.js",
"test": "node test.js"
},
"keywords": ["brawl-stars", "client", "openbrawlproject", "nodejs", "rc4", "encryption", "logging"],
"author": "OpenBrawlProject",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/OpenBrawlProject/openbrawl-client"
}
}

View File