thaihoang2812 Posted October 2, 2006 Posted October 2, 2006 I have a friend . He write a programe for kill sex in the internet : Opt("WinTitleMatchMode", 2) Opt("WinWaitDelay", 1) $sTitle = "Sex.com" While 1 If WinExists($sTitle) Then WinClose($sTitle) Sleep(10) WEnd im' need 2 or 3 or ... 5 site but i don't known the code ? . You can help me ?\ $sTitle = "Sex.com" <==== Can change 2 site is .. sex.com , gay.com ... ?
Valuater Posted October 2, 2006 Posted October 2, 2006 I wrote one ... herehttp://www.autoitscript.com/forum/index.ph...st&p=2402898
kp3 Posted October 2, 2006 Posted October 2, 2006 $sTitle = "leta.se" and "google.se" and "lol.com" and "lycos.com" Just add and after it like. $sTitle = "google.se" and "rapidshare.de" You can add how manny and u want =) [s]My scripts =)Password protect process (with tray menu lol)Clickous meousDisable ctrl+alt+del and password protect folder...Andous herous lolKp3s security center v.1Click me[/s]Ok... You shouldnt use annyone of them cuz they use alot of memory and contain alot of errors and stuff.. I was a n00b :P Ignore it... And if u for some reason want to use them... Watch out for my realy bad spelling :I
thaihoang2812 Posted October 2, 2006 Author Posted October 2, 2006 I write : #NoTrayIcon Opt("WinTitleMatchMode", 2) Opt("WinWaitDelay", 1) $sTitle = "sex.com" and "gay.com" and "lol.com" and "lycos.com" While 1 If WinExists($sTitle) Then WinClose($sTitle) Sleep(10) WEnd but this programe nor work do you have # ?
Valuater Posted October 2, 2006 Posted October 2, 2006 I wrote one ... herehttp://www.autoitscript.com/forum/index.ph...st&p=24028988)
thaihoang2812 Posted October 2, 2006 Author Posted October 2, 2006 this http://www.autoitscript.com/forum/index.ph...mp;#entry240289 i'm was try ! but i need my program have very much site ..xxx ===> $sTitle = "Sex.com" gay.net .... but im' don't known what i doing ? hic ! You can help me ? add a litle site for programe ?
thaihoang2812 Posted October 2, 2006 Author Posted October 2, 2006 If have people type in addrees is : http://sex.com ... http://gay.com .... i need a programe use autoit close any site ! hic but im' a newbie im' don't known ... what is code ?
Valuater Posted October 2, 2006 Posted October 2, 2006 If have people type in addrees is : http://sex.com ... http://gay.com .... i need a programe use autoit close any site ! hic but im' a newbie im' don't known ... what is code ?a great place to start is in my signature below8)
thaihoang2812 Posted October 2, 2006 Author Posted October 2, 2006 I write : #NoTrayIcon Opt("WinTitleMatchMode", 2) Opt("WinWaitDelay", 1) $sTitle = "sex.com" and "gay.com" and "lol.com" and "lycos.com" While 1 If WinExists($sTitle) Then WinClose($sTitle) Sleep(10) WEnd whois can edit the code ? help me ! hic
xcal Posted October 2, 2006 Posted October 2, 2006 $sTitle = "sex.com" and "gay.com" and "lol.com" and "lycos.com" In that case, I believe $sTitle can only be measured against True or False, so WinClose($sTitle) won't do anything. How To Ask Questions The Smart Way
thaihoang2812 Posted October 2, 2006 Author Posted October 2, 2006 You known A programe use autoit if people type in address of internet explorer . the programe will close this site type ?
Confuzzled Posted October 4, 2006 Posted October 4, 2006 Why not put a redirect in your Windows HOSTS file and then you won't be able to surf the sites any more. I've got the popunder, sex, advertising, spam, and other unwanted stuff effectively filtered out.
Paulie Posted October 4, 2006 Posted October 4, 2006 Please don't help him kill sex in the internet. Sex is the foundation of the internet's usefulness. If he kills all the sex, I don't know what I'll do.Lar.Proof!
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