flaxcrack Posted March 9, 2006 Posted March 9, 2006 Um, guys how do I use the Opt in visual C# and have it reference itself to a Mouseloc? [quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()
flaxcrack Posted March 9, 2006 Author Posted March 9, 2006 Um, guys how do I use the Opt in visual C# and have it reference itself to a Mouseloc?I guess my question is where do I declare it? [quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()
ramadash Posted March 12, 2006 Posted March 12, 2006 well it looks like this:autoit=new AutoItX3Lib.AutoItX3Class(); autoit.AutoItSetOption("CaretCoordMode",0); autoit.AutoItSetOption("ColorMode",1); autoit.AutoItSetOption("MouseCoordMode",0); autoit.AutoItSetOption("PixelCoordMode",0);you can also find the complete list of functions and theyre overload value type/definition in the autoitx.chm file.You need to set this for each instance of autoit. hope this helped you
flaxcrack Posted March 13, 2006 Author Posted March 13, 2006 well it looks like this:autoit=new AutoItX3Lib.AutoItX3Class(); autoit.AutoItSetOption("CaretCoordMode",0); autoit.AutoItSetOption("ColorMode",1); autoit.AutoItSetOption("MouseCoordMode",0); autoit.AutoItSetOption("PixelCoordMode",0);you can also find the complete list of functions and theyre overload value type/definition in the autoitx.chm file.You need to set this for each instance of autoit. hope this helped you It did the trick. [quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()
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