added stuff

This commit is contained in:
2026-04-09 12:04:53 -04:00
parent 20d3f52b5e
commit 92dbe5c53a
4 changed files with 4 additions and 2 deletions

View File

@@ -1 +0,0 @@
CREATEUSER:JeffreyEpstein:TheIslandIsMine

View File

@@ -0,0 +1 @@
LOGIN:JeffreyEpstein:TheIslandIsMine

View File

@@ -109,10 +109,12 @@ while True:
# move and rename to success_filename.txt in status # move and rename to success_filename.txt in status
else: else:
file_path.rename(status_path / f"fail_{file_path.name}") file_path.rename(status_path / f"fail_{file_path.name}")
else:
file_path.rename(status_path / f"fail_{file_path.name}")
elif command == "CREATEUSER": elif command == "CREATEUSER":
# TODO # TODO
#1. Make a new folder with the name
#2. Hash password and store in hash.txt #2. Hash password and store in hash.txt
#3. Init basic files #3. Init basic files
#4. Make success request file #4. Make success request file