Cyber 1 Report post Posted March 15, 2007 (edited) Hi! I create this program for hide window in office The "active window" is the hideable window. Sorry for my BAD translation.... Feedback is welcome ISTRUCTION: THe Active window is the allarmed window, when tou use a hidden system (HotKey or sensible dekstop), it will hide. The fake window is the window when show when the window Active is hide. When you try the sensible desktop? Move mouse to extremy right of the screenHidderV0.4_eng_src.zipHidderV0.4_ita_src.zip Edited March 16, 2007 by Cyber Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key Share this post Link to post Share on other sites
November 1 Report post Posted March 15, 2007 Hi!I create this program for hide window in office The "active window" is the hideable window.Sorry for my BAD translation....Feedback is welcome Great ideia!I got to try this with my favorite work tool... World of Warcraft Great job... smooth... just a bit confuse to operate the program only in the systray, pretty good.Keep the good script Old ScriptologyVisual Ping 1.8 - Mass Ping Program with export to txt delimited.Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code.Desktop 2 RGB - Pick a color in the desktop and get the RGB code.ShootIT 1.0 - Screen Capture full and partial screen[font="'Arial Black';"]Remember Remember The Fifth of November.[/font] Share this post Link to post Share on other sites
Cyber 1 Report post Posted March 15, 2007 Thanks! I know for confuse to operate the program... sorry. I try to update my language Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key Share this post Link to post Share on other sites
Cyber 1 Report post Posted March 16, 2007 Up Istruction Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key Share this post Link to post Share on other sites
Cloudsx 0 Report post Posted March 19, 2007 hey cyber ur program works great realy i fool the teachers with it only i can hide 1 windows can u script that its able for more windows or someting. its not a offencive thing but i only use it to hide my msn some times i get more message so i need more to hide. good job for the program Share this post Link to post Share on other sites
Cyber 1 Report post Posted March 19, 2007 Yep! Now i try to update. i will add the option "Hide the active(focus) window" whichever window. if i do make, the new release is ready for tomorrow Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key Share this post Link to post Share on other sites
BillLuvsU 8 Report post Posted March 19, 2007 I'm farely sure someone created somthing like this a loooong time ago. Was really simple and worked great. Ummm, I think the function was HideYo( ). Do a search for that and get some insperation for the next update. Nice program anyways though man, good job. [center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw Share this post Link to post Share on other sites
seandisanti 1 Report post Posted March 19, 2007 (edited) I'm farely sure someone created somthing like this a loooong time ago. Was really simple and worked great. Ummm, I think the function was HideYo( ). Do a search for that and get some insperation for the next update. Nice program anyways though man, good job. i made one a while ago too, but don't think that i put it up... i made this one because i was working on taking a girl (still my girlfriend) from someone i worked with, and we'd be e-mailing back and forth all day, and he'd walk over at random intervals trying to see my screen. it's not very pretty, because i started with just a hotkey on/off, then added options at different times, and it was written quite a while ago. in the end, F9 hides or unhides whatever window was active, moving the mouse to top left kills outlook, top right hides/unhides outlook, F10 exits the script and winclose()'s any hidden window, numlock kills outlook whether it's hidden or not. expandcollapse popupOpt("WinTitleMatchMode",4) HotKeySet("{F9}","Toggle") HotKeySet("{F10}","Quit") HotKeySet("{NUMLOCK}","ok") Global $hidden = 0 Global $blah While 1 Sleep(100) $pos = MouseGetPos() If $pos[0] = 0 And $pos[1] = 0 Then MouseMove(@DesktopWidth/2,@DesktopHeight/2,0) ok() EndIf If $pos[0] = 0 And $pos[1] = 863 Then WinActivate("Inbox") Toggle() MouseMove(@DesktopWidth/2,@DesktopHeight/2,0) EndIf WEnd Func Toggle() Select case $hidden = 0 $blah = WinGetHandle("active") WinSetState($blah,"",@SW_HIDE) $hidden = 1 case $hidden = 1 WinSetState($blah,"",@SW_SHOW) $hidden = 0 $blah = "" EndSelect EndFunc Func Quit() If $hidden Then WinKill($blah) EndIf Exit EndFunc Func ok () ProcessClose("outlook.exe") EndFunc Edited March 19, 2007 by cameronsdad 1100111 00001011101111 00011101101111 00010111100100 00001111110100 00110111110010 00101101111001 0011100i didn't make up this form of encryption, but i like it.credit to the lvl 6 challenge on arcanum.co.nz Share this post Link to post Share on other sites
BillLuvsU 8 Report post Posted March 19, 2007 That's cool. I like the idea of moving the mouse to activate. [center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw Share this post Link to post Share on other sites
SmOke_N 199 Report post Posted March 19, 2007 Calls Seans Boss....Girlfriend answers ... oops Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Share this post Link to post Share on other sites
Cyber 1 Report post Posted March 20, 2007 My program hide a window, move mouse on right of the screen (sensible desktop would checked) Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key Share this post Link to post Share on other sites
McGod 0 Report post Posted March 20, 2007 Nice work! Very handy! [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u] Share this post Link to post Share on other sites
seandisanti 1 Report post Posted March 20, 2007 That's cool. I like the idea of moving the mouse to activate.yeah i added that feature after the fact because in the first version i was feeling very conspicuous hitting hotkeys 1100111 00001011101111 00011101101111 00010111100100 00001111110100 00110111110010 00101101111001 0011100i didn't make up this form of encryption, but i like it.credit to the lvl 6 challenge on arcanum.co.nz Share this post Link to post Share on other sites
Seagul 0 Report post Posted March 20, 2007 if the bosses have keyloggers installed whats the point of all this lol Share this post Link to post Share on other sites
seandisanti 1 Report post Posted March 20, 2007 if the bosses have keyloggers installed whats the point of all this lolmine wasn't to hide from a boss, but a peer, and if there were a keylogger, i'd just identify and kill it. 1100111 00001011101111 00011101101111 00010111100100 00001111110100 00110111110010 00101101111001 0011100i didn't make up this form of encryption, but i like it.credit to the lvl 6 challenge on arcanum.co.nz Share this post Link to post Share on other sites