torquish Posted August 17, 2018 Posted August 17, 2018 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?
torquish Posted August 17, 2018 Author Posted August 17, 2018 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.
FrostBug Posted August 18, 2018 Posted August 18, 2018 Why? The point you click isn't sent to the server
torquish Posted August 18, 2018 Author Posted August 18, 2018 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.
FrostBug Posted August 18, 2018 Posted August 18, 2018 (edited) 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, 2018 by FrostBug 2