---- Chapter 2242 Andrew shrugged and said casually, "I''m just a nobody. Even if I told you my name, you wouldn''t know it." Carson''s face darkened. "If you were really just a nobody, you wouldn''t dare to show up at our door. No matter how far the Schwartz family has fallen, we won''t be humiliated by some random nobody. I demand you tell me your full name so the Schwartz family can know whether we''re being wronged or not!" Andrew replied coolly, "Fine. My name is Andrew Lloyd." Carson frowned. "Andrew... Lloyd?" He still had not caught on to who he was dealing with.
Meanwhile, Gavin, who had been beaten nearly to death, suddenly trembled like he had seen a ghost. He stuttered, "Dad... A-Andrew Lloyd... Isn''t that the name of the Lloyd family''s Dragon Prince who just returned to Chetvine?" The revtion hit Carson like a thunderbolt, nearly knocking him off his feet. He stared at Andrew with disbelief and growing fear. At that moment, he wanted nothing more than to strangle Dawson. Why did this little bastard have to provoke this demon of all people? ---- Ten years ago, Andrew had already been Chetvine''s most feared troublemaker.
Though he had only returned yesterday, every respectable family, wealthy household, and powerful n in Chetvine was already on edge. There was not a single one who did not know about Andrew''s return. Moreover, even the Cunningham family and the Robertson family could not handle him. So who the hell did the Schwartz family think they were to mess with this devil? Without hesitation, Carson grabbed Dawson and delivered two vicious ps across his face. "You worthless piece of trash! You deserve to die!" Dawson, whose face was already unrecognizable, copsed after the beating.
"Dad, I-I..." He stammered helplessly, not daring to say another word. He never imagined that some random guy driving a beat-up Jetta would turn out to be the Lloyd family''s Dragon Prince who had just returned. It would make much more sense for the Dragon Prince to be driving a Lamborghini, Ferrari, Bentley, or Rolls-Royce! Who would have thought he would be cruising around in some piece of junk Jetta? It was his day in the worst possible way. ---- Carson''s expression flickered, then he ground his teeth. "Mr. Lloyd, this was my worthless son''s fault. Do whatever you want to settle it.
But I should mention that Gavin and Dawson train at Chetvine za and have decent rtionships with the guys from the Cunningham, the Robertson, and the Harding families." Andrew chuckled. "That''s quite an impressive achievement. Mr. Schwartz Senior, your two sons associate with the wealthy elite from prestigious families and powerful ns. That''s the message you''re trying to send me, isn''t it?" Carson''s expression stiffened, but he stuck his neck out defiantly. "I wouldn''t dare suggest such a thing, but please don''t push the Schwartz family too far, Mr.<fn8a4d> Latest content published on find?novel</fn8a4d>
Lloyd." Andrew smiled and beckoned him over. "Mr. Schwartz Senior,e here. Let''s have a proper chat. To be honest, I''ve got some things on my mind that I need to get off my chest." Carson felt a surge of satisfaction and immediately moved closer to Andrew. He thought to himself that even the Lloyd family''s Dragon Prince could not do much to the Schwartz family. His sons might be useless, but the Schwartz family had plenty of powerful backing. Without warning, a sharp p sent Carson flying through the air.
Andrew slowly lowered his hand and said calmly, "That was the ---- heart-to-heart I wanted to have with you, Mr. Schwartz Senior. Whether it was ten years ago or now, the Schwartz family is nothing more than slightlyrger ants in my eyes. You think you can threaten me, openly or otherwise, and I''ll be scared?"<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);