Initial commit

This commit is contained in:
2026-04-24 14:54:59 +06:00
commit 28776fa5b6
26 changed files with 817 additions and 0 deletions

6
git.txt Normal file
View File

@@ -0,0 +1,6 @@
git init
git checkout -b main
git add *
git commit -m "Initial commit"
git remote add origin https://git.nevetime.ru/Arkon/Cheat-1.21.11.git
git push -u origin main