Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DeathOrc

Pages: [1]
1
AoT General / Re: Spammers/Hackers
« on: July 22, 2007, 03:07:59 PM »
I don't get what them images are for...

2
AoT General / Jookia's Hate Script
« on: July 21, 2007, 08:33:42 PM »
He wanted me to post it so here it is.

Code: [Select]

// []=================================================================[] \\
// [] Name: JookGroup                                                 [] \\
// [] Author: JookScript                                              [] \\
// []=================================================================[] \\

function hateList()
{
%file = new fileObject();
%file.openForRead("base/hateList.txt");

while(!%file.isEOF())
{
if(%hateList $= "")
{
%hateList = %file.readLine();
}
else
{
%hateList = %hateList @ ", " @ %file.readLine();
}
}

%hateList = "The people that I hate are " @ getSubStr(%hateList, 0, strLen(getWords(%hateList, 0, getWordCount(%hateList) - 2)) - 1) @ " and " @ getWord(%hateList, getWordCount(%hateList) - 1) @ ".";

%file.close();
%file.delete();

commandToServer('messageSent', %hateList);
}

3
AoT General / Re: WTF @ Time.
« on: July 20, 2007, 12:02:40 PM »
Lol.  I never seen that.

4
AoT General / Re: Age of Time crashes with OpenAL disabled
« on: July 19, 2007, 01:36:59 AM »
Keep it on?

Pages: [1]