Author Topic: WARNING  (Read 4686 times)

He Alt F4's out probably, so no one has the chance to ban him

Someone(badspot) should do something b4 we all have to have passworded servers and blockdudes cant even get into the game cuz they dont know the passwords.

I made a script that 

I made a script that might work:
Code: [Select]
package GetRidOfTedro
{
function GameConnection::onConnectRequest(%g,%a,%b,%c,%d,%e,%f)
{
Parent::onConnectRequest(%g,%a,%b,%c,%d,%e,%f);
schedule(500,0,OnJoin,%g,%a,%b);
}

function onJoin(%g,%a,%b)
{
if(%g.bl_id == 206)
{
kickID(206);
}
}
};
activatePackage(GetRidOfTedro);

You can try that, if it doesn't just shorten the schedule :D


He crashed my server like 4 times. it says that he doesnt have a brick group. I cant run servers now becuase he will crash them
Its scary. Badspot halp!!

Id: 206
Names: Wario/Bdude/Tedro/1010101011010101(or w/e)

I made a script that might work:
Code: [Select]
package GetRidOfTedro
{
function GameConnection::onConnectRequest(%g,%a,%b,%c,%d,%e,%f)
{
Parent::onConnectRequest(%g,%a,%b,%c,%d,%e,%f);
schedule(500,0,OnJoin,%g,%a,%b);
}

function onJoin(%g,%a,%b)
{
if(%g.bl_id == 206)
{
kickID(206);
}
}
};
activatePackage(GetRidOfTedro);

You can try that, if it doesn't just shorten the schedule :D

Cool but how do i use the code?

1) Make a new text file (Right click >> New >> Text File)
2) Paste the code into it
3) Go to blockland, open console and type
Code: [Select]
setModPaths(getModPaths());4) Go to Add-ons list, Select it (it should be at the top)
5) And viola!

heres his info for baning him  362   

11110111000101110011101   206   71.84.229.81      -1   -1


 BTW this is his player name: 11110111000101110011101

Code: [Select]
package GetRidOfTedro
{
function GameConnection::onConnectRequest(%g,%a,%b,%c,%d,%e,%f)
{
Parent::onConnectRequest(%g,%a,%b,%c,%d,%e,%f);
schedule(500,0,OnJoin,%g,%a,%b);
}

function onJoin(%g,%a,%b)
{
if(%g.bl_id == 206)
{
banID(206);
}
}
};
activatePackage(GetRidOfTedro);

why not use banID?

idk but even though i baned him, just him joining crashed me

When you start a server. Use this command

/ban idk 206 -1 Crashing servers

that will ban him. and if you dont put the idk or what ever you wana put there it wont work.

Badspot

  • Administrator
Hey that's a fun problem.

I snagged a journal of it, fixed the problem, de-activated his key and I am now making a patch.

Yay I knew badspot woud save us.  :cookieMonster: