$paste = ClipGet() Send ($paste, 1) Send ( "{ENTER}" ) Sleep ( 2000 ) WEnd EndFunc While 1 $msg = GUIGetMsg() Select Case $msg = $copybutton clipput(GUICtrlRead($input)) SplashTextOn ( "W3wT!", "Text has been copied.", 200, 22 ) Sleep (800) SplashOff () Case $msg...