BBBPK Posted January 16, 2021 Posted January 16, 2021 Hello i need help in this script i can fix this error , the script works but i receive this error My Code: expandcollapse popupOpt("WinTitleMatchMode", 4) HotKeySet("{INSERT}", "_Pause") Global $pause = True HotKeySet ("{END}", "_Exit") While 1 Sleep(250) WEnd Func Start() While 1 If Not $pause And WinActive("classname=LWJGL") Then $pxs = PixelSearch(0,0,1919,1079,0xCA0000) If isArray($pxs) then MouseMove($pxs[0],$pxs[1], 0) MouseClick("Left") EndIf EndIf $cStatus = 0 $tmp = 0 EndIf Sleep(10) WEnd Func _Exit() Exit EndFunc Func _Pause() $pause = Not $pause If $pause Then TrayTip("Paused", "Aiming paused", 15) Else TrayTip("Unpaused", "Aiming!", 15) EndIf EndFunc
Nine Posted January 16, 2021 Posted January 16, 2021 Make sure you read Forum Rules, especially the part about Game Automation... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy
Developers Jos Posted January 16, 2021 Developers Posted January 16, 2021 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