BlackCat Posted September 15, 2009 Posted September 15, 2009 Sorry guys, it's been a while since I used autoit. I'm making a bot which will click left mouse to ordinates (x,y) but I don't know any code for click left mouse to ordinate. Plz, help me!
bo8ster Posted September 15, 2009 Posted September 15, 2009 MouseClick ? Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic]
Phaser Posted September 15, 2009 Posted September 15, 2009 MouseClick("left", 500, 200) or ControlClick("Window Name", "", "", "left", 1, 500, 200) To use the above with a right click, change the word left to right HTH
jvanegmond Posted September 15, 2009 Posted September 15, 2009 To find answers like this for yourself there is a very simple process: 1. Open help file 2. Open function reference (you are looking for a function) 3. Open Mouse Control ( you want to use the mouse ) 4. You want to click something so let's see.... MouseDown, MouseUp Oh there it is: MouseClick. Alternatively you may: 1. Build a machine capable of interlinking brains of all humans, building a collective hive mind. 2. Consult the hive mind for this information. github.com/jvanegmond
omikron48 Posted September 15, 2009 Posted September 15, 2009 @Manadar: That's dangerous. It's thinking like that that spawned Kerrigan. Plus, we're not assured that the summation of all intelligences even results in a positive value. For all we know, it may be negative.
jvanegmond Posted September 15, 2009 Posted September 15, 2009 Interesting thought. Though, I don't think there is such a thing as negative knowledge. github.com/jvanegmond
bo8ster Posted September 15, 2009 Posted September 15, 2009 (edited) Interesting thought. Though, I don't think there is such a thing as negative knowledge.Example of negative knowledge: "Your house is on fire!" Thus, knowing your house is on fire is not positive. But thats way off topic Edited September 15, 2009 by bo8ster Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic]
jvanegmond Posted September 16, 2009 Posted September 16, 2009 That's knowledge that you perceive in a negative way. Not negative knowledge. github.com/jvanegmond
bo8ster Posted September 16, 2009 Posted September 16, 2009 That's knowledge that you perceive in a negative way. Not negative knowledge.Agreed, I see your point. Once could argue that all knowledge neutral and we are the ones that perceive positive or negative. The glass half full or empty - its just at %50 capacity. Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic]
jvanegmond Posted September 16, 2009 Posted September 16, 2009 (edited) Knowledge can be seen as a collection of "understanding of a subject". We were discussing whether there was such a thing as such great misunderstanding of a subject (negative knowldege), that when combined with understanding of a subject (positive knowledge) the outcome would be misunderstanding of a subject (negative knowledge). But this is made so concrete that it isn't the same as the original abstract discussion. Edited September 16, 2009 by Manadar github.com/jvanegmond
bo8ster Posted September 16, 2009 Posted September 16, 2009 I do agree this has moved off on a tangent and I have no idea where. All I know it is home time and I am going home I do perceive that as positive knowledge and knowing I have to go to work tomorrow as negative. Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic]
JohnOne Posted September 16, 2009 Posted September 16, 2009 Example of negative knowledge: "Your house is on fire!" Thus, knowing your house is on fire is not positive. But thats way off topic It is if you are asleep in bed. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
bo8ster Posted September 17, 2009 Posted September 17, 2009 It is if you are asleep in bed.eh? Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic]
Sector7 Posted September 17, 2009 Posted September 17, 2009 A negative intelligence value is a real possibility considering the great amount of misunderstanding by a great amount of people on a great amount of subjects. Walk around and ask random people the meaning of E=mc^2; out of 100 people, how many understand it correctly and how many incorrectly? Consider also the intelligences that purposely deceive and distort understanding, or the intelligences that are damaged or not fully formed.
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