thiennamhg Posted October 20, 2021 Posted October 20, 2021 (edited) i am using a script like this Quote While True $cords = PixelSearch(918, 871,1094, 908,0x3C4444) If Not(@error) Then Send("{e down}") Sleep(10) Send("{e up}") Sleep(10) ContinueLoop EndIf $cords = PixelSearch(918, 871,1094, 908,0x3D4545) If Not(@error) Then Send("{e down}") Sleep(10) Send("{e up}") Sleep(10) ContinueLoop EndIf $cords = PixelSearch(918, 871,1094, 908,0x3C4445) If Not(@error) Then Send("{e down}") Sleep(10) Send("{e up}") Sleep(10) ContinueLoop EndIf $cords = PixelSearch(918, 871,1094, 908,0x3C4443) If Not(@error) Then Send("{e down}") Sleep(10) Send("{e up}") Sleep(10) ContinueLoop EndIf $cords = PixelSearch(918, 871,1094, 908,0x3B4342) If Not(@error) Then Send("{e down}") Sleep(10) Send("{e up}") Sleep(10) ContinueLoop EndIf WEnd and i find it very slow i read the article of fast find but i don't understand and how to use it can someone help me eg get my script into fast find so i can have more stable performance and faster search speed sorry i'm using google translator I am Vietnamese Edited October 20, 2021 by Jos Please don't use these big fonts when posting
Developers Jos Posted October 20, 2021 Developers Posted October 20, 2021 What is this script used for as pixelsearch isn't the best approach in general? 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.
thiennamhg Posted October 20, 2021 Author Posted October 20, 2021 17 minutes ago, Jos said: Tập lệnh này được sử dụng làm pixelsearch để làm gì không phải là cách tiếp cận tốt nhất nói chung? https://youtu.be/aJmFQSH8ctc this is my video when i use pixelsearch but it is really slow and also will be wrong click how can i improve it
Developers Jos Posted October 20, 2021 Developers Posted October 20, 2021 So it is for a game? ( and please do not quote me in your own language! ) 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.
thiennamhg Posted October 20, 2021 Author Posted October 20, 2021 I'm so glad you answered my question hope you can help me on how fastfind pixelsearch will use my code to speed up pixel search
Developers Jos Posted October 21, 2021 Developers Posted October 21, 2021 (edited) You didn't answer my last question and given the impatience I can only assume this is about games so: 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 October 21, 2021 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