pricyber Posted August 27, 2005 Share Posted August 27, 2005 I was trying to make a macro for a program but the Send function doesnt work, is there another to emulate a key that is pressed by keyboard? thank you Link to comment Share on other sites More sharing options...
B3TA_SCR1PT3R Posted August 27, 2005 Share Posted August 27, 2005 I was trying to make a macro for a program but the Send function doesnt work, is there another to emulate a key that is pressed by keyboard?thank you<{POST_SNAPBACK}>search the forums for _IsPressed [right][font="Courier New"]...Run these streets all day, I can sleep when I die.[/font] [/right] Link to comment Share on other sites More sharing options...
pricyber Posted August 27, 2005 Author Share Posted August 27, 2005 isnt _IsPressed check if a key is pressed Link to comment Share on other sites More sharing options...
SupraNatural Posted August 27, 2005 Share Posted August 27, 2005 Can I ask why the send function doesn't work? Visit http://www.blizzedout.com/forums/register....referrerid=8306 for the top blizzard hacks. WoW, TfT, D2/LOD, CS. You name it we got it! Link to comment Share on other sites More sharing options...
pricyber Posted August 27, 2005 Author Share Posted August 27, 2005 probably the program blocked it Link to comment Share on other sites More sharing options...
GaryFrost Posted August 27, 2005 Share Posted August 27, 2005 another option might be controlsend SciTE for AutoItDirections for Submitting Standard UDFs  Don't argue with an idiot; people watching may not be able to tell the difference.  Link to comment Share on other sites More sharing options...
pricyber Posted August 27, 2005 Author Share Posted August 27, 2005 already tried.. but the program doesn not support control ... Link to comment Share on other sites More sharing options...
SupraNatural Posted August 27, 2005 Share Posted August 27, 2005 what program are you trying to send to? Visit http://www.blizzedout.com/forums/register....referrerid=8306 for the top blizzard hacks. WoW, TfT, D2/LOD, CS. You name it we got it! Link to comment Share on other sites More sharing options...
pricyber Posted August 27, 2005 Author Share Posted August 27, 2005 some japanese game im trying write macro for... Link to comment Share on other sites More sharing options...
SupraNatural Posted August 27, 2005 Share Posted August 27, 2005 How do you type msg's in the game? Visit http://www.blizzedout.com/forums/register....referrerid=8306 for the top blizzard hacks. WoW, TfT, D2/LOD, CS. You name it we got it! Link to comment Share on other sites More sharing options...
pricyber Posted August 27, 2005 Author Share Posted August 27, 2005 (edited) just type... with keyboard like if i send in a "s" it should show s on the window... but it doesnt seem to let me. so i was trying to find another to send in a key or emulate a keyboard pressing action using something from the window.. Edited August 27, 2005 by pricyber Link to comment Share on other sites More sharing options...
LxP Posted August 27, 2005 Share Posted August 27, 2005 Welcome to the forums!Send() will most probably work for you (as it does for many games) if you change some options first:; change 50 to 100 if still doesn't work opt("sendKeyDownDelay", 50) send("Test keys...") Link to comment Share on other sites More sharing options...
pricyber Posted August 28, 2005 Author Share Posted August 28, 2005 tks.. it works with 200 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