Author Topic: AFK Bot  (Read 5514 times)

« Last Edit: October 25, 2006, 08:57:55 PM by DarkLight »

yes thats what every mmo really needs more of. people that bot and afk.
dont encourage yourself to make these for AOT.

one that talks seems innocent enough, but then what? one that farms coins, or exp? (depending on future of the game)

anyone that plays other mmo's know how bad it gets when many bots are all over the game
« Last Edit: October 24, 2006, 02:56:01 PM by Bisjac »

Congrats Darklight, you figured out how to spam up the chat even when you are afk! All you would need to do to be really annoying is set the delay to just above the jail limit.
« Last Edit: October 24, 2006, 03:11:21 PM by Wedge »

bah i like my auto cop program (thanks to ephialtes for the idea) better
« Last Edit: October 25, 2006, 02:14:42 PM by (MoA) Shaun »


OSHT! I never said that >.<

bah i like my auto cop program (thats to ephialtes for the idea) better

you just did xD

Nice script, mind if I add something so you can turn it off?

Code: [Select]
function startafk()
                {
$afkon = true;
schedule(1000,0,afk);
}
function afk() //USE THIS COMMAND TO START THE BOT
{
if (!$afkon) return;
              schedule(30000,0,afk);
%rand = getrandom(0,5);

if(%rand == 0)
commandToServer('messageSent', "If i'm dead take me to bed!");

if(%rand == 1)
commandToServer('messageSent', "I'm AFK, so I have the bot on.");

if(%rand == 2)
commandToServer('messageSent', "lol this is so random!");

if(%rand == 3)
commandToServer('messageSent', "I am winar!");

if(%rand == 4)
commandToServer('messageSent', "I own j00!");

if(%rand == 5)
commandToServer('messageSent', ":o");
}
function stopafk(%val) //USE THIS COMMAND TO STOP THE BOT
{
$afkon = false;
}

I havn't tested this, and I have to go now, I hope it doesn't crash your AoT.

Badspot

  • Administrator
This is a really good way to get banned.



Yay i hope he gets banned :P

If he gets banned I'm going to die of laughing XD
btw: does this accually work?
« Last Edit: October 25, 2006, 04:53:10 PM by 10000SwordsW »