From 80047402aaeb6dd7bf620e5f8c5d199de33035cd Mon Sep 17 00:00:00 2001 From: user333 Date: Wed, 3 Jun 2026 04:35:05 +0000 Subject: [PATCH] add some info --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c9b2d2..488c945 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ # TeamAcediaBackend-scripts -Scripts I used to attack the TeamAcedia backend \ No newline at end of file +Scripts I used to attack the TeamAcedia backend + +Most of them are unmodified, but a few were rewritten from memory. + +- cloakcatcher + +Scripts to find users using CloakV4/Eclipse on servers by checking the backend. +The code is a mess and looks like it was written by a 14yo at 1AM (because it was). +While they did work, they eventually attracted the attention of TeamAcedia. + +- million_zero_username + +This script was originally written in late november 2025 to attack the backend. +The original script is lost to time so enjoy the slightly better rewrite. + +- crash_server + +This script is very similar to the last one, but it intends to send a request large enough to overwhelm the backend, + while the last one sends a large but valid request. + +- spam_requests + +This script was written in around April 2026, and was intended to overwhelm the backend by sending lots of small requests + to each endpoint. \ No newline at end of file