It is now possible to have Speeder send real (i.e., not simulated) keystrokes and mouse input to the game. You can specify the precise device (i.e., keyboard/mouse) you'd like Speeder to use via line 19 in config.txt:
- Line 19) If 1 (default), Speeder will use a keyboard and mouse device installed on your computer to send keystrokes and move the cursor. In this way, there will be no difference between a key you physically press and a key activated by Speeder, bypassing the game's and anticheat's ability to detect the input as simulated. If you would like to specify a specific keyboard and mouse for Speeder to use (I recommend the ones you are physically using), you may input the device numbers by separating each number with the "|" character. For example, if I want to enable device input, use the second keyboard device available, and use the third mouse available, I would write
1|2|3
on this line. Unfortunately, there is no easy way to determine which device number corresponds to which device on your computer. However, you can use the RawInput Detector utility to test different device numbers and very quickly determine the correct ones to use. Your driver must be version 9+ for this to work. Speeder will warn you if you disable this line or if your driver is unable to send keystrokes.
Input is sent via macros that you can create with Speeder's scripting language. Please see the [Macros] section of the guide. The commands are very basic right now and are basically just key presses and mouse movements, but I will add more in the future. That said, you can use the "gp" command to automate a lot of things just by checking for specific pixel colors.
For macros to work, it is important to update BOTH Speeder and your Driver. The specific device setting (line 19) will only work if your driver is version 9+. (Version 6+ will work, but you will not be able to set a specific device without version 9+.) Speeder should be version 6. You can see your driver version by downloading your version file. I am currently uploading version 9 for everyone, which takes a while.