Janos123 Posted October 11, 2013 Posted October 11, 2013 Hey, Iam trying it now a looong time but i never get it run. I want to Code a "Bot" in Autoit, that write something in a online Chat while i can use my Pc. So it Should work hidden. I already be success in doing it, but its not hidden, so i cant use my Pc while the code is working. Here is The code: #include<IE.au3> $oIE = _IEcreate("http://www.chat-avenue.com/adultchat.html") _IELoadWait($oIE) WinSetState ( "", "", @SW_MAXIMIZE ) MouselClick("left", 863, 400, 1) sleep(10000) MouseClick("Left", 700,860, 1) sleep(2000) send("Example Text") So how can i write it, that it just do it hidden?! Just Open The Webpage, Enter a Nickname, Click ok and then write something in The Chatbox and send it? Maby do it again and again? Please help me, i will go crazy. Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now