pricyber Posted August 27, 2005 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
B3TA_SCR1PT3R Posted August 27, 2005 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]
pricyber Posted August 27, 2005 Author Posted August 27, 2005 isnt _IsPressed check if a key is pressed
SupraNatural Posted August 27, 2005 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!
GaryFrost Posted August 27, 2005 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. Â
pricyber Posted August 27, 2005 Author Posted August 27, 2005 already tried.. but the program doesn not support control ...
SupraNatural Posted August 27, 2005 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!
pricyber Posted August 27, 2005 Author Posted August 27, 2005 some japanese game im trying write macro for...
SupraNatural Posted August 27, 2005 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!
pricyber Posted August 27, 2005 Author 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
LxP Posted August 27, 2005 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...")
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