How can i send keystrokes to an application in background
04/08/2008 23:24Drakonis#1
i need something like a macro that can send keystrokes to an application in background and loop the sending in delay of 2 minutes or something... Any1 have an idea how can i do this or where can i download such program?
04/09/2008 07:27iamabot#2
download autoit and use
winsettitle("Archlord", "", "what ever you want")
controlsend("what ever you want", "", "", "3")
controlsend("what ever you want", "", "", "4")
controlsend("what ever you want", "", "", "5")
controlsend("what ever you want", "", "", "6")
controlsend("what ever you want", "", "", "7")
controlsend("what ever you want", "", "", "8")
04/09/2008 07:41Drakonis#3
Ill defo try it when i come back. I hope the archlord cleint can be minimized of course ;p
04/09/2008 11:26pwntology#4
i hope you have some programming/scripting experience... otherwise it might seem like japanesse to you. autoit is great though, fairly simple to learn and execute. good luck =]