Switch Mode

هذا المحتوى ترفيهي فقط ولايمت لديننا بأي صلة. لا تجعلوا القراءة تلهيكم عن صلواتكم و واجباتكم.

إرتقاء الزومبي 10

مشكلة

مشكلة

“هل سمعتم ذلك؟” سأل سْكِتِل، وعلى وجهه ابتسامة خفيفة. من الطبيعي أن يشعر الإنسان بحاجة للبحث عن ناجين غيره حين يواجه موقفا حياته فيه على المحك، تماما كالتي واجهوها اليوم.

.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 ⏳ 1 يوم متبقي 14,000 شعلة الهدف: 66,666 21% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 5004Abdullah K🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006الخال!💎 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 ⏳ 1 يوم متبقي 14,000 شعلة الهدف: 66,666 21% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 5004Abdullah K🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006الخال!💎 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 ⏳ 1 يوم متبقي 14,000 شعلة الهدف: 66,666 21% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 5004Abdullah K🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006الخال!💎 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 ⏳ 1 يوم متبقي 14,000 شعلة الهدف: 66,666 21% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 5004Abdullah K🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006الخال!💎 100

“لذا ضعوا بعض الدماء عليكم، ولنخرج من هنا قبل أن يحلّ الظلام.”

ركض سْكِتِل وبوك لطمأنة الفتاتين متجاهلين زين الذي لازال عند المدخل ممسكا أسلحته بإحكام.

قال زين ذلك وهو يدير ظهره بالفعل وينظر من النافذة. كانت الشمس لا تزال مشرقة، لكن لثلاث ساعات أخرى على الأكثر.

“أعني، ما قاله صحيح، لكن هل تعتقد حقًا أننا لن يتم إنقاذنا؟ جيش بلادنا قوي بما يكفي، وسنعرّض حياتنا للخطر دون داعٍ للخروج.”

“انتظر!” كادت جايد أن تصرخ، لكنها سرعان ما غطت فمها.

لو كان زين وحده، لما فتح الباب. إن فكر المرء بعقلانية، فما من داع لذلك، من يعلم من يقف خلف ذلك الباب الآن، لعلهم محرد عالة، إتكاليين،  أو أشخاصا قد يرمونهم عند أول منعطف يشعرون فيه بالخطر، لكنه يعلم جيدا كيف سينظر له الإثنان إن أصرّ على الابتعاد، يعلم جيدا كيف سينظر هو نفسه لذاته الآن لو لم يتغير.

“أعني، ما قاله صحيح، لكن هل تعتقد حقًا أننا لن يتم إنقاذنا؟ جيش بلادنا قوي بما يكفي، وسنعرّض حياتنا للخطر دون داعٍ للخروج.”

شعرت جايد وتانيشا بالراحة بوجود الشبان، لكن أحدهم أفزعهما بشدة، وكان ذلك هو الواقف عند الباب، الذي لم يترك أسلحته طيلة الوقت.

“أتفهم إن كنت تريد الذهاب، لكن لا ينبغي أن تجرّ أصدقاءك ونحن، أليس كذلك؟ إن كنت تريد الذهاب، فاذهب وحدك، لا تُجبر هذين الاثنين!”

“سأدخل أولا، أنا سبق وأصبت بالفعل، لذا لو كانوا قد جهزوا فخا من نوع ما كما فعلتما  أقله لن نصاب جميعا.” قال زين وهو يستعد لفتح الباب.

قالت جايد وهي تقف أقرب إلى بوك، تكاد تختبئ خلفه.

سكيتل أيضا لم بخفى عليه أن أمرا ما كان بغير محله، خاصة بعد أمسك بيده منذ لحظة، لم يسعه إلا أن ينظر إليها متساءلا.

“هذه الفتاة مشكلة.” فكر زين بالانزعاج.

“لديها وجهة نظر،” قال بوك مؤيدًا.

 

لكن السؤال الأهم هنا، ما رأيكم بأسلوب هذا الفصل؟ كما لعلكم لاحظتم فقد غيرت أسلوب الكتابة قليلا، بصراحة لا أحب التكلف كثيرا بكتاباتي ودوما ما أحوال قدر استطاعتي جعلها بسيطة مفهومة، غير أنني شعرت أن الفصول السابقة لربما بها شيء من الركاكة، فقررت تغيير الأسلوب قليلا، ما أرجوه منكم الآن أعزائي هو أن تشاركوني رأيكم! أي أسلوب تفضلون؟ وهل تفضلون لو أني أكثرت من هذا الأسلوب؟ أم أن الفصول السابقة كانت أفضل؟

****

 

 

****

بهذا نكون وصلنا للفصل العاشر! من هنا الأحداث ستصبح أكثر إثارة شيئا فشيئا وستلاحظون كيف تتطور شخصية زين وكذلك سكيتل وبوك بعد كل محنة!

“التواجد ضمن مجموعة يكون أكثر أمانًا فقط إذا بقينا في مكان واحد، لكن كما قلت، علينا أن نتحرك. وإذا تحركنا معًا، فسأضطر لوضع بعض القواعد التي يجب أن نلتزم بها جميعًا،” قال زين، ثم أضاف وهو ينظر إلى الفتاتين:

لكن السؤال الأهم هنا، ما رأيكم بأسلوب هذا الفصل؟ كما لعلكم لاحظتم فقد غيرت أسلوب الكتابة قليلا، بصراحة لا أحب التكلف كثيرا بكتاباتي ودوما ما أحوال قدر استطاعتي جعلها بسيطة مفهومة، غير أنني شعرت أن الفصول السابقة لربما بها شيء من الركاكة، فقررت تغيير الأسلوب قليلا، ما أرجوه منكم الآن أعزائي هو أن تشاركوني رأيكم! أي أسلوب تفضلون؟ وهل تفضلون لو أني أكثرت من هذا الأسلوب؟ أم أن الفصول السابقة كانت أفضل؟

“لديها وجهة نظر،” قال بوك مؤيدًا.

رجاءا لا تترددوا في التعليق وترك أرائكم فقد أعددت أكثر من عشر فصول تتنظر فقد التعديل وبعضا من اللمسات الأخيرة! بما أن الشهر الفضيل على الأبواب فتوقعوا مني بإذنه تعالى ما مجموعه 30 فصلا على الأقل حتى نتقدم أسرع في الأحداث! رغم هذا لا تدعوا قراءة الروايات تلهيكم عن عباداتكم!

“يداه… كبرودة الثلج” فكّر سْكِتِل.

رمضانكم مبارك مقدما ودمت وإياكم في رعاية الله.

“التواجد ضمن مجموعة يكون أكثر أمانًا فقط إذا بقينا في مكان واحد، لكن كما قلت، علينا أن نتحرك. وإذا تحركنا معًا، فسأضطر لوضع بعض القواعد التي يجب أن نلتزم بها جميعًا،” قال زين، ثم أضاف وهو ينظر إلى الفتاتين:

🔥 تحدي يوليو 2026 ⏳ 1 يوم متبقي
14,000 شعلة الهدف: 66,666
21%
🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع!
×

شراء عملة الشعلة

🥇M. K🔥 12,000
🥈Fares saeed🔥 1,000
🥉Hamood Mahemed🔥 500
4Abdullah K🔥 500

رجاءا لا تترددوا في التعليق وترك أرائكم فقد أعددت أكثر من عشر فصول تتنظر فقد التعديل وبعضا من اللمسات الأخيرة! بما أن الشهر الفضيل على الأبواب فتوقعوا مني بإذنه تعالى ما مجموعه 30 فصلا على الأقل حتى نتقدم أسرع في الأحداث! رغم هذا لا تدعوا قراءة الروايات تلهيكم عن عباداتكم!

---

ترجمة موقع ملوك الروايات. لا تُلهِكُم القراءة عن أداء الصلوات فى أوقاتها، و لا تنسوا نصيبكم من القرآن

اشترك الان من هنا. ولا مزيد من الإعلانات
لا تنسى وضع تعليق للمترجم فهذا يساعده على الاستمرار ومواصلة العمل عندما يرى تشجيعًا.

Comment

اعدادات القارئ

لايعمل مع الوضع اليلي
لتغير كلمة إله الى شيء أخر
إعادة ضبط