Bryno 21 Posted February 5, 2022 Hi there so I'm getting a random player near me like this: Player p = Players.all().get(Utils.RR(0, Players.all.size())); However, now I'm wondering how can I simple do a Mouse.rightClick(p); or something just to simply right click and thats it. Not fully interact with any action. Thanks
Bryno 21 Author Posted February 5, 2022 Wow... Big oopsies. It's just: Quote Mouse.click(p, true); huh???? LMFAO
Recommended Posts
Archived
This topic is now archived and is closed to further replies.