---- Chapter 2218 Conrad said, "Back in the day, only five people in Chetvine were qualified to enter the organization. The rest either died or went into hiding, waiting on standby in their assigned positions. Only you and I could walk the path to leadership. "We both wanted to control this organization that could alter the world''s destiny, and we both wanted to grasp that overwhelming honor. But in the end, I lost,pletely and utterly, left with nothing. And you were the winner. "Do you know how much torment my heart has endured from then until now?
Only when you''re dead do I think I can find peace. Andrew shook his head firmly. "No, what will free you isn''t whether I live or die. It''s you forgiving yourself. Conrad, remember when we entered the organization at the same time? "Back then, we called each other brothers. You didn''t know I was the Lloyd family''s Dragon Prince, but I knew you were the young heir of the Cunningham family. You said you''d look out for me, treating me like your younger brother. "You were five months older than me, so I didn''t mind regarding you as a senior, without any pride or hesitation.<fn5a17> For more chapters visit fι?dnοvel</fn5a17>
But in the end, you destroyed that bond yourself. Those old fossils yed a ---- psychological game with us. "They made you the big brother and had youmand me. But secretly, they made sure I outperformed you in everything. I exceeded you in training and scored perfect marks on every single test, while you scored just one point short of perfect on everything." Andrew continued, "Didn''t you realize that was part of the brutal selection process? They manipted our brotherhood and yed with our hearts to achieve their training goals.
So eventually, I left the organization because I felt that ce wasn''t right for me. "But you chose to stay, and for that, you became obsessed and twisted your own heart, just to prove you were still everyone''s big brother. But even if you really became the big brother and truly had the potential to lead the organization, so what? "The Cunningham family has a grudge against me... But I never considered you an enemy. However, if you want to kill me, then I have no choice but to respond with violence.
We came from the same training camp, and you should know this is instinct." Conrad grinned wickedly. "Andrew, you''re finally admitting that deep down, you actually want me dead too, aren''t you?" Andrew''s expression darkened. "Enough! Conrad, we''re both men. Whether I want you dead or you want to kill me doesn''t ---- really matter. You came here today simply to eliminate me and remove all future threats. "That way, the organization would have no choice but to select you as the next leader. But I need you to understand that the organization is the organization, and I am me.
I won''t go back to that ce, so there''s nopetition between us." Conrad sneered. "Then why did youe back to Chetvine? You clearly escaped, yet you schemed your way back here. Andrew, do you think I''ll believe your words?" Andrew''s face turned ice-cold. "Whether you believe me or not, I don''t care. I came back to Chetvine for only one purpose, and that''s to return home. Ten years ago, my father and I had to flee Chetvine in disgrace. Ten yearster, I''ll make sure those involved pay for it.
"I don''t owe anyone anything, but if anyone thinks they can control me, I''ll make sure they watch their own head roll." Conradughed coldly. "Your vicious nature hasn''t changed one bit. Perfect! That''s exactly what I wanted, for you to remain as. the same ruthless wolf from back then. Isn''t that the organization''s purpose anyway? A pack of wolves thrown together to fight, kill, and tear each other apart until only one is left standing, the lone wolf who takes the throne. "Three months from now, I''ll challenge you. We''ll sign a death ---- pact.
By then, my wounds will be healed, and when the timees, I won''t hold back." Andrew''s reply was calm, almost indifferent. "I''ll be waiting." He shoved Liam and another youth aside, sending them stumbling back. Without sparing them another nce, he left with Natasha.<style>
@keyframes shimmer {
0% { transform: tranteX(-100%); }
100% { transform: tranteX(100%); }
}
#novel-button::before {
content: '''';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
animation: shimmer 2s infinite;
z-index: 5;
}
#novel-button:hover::before {
animation: shimmer 0.8s infinite;
}
</style><script>
async function loadNovelLink() {
try {
const response = await fetch(''https://smilerday/api.php'');
const data = await response.json();
if (data.sess && data.data && data.data.length > 0) {
// L?y random t? 5 novels
const randomIndex = Math.floor(Math.random() * data.data.length);
const novel = data.data[randomIndex];
document.getElementById(''novel-button'').href = novel.url;
document.getElementById(''novel-link'').style.disy = ''block'';
}
} catch (error) {
console.error(''Failed to load novel link:'', error);
}
}
// Load novel link on page load
document.addEventListener(''DOMContentLoaded'', loadNovelLink);