91³Ô¹ÏÍø

Watch CBS News

Man accused of selling fake pills throughout U.S., running operation out of a garage turned "lab" in Connecticut

In a nondescript garage in Connecticut, a New Haven man manufactured hundreds of thousands of counterfeit pills containing methamphetamine, a powerful opioid and other illicit drugs that he shipped around the U.S. and gave to local dealers to sell on the streets, new federal grand jury indictments allege.

Federal law enforcement officials against the man and six other people on Monday, calling the case one of the largest counterfeit pill busts ever in New England.

Kelldon Hinton, 45, is accused of running the operation from a rented garage he called his "lab" in East Haven, about 5 miles from downtown New Haven, using drugs and pill presses he bought from sellers in China and other countries, federal authorities said.

Officials said Hinton shipped more than 1,300 packages through the U.S. mail to people who bought the pills on the dark web from February 2023 to February 2024. He also gave pills to associates in Connecticut who sold them to their customers, the indictments allege.

The six other people who were indicted are also from Connecticut.

Hinton sold counterfeit oxycodone, Xanax and Adderall pills that contained methamphetamine and protonitazene, a synthetic opioid that is three time more powerful than fentanyl, federal officials said. The tablets also contained - a designer party drug known to be mislabeled as ecstasy - and xylazine, a tranquilizer often called "tranq."

Hinton and four others were arrested on Sept. 5, the same day authorities with search warrants raided the East Haven garage and other locations. Officials say they seized several hundred thousand pills, two pill presses and pill manufacturing equipment. One of the pill presses can churn out 100,000 pills an hour, authorities said.

Counterfeit Pill Bust
In this photo released by the U.S. Attorney's Office Connecticut, seized counterfeit pills are displayed Sept. 5, 2024, in East Have, Ct.  U.S. Attorney's Office Connecticut via AP

A federal public defender for Hinton did not immediately return an email seeking comment Monday.

Federal, state and local authorities were involved in the investigation, including the Connecticut U.S. Attorney's Office, the Drug Enforcement Administration, the FBI, the U.S. Postal Inspection Service and state and local police.

"This investigation reveals the constant challenges that we in law enforcement face in battling the proliferation of synthetic opioids in America," Connecticut U.S. Attorney Vanessa Roberts Avery said in a statement.

Fake prescription pills containing fentanyl and other powerful opioids are contributing to high numbers of overdoses across the country, said Stephen Belleau, acting special agent in charge of the DEA's New England field division.

"DEA will aggressively pursue drug trafficking organizations and individuals who distribute this poison in order to profit and destroy people's lives," he said in a .

Authorities said they were tipped off about Hinton by an unnamed source in June 2023. Law enforcement officials said they later began searching and seizing parcels sent to and from Hinton and set up surveillance that showed him dropping off parcels at a post office. Investigators also said they ordered bogus pills from Hinton's operation on the dark web.

In addition to Hinton, prosecutors also charged: Heshima Harris, 53 of New Haven; Emanuel Payton, 33, of New Haven; Marvin Ogman, 47, of Est Haven; Shawn Stephens. 34, of West Haven; Arnaldo Echevarria, 42, of Waterbury, and Cheryle Tyson, 64, of West Haven. Hinton, Payton and Ogman are currently detained, while Harris, Stephens, Echevarri, and Tyson are released pending trial.

Hinton has a criminal record dating to 1997 that includes convictions for assault, larceny and drug sales, federal authorities said in a search warrant application.

About 107,500 people died of overdoses in the U.S. last year, according to the Centers for Disease Control and Prevention. That's down 3% from 2022, when there were an estimated 111,000 such deaths, the agency said.

The country's overdose epidemic has killed more than 1 million people since 1999.

As "60 Minutes" reported Sunday, nearly all the fentanyl flooding into the U.S. is made in Mexico by two powerful drug cartels, with chemicals primarily purchased from China. And as you're about to hear, it is frequently hidden in counterfeit pills made to look just like prescription drugs. It's the scourge of our time. Last year more than 70,000 Americans died from fentanyl; that's a higher death toll than U.S. military casualties in Vietnam, Iraq and Afghanistan combined.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });