hukatama024e
hukatama024e
Hotkeys is not suppoerted.
Scripting language is C# script with Roslyn for Scripting, so you can use System.Random. Script example is provided below. ```csharp using System; using System.Threading.Tasks; await SetCoordinateRandom(); async Task SetCoordinateRandom() {...
Did you press mouse during playback ? Mouse input is accepted even if during playback is executing. How is the script recorded ?
This application uses global hook for recoding. To monitor keyboard input and mouse input in low level, use global hook. If you want to know detail, please follow the link...
Until now, I upload only exe file and necessary files(ex.dll) are not included in release. upload zip included necessary files in latest release(V0.2.1). [latest relase](https://github.com/hukatama024e/MacroRecoderCsScript/releases/tag/V0.2.1) Thank you for reporting issue.