ok I came up with a code(Quite ingenous if i do say so my self) and i can't quite get it to work. I compiled it highest and GameGuard doesn't detect it, but it won's do anything. Here is the code.
HotKeySet("{F3}", "ExitBot")
Func ExitBot()
Exit
EndFunc
WinWaitActive("MapleStory")
$count = 0
While $count < 40
$count = $count + 0
Sleep(700)
Send("{LCTRL}")
Sleep(700)
Wend
What am i doing wrong? Any and all help will be appreciated.