Well fellas, I couldn't really find a fitting section to post this in, and decided that "The Lounge" would be my safest bet.
Until a while ago, I had been using iMacros as an improvised Omegle bot. I manually configured the delay time between each message to make it look as human as possible.
The Omegle robot was doing pretty well actually (I'm sure I don't have to tell you how many idiots are out there on the internet), but a while ago everything went wrong:
For some reason iMacros is no longer able to write text in the Omegle chat box. This problem started a couple of days ago, and I can't seem to get around it.
Not only that, iMacros doesn't even recognize that I'm writing anything whenever I try to re-record my text.
I was just wondering if you guys have noticed something similar, or if everything is fine on your end (this problem is really weird).
Oh, and just so that I can make this post a bit useful to the community, here's my iMacro's script for all you newbies out there looking for an Omegle Bot (just in-case this problem ever goes away):
Until a while ago, I had been using iMacros as an improvised Omegle bot. I manually configured the delay time between each message to make it look as human as possible.
The Omegle robot was doing pretty well actually (I'm sure I don't have to tell you how many idiots are out there on the internet), but a while ago everything went wrong:
For some reason iMacros is no longer able to write text in the Omegle chat box. This problem started a couple of days ago, and I can't seem to get around it.
Not only that, iMacros doesn't even recognize that I'm writing anything whenever I try to re-record my text.
I was just wondering if you guys have noticed something similar, or if everything is fine on your end (this problem is really weird).
Oh, and just so that I can make this post a bit useful to the community, here's my iMacro's script for all you newbies out there looking for an Omegle Bot (just in-case this problem ever goes away):
Code:
VERSION BUILD=6240709 RECORDER=FX
SET !ERRORIGNORE YES
WAIT SECONDS=3
TAG POS=1 TYPE=TEXTAREA ATTR=* CONTENT=hey
WAIT SECONDS=1
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Send
TAG POS=1 TYPE=TEXTAREA ATTR=* CONTENT=whats<SP>up?
WAIT SECONDS=2
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Send
WAIT SECONDS=3
TAG POS=1 TYPE=TEXTAREA ATTR=* CONTENT=23/girl/Ohio<SP>:)
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Send
WAIT SECONDS=7
TAG POS=1 TYPE=TEXTAREA ATTR=* CONTENT=Cool<SP>:P
WAIT SECONDS=3
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Send
TAG POS=1 TYPE=TEXTAREA ATTR=* CONTENT=___MESSAGE
WAIT SECONDS=8
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Send
TAG POS=1 TYPE=TEXTAREA ATTR=* CONTENT=:P
WAIT SECONDS=8
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Send
TAG POS=1 TYPE=TEXTAREA ATTR=* CONTENT=___Long_message
WAIT SECONDS=7
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Send
TAG POS=1 TYPE=TEXTAREA ATTR=* CONTENT=www.gardenerplants.com<--Shock_Site
WAIT SECONDS=4
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Send
TAG POS=1 TYPE=TEXTAREA ATTR=* CONTENT=Long_Message
WAIT SECONDS=6
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Send
TAG POS=1 TYPE=TEXTAREA ATTR=* CONTENT=Long_Message
WAIT SECONDS=5
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Send
TAG POS=1 TYPE=TEXTAREA ATTR=* CONTENT=Message
WAIT SECONDS=5
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Send
TAG POS=1 TYPE=TEXTAREA ATTR=* CONTENT=have<SP>fun!<SP>:P
WAIT SECONDS=2
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Send
WAIT SECONDS=10
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:New
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Really?
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Disconnect
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Really?
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:Disconnect
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:New
Last edited: