NewbieScriptor Posted April 11, 2008 Posted April 11, 2008 first of all, ima total noobie at auto it. i read the FAQ thing and it says that using "Send($myvar, 1)" but how do i make it if i want to do ALT+1 ? btw. the "Send($myvar, 1)" the 1 is the varible right?
OMNIslash3D Posted April 11, 2008 Posted April 11, 2008 first of all, ima total noobie at auto it. i read the FAQ thing and it says that using "Send($myvar, 1)" but how do i make it if i want to do ALT+1 ? btw. the "Send($myvar, 1)" the 1 is the varible right?if you want to do Alt + 1 then the code would be Send("!1")Basically Alt corresponds to !, Ctrl corresponds to ^, and Shift corresponds to +, however if you want to do something like send("+a"), send("A") would actually be the same thing. Hope this helps.
NewbieScriptor Posted April 11, 2008 Author Posted April 11, 2008 (edited) i did, ummm wouldnt it be Send (!{1}) ? i tried that and it doesnt work :| am i wrong? EDIT: ahh ic ok i got it thx a bunches guys Edited April 11, 2008 by NewbieScriptor
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