torquish Posted August 17, 2018 Share 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? Quote Link to comment Share on other sites More sharing options...
ThatGamerBlue Posted August 17, 2018 Share Posted August 17, 2018 rng Quote Link to comment Share on other sites More sharing options...
Juggles Posted August 17, 2018 Share Posted August 17, 2018 rng Quote Link to comment Share on other sites More sharing options...
Alek Posted August 17, 2018 Share Posted August 17, 2018 Please describe to me what a human-like point is. Quote Link to comment Share on other sites More sharing options...
torquish Posted August 17, 2018 Author Share 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. Quote Link to comment Share on other sites More sharing options...
FrostBug Posted August 18, 2018 Share Posted August 18, 2018 Why? The point you click isn't sent to the server Quote Link to comment Share on other sites More sharing options...
torquish Posted August 18, 2018 Author Share 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. Quote Link to comment Share on other sites More sharing options...
FrostBug Posted August 18, 2018 Share 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 Quote Link to comment Share on other sites More sharing options...