Razturach Posted February 20, 2018 Posted February 20, 2018 Hello first of all I would like to greet every member of this community, as Im totally new and it's my first post. However I experienced a little problem at script as im trying to do something (I have minor knowledge with C++) Im testing script on CABAL Online game, so what I tried there is to activate cabal online window, move mouse and click somewhere, this is how my code looks like: WinActivate("CABAL") sleep(500) MouseClick("left", 1747,196) Maybe I want to make it way to simple, but code doesn't work ^^ Can you guide me on right path?
Developers Jos Posted February 20, 2018 Developers Posted February 20, 2018 5 minutes ago, Razturach said: Im testing script on CABAL Online game @Razturach, Welcome to the AutoIt forum. Unfortunately you appear to have missed the Forum rules on your way in. (there is also a link in my signature) Please read them now particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. See you soon with a legitimate question I hope. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts