Poll

Well?

Did do it with hope
5 (8.5%)
Wanted to see what it did
7 (11.9%)
knew it but did it anyways
8 (13.6%)
Not that dumb
39 (66.1%)

Total Members Voted: 59

Author Topic: Alt-F4  (Read 2636 times)

When I pressed alt f4 I got ID 2222!

Code: [Select]
function isAltf4(%msg)
{
if(strPos(%msg,"altf4"))
return true;
if(strPos(%msg,"alt-f4"))
return true;
if(strPos(%msg,"alt f4"))
return true;
if(strPos(%msg,"alt+f4"))
return true;
return false;
}
package noAltf4
{
function serverCmdMessageSent(%client,%message)
{
%lwrMsg = strLwr(%message);
if(isAltf4(%lwrMsg))
return messageClient(%client,'',"\c6Please no stupid Alt-f4 messages.");
else
parent::serverCmdMessageSent(%client,%message);
}
};activatepackage(noAltf4);
Anti Altf4 modFirst mod written on my new laptop!
« Last Edit: June 17, 2012, 10:36:28 PM by Brian Smithers »

Missed alt+F4 which is the most common way to write it, good job.

Missed alt+F4 which is the most common way to write it, good job.
Added






The ALT+F4 key combination has never work for me. Bitch.

The ALT+F4 key combination has never work for me. Bitch.
Soooooo you have a mac? i thought we went through this.

I got free admin on any server when I pressed alt+f4!



I just do it after saying something like "guys ever1 tels me to alt f4 wats it do should i try it" when i'm leaving, so it doesn't seem like I'm ragequitting. Not sure which is worse.