Jump to content

shoushou111

Members
  • Posts

    6
  • Joined

  • Last visited

shoushou111's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hey thanks for your help but I don't think that was what I was looking for, I tried this type of script before. I want to send keys to an unfocused window which is already open but just not focused. (Ex, have calculator running in the background while browsing in Chrome). The script you gave me opens up calculator and only inputs the keystrokes 123 when it is focused. Thanks for trying to help though I appreciate it.
  2. This is just an example I gave for the purpose of this thread, I want to know how to send keys when it is unfocused. Also, no calculations, I just want to send keys, or in this case the keys: 123
  3. Yea I want to learn how to use AutoIt and this is just an example. If someone gave me an example of it, I was going to apply to something else.Or is that not allowed here?
  4. Hello, I'm new to this program, can someone help me how to utilize ControlSend function to send keys to unfocused window? I need someone to do this for me. Calc.exe (calculator) is already open but not focused. But I want AutoIt to send "123" to calc.exe, how would I do this? Please give me a script, I went on to read other threads about ControlSend but I just cannot get it in my head as I'm really really new to this program. Also, how would I do the same thing but when I have multiple calc.exe open and I want to send '123' to a specific calc.exe? Thanks in advance!
  5. This script is meant to bot in MapleStory, It is just holding left for and right for 7 and 6 seconds. I know how to make this script repeat itself infinitely which is While 1 My script WEnd But I want to know how to make this whole script repeat 70 times. Please help
  6. Sleep (1000) Send ("{LEFT down}") Sleep (5000) Send ("{LEFT up}") Sleep (50) Send ("{RIGHT down}") Sleep (7000) Send ("{RIGHT up}") Sleep (50) Send ("{LEFT down}") Sleep (6200) Send ("{LEFT up}") Sleep (50) Send ("{RIGHT down}") Sleep (1320) Send ("{RIGHT up}") Sleep (50) Send ("{UP down}") Sleep (450) Send ("{UP up}") Sleep (50) Send ("{LEFT down}") Sleep (5000) Send ("{LEFT up}") Sleep (50) Send ("{RIGHT down}") Sleep (7000) Send ("{RIGHT up}") Sleep (50) Send ("{LEFT down}") Sleep (6200) Send ("{LEFT up}") Sleep (50) Send ("{RIGHT down}") Sleep (1320) Send ("{RIGHT up}") Sleep (50) Send ("{UP down}") Sleep (450) Send ("{UP up}") Sleep (50) Send ("{LEFT down}") Sleep (5000) Send ("{LEFT up}") Sleep (50) Send ("{RIGHT down}") Sleep (7000) Send ("{RIGHT up}") Sleep (50) Send ("{LEFT down}") Sleep (6200) Send ("{LEFT up}") Sleep (50) Send ("{RIGHT down}") Sleep (1320) Send ("{RIGHT up}") Sleep (50) Send ("{UP down}") Sleep (450) Send ("{UP up}") Sleep (500) Send ("{END down}") Sleep (1500) Send ("{END up}") Sleep (1000) Hello can someone please make this script repeat 70 times? Sorry I'm so bad at this program
×
×
  • Create New...