mihaibatadelemn Posted November 12, 2018 Posted November 12, 2018 hello guys, i tried to use "ControlClick" in my script but nothing happend.When i put "MouseClick" is working fine This is my code: HotKeySet("{F2}", "auto") HotKeySet("{F3}", "pausee") Global $paused while 1 Sleep(50) WEnd func auto() WinActive("Roblox") while 1 ControlClick("Roblox", "", "", 656, 720, 3, 0) Sleep(500) WEnd EndFunc func pausee() $paused = Not $paused while $pause $pause Sleep(500) WEnd EndFunc (i'm using for roblox to auto click in background)
Developers Jos Posted November 12, 2018 Developers Posted November 12, 2018 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