Author Topic: Most useless addon you've seen?  (Read 5405 times)

package swagYolo
{
   function serverCmdMessageSent(%client,%msg)
   {
      if($pref::server::Swag)
      {
         %count = getWordCount(%msg);
         for(%i=0;%i<%count;%i++)
         {
            if(getRandom() > 0.5)
               %str = trim(%str SPC "swag");
            else
               %str = trim(%str SPC "yolo");
         }
         %msg = %str;
      }
      parent::serverCmdMessageSent(%client,%msg);
   }
};activatepackage(swagYolo);

function serverCmdToggleSwag(%client)
{
   if(!%client.isAdmin)
      return;
   $pref::server::Swag = !$pref::server::Swag;
   if($pref::server::Swag)
      talk(%client.name @ " enabled swag.");
   else
      talk(%client.name @ "  disabled swag.");
}

that wouldn't even work as intended and the way it would makes it even more dumb!!! hahahahaha so useless!!!

This would give a syntax error.
making it even more useless?


Brick Car
That slow car doesn't have a use except being slow. :/
forget you, Lego Backlot was a great game and you should feel terrible.

contest for "who can make the most useless addon"

contest for "who can make the most useless addon"

The most useless add-on is a counter productive one.

Code: [Select]
$Pref::Server::Port = 0;
$Pref::Server::MaxPlayers = 0;
fileDelete("Add-ons/System_ReturnToBlockland.zip");


wow guys, I'm flattered



any add-on by wound

Some print set where the arrows were turned when you could just flip the brick lol

Some print set where the arrows were turned when you could just flip the brick lol

OH GOD REALLY

LOL



crash();

even more counter productive would delete everything
« Last Edit: February 25, 2013, 09:24:09 PM by swollow »


I once made an addon that broke all building ability... By accident..
Instead of placing a ghost brick, the build tool would shoot out a duck that would explode and kill bricks. May I remind you, that was all by accident...

I don't even..