Popular Kick livestreamer Rangesh "N3on" and his partner Sam Frank found themselves in a rather perilous situation during a livestream today (December 4). As they were heading home, the duo observed a disturbance outside their residence involving a group of masked men purportedly armed. The distressed couple quickly realized that an attempted robbery was unfolding and promptly notified the police.
Curiously, the individuals accused of the robbery went live on Instagram after the incident. This information was shared within one of N3on's Fan Community on X. The assailants even disclosed that they had successfully stolen a chain from the house during the attack. Here's the clip:
Naturally, this was a rather unusual move since it could potentially provide more evidence for the police to investigate. Reacting to the clip, one user said:
"Doxxed themselves."
N3on shows CCTV footage recording of the robbery
Additional evidence related to the situation has been disclosed by the streamer. N3on utilized his live stream to showcase the CCTV footage capturing the entire incident.
Although the footage wasn't the clearest as it was displayed from a phone screen, it did manage to capture the perspective of the driveway. The recording revealed at least six men rushing out of N3on's house and swiftly leaving the scene.
The group purportedly posted another story on Instagram featuring the assailants posing for a picture:
Another video recording displays the assailants inside the streamer's house, appearing to be seated on the sofas. This video was likely captured before the streamer and his partner arrived:
What did the fans say?
The clip was promptly shared on X, eliciting a plethora of comments. Despite N3on being a polarizing figure, witnessing such a potentially perilous prank garnered significant attention and sparked a lively discussion.
One of the assailants, supposedly identified as Kendrick Curry, asserted that the entire situation was a "prank." Interestingly, Curry is a YouTuber in his own right, boasting over 550K subscribers. However, breaking into someone else's house is still considered a felony, and if identified, he, along with his crew, could face potential punishment.
Fortunately, neither the streamer nor his partner suffered any harm, and both are safe. Additional updates regarding the situation are expected to follow in due course of time.
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": 1771092, "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(1771092); 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(1771092) >= 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(1771092) .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 }); })();