Azu Posted August 20, 2006 Posted August 20, 2006 How do I give autoit it's own separate independent cursor that works just like the normal one that it can move around and click and stuff just like normal without effecting the mouse the user has control of at all? I've searched around for a while.. found some topics that come close.. but they aren't what I'm looking for.. just talk about how to use two physical mice to control 1 cursor.. useless.. Please can someone help? I'd really appreciate it!
Xenobiologist Posted August 20, 2006 Posted August 20, 2006 Its simply not possible, sorry.I agree and I don't see what the advantage should be.Why do you want to have two mice?So long,Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
xcal Posted August 20, 2006 Posted August 20, 2006 You probably want the ControlClick/Command stuff. How To Ask Questions The Smart Way
Xenobiologist Posted August 20, 2006 Posted August 20, 2006 You probably want the ControlClick/Command stuff.Ahhhh, that could be possible. You do not have to move the mouse everywhere to click buttons and so on. You can really use and have a look at ControlClick etc.So long,Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
buzz44 Posted August 20, 2006 Posted August 20, 2006 (edited) Perhaps storing the current mouse position, then use MouseMove/Click etc, to move the mouse to another location, perform its action, then return the mouse back to its original position is what you want? Edited August 20, 2006 by Burrup qq
Azu Posted August 20, 2006 Author Posted August 20, 2006 That's I already have it doing but it's not very efficient at all, if I try to move the mouse while it's doing that I will mess up what autoit is doing with the mouse and it will mess up what I'm doing. And according to AU3Info there aren't any controlids what I am using it for. So I need to find a way for autoit to just have it's own independent cursor that won't effect or be effected by my own mouse movements.
kjmarket Posted August 20, 2006 Posted August 20, 2006 It's not possible. The mouse commands would still affect your main cursor if you were able to get a 2nd one, anyway. Pink Floyd - The Wall
Lakes Posted August 21, 2006 Posted August 21, 2006 Its not impossible, but it would have to be a keyboard cursor, ie moved with the keypad? 2015 - Still no flying cars, instead blankets with sleeves.
azeazezar Posted August 21, 2006 Posted August 21, 2006 Its not impossible, but it would have to be a keyboard cursor, ie moved with the keypad?The keyboard cursor would simpley use the real mouse cursor...
Lakes Posted August 21, 2006 Posted August 21, 2006 The keyboard cursor would simpley use the real mouse cursor...Not if you drew your own cursor.. 2015 - Still no flying cars, instead blankets with sleeves.
azeazezar Posted August 21, 2006 Posted August 21, 2006 Not if you drew your own cursor..And how would you do that?
Azu Posted August 21, 2006 Author Posted August 21, 2006 Not if you drew your own cursor..Sounds interesting, how do you do that?
gamepin126 Posted August 21, 2006 Posted August 21, 2006 Only way I know of doing this is through the client you're 'clicking' on. I used to make bots in Runescape and I figured out how to do it. You just have to dasm the client and embed it in it's own window, and you have to hook how it registers the clicks and send the x/y values artifiially. I'm not sure you can just do it for everything in an environment. However, I have seen stuff like that on Linux, I think it creates a false layer on your desktop causing it to create a new cursor or something. I really have no idea how to do it outside of games soory
azeazezar Posted August 21, 2006 Posted August 21, 2006 Only way I know of doing this is through the client you're 'clicking' on. I used to make bots in Runescape and I figured out how to do it. You just have to dasm the client and embed it in it's own window, and you have to hook how it registers the clicks and send the x/y values artifiially. I'm not sure you can just do it for everything in an environment. However, I have seen stuff like that on Linux, I think it creates a false layer on your desktop causing it to create a new cursor or something. I really have no idea how to do it outside of games sooryWell, it would help me if i could do it in games, could you post some code?
gamepin126 Posted August 22, 2006 Posted August 22, 2006 (edited) It's not AutoIt. But, you could use AutoIt to DllCall() SendMessage to tell your app,that's hooked to the game, what to do. I've only done that with JavaBots for Runescape, it's possible to be done using DLL injection or code caving for games, though. Edited August 22, 2006 by gamepin126
Kickassjoe Posted August 22, 2006 Posted August 22, 2006 SWEET! can i see ur rs bot script? not like I would get half the DLL Calls in it... DLL Calls aren't my thing but maybe i could use some of it and make my own script... and BTW runescapes macro detection isnt that great... all u have to do is make the times random and you wont get caught (or so i think). What goes around comes around... Payback's a bitch.
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