ImStUPid Posted January 27, 2019 Posted January 27, 2019 (edited) Is anyone used to make checker for skill checker for dead by daylight I have tried but I can't make it sometimes , it works but it doesn't works all the time #RequireAdmin HotKeySet("{ESC}","_exit") $color = 0xFCE1DF While 1 $a = 0 While $a = 0 $a = PixelSearch(884, 470,1030, 613,0x676768) ; check the circle is appear or not WEnd $b = 0 Do $b = PixelSearch(884, 470,1030, 613,$color) ;success zone Until UBound($b) = 2 Send("{SPACE}") WEnd Func _exit() Exit EndFunc Edited January 27, 2019 by JLogan3o13
Developers Jos Posted January 27, 2019 Developers Posted January 27, 2019 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 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