bang Posted February 6, 2006 Posted February 6, 2006 thx 4 the help Nuffilein805 the finnish so #include<guiconstants.au3> HotKeySet("{ESC}","terminate") HotKeySet("{pgdn}","hide") HotKeySet("{pgup}","unhide") MsgBox(0,"hider","this program will hide this you have on front run??") MouseMove(0,0) $hide = ToolTip("hider online hide in Pgedown unhide on pageUP hide this massage on < and unhide on z exit on ESC",0,0) dim $xx[1000] $i=1 $j=1 Func hide() $xx[$i] = wingettitle ("") WinSetState($xx[$i],"",@SW_HIDE) $i = $i + 1 EndFunc Func unhide() WinSetState($xx[$j],"",@SW_SHOW) $j = $j + 1 EndFunc Func terminate() MouseMove(0,0) ToolTip("hider off",0,0) sleep(2000) Exit 0 EndFunc While 1 Sleep(250) WEnd Exit
Nuffilein805 Posted February 6, 2006 Posted February 6, 2006 np, glad i could help my little chatmy little encryption toolmy little hidermy unsafe clickbot
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now