HardHackz Posted March 1, 2007 Posted March 1, 2007 Say I want to set transparency to all the firefox windows which is: TITLE - Mozilla Firefox I tried to do WinSetTransparency(* & "Mozilla Firefox"... But that didn't work, does anyone know how to do this? [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
Hello Me You Posted March 1, 2007 Posted March 1, 2007 I do not know for all the windows, but for one I think this will work: WinWaitActive("Untitled - Notepad") WinSetTrans("Untitled", "", 10) Sleep(3000) WinSetTrans("Untitled", "", 255) Random
HardHackz Posted March 1, 2007 Author Posted March 1, 2007 (edited) Thank you, I know how that works, I just want to be able to set multiple windows that way. P.S. Add ROT13 to your sig. Here's a translator I made: zenpets.org/encrypt (a couple) Edited March 1, 2007 by HardHackz [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
/dev/null Posted March 1, 2007 Posted March 1, 2007 WinSetTransparency(* & "Mozilla Firefox"... oÝ÷ ضv'gßÛp¢¹¡ë*'zIèÂ0¶h¶¬þ«¨µæ®¶sdWFôE6WD÷FöâgV÷CµvåFFÆTÖF6ÖöFRgV÷C²Â"¥vå6WEG&ç7&Væ7gV÷C´Ö÷¦ÆÆf&Vf÷gV÷C²ÂgV÷C²gV÷C²Ã See also WinSetTransparency() help file and follow the link to "Title special definition" Cheers Kurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
HardHackz Posted March 1, 2007 Author Posted March 1, 2007 Okay, I found it. You can just do Mozilla Firefox and it will do all the things that have that name in them. [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
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