How To Make an Omegle Bot [2023 Updated Method]

Omegle is a great social network site on which millions of users live online almost all the time. In such a situation, if you want to promote something, then this platform will be very good.

If you are unfamiliar with Omegle, a free online anonymous chat platform, and its work, we have penned down an Omegle ultimate guide. Get a quick overview here.

You can also promote by doing manual messages and you can also do it through the bot. For Omegle Bot, you do not have to install any software nor use any third-party application.

For this, you have to paste a code script into your browser. Don’t worry! For this, you do not need to have any programming knowledge. Anyone can do this easily. Just Follow me

1. Open Omegle Site in Your Browser

open omegle site
Open Omegle site

2. Open Omegle Chatting Dashboard

By accept terms and conditions, open your chatting dashboard.

open omegle chating dashboard
Open Omegle chating dashboard

3. Open Console

To open Developer Console in Google Chrome Enter Ctrl+Shift+i or you can also open it by Right-click -> Inspect. and select the console tab.

Now Clear the console tab.

Click on the clear console button.

After clear, the console tab, paste the Omegle Bot Script and enter. Which is given below.

function executeOmegle()
{
  let btn = document.querySelector('.disconnectbtn')
  let messageBox = document.querySelector('.chatmsg')
  let sendBtn = document.querySelector('.sendbtn')
  btn.click()
  messageBox.innerHTML="Hello, how are you? To know about me visit codermen.com."
  sendBtn.click()
}

setInterval(executeOmegle,4000)
omegle bot working
Omegle bot working

As you can see in the image our Omegle bot is working. And it will continue to do so as long as you are active on the Omegle page.

To turn off the Omegle bot, clear and close your console