ok may i explain how it works.
you send the computer a certain key ok?
so next to send:you need to put the key you want to bot with
and next to sleep/wait between:you need to put th amount of time for the bot to wait,untill it sends the computer another key
so if i want it to send 1,2,3,4 and between each number that it sends wait 1 second ill do
send :1
wait between :1000
send:2
wait between:1000
send:3
wait between:1000
send:4
wait between1000