treckz Posted February 17, 2019 Posted February 17, 2019 Hey AutoIt forum, I'm trying to create a script where the program can do an automated task for me. But on an emulator. In other words I'm trying to create a bot where it can remove friends (psn). I already checked the rules, so I'm pretty sure it's allowed. But let me explain the reason: Back in the good old days I literally sent to everyone a friend request, just because of a game where I needed many ppl. But now I'm trying to remove them. I already created one bot for the web but they are blocking my requests once I remove too many friends at once. For some reasons on the app it's working. But I want that the program is removing my friends without moving the mouse. So MouseClick is not working and right now I'm struggling with ControlClick. Here is the code. Hope someone can help me out. Thanks in advance: AutoItSetOption("MouseCoordMode", 0) WinActivate("NoxPlayer") ControlClick("NoxPlayer", "", "[CLASS:AnglePlayer_0; INSTANCE:1]", 1, 447, 210) As far as I've understood this program, I'm going to have to insert the Coords at the end of the program (447, 210) which can be found under ControlClick Coords. But the problem is that it's not clicking on the said location.
treckz Posted February 17, 2019 Author Posted February 17, 2019 I solved this problem myself. Fucking PSN. They're even blocking on the app.
Developers Jos Posted February 17, 2019 Developers Posted February 17, 2019 (edited) @treckz, Welcome to the AutoIt forum. Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. See you soon with a legitimate question I hope. The Moderation team Edited February 17, 2019 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts