---- Chapter 1913 Even someone like Emily, a daughter from a prestigious family, was not spared from this nightmare. Hank remainedpletely unfazed and sneered. "You want me to let her go just because you said so? Andrew, take a good look at yourself. Who the hell do you think you are?" His face darkened with rage as he growled, "If you don''t want to die, then get the hell out of here while you still can! I''ll tell you straight: I wanted to kill you the first time we met back in Blumedale.<fn2adf> Content originallyes from find?novel</fn2adf>
"You''re just a damn nobody who thinks a bit of talent gives you the right to go up against me, an elite agent trained by Special Ops? Andrew, you must be out of your damn mind." Chantelle snapped, her voice sharp, "Oh, so you remember you''re Special Ops now, Hank? Then act like it. Let her go right now, or I won''t hold back. What you''re doing already counts as. attempted rape and aggravated assault. "You''re looking at serious prison time. And by the way, Cole Nielsen''s in our custody.
He''s spilled plenty, and your name came up. Hank, I didn''t expect you to be this bold. Misconduct on top of abuse of power? Governor McCormick''s going to want answers, and fast." ---- Hank''s expression twisted in an instant. "What? That bastard Cole actually got caught?" His eyes darted side to side, panic creeping in fast. Then, he locked his re on Andrew, his face growing more twisted by the second. "I knew it. It''s you again, you damn rat. It was you, wasn''t it?
You''re the reason Cole got caught!" Andrew''s expression did not change. "This is yourst warning. Let her go." Hank roared, "Fuck off! I''m not just killing this bitch today; none of you are leaving here alive!" Cole being caught meant everything was about to blow wide open. It meant even the shield of Special Ops could not protect Hank anymore. Cole''s crimes were heinous, and poisoning people was a capital offense.
Meanwhile, Hank had been covering for him while ying both sides with criminal gangs. Without a doubt, he would face trial. He might even end up sharing a cell with that disgraced celebrity, doing hardbor and running into each other every day. Hank had spent years living without consequences, collecting ---- favors, and staying untouchable. Now, if he wanted to escape this mess, there was only one way: kill everyone and erase the evidence Chantelle gasped. "He''s going rogue!
Andrew, watch out!" Before she even finished her warning, Andrew was already moving. He shot forward like lightning, his fingers curled into ws, slicing through the air toward Hank''s arm that was still gripping Emily. Hank flinched. Everything blurred for a second, and suddenly, Andrew was right in front of him. Panicked, Hank shoved Emily forward as a human shield. Then, heshed out with a strike aimed straight at Andrew''s eyes. However, Andrew caught Emily midair, barely ncing at her.
He instantly spun into a powerful back kick, smashing straight into Hank''s attack The blownded hard. Hank let out a muffled grunt as pain exploded up his arm like it had been shattered. He was stunned. How the hell was Andrew this strong? ---- Of course, Andrew could not care less about what Hank was thinking. He shoved Emily toward Chantelle and charged in again without pause. In a blink, Andrew unleashed a brutalbo, his fists and feet striking with precision.
Hank staggered backward, retreating until his back mmed against the vi''s wall, cornered and out of the room. With a desperate roar, he reached beneath his coat and yanked out a syringe. He was about to dope himself again.<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);