• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

bot protec

is it possible to change bot protection to a compile client?
You can only do this by using mehah's client. Just change CMake instruction to OFF or ON at line 3

Code:
option(BOT_PROTECTION "Enable bot protection" ON)

Then you have to certify that it worked, by running a macro or something that triggers bot protection. It is going to send you a message to terminal that you're attempting to use bot.
 
Back
Top