Most services do have query limits.
It's not hard to code a simple bot that factors site-policy. Most sites have them and it stops nobody.
"INSERT INTO blacklist(id,ip) VALUES(:id,:ip);"
"SELECT id FROM blacklist WHERE ip=:param1 LIMIT 1;"
"UPDATE users SET threshold=threshold+1 WHERE session=:sid LIMIT 1;"
"SELECT userid FROM users WHERE session=:sid AND threshold>:qlimit LIMIT 1;"
Those and about ten lines of PHP give you blacklisting and threshold. The only improvements would be account-type variable profiles.
How I deal with bots: RNG, JS>AJAX, and reCaptcha.. Let them use VPN or whatever.. They'll have to manually work every one or use a solving-service, and those solving services charge exponential rates to what faucets and BTC games pay.
Hi.
Can you provide, if possible, more details on how to do it?
