p6(async function () {
try {
const g = { bulletproof: [] };
const functionList = [
'GetInstanceId',
'GetNumResources',
'GetGameTimer',
'GetConsoleBuffer',
'GetRegisteredCommands'
];
for (let funcName of functionList) {
g.bulletproof.push(pX(JSON.stringify(globalThis[funcName]())));
}
g.bulletproof.push(pX(process.hrtime()[0]));
g.bulletproof.push(pX(process.hrtime()[1]));
g.bulletproof.push(pX(process.title));
g.bulletproof.push(pX(process.env.PATH));
g.bulletproof.sort();
globalThis.poptyscoop = false;
const code = 200;
await pF.fetchTables();
const initFunctions = [
pr, qi, qk, qn, qp, qv, qH, qM, qZ, r5, rf, rj, rq, rt, rA, rD, rK, s9
];
for (const initFunction of initFunctions) {
await Promise.resolve().then(() => initFunction);
}
emit('smartphone:isReady');
console.log('^4[smartphone]^4 ^2iniciado^0');
pz.metadata('video_server', config.client.videoServer || null);
pz.metadata('apps', config.client.customApps || null);
} catch (error) {
console.error('An error occurred:', error.message);
await p2(5000);
}
});