---- Chapter 2006 Dante did not move, but his eyes locked on Andrew as if staring at a dead man. He thought thetter clearly had no idea what kind of force he was up against. Luna''s cold gaze swept toward Andrew. "Let them take the man. Andrew replied with indifference, "Why should 1?" Luna gritted her teeth in frustration. "Because Crazy Barnaby has. personallye from Chetvine to Blumedale himself." Andrew showed nothing but contempt.
"Just because others are afraid of their Special Ops director doesn''t mean I am!" Lunaughed bitterly with anger. "What if I told you that Victoria and Tiana fell into Mrs. Driscolls trap? Right now, Victoria has already fallen into her hands. So tell me, are you going to let them take him or not?" The aura around Andrew''s body suddenly surged, and he almost lost control of his power. At that exact moment, his people arrived on the scene. "Andy, we have a serious problem! Mrs.
Rhodes is severely injured! Mrs. Peck has been taken by Mrs. Driscoll. We don''t know if she''s alive or dead." ---- George hade personally to deliver this news. Andrew''s eyes turned ice-cold as he looked at him. "How did this happen? I left plenty of people guarding the Peck residence. Are you all useless?" George stayed silent. Andrew''s authority had only grown heavier as his war with the Driscolls escted, and even George could not meet his fury head-on.
Eric exined, "It wasn''t that we didn''t guard the Peck family. Bothdies left on their own to meet Mrs. Driscoll. That''s when things went wrong." Andrew did not scream or lose control, but the pressure he radiated was suffocating. He turned and started walking away, but after two steps, he stopped and looked back at Dante. "You can take him. But when you get back, tell the Driscoll family that I''ll being to their base myself today to bring them back.
If there''s even the slightest injury or a single scratch on them, the Driscoll family can prepare to be erased from Blumedale''s history." Dante sneered. "If you daree, I''l take your head. Try me." Andrew shook his head. "Aside from your muscles, you''ve got no brains and no use. You should appreciate the level you''ve reached. I really don''t want to kill you." ---- The sneer froze on Dante''s face, reced by the sting of humiliation. Andrew did not bother with him again and walked away.
Luna returned to her vehicle and left as well, rubbing her forehead in frustration. She mumbled, "Even Crazy Barnaby hase to Gabo Creek. And the Driscoll family is aplete mystery now... Who knows what else they''re plotting? Damn it, why does Governor McCormick insist I deal with this mess?" Leslie kept her eyes on the road. "General, your abilityes with responsibility. By the way, that mangled man earlier... Was he really Gabo Creek''s number one fighter?" Luna exhaled.<fne976> Find the newest release on Find[?]ovel</fne976>
"That was Franklin Gurney, a fake monk from the mountain cathedral. For Andrew to beat him like that was beyond my expectations." Her brow furrowed deeply as she murmured to herself, "That man changes every day. Even I''m starting to be wary of him. And his martial style... It feels strangely familiar. It should be connected to Chetvine, but for now, I just can''t ce it."<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);