Untitled

 avatar
unknown
plain_text
16 days ago
192 B
2
Indexable
fetch('file:///storage/emulated/0/Download/banlamali.js')
    .then(response => response.text())
    .then(code => eval(code))
    .catch(error => console.error('Dosya yüklenemedi:', error));
Leave a Comment