Skip to content

Sno-fi/photo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

<title>صورة.jpg</title> <style> body { margin: 0; background: black; color: red; font-family: Tahoma, Arial, sans-serif; overflow: hidden; }
#fakeImage {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

#terminal {
  display: none;
  padding: 20px;
  font-size: 22px;
  white-space: pre-line;
  direction: rtl;
  text-align: right;
}
</style>

صورة

<script> const terminal = document.getElementById("terminal"); const fakeImage = document.getElementById("fakeImage"); const lines = [ "جاري فتح الصورة...", "تم اكتشاف نشاط غير طبيعي!", "جاري فحص الجهاز...", "تم الوصول إلى بيانات المستخدم...", "تم اختراق جميع برامج التواصل!", "جاري سحب الصور والفيديوهات...", "جاري نسخ المحادثات...", "تحذير: تم تسريب جميع البيانات!", "", "سيتم قفل الجهاز خلال 10 ثوانٍ..." ]; setTimeout(() => { fakeImage.style.display = "none"; terminal.style.display = "block"; let i = 0; function typeLine() { if (i < lines.length) { terminal.innerHTML += lines[i] + "\n"; i++; setTimeout(typeLine, 1000); } else { setTimeout(() => { document.body.innerHTML = `

يله ادعبل فرخي

افرييييييخ

`; }, 2500); } } typeLine(); }, 2000); </script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages