I've added "objects" to the ESP, which include NPCs and various miscellaneous entities. With your current config file, they will not be shown by default, so you will need to add "|65280|1" to the end of your ESP settings if you would like to see them. The guide text for the ESP has been updated with the new settings.
Numerous quality of life improvements have been made to the console, such as the ability to edit anywhere within the input text instead of just at the end.
I've added a security feature I added to Throne and Liberty many months ago. It does a good job of keeping your scripts safe from macro detection. You can find it on line 129 of config.txt:
- Line 129) The number of milliseconds between keypresses you would like Speeder to consider as "safe." For example, if you set this line to 100 (recommended), Speeder will warn you if you press two keys and the delay between them is less than 100 milliseconds. You can also set a "safe" release delay by appending it with the "|" character, such as 100|100. If a key is pressed for less than 100 milliseconds, Speeder will warn you. This line helps you design safe scripts with reasonable APM (actions per minute) and prevents inadvertent key spamming. I recommend 100|100 (default).
These changes require Speeder version 261+.