Wb-FreeKill Posted June 16, 2005 Share Posted June 16, 2005 (edited) Input the sentence and start writing Intelligent_writer.au3 Edited June 16, 2005 by Wb-FreeKill Link to comment Share on other sites More sharing options...
w0uter Posted June 16, 2005 Share Posted June 16, 2005 Input the sentence and start writing Intelligent_writer.au3<{POST_SNAPBACK}>lmao nice dude. bet it took you a while to make all those hotkeys My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
buzz44 Posted June 16, 2005 Share Posted June 16, 2005 Nice. Can you make it so that when you hold Shift + (`1234567890-=\][';/) it will also work? Instead of having (~!@#$%^&*()_+|}{":?) come up? qq Link to comment Share on other sites More sharing options...
Wb-FreeKill Posted June 16, 2005 Author Share Posted June 16, 2005 Nice. Can you make it so that when you hold Shift + (`1234567890-=\][';/) it will also work? Instead of having (~!@#$%^&*()_+|}{":?) come up?<{POST_SNAPBACK}>Yes, it took a while! lol, also finding out that Send("a") acutally sets off the _a() func... so i had to unset, then send text, and then put on hotkey set for each butten again.. but it works now!well, the sad thing is, you can only deploy 64 hotheys.. i thinks there 2 or 3 left.. thats why 1,2,3 etc ani't coded Link to comment Share on other sites More sharing options...
layer Posted June 16, 2005 Share Posted June 16, 2005 Omg, that's seriosuly awesome dude, I'm not even joking... AHhaa FootbaG Link to comment Share on other sites More sharing options...
datkewlguy Posted June 17, 2005 Share Posted June 17, 2005 lol, not bad... ive been trying to do this for a bit. It seems like there could be a better way to do this. It would be so much cleaner if it could just find the key you pressed and replace it. Link to comment Share on other sites More sharing options...
Wb-FreeKill Posted June 17, 2005 Author Share Posted June 17, 2005 lol, not bad... ive been trying to do this for a bit. It seems like there could be a better way to do this. It would be so much cleaner if it could just find the key you pressed and replace it.<{POST_SNAPBACK}>Thanks guys!Yeah, took me some time to figure out how to do this!... i almost gave up! The limit of 64 Hotkeys is a problem too Link to comment Share on other sites More sharing options...
JSThePatriot Posted June 17, 2005 Share Posted June 17, 2005 Use the following function and you wont be limited... . _IsPressed()BTW... sorry I havent gotten back to you with an example... I have been rather busy.JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
MSLx Fanboy Posted June 17, 2005 Share Posted June 17, 2005 I ran this last night when browsing the forums, and forgot to kill the script when I went to write a reply in another topic Nice Job! Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
Wb-FreeKill Posted June 17, 2005 Author Share Posted June 17, 2005 (edited) Use the following function and you wont be limited... . _IsPressed()BTW... sorry I havent gotten back to you with an example... I have been rather busy.JS<{POST_SNAPBACK}>i don't like the _IsPressed() because if you hold the button down for more than a few milisec, i will post the letter many times!.. and sleep() after pressed is a wrong solution i think!np, i leard more by doing it myself Edited June 17, 2005 by Wb-FreeKill Link to comment Share on other sites More sharing options...
Wb-FreeKill Posted June 17, 2005 Author Share Posted June 17, 2005 I ran this last night when browsing the forums, and forgot to kill the script when I went to write a reply in another topic Nice Job! <{POST_SNAPBACK}>haha well thats was kind of the idea with this, you got tricked m8! Link to comment Share on other sites More sharing options...
JSThePatriot Posted June 17, 2005 Share Posted June 17, 2005 i don't like the _IsPressed() because if you hold the button down for more than a few milisec, i will post the letter many times!.. and sleep() after pressed is a wrong solution i think!np, i leard more by doing it myself <{POST_SNAPBACK}>I will have to look into that. I do understand what you are saying. Maybe it should be a bit more like HotKeySet... JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
w0uter Posted June 17, 2005 Share Posted June 17, 2005 (edited) the repeted _ispressed can be easely ignored. If _isPressed Then -> Do bla bla While _isPressed Sleep(10) Wend EndIf Edited June 17, 2005 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
Wb-FreeKill Posted June 17, 2005 Author Share Posted June 17, 2005 the repeted _ispressed can be easely ignored.If _isPressed Then -> Do bla bla While _isPressed Sleep(10) Wend EndIf<{POST_SNAPBACK}>hmm, ill take a look at it.. thx Link to comment Share on other sites More sharing options...
seargent master Posted June 19, 2005 Share Posted June 19, 2005 nice... among all the quotes i will attempt to try it 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