واقعٌ مُراوغ 2
تمكن أخيرًا من رؤية مُعتديه، الذي كان طويلًا، نحيفًا، ومُرتدِيًا عباءةً تبدو وكأنها تمتزج مع الألوان، هذا هو السبب وراء وضعه الحالي.
“هل يتواصلون عبر نقل الروح؟ وأنت تستطيع حتى سماع ذلك؟”
علاوة على ذلك، العباءة التي يرتديها ذلك الشكل غريبة للغاية وصوفيَّة، إذ ليس لونها أبيض ولا أسود، بل شيئًا بين بين، كما لو أنها لا وجود لها في الطيف المرئي أصلًا، بلا هالة، ولا حياة، ولا أي أثر لقانون، كذرة غبار عادية.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي أغسطس 2026 ⏳ 20 يوم متبقي 39,410 شعلة الهدف: 66,666 59.1% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000🥈Yazeed Alsaedi🔥 105🥉Abdulaziz Alzahrani🔥 10041 1🔥 1005Abdullah S🔥 1006Abdullah AL RAGAWY🔥 1007صقر المطيري🔥 1008Aluminum🔥 1009Rayan Alharbi🔥 10010Abdulaziz Abdullah🔥 100 🥇M. K💎 22,000🥈Fares saeed💎 1,100🥉Abdullah K💎 5004ibrahim shazly💎 5005Hamood Mahemed💎 5006Yazeed Alsaedi💎 1057SFM OP💎 1008A N O N Y M O U S💎 1009abdullah Alrehaili💎 10010Mohammed Alotaibi💎 100
“إذا كنت تستطيع رؤيته، فلماذا لم تخبرني؟!” لم يتمالك نفسه واشتكى بغضب، “كل ما فعلته هو أن تركت لي هراءً غامضًا”
“ما شأنك معي؟!”
“هيهيهي، فقط شاهد الآن”
ليس لدى الخلود أي نية للكشف عن أي شيء، بل صرح بذلك ضاحكا، مما أثار حنقه لكنه صار فضوليًا أيضًا بشأن ما حدث، فانتظر.
ليس لدى الخلود أي نية للكشف عن أي شيء، بل صرح بذلك ضاحكا، مما أثار حنقه لكنه صار فضوليًا أيضًا بشأن ما حدث، فانتظر.
اندهش لأن هذا التصريح بدا شخصيًا جدًا، مما يعني أن الشكل بدا وكأنه يعرف هويته، لكنه لم يكن على علم بها فعليًا حتى سقط غطاء رأسه.
مع مرور الوقت، شاهد، ليس نفسه، بل الشكل الذي يرتدي العباءة وهو يحوم على بعد أمتار قليلة فوقه، منتظرًا فرصة.
لكنه لاحظ شيئًا آخر أيضًا، فلم يستطع إلا أن يسأل:
في تلك اللحظة، كشف ‘جاكوب’ أخيرًا عن شكله الحقيقي ببسطه لحواس روحه إلى أقصى مدى، عرف أنها أيضًا اللحظة التي قال فيها الخلود تلك الكلمات الغامضة قبل أن يختفي دون أثر.
علاوة على ذلك، عندما طعن ذلك النصل جمجمته، بدا أنه ألغى جميع وسائل الحماية، بما في ذلك الكنوز التي كان يرتديها، وغطاء الرأس على رأسه سقط بعد أن فقد تأثيره.
“ما شأنك معي؟!”
“الملعون؟” ارتجفت عينا جاكوب بعنف عندما سمع ذلك المصطلح.
نطق ‘جاكوب’، وفي تلك اللحظة، رأى أن الشكل الذي يرتدي العباءة بدا وكأنه ارتدّ وابتعد عنه قليلًا، وكأنه حذِر من هيجانه.
“لا تقلقِ، ‘الملعون’ لا يستطيع رصدنا.” ظهر فجأة صوتٌ جامدٌ خالٍ من المشاعر من ــشريط موبيوس الموجود على العباءة.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي أغسطس 2026 ⏳ 20 يوم متبقي 39,410 شعلة الهدف: 66,666 59.1% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000🥈Yazeed Alsaedi🔥 105🥉Abdulaziz Alzahrani🔥 10041 1🔥 1005Abdullah S🔥 1006Abdullah AL RAGAWY🔥 1007صقر المطيري🔥 1008Aluminum🔥 1009Rayan Alharbi🔥 10010Abdulaziz Abdullah🔥 100 🥇M. K💎 22,000🥈Fares saeed💎 1,100🥉Abdullah K💎 5004ibrahim shazly💎 5005Hamood Mahemed💎 5006Yazeed Alsaedi💎 1057SFM OP💎 1008A N O N Y M O U S💎 1009abdullah Alrehaili💎 10010Mohammed Alotaibi💎 100
أدرك أخيرًا كم كانوا دقيقين ومرعبين، لأنهم تحركوا تحديدًا عندما اعتبر هو أنه لا يوجد خطر.
“الوغد الماكر” لعن الشكل وفي صوته لمحة ارتياح، وكأنه يصدق تمامًا ما قاله ذلك الصوت.
“الملعون؟” ارتجفت عينا جاكوب بعنف عندما سمع ذلك المصطلح.
“الملعون؟” ارتجفت عينا جاكوب بعنف عندما سمع ذلك المصطلح.
“هل يتواصلون عبر نقل الروح؟ وأنت تستطيع حتى سماع ذلك؟”
لكنه لاحظ شيئًا آخر أيضًا، فلم يستطع إلا أن يسأل:
“قد حان الوقت” دوى ذلك الصوت الجامد مجددًا.
“هل يتواصلون عبر نقل الروح؟ وأنت تستطيع حتى سماع ذلك؟”
“مجرد أمر بسيط.” صرّح الخلود باستخفاف، لكنه لم يوضح، وغيّر الموضوع:
بما أن هذا ‘الواقع’ أصبح الآن تحت سيطرة الخلود، عرف أن كل ما يراه هو، بمعنى ما، من منظور الخلود ومعرفته بأن الخلود يستطيع أيضًا سماع نقل روحي لشخص آخر، أصابه ذلك بالذهول والحيرة.
“مجرد أمر بسيط.” صرّح الخلود باستخفاف، لكنه لم يوضح، وغيّر الموضوع:
“مجرد أمر بسيط.” صرّح الخلود باستخفاف، لكنه لم يوضح، وغيّر الموضوع:
‘لماذا يدعونني ‘الملعون’؟ علاوة على ذلك، يشير الحديث بينهما إلى أن الشريط يعمل كوسيط للجاني الحقيقي الذي دبر كل هذا، والشكل المُرتدي العباءة هو مجرد منفذ مأجور.’
“الآن لا تتحدث، هذا جزئي المفضل”
في تلك اللحظة بالذات، انبثق وميض من ضوء فضي تخلله ظلام من خلفه، سريع جدًا لدرجة لا يمكن إدراكه، صامت جدًا لدرجة لا يمكن الرد عليه، بينما ارتخى جسده، ومن خلفه، خطا حامل ذلك النصل أخيرًا من الفراغ المتموج.
مع أنه يعرف أن الخلود يخفي بالتأكيد أسرارًا، إلا أنه لم يقل شيئًا واستمر في المشاهدة ونيّة القتل تَغلي في قلبه.
بينما رأى نفسه في حالة تأهب قصوى وعلى حافة الهاوية، لم يستطع إلا أن يعتقد أنه كمهرج يؤدي عرضًا لمُعتديه، وشعر بالإهانة.
“ما شأنك معي؟!”
“قد حان الوقت” دوى ذلك الصوت الجامد مجددًا.
“حسنًا، من الأفضل أن تكون أنت ومالكك على صواب، وإلا فلن أتردد في التخلي عن كل شيء”
“هل أنت متأكد أنه لن يكون قادرًا على الرد؟” بدا الشكل مرتابًا وقلقًا بعض الشيء.
في تلك اللحظة، توقف الواقع فجأة مجددًا كفيديو مسجّل، وتردد صدى ضحكة الخلود المجنونة: “هاهاهاها…رأيتَ، صحيح؟ أعرف أنك مستمتع بقدر ما أنا مستمتع، ويجب أن تكون كذلك لأنك لن ترى عرضًا دقيقًا كهذا كل يوم”
طبعا لا اقول انه لم يتطور اطلاقا فعدم تفكيره ان الخلود وراء كل ذلك كما كان ليفعل في الماضي تقدم جيد ايضا لكنه مازال مخيبا لآلاف السنين التي عاشها…×
“أرجوك ثق في حكم مالكي، ‘الملعون’ لن يستطيع الهروب من قبضة مالكي” رد الصوت الجامد مجددًا، ممتلئًا بالثقة.
رد فعل جاكوب حقا مخيب للآمال، توقعت منه بعد آلاف السنين والكثير من لأحداث ان يتخلص من نوبات غضبه الطفولية تجاه الخلود.
‘لماذا يدعونني ‘الملعون’؟ علاوة على ذلك، يشير الحديث بينهما إلى أن الشريط يعمل كوسيط للجاني الحقيقي الذي دبر كل هذا، والشكل المُرتدي العباءة هو مجرد منفذ مأجور.’
‘لكن من يمكن أن يكون؟ وإذا كان الجاني يعطي تلك العباءة أيضًا، فإن هويته وقوته يبدوان لا يُحصَرى، مما يعني أنه شخصًا من المستويات العليا.’
بنية قتل لا حدود لها، رأى جاكوب غطاء رأس ذلك الشكل يميل قليلاً وهو يراقب شكله المرتخي، ونصل شريط موبيوس لا يزال مغروزًا في جمجمته.
‘لكن، لكي يكون جديرًا بثقة ذلك النوع من الأشخاص، يجب أن يكون المهاجم أيضًا شخصًا استثنائيًا، خاصة إذا كان يعرف من يهاجم، ولدي شعور بأنه عرف هويتي تحديدًا’
“الآن لا تتحدث، هذا جزئي المفضل”
في تلك اللحظة بالذات، تقلصت عيناه لأن شريط موبيوس انفصل فجأة عن العباءة وتحوّل إلى نصل دوّار غريب.
لكن حتى بعد ذلك، لم يستطع أن يشعر بأي شيء منه، كما لو أن الواقع لا يستطيع رصد وجودهما أبدًا، وعرف أن الخلود على دراية بما كانت عليه تلك القوة.
‘لكن، لكي يكون جديرًا بثقة ذلك النوع من الأشخاص، يجب أن يكون المهاجم أيضًا شخصًا استثنائيًا، خاصة إذا كان يعرف من يهاجم، ولدي شعور بأنه عرف هويتي تحديدًا’
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي أغسطس 2026 ⏳ 20 يوم متبقي 39,410 شعلة الهدف: 66,666 59.1% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000🥈Yazeed Alsaedi🔥 105🥉Abdulaziz Alzahrani🔥 10041 1🔥 1005Abdullah S🔥 1006Abdullah AL RAGAWY🔥 1007صقر المطيري🔥 1008Aluminum🔥 1009Rayan Alharbi🔥 10010Abdulaziz Abdullah🔥 100 🥇M. K💎 22,000🥈Fares saeed💎 1,100🥉Abdullah K💎 5004ibrahim shazly💎 5005Hamood Mahemed💎 5006Yazeed Alsaedi💎 1057SFM OP💎 1008A N O N Y M O U S💎 1009abdullah Alrehaili💎 10010Mohammed Alotaibi💎 100
لكن الخلود على الأرجح يحجب عمدًا أي هالة، لأنه ربما ليس قادرًا على تحملها أو لسبب آخر.
تمكن أخيرًا من رؤية مُعتديه، الذي كان طويلًا، نحيفًا، ومُرتدِيًا عباءةً تبدو وكأنها تمتزج مع الألوان، هذا هو السبب وراء وضعه الحالي.
أما بالنسبة لعدم قدرة الخلود على عدم رؤية تلك القوة، فلم يفكر في هذا الاحتمال للحظة، إذ لا يوجد شيء لا يستطيع الكتاب الملعون فعله.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي أغسطس 2026 ⏳ 20 يوم متبقي 39,410 شعلة الهدف: 66,666 59.1% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000🥈Yazeed Alsaedi🔥 105🥉Abdulaziz Alzahrani🔥 10041 1🔥 1005Abdullah S🔥 1006Abdullah AL RAGAWY🔥 1007صقر المطيري🔥 1008Aluminum🔥 1009Rayan Alharbi🔥 10010Abdulaziz Abdullah🔥 100 🥇M. K💎 22,000🥈Fares saeed💎 1,100🥉Abdullah K💎 5004ibrahim shazly💎 5005Hamood Mahemed💎 5006Yazeed Alsaedi💎 1057SFM OP💎 1008A N O N Y M O U S💎 1009abdullah Alrehaili💎 10010Mohammed Alotaibi💎 100
“حسنًا، من الأفضل أن تكون أنت ومالكك على صواب، وإلا فلن أتردد في التخلي عن كل شيء”
“الآن لا تتحدث، هذا جزئي المفضل”
حذّر الشكل قبل أن تتحرك أخيرًا عندما بدا أن نصل شريط موبيوس أعطاها إشارة ما.
‘لكن، لكي يكون جديرًا بثقة ذلك النوع من الأشخاص، يجب أن يكون المهاجم أيضًا شخصًا استثنائيًا، خاصة إذا كان يعرف من يهاجم، ولدي شعور بأنه عرف هويتي تحديدًا’
أدرك أخيرًا كم كانوا دقيقين ومرعبين، لأنهم تحركوا تحديدًا عندما اعتبر هو أنه لا يوجد خطر.
بينما شاهد كل شيء يحدث، شعر بقشعريرة، لأن كل ما تطلبه الأمر كان لحظة مبهمة قبل أن تغرز نصل شريط موبيوس في مؤخرة جمجمته.
“هل يتواصلون عبر نقل الروح؟ وأنت تستطيع حتى سماع ذلك؟”
ارتجف بعدم تصديق وغضب عندما رأى مشهد نفسه وهو يتخبط كذبابة عاجزًا عن فعل أي شيء، حتى غير قادر على الرد.
“الآن لا تتحدث، هذا جزئي المفضل”
علاوة على ذلك، عندما طعن ذلك النصل جمجمته، بدا أنه ألغى جميع وسائل الحماية، بما في ذلك الكنوز التي كان يرتديها، وغطاء الرأس على رأسه سقط بعد أن فقد تأثيره.
بدل التفكير بنفسه او السؤال بشكل مناسب يصرخ في الوحيد الذي عنده الإجابات التي يتوق لها.
اللحظة التي انكشف فيها شكله، ظهر تموّج عنيف من الشكل الذي يرتدي العباءة، ممتلئًا بالدهشة وعدم التصديق.
في اللحظة التالية، سمع صوت صرير أسنان قبل أن يصدر صوت مليء بالسخط:
لكنه لاحظ شيئًا آخر أيضًا، فلم يستطع إلا أن يسأل:
“لقد وجدتك أخيرًا أيها الوغد السارق”
“هيهيهي، فقط شاهد الآن”
اندهش لأن هذا التصريح بدا شخصيًا جدًا، مما يعني أن الشكل بدا وكأنه يعرف هويته، لكنه لم يكن على علم بها فعليًا حتى سقط غطاء رأسه.
لكن حتى بعد ذلك، لم يستطع أن يشعر بأي شيء منه، كما لو أن الواقع لا يستطيع رصد وجودهما أبدًا، وعرف أن الخلود على دراية بما كانت عليه تلك القوة.
لكنه لا يتذكر أنه أظهر وجه جمجمته الروني لأي شخص، أو أنه ترك أي شخص على قيد الحياة رأى شكله الحقيقي، ومع ذلك عرفه هذا الشكل مما أذهله مجددًا.
“الوغد الماكر” لعن الشكل وفي صوته لمحة ارتياح، وكأنه يصدق تمامًا ما قاله ذلك الصوت.
في تلك اللحظة بالذات، انبثق وميض من ضوء فضي تخلله ظلام من خلفه، سريع جدًا لدرجة لا يمكن إدراكه، صامت جدًا لدرجة لا يمكن الرد عليه، بينما ارتخى جسده، ومن خلفه، خطا حامل ذلك النصل أخيرًا من الفراغ المتموج.
“ما شأنك معي؟!”
بنية قتل لا حدود لها، رأى جاكوب غطاء رأس ذلك الشكل يميل قليلاً وهو يراقب شكله المرتخي، ونصل شريط موبيوس لا يزال مغروزًا في جمجمته.
“لا تقلقِ، ‘الملعون’ لا يستطيع رصدنا.” ظهر فجأة صوتٌ جامدٌ خالٍ من المشاعر من ــشريط موبيوس الموجود على العباءة.
في تلك اللحظة، توقف الواقع فجأة مجددًا كفيديو مسجّل، وتردد صدى ضحكة الخلود المجنونة: “هاهاهاها…رأيتَ، صحيح؟ أعرف أنك مستمتع بقدر ما أنا مستمتع، ويجب أن تكون كذلك لأنك لن ترى عرضًا دقيقًا كهذا كل يوم”
مشاعر جاكوب تثور إلى أقصى حدّ بلا منفذ تذهب إليه، ولم يتبق سوى شظية من العقلانية استخدمها ليطرح سؤالاً واحدًا فقط…
اللحظة التي انكشف فيها شكله، ظهر تموّج عنيف من الشكل الذي يرتدي العباءة، ممتلئًا بالدهشة وعدم التصديق.
طبعا لا اقول انه لم يتطور اطلاقا فعدم تفكيره ان الخلود وراء كل ذلك كما كان ليفعل في الماضي تقدم جيد ايضا لكنه مازال مخيبا لآلاف السنين التي عاشها…×
“هل أنا ميت؟!”
‘لماذا يدعونني ‘الملعون’؟ علاوة على ذلك، يشير الحديث بينهما إلى أن الشريط يعمل كوسيط للجاني الحقيقي الذي دبر كل هذا، والشكل المُرتدي العباءة هو مجرد منفذ مأجور.’
♤♤♤
رد فعل جاكوب حقا مخيب للآمال، توقعت منه بعد آلاف السنين والكثير من لأحداث ان يتخلص من نوبات غضبه الطفولية تجاه الخلود.
“هل أنت متأكد أنه لن يكون قادرًا على الرد؟” بدا الشكل مرتابًا وقلقًا بعض الشيء.
بدل التفكير بنفسه او السؤال بشكل مناسب يصرخ في الوحيد الذي عنده الإجابات التي يتوق لها.
طبعا لا اقول انه لم يتطور اطلاقا فعدم تفكيره ان الخلود وراء كل ذلك كما كان ليفعل في الماضي تقدم جيد ايضا لكنه مازال مخيبا لآلاف السنين التي عاشها…×
