Shiva Posted July 29, 2010 Posted July 29, 2010 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 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" )
Developers Jos Posted July 29, 2010 Developers Posted July 29, 2010 (edited) Read first pleaseEDIT: .. and one Topic is enough. Edited July 29, 2010 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Shiva Posted July 29, 2010 Author Posted July 29, 2010 Read first pleaseEDIT: .. and one Topic is enough.actually, i am not discussing ways to automate that game i just want to know how to send two keys at once, sorry i am newbie
kaotkbliss Posted July 29, 2010 Posted July 29, 2010 The code you posted IS automating, it's set to automatically push keys so you don't have to... 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
Developers Jos Posted July 29, 2010 Developers Posted July 29, 2010 actually, i am not discussing ways to automate that game i just want to know how to send two keys at once, sorry i am newbie don't see the difference....*click* SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts