THESCRIPTERIST Posted March 12, 2006 Share Posted March 12, 2006 my last script i want to make for today is a script were it will keep track of keys you push Example HELLO then like a message box will pop up and say HELLO so basicly it will key track of your key strokes and then make a message box pop up so and repeats what you say [color=#FF0000][b] COMPUTERS ARE MADE OF NUMBERS SUCH AS 1010101110010101010101 AND SCRIPTING IS THE KEY TO THE DOOR door=101010101010101 and so on and the the key=scripting Link to comment Share on other sites More sharing options...
neogia Posted March 12, 2006 Share Posted March 12, 2006 my last script i want to make... wait, you really didn't just type that did you? ok, well if you seriously did, and this article (http://www.autoitscript.com/forum/index.php?showtopic=14632) doesn't apply to you, then I just don't think you're trying very hard. So what will eventually be the purpose of this handy little "Text-equivalent ASCII code lister" script? If you just want to put "HELLO" in a message box, then you can do it alot easier than logging keys, just use: MsgBox(0,"","HELLO") Sorry if I come off as a little crass, but that's what I was going for. I mean you didn't even ask a question. Unless you were going for the implied: "So which one of you sods is going to make this script for me?" in which case, I should have made this post something more Valik-esque, as he's great at being very .. uh .. straightforward with what he's trying to say. [u]My UDFs[/u]Coroutine Multithreading UDF LibraryStringRegExp GuideRandom EncryptorArrayToDisplayString"The Brain, expecting disaster, fails to find the obvious solution." -- neogia Link to comment Share on other sites More sharing options...
THESCRIPTERIST Posted March 12, 2006 Author Share Posted March 12, 2006 (edited) i know i can put hello in a message box but i want to run it in notepad so when i type something a box will pop up copy me one so it annoys me and two i making it correct spelling example in notepad lets say HELLO then box pops up and says HELLO but if i said it again but misspelled it like this HOLLO the box will pop up and say HOLLO thena 3rd box will pop up and correct me HELLO lol had to explain ooh lol you thought i wanted to make a keylogger now that i look at it lol it does look like one and could be used as one >.< Edited March 12, 2006 by THESCRIPTERIST [color=#FF0000][b] COMPUTERS ARE MADE OF NUMBERS SUCH AS 1010101110010101010101 AND SCRIPTING IS THE KEY TO THE DOOR door=101010101010101 and so on and the the key=scripting Link to comment Share on other sites More sharing options...
neogia Posted March 12, 2006 Share Posted March 12, 2006 ...ooh lol you thought i wanted to make a keylogger now that i look at it lol it does look like one and could be used as one >.<...lol heh lol you're lol right lololololol [u]My UDFs[/u]Coroutine Multithreading UDF LibraryStringRegExp GuideRandom EncryptorArrayToDisplayString"The Brain, expecting disaster, fails to find the obvious solution." -- neogia Link to comment Share on other sites More sharing options...
Thatsgreat2345 Posted March 12, 2006 Share Posted March 12, 2006 thats the problem you would have to define some length of text or something before you did ur messagebox get that straight first or do u want it like untill space is pressed or something Link to comment Share on other sites More sharing options...
THESCRIPTERIST Posted March 13, 2006 Author Share Posted March 13, 2006 thats the problem you would have to define some length of text or something before you did ur messagebox get that straight first or do u want it like untill space is pressed or something if you can teach me how to that it will be helpful thanks [color=#FF0000][b] COMPUTERS ARE MADE OF NUMBERS SUCH AS 1010101110010101010101 AND SCRIPTING IS THE KEY TO THE DOOR door=101010101010101 and so on and the the key=scripting Link to comment Share on other sites More sharing options...
Confuzzled Posted March 13, 2006 Share Posted March 13, 2006 http://www.autoitscript.com/forum/index.ph...=0&gopid=160593 Link to comment Share on other sites More sharing options...
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