August 17, 20187 yr How does .interact() determine which point to click within the entity/widget/w.e.? Does it choose a random point or is it using an algorithm that selects a more human-like point within the area?
August 17, 20187 yr Author 1 hour ago, Alek said: Please describe to me what a human-like point is. A human clicks in a more generalized area of an object as opposed to every object's points being equally selected.
August 18, 20187 yr Author 4 hours ago, FrostBug said: Why? The point you click isn't sent to the server Are you assuming it isn't or do you have proof of that? If points aren't used in bot analysis, then what is? Surely it's more than just timing between actions.
August 18, 20187 yr 2 hours ago, torquish said: Are you assuming it isn't or do you have proof of that? If points aren't used in bot analysis, then what is? Surely it's more than just timing between actions. If you analyze the outgoing network traffic, you can see that the interact packet only has the index/id of the entity/widget in it (maybe position for objects, haven't tried). The generated packet is the same regardless of where you perform the interaction from, and regardless of where you click. Edited August 18, 20187 yr by FrostBug
Create an account or sign in to comment