Twitch star Adin Ross once again made headlines after he seemingly admitted to "scamming" his viewers during a livestream on November 19. Ross made a guest appearance on Twitch sensation Kai Cenat's broadcast. During the stream, Ross' attention was drawn to a viewer who inquired whether he had scammed anyone.
Adin Ross responded by claiming that he and YouTube Gaming streamer Darren "IShowSpeed" had "scammed" viewers.
The clip was shared to the r/LivestreamFail subreddit and quickly gained traction. Redditor u/ImInACycle provided their take on the streamer's statement, which hundreds of community members upvoted. They stated:
"No clue how they are getting views."
Fans react as Adin Ross admits that he and IShowSpeed "scammed" viewers
At the 02:58 mark of Kai Cenat's November 19 livestream, Adin Ross voiced his frustration at Twitch viewers. He exclaimed:
"You guys are so f***ing prolematic! Just makes me mad! Like, every little; like, you guys just expect us to be like, 100% perfect?! Like, beautiful like angels, bro."
A few moments later, the 22-year-old noticed a message from a fan who wondered if the streamer had "scammed people." Ross responded, saying:
"'Didn't you scam people?' Yes, bro! Listen..."
Timestamp: 02:58:02
Kai Cenat was taken aback by the statement and asked Ross if he had "scammed" anyone. The latter's response was:
"Oh yeah! Oh, we all did. Oh, you're going to do it, too! Oh, me, Speed (IShowSpeed). Oh, you know?"
The 12-second clip appeared on the streamer-focused subreddit and became a highly upvoted post on the forum.
One Redditor shared a year-old clip of Ross discussing a cryptocurrency token he promoted on his channel while getting a haircut. He stated:
"Chat, by the way, that m**f token s**t I did a while back, I already told you guys, don't buy that s**t. I got paid to buy that s**t. Like, I don't give a f**k. How many of you actually bought it?"
Another community member commented on how the Twitch content creator "nonchalantly" suggested that he scammed people:
The following are some more relevant fan reactions from Reddit:
Adin Ross is among the most popular English-speaking streamers on the Amazon-owned livestreaming platform. He is currently ranked as the tenth most popular Twitch channel, with over 6.8 million followers.
Ross has streamed under the Just Chatting section for well over 1,300 hours. He has also played 40 games, including the NBA 2K series, Grand Theft Auto 5, Fortnite, Call of Duty: Black Ops Cold War, and others.
Quick Links
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1300383, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1300383); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1300383) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1300383) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();