Page 1 of 1

Timing

Posted: Fri Sep 03, 2021 3:57 am
by byatakanyukcell
Have a nice day. I want to spam a key for a certain period of time. For example spamming "x" for 30 seconds with 10 ms. Or spamming "x" 30 times. I'll add another command later. Exan : x x x x x x x y
I would be grateful if you could help.

Re: Timing

Posted: Fri Sep 03, 2021 8:08 am
by phil
Sorry, right now its not possible to specify a specific number of repeats, you can only repeat a key while the button is held down.
I guess you could just type:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxy
or maybe
x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}x{waitms:50}y
(adjust the 50 as appropriate)

Other than that, you could write a macro with AutoHotkey maybe and invoke it from XMBC?

Thanks,
Phil

Re: Timing

Posted: Sat Sep 04, 2021 2:47 pm
by byatakanyukcell
about these. I want to spam x for 20 minutes (50 ms) then 1 time y. Please help :(

Re: Timing

Posted: Sun Sep 05, 2021 10:46 pm
by phil
i suggest you look at autohotkey - this is beyond the scope of XMBC

Re: Timing

Posted: Sun Sep 05, 2021 10:52 pm
by byatakanyukcell
I know AutoHotkey. But fixed some games :( Can you tell me another program :(

Re: Timing

Posted: Mon Sep 06, 2021 8:27 am
by phil
Sorry, I don't know of any others myself. Not to say there aren't others, I just don't know (especially when it comes to defeating anti-cheat type software for games!)