Compare commits
10 Commits
3394707359
...
962f1f1b02
| Author | SHA1 | Date | |
|---|---|---|---|
| 962f1f1b02 | |||
| b2d04bf7b7 | |||
| cb1b962c58 | |||
| b2834d0ecd | |||
| 88e68b92f2 | |||
| c043929258 | |||
| 81cd2e62fd | |||
| cb32f0e45a | |||
| 811efe870d | |||
| 1cd52992e8 |
2
external/bin/MD5SUM
vendored
2
external/bin/MD5SUM
vendored
@@ -1 +1 @@
|
||||
009b167d97fcf1e2b07cd0666d5d0845
|
||||
abd517eb66c213b78832ed9839347cba
|
||||
BIN
external/bin/linusware.tar.gz
vendored
BIN
external/bin/linusware.tar.gz
vendored
Binary file not shown.
6
external/status.json
vendored
6
external/status.json
vendored
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.8.0",
|
||||
"updated": false,
|
||||
"log": "fixed launcher not supporting new strict format\n(commit 69ccc3a32a)"
|
||||
"version": "1.15.0",
|
||||
"updated": true,
|
||||
"log": "- added visibility check to esp and aimbot\n- added freecam \n- added glow to esp"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
BASE_URL="${BASE_URL:-https://git.jewguard.xyz/linusware/main/raw/branch/main}"
|
||||
BASE_URL="${BASE_URL:-https://git.tailbceaac.ts.net/linusware/main/raw/branch/main}"
|
||||
|
||||
if [ -n "${LINUSWARE_DIR-}" ]; then
|
||||
INSTALL_DIR="$LINUSWARE_DIR"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
BASE_URL="${BASE_URL:-https://git.jewguard.xyz/linusware/main/raw/branch/main}"
|
||||
BASE_URL="${BASE_URL:-https://git.tailbceaac.ts.net/linusware/main/raw/branch/main}"
|
||||
INSTALL_DIR="${LINUSWARE_DIR:-${HOME}/linusware}"
|
||||
|
||||
RED='\033[0;31m'
|
||||
|
||||
Reference in New Issue
Block a user