Very Very Simple fix without installing mods:
Go to AdminCP> User Profile Field> Add new User Profile Field
Add New> Single Line Text Box
Title: Anti-Robot Field
Description: Type in ANY three, 4-letter words in the field above
Example: Dont SPAM Here
Required, yes at registration & Profile Updating
Editable
Regular Expression:
Code:
^\w{4}\s\w{4}\s\w{4}$
This forces users to type in 3 (four letter) words before they can register. Spam bots cannot do this.