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