Jump to content

Make Send command faster than 10ms


 Share

Recommended Posts

I'm using AutoIT for some high precision button mashing in C# and am wonder if it'd be possible to have the Send command be faster? I've clocked it to about 10ms per Send command.

10ms is a good speed but I'm not just mashing one button, I'm mashing at least 4 and the overall speed goes down to 40ms per key which is pretty bad. I multi-threaded my project, increased timer precision but it's being held down by the Send command's execution time.

I made an identical program in Obj-C using Apple native libraries and I can get button mashing down to half a millisecond latency.

How can I decrease the Send command latency in AutoIT?

 

Thanks,

Gan

P.S. Here's my code if you fellas would like to gander: https://github.com/MatthewFrench/LeagueAutoKeyPresser

Link to comment
Share on other sites

Dont allow gaming scripts here.  The question is generic enough that minus the link and the partial name, the question should pass scrutiny.

,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-.
|(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/
(_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_)
| | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) (
| | | | |)| | \ / | | | | | |)| | `--. | |) \ | |
`-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_|
'-' '-' (__) (__) (_) (__)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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