Jump to content

Recommended Posts

Posted

Ok, I have absolutely no clue about this program. I downloaded it on suggestion, and only have one purpose for it. So if someone could be so kind to give me just a simple quick little step by step as to how you can make the program alternatively input the keys 1 & 2 on the number pad. After this post you will likely not see me again other than a quick thanks unless for some reason I am interested in the program from this brief tutorial.

When I say no clue, I mean complete idiot. So put it as easily as you can.

Start -> Programs -> Autoit3 -> (this is about as far as I get).

:lmao: Yes I'm too lazy to learn the code. Hopefully I'll pick it up from a response here.

Posted (edited)

Read the help file...

Look at:

- While

- Send

Use them something like this:

While 1
    Send("1")
    Send("2")
WEnd
Edited by Insolence
"I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar.
Posted

Actually, if he wanted 1 and 2 from the numberpad it'd be more like

While 1
   Send('{NUMPAD1}')
   Send('{NUMPAD2}')
WEnd

But regardless, we're not here to write scripts for people, sorry. We're here to help people that want to learn.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...