Untitled
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
fetch('file:///storage/emulated/0/Download/banlamali.js') .then(response => response.text()) .then(code => eval(code)) .catch(error => console.error('Dosya yüklenemedi:', error));