Switch Mode

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

مطور ألعاب الرعب: ألعابي ليست مرعبة لهذا الحد! 403

التحقيق [2]
اعدادت القارئ
PDF

التحقيق [2]

الفصل 403: التحقيق [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 ⏳ 5 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Abdulaziz Alzahrani🔥 10041 1🔥 1005Abdullah S🔥 1006Abdullah AL RAGAWY🔥 1007صقر المطيري🔥 1008Aluminum🔥 1009Rayan Alharbi🔥 10010Abdulaziz Abdullah🔥 100 🥇M. K💎 52,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

توتر الجوّ في الغرفة حين وجّه المحقّقان أنظارهما إلى الرجل الجالس أمامهما.

تبدّل الموقف مرّة أخرى.

منذ البداية، كان في حضوره شيء يثير قلقهما معًا.

“هذا ما قصَدوه بقولهم إنّي ’سرقتُ’ منهم.”

أهو في عينيه؟ أم في شحوب وجهه؟ أم في هدوئه الغامض الذي لا يُقرأ؟

هذا…

لم يستطع أيٌّ منهما تحديد السبب، لكنّ الشعور بعدم الارتياح ازداد كلّما طال نظرهما إليه… وكأنّ شيئًا فيه كان معوجًّا على نحوٍ لا يمكن إنكاره.

ظلّ المحقّقان صامتَين، يتركان له المجال ليقول كلّ ما يريد قوله.

“المحقّقان؟”

البند (1.1.7): أيّ عملٍ أو ابتكارٍ أو ملكيةٍ فكريةٍ يطوّرها الموظّف خلال ستة أشهرٍ بعد إنهاء هذا العقد، إن كانت على صلةٍ بأعمال أو منتجات أو خدمات استوديوهات ‘فورج نايت مير’، تُعدّ ملكًا خالصًا للاستوديوهات.

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

“أظنّ أنّ هذا يكفي لإثبات براءتي، أليس كذلك؟”

“صحيح، أعتذر عن ذلك.”

أخذ أدريان، المحقّق الآخر، العقد وتصفّحه بنفسه، وما إن قرأه حتى اتّسعت عيناه قليلًا، ورفع بصره نحو سيث.

“…نعم.”

تجمّد الاثنان في مقعديهما، مذهولين تمامًا من الشروط الموضوعة أمامهما.

أخرج لوك دفتر ملاحظاته مجددًا، وألقى بنظره نحو سيث.

قال لوك وهو يزفر طويلًا ويضع العقد على الطاولة.

“لا بدّ أنّك سيث ثورن، أليس كذلك؟”

“أنا متأكد أنّهما تحدّثا عني، أليس كذلك؟”

“أنا هو.”

.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 ⏳ 5 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Abdulaziz Alzahrani🔥 10041 1🔥 1005Abdullah S🔥 1006Abdullah AL RAGAWY🔥 1007صقر المطيري🔥 1008Aluminum🔥 1009Rayan Alharbi🔥 10010Abdulaziz Abdullah🔥 100 🥇M. K💎 52,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

لم يبدُ على سيث أيّ اندهاشٍ لكونهما يعرفان اسمه، فقد ذكره بنفسه للمساعد، غير أنّ هذا لم يكن السبب الرئيسي.

“صحيح، أعتذر عن ذلك.”

“أنا متأكد أنّهما تحدّثا عني، أليس كذلك؟”

ولإكمال الصورة، مدّ ذراعه قليلًا إلى الأمام.

“…..”

“لم أسرق شيئًا منهما قط. تلك البرامج من تطويري أنا، غير أنّ…”

“…..”

—كن… مطيعًا وسلّمها.

لم ينبس المحقّقان بكلمة.

“هذا…”

ظلّا صامتَين.

“صحيح أنّي أشعر ببعض التعاطف تجاهك بالنظر إلى نوع الشركة التي عملتَ فيها، لكن هذا لا يغيّر حقيقة أنّ هناك شذوذًا استُخدم في اللعبة. هل من الممكن أنّك أنت مَن زوّدهم بذلك الشيء؟ ربما انتقامًا؟ أو متنكّرًا في هيئة برنامج؟”

لكنّ ذلك لم يُربك سيث على الإطلاق، إذ تابع حديثه بنبرةٍ هادئةٍ ثابتة. “في الواقع، يمكنكما القول إنّ علاقتي بهما ليست على ما يرام. وأنا واثق أنّكما اطّلعتما على الأمر، وتعلَمان أنّهما اتّهماَني بسرقة برامجهما.”

لم ينبس المحقّقان بكلمة.

ظلّ المحقّقان صامتَين، يتركان له المجال ليقول كلّ ما يريد قوله.

ناولهما سيث القلم.

“لم أسرق شيئًا منهما قط. تلك البرامج من تطويري أنا، غير أنّ…”

صدر صوت تشويشٍ منه.

مدّ يده إلى جيبه وسلّم ورقةً بعينها.

—كَررر…

تبادل المحقّقان النظرات، قبل أن يمدّ لوك يده ليلتقط الورقة ويطالعها سريعًا، وما لبثت ملامحه أن تغيّرت.

بل دفع ببطاقةٍ صغيرةٍ إلى الأمام.

“هذا…”

ولإكمال الصورة، مدّ ذراعه قليلًا إلى الأمام.

“ما الأمر؟”

استمرّ بضع ثوانٍ، قبل أن يتردّد في الغرفة صوتٌ خافت.

أخذ أدريان، المحقّق الآخر، العقد وتصفّحه بنفسه، وما إن قرأه حتى اتّسعت عيناه قليلًا، ورفع بصره نحو سيث.

تبادل المحقّقان النظرات، قبل أن يمدّ لوك يده ليلتقط الورقة ويطالعها سريعًا، وما لبثت ملامحه أن تغيّرت.

“لقد عملت في هذه الشركة لسنوات. وهذا نوع العقد الذي وقّعته معهم. ما رأيكما؟”

كانا مذهولَين من أنّ عقدًا بهذه الوحشية يمكن أن يوجد أصلًا، وبدآ يشعران بالتعاطف مع سيث، غير أنّهما في الوقت نفسه…

ساد الصمت الغرفة مجددًا، لكنّ هذه المرّة لم يكن تَحفّظًا، بل عجزًا عن الكلام.

تبدّل الموقف مرّة أخرى.

تجمّد الاثنان في مقعديهما، مذهولين تمامًا من الشروط الموضوعة أمامهما.

—…سلّم… البرامج.

هذا…

—كن… مطيعًا وسلّمها.

أيّ نوعٍ من العقود الافتراسية هذا؟!

“أنا هو.”

كلّما تابعا القراءة ازداد ذهولهما أكثر.

توتر الجوّ في الغرفة حين وجّه المحقّقان أنظارهما إلى الرجل الجالس أمامهما.

’يُدفَع ‘المكافأة’ فقط بعد أن تخصم الشركة جميع التكاليف الممكنة: التسويق، الإنتاج، الإعلانات، التوزيع، رسوم المنصات… وجميعها تُحدَّد بقرارٍ من الشركة نفسها. ما يعني أنّ العائد قد يساوي الصفر. بل إنهم لا يحصلون على أيّ أجرٍ ما لم يتجاوز المجموع مئة دولار.’

“…..”

بند سيّئٌ يتلوه بندٌ أسوأ.

لم يكن التحقّق من كشف الحساب أمرًا صعبًا، وبعد أن طلبا من مساعدتهما التثبّت، عادت بعد قليل وهزّت رأسها مؤكدةً.

لكنّ الطعنة الأخيرة كانت في البند الأخير الذي قرآه:

’يُدفَع ‘المكافأة’ فقط بعد أن تخصم الشركة جميع التكاليف الممكنة: التسويق، الإنتاج، الإعلانات، التوزيع، رسوم المنصات… وجميعها تُحدَّد بقرارٍ من الشركة نفسها. ما يعني أنّ العائد قد يساوي الصفر. بل إنهم لا يحصلون على أيّ أجرٍ ما لم يتجاوز المجموع مئة دولار.’

البند (1.1.7): أيّ عملٍ أو ابتكارٍ أو ملكيةٍ فكريةٍ يطوّرها الموظّف خلال ستة أشهرٍ بعد إنهاء هذا العقد، إن كانت على صلةٍ بأعمال أو منتجات أو خدمات استوديوهات ‘فورج نايت مير’، تُعدّ ملكًا خالصًا للاستوديوهات.

أخرج لوك دفتر ملاحظاته مجددًا، وألقى بنظره نحو سيث.

“هذا ما قصَدوه بقولهم إنّي ’سرقتُ’ منهم.”

لم يبدُ على سيث أيّ اندهاشٍ لكونهما يعرفان اسمه، فقد ذكره بنفسه للمساعد، غير أنّ هذا لم يكن السبب الرئيسي.

سكن الهواء في الغرفة، والمحقّقان يقلبان العقد للمرّة ’المليون’ تقريبًا.

ساد الصمت الغرفة مجددًا، لكنّ هذه المرّة لم يكن تَحفّظًا، بل عجزًا عن الكلام.

كانا مذهولَين من أنّ عقدًا بهذه الوحشية يمكن أن يوجد أصلًا، وبدآ يشعران بالتعاطف مع سيث، غير أنّهما في الوقت نفسه…

.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 ⏳ 5 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Abdulaziz Alzahrani🔥 10041 1🔥 1005Abdullah S🔥 1006Abdullah AL RAGAWY🔥 1007صقر المطيري🔥 1008Aluminum🔥 1009Rayan Alharbi🔥 10010Abdulaziz Abdullah🔥 100 🥇M. K💎 52,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

“هذا لا يفسّر ما حدث بعد ذلك.”

ظلّ المحقّقان صامتَين، يتركان له المجال ليقول كلّ ما يريد قوله.

قال لوك وهو يزفر طويلًا ويضع العقد على الطاولة.

أيّ نوعٍ من العقود الافتراسية هذا؟!

“صحيح أنّي أشعر ببعض التعاطف تجاهك بالنظر إلى نوع الشركة التي عملتَ فيها، لكن هذا لا يغيّر حقيقة أنّ هناك شذوذًا استُخدم في اللعبة. هل من الممكن أنّك أنت مَن زوّدهم بذلك الشيء؟ ربما انتقامًا؟ أو متنكّرًا في هيئة برنامج؟”

“لم أسرق شيئًا منهما قط. تلك البرامج من تطويري أنا، غير أنّ…”

توتر الجوّ من جديد، وضاقت نظرات المحقّقَين.

اتفاقية عدم إفشاء (NDA).

غير أنّ ملامح سيث لم تتبدّل.

“ما الأمر؟”

“في الواقع، لم أقدّم لهم أيّ برنامج.”

توقّف التسجيل عند هذا الحدّ.

“هممم؟”

’يُدفَع ‘المكافأة’ فقط بعد أن تخصم الشركة جميع التكاليف الممكنة: التسويق، الإنتاج، الإعلانات، التوزيع، رسوم المنصات… وجميعها تُحدَّد بقرارٍ من الشركة نفسها. ما يعني أنّ العائد قد يساوي الصفر. بل إنهم لا يحصلون على أيّ أجرٍ ما لم يتجاوز المجموع مئة دولار.’

“ماذا…؟”

.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 ⏳ 5 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Abdulaziz Alzahrani🔥 10041 1🔥 1005Abdullah S🔥 1006Abdullah AL RAGAWY🔥 1007صقر المطيري🔥 1008Aluminum🔥 1009Rayan Alharbi🔥 10010Abdulaziz Abdullah🔥 100 🥇M. K💎 52,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

ناولهم سيث ورقةً أخرى.

غيّرت هذه المعلومة المفاجئة مجرى التحقيق تمامًا.

“هذه كشف حسابٍ بنكي لدفعةٍ ماليةٍ قدّمتُها لهم. المبلغ الإجمالي مليون وأربعمئة ألف دولار، وهو كلّ ما جنيتُه من الألعاب. فعلتُ ذلك كي لا أضطرّ لإعطائهم برامجي.”

أخذ أدريان، المحقّق الآخر، العقد وتصفّحه بنفسه، وما إن قرأه حتى اتّسعت عيناه قليلًا، ورفع بصره نحو سيث.

غيّرت هذه المعلومة المفاجئة مجرى التحقيق تمامًا.

كلّما تابعا القراءة ازداد ذهولهما أكثر.

لم يكن التحقّق من كشف الحساب أمرًا صعبًا، وبعد أن طلبا من مساعدتهما التثبّت، عادت بعد قليل وهزّت رأسها مؤكدةً.

بل دفع ببطاقةٍ صغيرةٍ إلى الأمام.

تبدّل الموقف مرّة أخرى.

ناولهم سيث ورقةً أخرى.

لكن الأمر لم ينتهِ بعد.

لم يكن التحقّق من كشف الحساب أمرًا صعبًا، وبعد أن طلبا من مساعدتهما التثبّت، عادت بعد قليل وهزّت رأسها مؤكدةً.

“في الواقع، ثمة أمرٌ آخر أردتُ مشاركتكما به.”

توتر الجوّ في الغرفة حين وجّه المحقّقان أنظارهما إلى الرجل الجالس أمامهما.

بدا سيث متردّدًا قليلًا، لكنه في النهاية حسم أمره وأخرج ورقةً أخرى، دفعها على الطاولة، وما إن ألقيا نظرةً عليها حتى أدركا ما هي.

لكنّ ذلك لم يُربك سيث على الإطلاق، إذ تابع حديثه بنبرةٍ هادئةٍ ثابتة. “في الواقع، يمكنكما القول إنّ علاقتي بهما ليست على ما يرام. وأنا واثق أنّكما اطّلعتما على الأمر، وتعلَمان أنّهما اتّهماَني بسرقة برامجهما.”

اتفاقية عدم إفشاء (NDA).

كانا مذهولَين من أنّ عقدًا بهذه الوحشية يمكن أن يوجد أصلًا، وبدآ يشعران بالتعاطف مع سيث، غير أنّهما في الوقت نفسه…

“لقد وقّعت عليها، ومن الناحية القانونية قد أُعرّض نفسي لمشكلةٍ خطيرةٍ بإظهارها. لكني أعتقد أنّهم يحاولون استخدامي ككبش فداء، ولهذا شعرت أنّ عليّ المجيء إلى هنا. والسبب في أنني أريتُكما كلّ هذا أولًا… هو كي تفهما طبيعة هؤلاء الناس.”

لم ينبس المحقّقان بكلمة.

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

لكنّ ذلك لم يُربك سيث على الإطلاق، إذ تابع حديثه بنبرةٍ هادئةٍ ثابتة. “في الواقع، يمكنكما القول إنّ علاقتي بهما ليست على ما يرام. وأنا واثق أنّكما اطّلعتما على الأمر، وتعلَمان أنّهما اتّهماَني بسرقة برامجهما.”

—كَررر…

.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 ⏳ 5 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Abdulaziz Alzahrani🔥 10041 1🔥 1005Abdullah S🔥 1006Abdullah AL RAGAWY🔥 1007صقر المطيري🔥 1008Aluminum🔥 1009Rayan Alharbi🔥 10010Abdulaziz Abdullah🔥 100 🥇M. K💎 52,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

صدر صوت تشويشٍ منه.

سكن الهواء في الغرفة، والمحقّقان يقلبان العقد للمرّة ’المليون’ تقريبًا.

استمرّ بضع ثوانٍ، قبل أن يتردّد في الغرفة صوتٌ خافت.

البند (1.1.7): أيّ عملٍ أو ابتكارٍ أو ملكيةٍ فكريةٍ يطوّرها الموظّف خلال ستة أشهرٍ بعد إنهاء هذا العقد، إن كانت على صلةٍ بأعمال أو منتجات أو خدمات استوديوهات ‘فورج نايت مير’، تُعدّ ملكًا خالصًا للاستوديوهات.

—…سلّم… البرامج.

قال لوك وهو يزفر طويلًا ويضع العقد على الطاولة.

ومع مرور الثواني، بدأ الصوت يزداد صفاءً.

“يمكنكما التحقّق من صدق التسجيل. لا توجد أيّ تعديلاتٍ عليه. هذا بالفعل صوت المدير التنفيذي وهو يهدّدني.”

—أعلم أنّك دفعتَ المال، لكن لديّ طرقًا كثيرةً لجعل حياتك أكثر بؤسًا. لا تظنّ ولو لثانيةٍ أنك تمسك بزمام الأمور. لديّ علاقاتٌ في أماكن كثيرة… حتى في النقابات!! إن لم تسلّم البرامج، فسأتّصل بهم وأجعلهم يلفّقون لك تهمةً ما!

لم يستطع أيٌّ منهما تحديد السبب، لكنّ الشعور بعدم الارتياح ازداد كلّما طال نظرهما إليه… وكأنّ شيئًا فيه كان معوجًّا على نحوٍ لا يمكن إنكاره.

—كن… مطيعًا وسلّمها.

أيّ نوعٍ من العقود الافتراسية هذا؟!

توقّف التسجيل عند هذا الحدّ.

استمرّ بضع ثوانٍ، قبل أن يتردّد في الغرفة صوتٌ خافت.

ساد الصمت، وعجز المحقّقان تمامًا عن الكلام.

بل دفع ببطاقةٍ صغيرةٍ إلى الأمام.

“كما ذكرتُ سابقًا، لم أقدّم لهم البرامج أبدًا. سجّلتُ هذا رغم توقيعي على اتفاقية عدم الإفشاء لحماية نفسي. وبالنظر إلى ما آل إليه الوضع، أؤمن أنهم يحاولون الإيقاع بي.”

“هذا لا يفسّر ما حدث بعد ذلك.”

ناولهما سيث القلم.

تبدّل الموقف مرّة أخرى.

“يمكنكما التحقّق من صدق التسجيل. لا توجد أيّ تعديلاتٍ عليه. هذا بالفعل صوت المدير التنفيذي وهو يهدّدني.”

“…..”

ولم يكتفِ بذلك.

استمرّ بضع ثوانٍ، قبل أن يتردّد في الغرفة صوتٌ خافت.

بل دفع ببطاقةٍ صغيرةٍ إلى الأمام.

“لقد وقّعت عليها، ومن الناحية القانونية قد أُعرّض نفسي لمشكلةٍ خطيرةٍ بإظهارها. لكني أعتقد أنّهم يحاولون استخدامي ككبش فداء، ولهذا شعرت أنّ عليّ المجيء إلى هنا. والسبب في أنني أريتُكما كلّ هذا أولًا… هو كي تفهما طبيعة هؤلاء الناس.”

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

ساد الصمت، وعجز المحقّقان تمامًا عن الكلام.

ولإكمال الصورة، مدّ ذراعه قليلًا إلى الأمام.

توقّف التسجيل عند هذا الحدّ.

“أنا أيضًا بلا حولٍ ولا قوة. يمكنكما فحصي إن أردتما، ليس لديّ حتى عُقدة. أحاول إنشاء واحدة، لكني لم أنجح بعد. في الوقت الحالي، لستُ سوى مواطنٍ عادي.”

“يمكنكما التحقّق من صدق التسجيل. لا توجد أيّ تعديلاتٍ عليه. هذا بالفعل صوت المدير التنفيذي وهو يهدّدني.”

نظر إلى المحقّقين، وابتسم.

“في الواقع، ثمة أمرٌ آخر أردتُ مشاركتكما به.”

“أظنّ أنّ هذا يكفي لإثبات براءتي، أليس كذلك؟”

“هذا لا يفسّر ما حدث بعد ذلك.”

🔥 تحدي أغسطس 2026 ⏳ 5 يوم متبقي
69,410 شعلة الهدف: 66,666
104.1%
🎉 حققنا هدف الشهر، شكرًا لكل الداعمين!
×

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

🥇M. K🔥 40,000
🥈Yazeed Alsaedi🔥 105
🥉Abdulaziz Alzahrani🔥 100
41 1🔥 100
5Abdullah S🔥 100
6Abdullah AL RAGAWY🔥 100
7صقر المطيري🔥 100
8Aluminum🔥 100
9Rayan Alharbi🔥 100
10Abdulaziz Abdullah🔥 100

“هذا لا يفسّر ما حدث بعد ذلك.”

---

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

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

Comment

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

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