• 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!

Question about 'bot protection'

Rer

LUA is for genius xD
Joined
Oct 24, 2012
Messages
234
Reaction score
16
Location
Poland
Hey guys
I recently wrote casino module and now I think about writing cave bot (there i can make module to existing candy bot or create my own external module with linked dependencies). First I need to know what exactly is 'bot protection'. Already I know that is blocking some client internal functions. Can someone confirm that is only handled by 'make' while building (for example to protect kind of lua functions required to create walking bot)?
 
Last edited:
This bot protection ensures that the function was called from an input event, such as mouse/keyboard.
You can recompile client so it won't check if the function was called from input event.
 
Back
Top