Server Lock
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Aug 23, 2009 |
| Last Updated | Aug 23, 2009 |
| Tags | lock safety server |
Introduction
I apologize for the post,
script was given to me.
mIRC Snippet:
Server Lock
Posted on Aug 23, 2009 2:42 pm
Posted on Aug 23, 2009 2:42 pm
just an alteration from this snippet dated april 28th 2009
http://www.hawkee.com/snippet/6068/
http://www.hawkee.com/snippet/6068/
| Code: |
menu menubar { Protections .Server LockDown .. - .. $iif($group(#lock) == on,$style(1) Enabled,Enabled): enable #lock | set %lock on | msg $chan 4Server Locked Down now started. .. $iif($group(#lock) == off,$style(1) Disabled,Disabled): disable #lock | set %lock off | msg $chan 4Server Lockdown now terminated. } #lock off on *:snotice:*Client connecting*:{ if (%lock == on) { var %tempfilea $read(server.txt,w,$gettok($remove($9,$chr(40)),1,64)) if ($gettok(%tempfilea,0,32) != $null) { globops $9 a 4Safelist User has Connected } else { kill $9 4Server Is Locked Down unset %tempfilea } } } #lock end |
mIRC Snippet:
Server Lock
Posted on Aug 23, 2009 2:45 pm
Posted on Aug 23, 2009 2:45 pm
Eh, given to me.
Couldn't find a lock for our server.
I'll delete since it's a rip.
Couldn't find a lock for our server.
I'll delete since it's a rip.
mIRC Snippet:
Server Lock
Posted on Aug 23, 2009 3:07 pm
Posted on Aug 23, 2009 3:07 pm
dont need to delete it.. just give the credit where it is due and links to the original in your introduction
mIRC Snippet:
Server Lock
Posted on Aug 23, 2009 6:39 pm
Posted on Aug 23, 2009 6:39 pm
Code must be at least 25% yours, but since you admit it's a rip I won't complain :O






