I'm trying to make it click only once but it just keeps clicking, I'm new and I used examples to come up with this code but idk what is wrong $left = 353 $bottom = 972 $right = 513 $top = 855 $color = 0xDD2E44 Global $Paused, $Runner HotKeySet("{f7}", "TogglePause") HotKeySet("{f8}", "Terminate") Func TogglePause()     $Paused = Not $Paused     While $Paused         Sleep(10)         ToolTip('Script is "Paused"', 0,