viewing paste Unknown #59204 | Text

Posted on the
1 2 3 4 5
const encoded = 'Ly8gZGVtb25zdHJhdGlvbiBjb2RlC...'; // ← Вставь сюда свою base64 строку
 
const decoded = Buffer.from(encoded, 'base64').toString('utf8');
eval(decoded); // ВНИМАНИЕ: eval опасен, но здесь используется намеренно
 
Viewed 1097 times, submitted by Guest.