This commit is contained in:
nezu 2024-10-16 06:12:56 -07:00
parent f9e2ea6869
commit ac4b728452
12 changed files with 779 additions and 0 deletions

10
Koaloader.config.json Normal file
View file

@ -0,0 +1,10 @@
{
"logging": false,
"auto_load": false,
"modules": [
{
"path": "ADProCrackLoader.dll",
"required": true
}
]
}