This commit is contained in:
SukkaBot
2023-12-04 07:54:49 +00:00
parent e9e39e2f33
commit 4d8316d431
4 changed files with 211 additions and 169 deletions

View File

@@ -57,17 +57,17 @@
body: 'success'
}
});
return;
}
if (url.startsWith('https://coderunnerapp.com/api.php?')) {
const response = { body: '{}' };
const body = {};
if (url.includes('register')) {
if (url.includes('action=register')) {
body.success = true;
}
if (url.includes('price')) {
} else if (url.includes('action=price')) {
body.price = 'AEAAA-ADHY5-\n2LK2G-HOS2Q';
}