Jump to content

Recommended Posts

Posted (edited)

I would like to run the following script to run in multiple windows simultaneously. How would I do it (is it even possible?)

HotKeySet("{Pause}", "TogglePause")
HotKeySet("{ESC}", "Terminate")
MsgBox(0,"Cube Farm","Created by Kavon" & @CRLF & @CRLF & "Click OK to start")


WinActivate("ExtaliaMS")
WinWaitActive("ExtaliaMS")
Opt("WinWaitDelay",100)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)


while 1 = 1
Send("{HOME down}")
Sleep(1000)
Send("{HOME up}")
Send("{LEFT down}")
Sleep(5000)
Send("{LEFT up}")
Send("{RIGHT down}")
Sleep(7000)
Send("{RIGHT up}")
Send("{LEFT down}")
Sleep(4250)
Send("{LEFT up}")
Send("{HOME down}")
Sleep(3000)
Send("{HOME up}")
Send("{UP down}")
Sleep(1000)
Send("{UP up}")


Wend
Edited by Saki
Posted

cube farm?  where is this script for if i may ask?

and u can run script in two or more windows at once just i mostly use oneventmode so sorry i can't help you with this.

  • Moderators
Posted

Saki,

Welcome to the AutoIt forum. :)

Unfortunately you appear to have missed the Forum rules on your way in. Please read them now (there is also a link at bottom right of each page) - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. :naughty:

See you soon with a legitimate question I hope. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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