#NoEnv #SingleInstance Force ; AHK V1.1 script for skipping event quests ; on Nikke's PC client. ; Press 0 key to exit this script 0::ExitApp ; Start the loop by pressing R key while ; your mouse is hovered over the Retry button ; and don't move your mouse while it runs $r:: SetTitleMatchMode, 2 CoordMode, Mouse, Screen tt = CatFantasy ahk_class UnityWndClass WinWait, %tt% IfWinNotActive, %tt%,, WinActivate, %tt% While (true) { MouseClick, L, 3316, 1261 Sleep, 300 MouseClick, L, 3294, 945 Sleep, 300 } return