Jump to content

Recommended Posts

Posted

i want to make a script that can firstly, make CTRL + 2 then click on 5,6,7 and then ctrl +3 then click on 5,6,7 but i can't make it run perfectly :blink: it is totaly missed up now, here it is

ControlSend("SRO_Client", "" ,"Edit1", "("^2")" )

Sleep (10000)

ControlSend("SRO_Client", "", "Edit1", "5" )

Sleep (5000)

ControlSend("SRO_Client", "", "Edit1", "6" )

Sleep (5000)

ControlSend("SRO_Client", "", "Edit1", "7" )

Sleep (10000)

ControlSend("SRO_Client", "" ,"Edit1", "("^3")" )

Sleep (10000)

ControlSend("SRO_Client", "", "Edit1", "5" )

Sleep (5000)

ControlSend("SRO_Client", "", "Edit1", "6" )

Sleep (5000)

ControlSend("SRO_Client", "", "Edit1", "7" )

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

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