Rufio Posted July 25, 2009 Posted July 25, 2009 If I may ask. Is it possible for me to run a script for a program that is not on the front (running in background)? If yes, how do i target the process/program?
bogQ Posted July 25, 2009 Posted July 25, 2009 I think that your asking for ControlSend ControlClick ControlCommand ,in this case your target shud b "title" (win name) and controlID, you can try to get them with "AutoIt Window Info". Pls read "Remarks" on commands and try "Example"s from the help file. TCP server and client - Learning about TCP servers and clients connectionAu3 oIrrlicht - Irrlicht projectAu3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related) There are those that believe that the perfect heist lies in the preparation.Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.
Rufio Posted July 25, 2009 Author Posted July 25, 2009 Im looking for a single function that can direct my inputs for my script for that particular program running in background. The reason for me to do so is because the program im targeting doesnt recognize mouse movements commands. Others worked fine even with the mouse clicks, but the mouse isnt moving at all. Used mousemove, mouseclick and controlclick and still no results. I even tried tinkering with Opt("MouseCoordMode", 0/1/2). Can anyone help me out here please. Thanks in advance.
Rufio Posted July 26, 2009 Author Posted July 26, 2009 Could it be that vista's administrative restriction is blocking auto-it from moving mouse in the program? Sorry to double post but Im intensely trying to solve the conundrum Im in.
AdmiralAlkex Posted July 26, 2009 Posted July 26, 2009 Could it be that vista's administrative restriction is blocking auto-it from moving mouse in the program?Sorry to double post but Im intensely trying to solve the conundrum Im in.UAC will not "block" mouse movement. It's more likely that whatever game you are trying to bot is protected against such things. Many MMORPG's and other online games are. You could try things like ControlClick(), _MouseMovePlus() and other stuff, but I wouldn't count on it.... >_< .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
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