% % check for Gwizard cnc program running % 0 "ApolloRuntimeContentWindow" 0 Win.Classed % % stack: gwiz-hwnd % %%% "gwhwnd" log)( dupnzis { % % a window has been detected, check for title including Start % dup Win.Caption "Start" found)? %%% "gwhwne" log)( { % % dialog window, kill it % Win.Close pop 0 } { % % regular non-start window, check the next window % 0 "ApolloRuntimeContentWindow" third Win.Classed dupnzis %%% "gwhwnf" log)( { % % a next window has been detected, check for title including Start % dup Win.Caption "Start" found)? %%% "gwhwng" log)( { % % dialog window, kill it % Win.Close pop } { % % this is not correct % pop } ifelse } { % % was not second window, use original % } ifelse } ifelse } { % % no window found % 0 } ifelse dupnzis %%% "gwhwnr" log)( { % % main window report % +standoff 20 gt %%% "gwhwns" log)( { % % now allow main window report through % } { % % not yet at end of standoff, don't allow ident % pop 0 } ifelse } { % % no report of main window % 0 } ifelse %%% "gwhwnz" log)(