Jump to content

thx 4 help Nuffilein805


bang
 Share

Recommended Posts

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

:lmao:

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...