Gillboss Posted April 15, 2008 Posted April 15, 2008 (edited) what the command and use by hotkey of course, for minimiz the bot..? i mean HIDE.. thanks! Edited April 15, 2008 by Gillboss
someone Posted April 15, 2008 Posted April 15, 2008 .... what? Can you rephrase that? While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd
Gillboss Posted April 15, 2008 Author Posted April 15, 2008 (edited) do hotkey that minimizer to near the o'clock i mean HIDE. Edited April 15, 2008 by Gillboss
someone Posted April 15, 2008 Posted April 15, 2008 Check out this link, and also search the forum for 'minimize to tray'. There have been a lot of posts about it. While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd
Gillboss Posted April 15, 2008 Author Posted April 15, 2008 ok.. i found.. but how can i check if the bot is hide or not?
Gillboss Posted April 15, 2008 Author Posted April 15, 2008 nvm.. see: HotKeySet("{F11}", "HIDE") $Sum = 0 Func HIDE() if $Sum = 0 Then GuiSetState(@SW_HIDE) $Sum = 1 Else GuiSetState(@SW_RESTORE) GuiSetState(@SW_Show) $Sum = 0 EndIf EndFunc
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