ggkanor Posted November 14, 2015 Share Posted November 14, 2015 This is a code that came from autohotkey. I would like to ask the experts here to please help me convert this to autoit. $x::while GetKeyState("x", "P")Send {x}{8}sleep 1}return- Thanks in advance. Link to comment Share on other sites More sharing options...
jdelaney Posted November 14, 2015 Share Posted November 14, 2015 (edited) You should be careful with words like 'spam'. It's like yelling bomb on a flight.Anyways, look into while and send and _ispressed and sleep in the helpfile. Edited November 14, 2015 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window. Link to comment Share on other sites More sharing options...
JohnOne Posted November 14, 2015 Share Posted November 14, 2015 GetKeyState == _IsPressedSend == SendSleep == Sleep AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
ggkanor Posted November 14, 2015 Author Share Posted November 14, 2015 I appreciate the immediately but Im not that good in coding. I dont get it. Can you please provide the exact code? Link to comment Share on other sites More sharing options...
JohnOne Posted November 14, 2015 Share Posted November 14, 2015 Absolutely not.That is far to simple for you not to get it on your own in five minutes. kylomas and Skysnake 2 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
ggkanor Posted November 14, 2015 Author Share Posted November 14, 2015 GetKeyState == _IsPressedSend == SendSleep == SleepThanks, I got this logic. What I did is when I press "V" I can send x Could you give me again an idea that when I press x I can still send x? If it's not allowed please let me know. TY 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