---- Chapter 1904, Seeing how obedient Dirk looked, Andrew pulled out a small vial from his pocket. "This bottle is yours, right?" Dirk gave a sheepishugh. "Yeah, it''s mine. Mr. Nielsen told me to dump whatever''s inside into your food or drinks. As for what''s actually init... I''ve got no clue." Andrew stopped paying attention to him and turned to Eric. Eric said calmly, "The vial contains parasite eggs. So, that means Cole is the one behind it." Andrew nodded. "Pretty much.
Still, I didn''t expect to find a martial artist dealing in parasites in a little town like Verhampton Valley." Dirk looked up hopefully. "Sir, I''ve told you everything I know. Can I go now?" Andrew shook his head. "Nope. You''re going to die here." Dirk''s vision went ck, and he immediately dropped to his knees, nearly soiling himself. He could already tell that Andrew was definitely not an ordinary person.
"Of course, if you want me to spare your life, that''s not ---- impossible either." Andrew gave him a glimmer of hope at just the right moment. Dirk felt like he had received a royal pardon and quickly said, " Sir, just tell me what you want! If you let me go, you''ll be my savior! I swear, my mother and I will light candles and pray for you every single day!" Andrew waved him off. "Save it. I''m not dead yet, so I don''t need your prayer service.
When the sunes up, you''re taking me to see Cole. Also, I want to ask you about someone. Have you heard the name Hank Armstrong?" Dirk wasn''t quite sure. "Hank Armstrong? Never heard of him! But recently, an important big shot came to our Verhampton Valley! I heard he''s from some special government agency, and both Mr. Nielsen and Big Z personally received him!" Andrew''s heart stirred. "Does this so-called big shot have a name? What do they call him?" Dirk shook his head.
"How would a small fry like me be qualified to know such an important person''s name! I only know that Mr. Nielsen addresses him as Mr. Armstrong!" Andrew sneered coldly. "Mr. Armstrong... That''s got to be that. ---- bastard Hank! Alright, everything''s going pretty much as I expected! Dawn is still a while away, so you can sleep here!" Dirk looked like he wanted to protest, but one nce at Andrew''s face shut him up. He turned around, nning to make do in the corner.<fnab79> N?w ?ovel chapt?rs are published on find?novel</fnab79>
Just then, something mmed into the back of his head. He just felt his head go numb, and then his whole body copsed to the floor. Right before he passed out, Dirk''sst thought was, ''Cheap shot! What happened to honor?! Looking at Dirk, Eric frowned. "Why did you do that? This guy''s no longer of any use... Wouldn''t it be better to just let him go? Or just kill him outright and be done with it!" Andrew said tly, "We can''t let him leave yet, or we''ll alert them to our presence!
As for killing people, remember this: don''t treat life like it''s worthless! What goes aroundes around. Now we can basically confirm that Hank is colluding with the local forces in Verhampton Valley." He added, "And Cole is the key figure behind the parasite poisoning. Once we get him, the whole web starts to unravel." Eric scoffed. "How much trouble can a martial artist froma ---- small county cause? It''s obvious he has bigger forces backing him up. Like that Hank you mentioned...
Didn''t you say he''s from the Special Ops? Special Ops isn''t a ce ordinary people can mess with, and you should know that." Andrew''s tone didn''t shift. "Exactly. Which is why I''m going to mess with him. That bastard might be with Special Ops, but all he does is screw people over. I don''t care who he works for. He''s going down." Eric stared at him for a moment, then turned toward the bed and shut his eyes.<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);