A recent trend broke out on TikTok where users Googled and shared images of the serial killer Ted Bundy after his death in the electric chair in 1989.
Trigger warning: This article contains content that may be disturbing to read. Reader discretion is advised.
Theodore Robert Bundy is known as one of the most prolific serial killers in America. He supposedly began his killing spree in 1970s and after several years of denial, he finally confessed to the murders of more than 30 women committed in as many as seven states.
Bundy had a specific victim type and he targeted women with long dark hair that was parted down the middle. He would s*xually assault and murder them and often keep trophies from his victims. The killer’s modus operandi included blunt force trauma and strangulation.
Disclaimer: Due to the graphic nature of the images, they have not been included in this article. However, those interested can view them here. Discretion is advised.
Netizens warn users against looking up Ted Bundy’s crime scene photos.
Images of Ted Bundy after his execution in the electric chair and of his crime scenes were leaked on Reddit, which sparked a horrific trend on social media. As people are sharing the horrifying images on TikTok and Twitter, they are being urged by other users to remove the same.
Needless to say, the trend isn’t just potentially triggering but also quite disrespectful and insensitive towards the families of the victims. A similar trend recently occurred when another serial killer, Jeffrey Dahmer’s crime scene and victim photos were released.
People on Twitter have urged others not to engage in this trend.
Ted Bundy’s trial and execution
Ted Bundy was a charming and intelligent man who used his charm to convince people around him that he was a “normal guy.” He was an aspiring lawyer who worked at a suicide prevention hotline. The killer was able to cover his dark side, which he later referred to as his ‘entity.’
However, his facade came to an end in 1975 when he was arrested in Salt Lake City, Utah, on suspicion of evading a police officer. Authorities later confiscated a ski-mask, handcuff, and pantyhose with holes cut out for eyes from his infamous yellow Volkswagen Beetle.
Bundy escaped from prison twice and went on another killing spree after his second escape.
The killer’s trials were televised and he went on to represent himself in court. During his trial, Ted Bundy boasted to other attorneys about how he kept the bodies of his victims in the Rocky Mountains as trophies.
In 1989, the 42-year-old was sentenced to capital punishment (death penalty) in Florida after confessing to his crimes. He was to die in the electric chair for three of his final crimes. These included the r*pe and murder of 12-year-old Kimberly Leach in Lake City, Florida, and of two Florida State University students, Margaret Bowman and Lisa Levy.
Bundy appealed his execution multiple times, but after exhausting his appeal, he spent ten years in the Florida State Prison before his death. On January 24, 1989, he was put death.
His death was celebrated by a mob outside the prison hosting a tailgating party where they sold ‘Bundy Burgers’ and ‘electrified hot dogs.’ They did this under a banner that said, “Watch Ted Fry, See Ted Die.”
His last night was marked by an interview with psychologist and religious broadcaster, James Dobson. Bundy blamed his behavior on his unhealthy addiction to p*rnography and admitted to his crimes. He then called his mother, Louise Bundy, twice before his death. Ted Bundy refused his last meal and died a hungry man.
‘; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ‘ votes’; } function updatePollCountOnAnswer(selectedOption) { var pollData = pollDataDefault; renderPollWidget(pollData, selectedOption, true); } function renderPollWidget(pollData, selectedOption, isAnswered) { if (!pollData) return; pollData.option1_count = pollData.option1_count || 0; pollData.option2_count = pollData.option2_count || 0; pollData.option3_count = pollData.option3_count || 0; pollData.option4_count = pollData.option4_count || 0; if (isAnswered) { if (selectedOption == “option1”) pollData.option1_count += 1; if (selectedOption == “option2”) pollData.option2_count += 1; if (selectedOption == “option3”) pollData.option3_count += 1; if (selectedOption == “option4”) pollData.option4_count += 1; } if (isAnswered || selectedOption) { var predictorPromotionalBannerContainer = $(“.predictor-contest-banner-container.Article-poll”); if (predictorPromotionalBannerContainer) { removeClass(predictorPromotionalBannerContainer, “hidden”); } } var totalVotes = Number(pollData.option1_count + pollData.option2_count + pollData.option3_count + pollData.option4_count); if (totalVotes && !Number.isNaN(totalVotes)) { var option1Percent = pollData.option1_count / totalVotes * 100; var option2Percent = pollData.option2_count / totalVotes * 100; var option3Percent = pollData.option3_count / totalVotes * 100; var option4Percent = pollData.option4_count / totalVotes * 100; var optionPercentages = [option1Percent, option2Percent, option3Percent, option4Percent]; var pollOptions = $(“#poll-options”); var pollCount = $(“#poll-count”); var pollOptionsDom = ”; var optionsArray = [‘option1’, ‘option2’]; if (pollData.option3 !== “” && pollData.option3 !== null) { optionsArray.push(‘option3’) } if (pollData.option4 !== “” && pollData.option4 !== null) { optionsArray.push(‘option4’) } optionsArray.forEach(function (option, index) { var clickHandler = ‘onclick=”answerPoll(event, ” + option + ”)”‘; var optionClass = [‘poll-option’]; if (selectedOption) { optionClass.push(‘poll-option-answered’); clickHandler = ”; } if (selectedOption === option) { optionClass.push(‘poll-option-selected’); } pollOptionsDom += ”; if (selectedOption) { var widthPercentage = optionPercentages[index] < 5 && optionPercentages[index] != 0 ? 5 : optionPercentages[index]; if (selectedOption === option) { if (widthPercentage > 97) { pollOptionsDom += ”; } else { pollOptionsDom += ”; } } else { if (widthPercentage > 97) { pollOptionsDom += ”; } else { pollOptionsDom += ”; } } } pollOptionsDom += ‘
‘ + pollData[option] + ‘
‘; if (selectedOption) { pollOptionsDom += ‘
‘ + Math.round(optionPercentages[index]) + ‘%
‘; } pollOptionsDom += ”; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ‘ votes’; if (totalVotes > 10) { pollCount.classList.remove(“hidden”); } trackArticlePollImpression(pollData); } } function answerPoll(e, selectedOption) { e.preventDefault(); try{ permutive.track(‘PollResponse’,{ “pagetype”: “Articlepage”, “category”: “SK POP”, “answer”: { “text”: e.target.textContent }, “question”: { “text”: pollDataDefault.question } }); } catch (err) { console.log(err); } updatePollCountOnAnswer(selectedOption); var isDesktop = “1”; var gaPayload = { “question” : pollDataDefault.question, “answer” : e.target.textContent, “answer_option” : selectedOption.replace(“option”, “Option “), “category”: “SK POP”, “page_location”: window.location.href, } if (isDesktop) { gaPayload[“device”] = “Desktop”; } else { gaPayload[“device”] = “Mobile”; } gtag(“event”, “ARTICLE_POLL_RESPONSE”, gaPayload); var url = ‘https://a-gotham.sportskeeda.com/polls//response’; var data = { “poll_type”: “article”, “option”: selectedOption } pureJSAjaxPost(url, data, onPollResponseSuccess.bind(this, selectedOption), onPollResponseFail.bind(this, selectedOption), null, false); } function trackSponsoredLinkClick(e) { } var articlePollImpressionTracked = false; function trackArticlePollImpression(pollData) { var pollElement = $(“#poll”); var intersectionObserverForArticlePoll = new IntersectionObserver( function(entries) { entries.forEach(function(entry) { if (articlePollImpressionTracked) return; if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return; setTimeout(function() { if (isInViewport(entry.target)) { articlePollImpressionTracked = true; var isDesktop = “1”; var gaPayload = { “question” : pollData.question, “category”: “SK POP”, “page_url”: window.location.href, } if (isDesktop) { gaPayload[“device”] = “Desktop”; } else { gaPayload[“device”] = “Mobile”; } gtag(“event”, “ARTICLE_POLL_IMPRESSION”, gaPayload); intersectionObserverForArticlePoll.unobserve(entry.target); } }, 1000); }); }, { threshold: 0.5 } ); if (pollElement){ var isAnswered = pollElement.querySelector(“.poll-option-answered”); if (!isAnswered) { intersectionObserverForArticlePoll.observe(pollElement); } } }
Top 6 ted bundy crime scene photos Synthesized by BSS news
Ted Bundy Crime Scene Photos Reveal Terrors Of Murder Spree — WARNING: GRAPHIC CONTENT
- : radaronline.com
- : 05/15/2023
- : 4.91 (808 vote)
- : See the shocking crime scene photos from serial killer Ted Bundy.
How to find ted bundy crime scene photos
- : tiktok.com
- : 05/09/2023
- : 4.64 (595 vote)
- : How to find ted bundy crime scene photos. 30.2M views. Discover videos related to How to find ted bundy crime scene photos on TikTok.
NSFW: See These Gruesome TED BUNDY Crime Scene Photos
- : cvltnation.com
- : 05/02/2023
- : 4.23 (248 vote)
- : Below are some crime scene photos that were taken throughout his career. After being caught for the third and final time, he was put on death …
- : Bundy had a specific victim type and he targeted women with long dark hair that was parted down the middle. He would s*xually assault and murder them and often keep trophies from his victims. The killer’s modus operandi included blunt force trauma …
Ted Bundy crime scene photos [GRAPHIC]
- : crimeonline.com
- : 03/28/2023
- : 4.02 (555 vote)
- : In August 1975, authorities pulled Bundy over close to a Salt Lake City suburb, and retrieved masks, handcuffs, and other incriminating objects …
- : In November 1974, Bundy met 18-year-old Carol DaRonch. Disguised as a police officer, Bundy approached the teen after she emerged from a shopping mall in Salt Lake City. According to History, Bundy told the young girl that there had been a theft in …
GRAPHIC WARNING: Rarely-seen photos show serial killer Ted Bundy’s crime scenes
- : kiro7.com
- : 09/23/2022
- : 3.79 (576 vote)
- : GRAPHIC WARNING: Rarely-seen photos show serial killer Ted Bundy’s crime scenes.
- : In November 1974, Bundy met 18-year-old Carol DaRonch. Disguised as a police officer, Bundy approached the teen after she emerged from a shopping mall in Salt Lake City. According to History, Bundy told the young girl that there had been a theft in …
Ted Bundy: Archive images from his killing spree and trial
- : coloradoan.com
- : 12/11/2022
- : 3.7 (213 vote)
- : After escaping from a Colorado jail in 1977, Ted Bundy set off on his final flurry of attacks and murders.
- : In November 1974, Bundy met 18-year-old Carol DaRonch. Disguised as a police officer, Bundy approached the teen after she emerged from a shopping mall in Salt Lake City. According to History, Bundy told the young girl that there had been a theft in …