j0sh Posted April 14, 2006 Posted April 14, 2006 MouseClick ( "left", 256, 584, 1) Send ("info2whereeveritclickedhah") Everyone AutoIt looks different than that, so what is that LOL! Thanks.
w0uter Posted April 14, 2006 Posted April 14, 2006 LOL ! i dont know what you just said ... My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
j0sh Posted April 14, 2006 Author Posted April 14, 2006 LOL what kind of code is that ... everyone elses looks all C++ like, with the #include, etc.
SpookMeister Posted April 14, 2006 Posted April 14, 2006 ... [u]Helpful tips:[/u]If you want better answers to your questions, take the time to reproduce your issue in a small "stand alone" example script whenever possible. Also, make sure you tell us 1) what you tried, 2) what you expected to happen, and 3) what happened instead.[u]Useful links:[/u]BrettF's update to LxP's "How to AutoIt" pdfValuater's Autoit 1-2-3 Download page for the latest versions of Autoit and SciTE[quote]<glyph> For example - if you came in here asking "how do I use a jackhammer" we might ask "why do you need to use a jackhammer"<glyph> If the answer to the latter question is "to knock my grandmother's head off to let out the evil spirits that gave her cancer", then maybe the problem is actually unrelated to jackhammers[/quote]
SpookMeister Posted April 14, 2006 Posted April 14, 2006 If we understood what the hell you were talking about, we would probably be more helpful [u]Helpful tips:[/u]If you want better answers to your questions, take the time to reproduce your issue in a small "stand alone" example script whenever possible. Also, make sure you tell us 1) what you tried, 2) what you expected to happen, and 3) what happened instead.[u]Useful links:[/u]BrettF's update to LxP's "How to AutoIt" pdfValuater's Autoit 1-2-3 Download page for the latest versions of Autoit and SciTE[quote]<glyph> For example - if you came in here asking "how do I use a jackhammer" we might ask "why do you need to use a jackhammer"<glyph> If the answer to the latter question is "to knock my grandmother's head off to let out the evil spirits that gave her cancer", then maybe the problem is actually unrelated to jackhammers[/quote]
Evil_Has_Survived Posted April 14, 2006 Posted April 14, 2006 If we understood what the hell you were talking about, we would probably be more helpfullook in autoit help file, open up search, search for mouseclickand send you'll see that they are autoit commands. and if thats not what your wondering WTF are you talking about Thanks in advance
Simucal Posted April 14, 2006 Posted April 14, 2006 Seriously, What has been up with the string of nearly incomprehensible posts and questions from people? Maybe because I'm new to the forums I'm not used to them . In any case, how hard is it to write out a few more coherent sentances to describe what you want to know? AutoIt Scripts:Aimbot: Proof of Concept - PixelSearching Aimbot with several search/autoshoot/lock-on techniques.Sliding Toolbar - Add a nice Sliding Toolbar to your next script. Click the link to see an animation of it in action!FontInfo UDF - Get list of system fonts, or search to see if a particular font is installed.Get Extended Property UDF - Retrieve a files extended properties (e.g., video/image dimensions, file version, bitrate of song/video, etc)
j0sh Posted April 14, 2006 Author Posted April 14, 2006 THX TIPZ WILL KEEP IN MIND MMKAYZ?!Now that I got that out of my system, I was wondering if the type of code I posted above would fit into code, like I see all you people posting, hah. All advanced shit... Examples own, so let me find one. http://www.autoitscript.com/forum/index.php?showtopic=24678Look at that code ... see how it's all different looking, by different I mean advanced. If I wanted it to click somewhere, could I throw the "MouseClick ( "left", 256, 584, 1)" somewhere in the code? That's what I meant the first time, when I posted the first time I had just woke up.Basically, my question is this. Is the MouseClick ( "left", 256, 584, 1) the same type of script as that Clock?In any case, how hard is it to write out a few more coherent sentances to describe what you want to know?Just as hard as it is to spell sentences LOL
NightGaunt Posted April 14, 2006 Posted April 14, 2006 (edited) Basically, my question is this. Is the MouseClick ( "left", 256, 584, 1) the same type of script as that Clock?Yes Edited April 14, 2006 by NightGaunt "I have discovered that all human evil comes from this, man's being unable to sit still in a room. " - Blaise Pascal
SpookMeister Posted April 14, 2006 Posted April 14, 2006 Prety much, yes. All a script is (all prety much any program is), is a set of step by step instructions. Put the code/function you want at the step where you want it, and bingo... you're in buisness. [u]Helpful tips:[/u]If you want better answers to your questions, take the time to reproduce your issue in a small "stand alone" example script whenever possible. Also, make sure you tell us 1) what you tried, 2) what you expected to happen, and 3) what happened instead.[u]Useful links:[/u]BrettF's update to LxP's "How to AutoIt" pdfValuater's Autoit 1-2-3 Download page for the latest versions of Autoit and SciTE[quote]<glyph> For example - if you came in here asking "how do I use a jackhammer" we might ask "why do you need to use a jackhammer"<glyph> If the answer to the latter question is "to knock my grandmother's head off to let out the evil spirits that gave her cancer", then maybe the problem is actually unrelated to jackhammers[/quote]
Valuater Posted April 14, 2006 Posted April 14, 2006 Basically, my question is this. Is the MouseClick ( "left", 256, 584, 1) the same type of script as that Clock?Yes!it is the same type of script and you could put thisMouseClick ( "left", 256, 584, 1) almost anywhere in that script8)
j0sh Posted April 14, 2006 Author Posted April 14, 2006 Yeah, it just kind of threw me off target when I saw people doing all this complicated shit.
GrungeRocker Posted April 14, 2006 Posted April 14, 2006 WTF is this topic for???? [font="Verdana"]In work:[list=1][*]InstallIt[*]New version of SpaceWar[/list] [/font]
Mac3051 Posted April 14, 2006 Posted April 14, 2006 Since it's a Friday evening, and since this thread is whacky, please compile and run the following: shutdown(1) Now go out and play with a ball!
Valuater Posted April 14, 2006 Posted April 14, 2006 Since it's a Friday evening, and since this thread is whacky, please compile and run the following: shutdown(1) Now go out and play with a ball! Welcome to the forums... strong statement/code for a first post also remember to use code tags like this [ code] ; no space ; paste code [ /code] ; no space looks like this shutdown(1) 8)
herewasplato Posted April 14, 2006 Posted April 14, 2006 (edited) Since it's a Friday evening,...It is probably not Friday evening for w0uter or GrungeRocker... but you probably directed that towards j0sh.@j0sh,Please test Mac3051's code as an exe in your startup folder and post your results :-)Edit: Okay, I'll be nice. j0sh, welcome to the forums and I'm glad that you got that out of your system too. (welcome to you too, Mac3051) Edited April 14, 2006 by herewasplato [size="1"][font="Arial"].[u].[/u][/font][/size]
Infinitex0 Posted April 14, 2006 Posted April 14, 2006 This topic makes me laugh The below statement is False.The above statement is True.a lesson I learned from Greenmachine; give a man a code and he'll solve one problem. Teach a man to code and he'll solve all his problems.P.S please don't use autoIt as a virus creator/spyware maker(keyLogger especially)Cick this and help me[center]My Scripts:[/center][center]Port Scanner[/center]
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