Switch Mode

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

إمبراطور!الخيمياء!مـن!الداو!الإلــهـي!كول 1010

㊎سرقة دم التنين الحقيقي㊎

㊎سرقة دم التنين الحقيقي㊎

▬▬▬▬ ❃ ◈ ❃ ▬▬▬▬

.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 ⏳ 4 يوم متبقي 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🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006الخال!💎 100

سرقة دم التنين الحقيقي

▬▬▬▬ ❃ ◈ ❃ ▬▬▬▬

كان هذا بسبب تأثير نفسي . لقد أصيب بشدة ، لكن (لـِـيـنجْ هـَــان) شفي تماما. تسبب هذا التباين بطبيعة الحــال لــه أن ينهار عقليا ويشعر بشعور قوي بالإحباط. بإعتباره سليل التنين الحقيقي ، فقد خسر بشكل غير متوقع للإنسان من حيث اللياقة الجسدية.

كان لعرق البحر ميزة في اللياقة الجسدية. كـَـانَ جسد مو شينغ شين مشابها للمعادن الثمينة من المستوى التاسع ، ولكن (لـِـيـنجْ هـَــان) لم يكن ضعيفا أيضا ، و قد وصل أيضا إلى هذا المستوى. من الناحية النظرية ، يجب أن تكون المباراة بين الإثنين التعادل.

“آه!” صرخ مو تشنغ شــــيــنغ فجأة. علي الرغم من عدم وجود أي زيادة في قوة هذه الركلة ، إلا أنه شعر أنه تلقى ضربة قوية بسبب التأثير.

لكن التعادل لا يعني أن أيا منهما لن يصاب . علي العكس من ذلك ، مع تأثير كل ركلة ، أصيبت إصابات خطيرة. كلا الساقين قد أصبحت مشوهة بالفعل بين الضربات.

“ماذا عن الان؟” أرسل (لـِـيـنجْ هـَــان) مرة أخري ركلة.

كان هذا أقرب إلى سيف قوي لا يضاهى قادر علي سحق أي عقبة – إذا كـَـانَ سيوفان يصطدمان مع بعضهما البعض ، فسوف يتعرض كلاهما للضرب أو حتى الانقسام.

㊎سرقة دم التنين الحقيقي㊎ ▬▬▬▬ ❃ ◈ ❃ ▬▬▬▬

كان الحــال الأن هـــو أن كلتا ساقيهما كانت ملتوية ، و كانت درجة التشويه مخيفة بعض الشيئ ، لكنهما إستمرا في إطلَاق الركلات تجاه بعضهما البعض . في هذه المعركة ، تعهد الإثنان بكل مــا في وسعهم في عــرض واحد . إذا لم يتمكن أي منهما من الصمود ، فما كـَـانَ سيتم ركَلَه هـــو الساق ، لكن الجزء الحيٌوي من أسفل البطن.

عندما رأى الرجل الكبير إن دم التنين الحقيقي قد إخــتـفى , كـَـانَ من الأفضل التراجع!

إذا تم تحطيم دانتيان ، ثم ألن يصاب أحدهما بالشلل؟

أعطى (لـِـيـنجْ هـَــان) إبتسامة خفيفة. مع موجة من يده اليمني ، ظهر 108 سيف قصيرفجأة وشكلوا مصفوفة تنين الجليد القارس . علي الفور ، تجسد تنين الجليد ، متجها نحو الســمــاء ، و أعطى هديرا رعدياً.

شعر مو شينغ شين الأسف سراً . في هذه المرحلة ، لم تكن هناك فرصة لإستخدام أي أداة روحية أو مرسوم . كانت ذراعي الطرفين تمسكان ببعضهما البعض. كـَـانَ من المستحيل استرداد شيئ ما !

“إنه حقا أفضل من وضعك!” قام (لـِـيـنجْ هـَــان) بتوزيع لفافة الســمــاء غير قابلة للتدمير ، و عاد الساقان المنكسران إلى حــالته الطبيعية علي الفور.

و كـَـانَ سليل عشيرة مو . لقد أحضر معه العديد من الكنوز القوية. كل واحد كافيا لقتلــ (لـِـيـنجْ هـَــان) ، و لكن الأن لا يمكن إستخدام واحد منهم . كيف لا يندم عليه؟

إذا تم تحطيم دانتيان ، ثم ألن يصاب أحدهما بالشلل؟

لكن من الذي طلب منه أن يستأسد على (لـِـيـنجْ هـَــان) , علي أن يكون إنسانا ويريد أن يخوض معركة عن قرب معه ، و يعتزم سحقه في تبادل واحد ؟ و مع ذلك ، لم يكن يتوقع مواجهة مثل هذا الخصم الهائل.

ضحك (لـِـيـنجْ هـَــان) ، و قـَـالَ : “أنت نادم ؟”

ضحك (لـِـيـنجْ هـَــان) ، و قـَـالَ : “أنت نادم ؟”

(لـِـيـنجْ هـَــان) كـَـانَ علي وشك القتل . لقد أراد فقط قتل المجموعة الأربعة بما في ذلك مو يوان مينغ ، لكنه شعر بالصدمة عندما رأى أن “البرغوث الملك” كـَـانَ يسير عائدا من مسافة بعيدة بسرعة مذهلة.

“ها! لماذا يجب أن أشعر بالأسف ، هل تعتقد أن وضعك أفضل من وضعي؟ ” لم يكن مو شينغ شين مستعدا لإظهار أي ضعف.

ترجمة

“إنه حقا أفضل من وضعك!” قام (لـِـيـنجْ هـَــان) بتوزيع لفافة الســمــاء غير قابلة للتدمير ، و عاد الساقان المنكسران إلى حــالته الطبيعية علي الفور.

“ماذا؟!” كـَـانَ لدى المجموعة المكونة من خمسة أشخاص بمن فيهم مو تشنغ شين تعبيرات عن الكفر علي وجوههم. و كـَـانَ هذا أكبر ورقة رابحة لهم . في هذا الكهف الذي [طبقة تحطيم الفراغ] لا يمكن أن تدخل، ألن يكون مرسوم [طبقة تحطيم الفراغ] مذهلا بما فيه الكفاية؟

ماذا!؟ كـَـانَ مو تشنغ شنغ بالصدمة. مــا اوه,تباً, ما هذه المرونة ؟ هل أنت حقا إنسان ؟ هل أنت متأكد أنك لست وحش؟

تدافع مو شينغ شين بصعوبة كــبيرة. يلهث ، و زفير التنفس من الهواء قبل التهدئة قليلاً . ثم لــوح التمرير.

“ماذا عن الان؟” أرسل (لـِـيـنجْ هـَــان) مرة أخري ركلة.

“ها! لماذا يجب أن أشعر بالأسف ، هل تعتقد أن وضعك أفضل من وضعي؟ ” لم يكن مو شينغ شين مستعدا لإظهار أي ضعف.

“آه!” صرخ مو تشنغ شــــيــنغ فجأة. علي الرغم من عدم وجود أي زيادة في قوة هذه الركلة ، إلا أنه شعر أنه تلقى ضربة قوية بسبب التأثير.

أعطى (لـِـيـنجْ هـَــان) إبتسامة خفيفة. مع موجة من يده اليمني ، ظهر 108 سيف قصيرفجأة وشكلوا مصفوفة تنين الجليد القارس . علي الفور ، تجسد تنين الجليد ، متجها نحو الســمــاء ، و أعطى هديرا رعدياً.

كان هذا بسبب تأثير نفسي . لقد أصيب بشدة ، لكن (لـِـيـنجْ هـَــان) شفي تماما. تسبب هذا التباين بطبيعة الحــال لــه أن ينهار عقليا ويشعر بشعور قوي بالإحباط. بإعتباره سليل التنين الحقيقي ، فقد خسر بشكل غير متوقع للإنسان من حيث اللياقة الجسدية.

كان هذا أقرب إلى سيف قوي لا يضاهى قادر علي سحق أي عقبة – إذا كـَـانَ سيوفان يصطدمان مع بعضهما البعض ، فسوف يتعرض كلاهما للضرب أو حتى الانقسام.

لم يظهر (لـِـيـنجْ هـَــان) أي رحمة ، و أطلق ركلاته بسرعة أكبر.

◉ℍ𝔼𝕄𝔸𝕋𝔸𝕂𝕌◉ _________________________________

بــنـغ 💥 ، بــنـغ 💥 ، بــنـغ 💥 ، بــنـغ 💥 ، بمجرد أن بدأت روح مو شينغ شين القتالية في التردد ، لم يستطع بطبيعة الحــال الإستمرار بنفس الطريقة في الكلام. فجأة ، تعرض للركل بقوة من قبلــ (لـِـيـنجْ هـَــان). بــنـغ 💥 ، لم يستطع الحصول علي عقد من (لـِـيـنجْ هـَــان) مرة أخري و تم إرساله بواسطة ركلاته.

كان هذا الرجل يتعرض للقمع!

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

عندما رأى الرجل الكبير إن دم التنين الحقيقي قد إخــتـفى , كـَـانَ من الأفضل التراجع!

تدافع مو شينغ شين بصعوبة كــبيرة. يلهث ، و زفير التنفس من الهواء قبل التهدئة قليلاً . ثم لــوح التمرير.

كان هذا أقرب إلى سيف قوي لا يضاهى قادر علي سحق أي عقبة – إذا كـَـانَ سيوفان يصطدمان مع بعضهما البعض ، فسوف يتعرض كلاهما للضرب أو حتى الانقسام.

مرسوم [طبقة تحطيم الفراغ]!

.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 ⏳ 4 يوم متبقي 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🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006الخال!💎 100

“أنت قوي جِـدَاً ، لكن ماذا في ذلك؟” سخر : “أمام براعة المعركة في [طبقة تحطيم الفراغ] ، أنت غير مهم تماما مثل نملة ! مت!” فجأة فتح المرسوم ، و أطلق ضغطا قويا جعل الأشخاص الأربعة ، بمن فيهم مو يوان مينغ ، يركعون لا أراديا أثناء انقسام جلدهم ولحمهم.

“ها! لماذا يجب أن أشعر بالأسف ، هل تعتقد أن وضعك أفضل من وضعي؟ ” لم يكن مو شينغ شين مستعدا لإظهار أي ضعف.

كان الأمر كما لـــو أن نخبة [طبقة تحطيم الفراغ] قد وصلت شخصيا ، ولكنها لم تكن مجرد طريقة فرض. حتى لـــو كانوا حكاما لفنون القتال ، فإن أجسادهم مــا زالت تنهار.

عندما رأى الرجل الكبير إن دم التنين الحقيقي قد إخــتـفى , كـَـانَ من الأفضل التراجع!

أعطى (لـِـيـنجْ هـَــان) إبتسامة خفيفة. مع موجة من يده اليمني ، ظهر 108 سيف قصيرفجأة وشكلوا مصفوفة تنين الجليد القارس . علي الفور ، تجسد تنين الجليد ، متجها نحو الســمــاء ، و أعطى هديرا رعدياً.

“أنت قوي جِـدَاً ، لكن ماذا في ذلك؟” سخر : “أمام براعة المعركة في [طبقة تحطيم الفراغ] ، أنت غير مهم تماما مثل نملة ! مت!” فجأة فتح المرسوم ، و أطلق ضغطا قويا جعل الأشخاص الأربعة ، بمن فيهم مو يوان مينغ ، يركعون لا أراديا أثناء انقسام جلدهم ولحمهم.

“اذهب!” عندما أمسك (لـِـيـنجْ هـَــان) يده وأشار بإصبع ، اندفع تنين الجليد نحو مو تشنغ شين.

شعر مو شينغ شين الأسف سراً . في هذه المرحلة ، لم تكن هناك فرصة لإستخدام أي أداة روحية أو مرسوم . كانت ذراعي الطرفين تمسكان ببعضهما البعض. كـَـانَ من المستحيل استرداد شيئ ما !

كان المرسوم قد فتح للتو عندما خرج رجل قوي البنية ، ينضح بالهالة القوية لـ [طبقة تحطيم الفراغ]. ورأى الهجومٌ القادم من تنين الجليد ، و على الفور صعد لمواجهته . قاتل بينج ، بينج ، بينج ، قاتل الجانبان ، وسرعان مــا سحق براعة معركة [طبقة تحطيم الفراغ] كل الصخور الجبلية المحيطة علي الفور.

㊎سرقة دم التنين الحقيقي㊎ ▬▬▬▬ ❃ ◈ ❃ ▬▬▬▬

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

كان الحــال الأن هـــو أن كلتا ساقيهما كانت ملتوية ، و كانت درجة التشويه مخيفة بعض الشيئ ، لكنهما إستمرا في إطلَاق الركلات تجاه بعضهما البعض . في هذه المعركة ، تعهد الإثنان بكل مــا في وسعهم في عــرض واحد . إذا لم يتمكن أي منهما من الصمود ، فما كـَـانَ سيتم ركَلَه هـــو الساق ، لكن الجزء الحيٌوي من أسفل البطن.

كان هذا الرجل يتعرض للقمع!

كان الأمر كما لـــو أن نخبة [طبقة تحطيم الفراغ] قد وصلت شخصيا ، ولكنها لم تكن مجرد طريقة فرض. حتى لـــو كانوا حكاما لفنون القتال ، فإن أجسادهم مــا زالت تنهار.

“ماذا؟!” كـَـانَ لدى المجموعة المكونة من خمسة أشخاص بمن فيهم مو تشنغ شين تعبيرات عن الكفر علي وجوههم. و كـَـانَ هذا أكبر ورقة رابحة لهم . في هذا الكهف الذي [طبقة تحطيم الفراغ] لا يمكن أن تدخل، ألن يكون مرسوم [طبقة تحطيم الفراغ] مذهلا بما فيه الكفاية؟

▬▬▬▬ ❃ ◈ ❃ ▬▬▬▬

لكن الآن؟ لقد تم قمعه بالكامل من جانب واحد.

عندما رأى الرجل الكبير إن دم التنين الحقيقي قد إخــتـفى , كـَـانَ من الأفضل التراجع!

فهم (لـِـيـنجْ هـَــان) الأمر بوضوح في قلبه – إلى أي مدى يمكن أن تكون القوة المختومة في مرسوم ؟ نظرا للتقييد المزدوج للمصنع و مواد الرسم نفسه ، فقد كـَـانَ بالفعل من الرائع جِـدَاً أن تكون قادرا علي تحقيق براعة المعركة التي تتجاوز خمسة نجوم.

لم يظهر (لـِـيـنجْ هـَــان) أي رحمة ، و أطلق ركلاته بسرعة أكبر.

في [طبقة تحطيم الفراغ] ، كانت نجمة واحدة هي الفرق بين الســمــاء والأرض ، ناهيك عن نجمتين أو أكثر . مع هدير من تنين الجليد ، تمزق المرسوم إلى قطع.

.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 ⏳ 4 يوم متبقي 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🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006الخال!💎 100

“لا…!” صرخ مو شينغ شين ، ولكن تم خنقه حتى الموت بواسطة تنين الثلج دون أي شك.

لم يظهر (لـِـيـنجْ هـَــان) أي رحمة ، و أطلق ركلاته بسرعة أكبر.

(لـِـيـنجْ هـَــان) كـَـانَ علي وشك القتل . لقد أراد فقط قتل المجموعة الأربعة بما في ذلك مو يوان مينغ ، لكنه شعر بالصدمة عندما رأى أن “البرغوث الملك” كـَـانَ يسير عائدا من مسافة بعيدة بسرعة مذهلة.

“ماذا؟!” كـَـانَ لدى المجموعة المكونة من خمسة أشخاص بمن فيهم مو تشنغ شين تعبيرات عن الكفر علي وجوههم. و كـَـانَ هذا أكبر ورقة رابحة لهم . في هذا الكهف الذي [طبقة تحطيم الفراغ] لا يمكن أن تدخل، ألن يكون مرسوم [طبقة تحطيم الفراغ] مذهلا بما فيه الكفاية؟

عندما رأى الرجل الكبير إن دم التنين الحقيقي قد إخــتـفى , كـَـانَ من الأفضل التراجع!

في [طبقة تحطيم الفراغ] ، كانت نجمة واحدة هي الفرق بين الســمــاء والأرض ، ناهيك عن نجمتين أو أكثر . مع هدير من تنين الجليد ، تمزق المرسوم إلى قطع.

◆◇◆◇◆◇◆◇◆◇◆

إنـتـهـــــي (❁´◡`❁) الـفـصــــل

ضحك (لـِـيـنجْ هـَــان) ، و قـَـالَ : “أنت نادم ؟”

ترجمة

كان المرسوم قد فتح للتو عندما خرج رجل قوي البنية ، ينضح بالهالة القوية لـ [طبقة تحطيم الفراغ]. ورأى الهجومٌ القادم من تنين الجليد ، و على الفور صعد لمواجهته . قاتل بينج ، بينج ، بينج ، قاتل الجانبان ، وسرعان مــا سحق براعة معركة [طبقة تحطيم الفراغ] كل الصخور الجبلية المحيطة علي الفور.

ℍ𝔼𝕄𝔸𝕋𝔸𝕂𝕌

_________________________________

▬▬▬▬ ❃ ◈ ❃ ▬▬▬▬

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

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

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

▬▬▬▬ ❃ ◈ ❃ ▬▬▬▬

---

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

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

Comment

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

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