Categories > Coding > Javascript >
Simple Omegle Bot (Spam ADs or something)
Posted
function executeOmegle() {
let btn = document.querySelector('.disconnectbtn');
let messageBox = document.querySelector('.chatmsg');
let sendBtn = document.querySelector('.sendbtn');
btn.click();
messageBox.innerHTML = "your ad here or smh";
sendBtn.click();
}
setInterval(executeOmegle, 4000);
Showcase:
https://cdn.discordapp.com/attachments/1008372438045818971/1162119039062114465/2023-10-12_22-04-25.mp4?ex=653ac6b2&is=652851b2&hm=96f4ea28ac69c721a652c345e415ce8a3abea7fe7eed6f5204d75e3677c56151&
___________________________
Made that project cuz i was bored, maybe it will be useful for someone lol
https://cdn.discordapp.com/attachments/968557692639666267/1139574673630318632/lodlk.png
https://cdn.discordapp.com/attachments/921008361342902274/1144217307170742363/Bez_tytuu692.png
Replied
Why is it so slow to send the message and skip?
Cancel
Post
Replied
Ig it's cool to spam people with, remake it in python using the urllib.
Cancel
Post
Languages - C++, C#,Javascript, HTML, CSS, Lua ,Xaml, Python
https://plutora.xyz/discord
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post