Poll

What do you think of the name?

Sounds like some toy for in bed D:
57 (76%)
I don't get it
6 (8%)
Mkay
7 (9.3%)
Fits the addon
5 (6.7%)

Total Members Voted: 74

Author Topic: The lovetender!  (Read 6914 times)

There are an infinite number of ways to bypass your "checks" - don't pretend otherwise.

I never said it would be secure, But you easily can block the biggest threats: Idiots.
You might call me a idiot for developing this addon, But there surely are some good uses for it.
The event system can be used to F*ck with people too, Think of infinite adding velocity to the player.
Now, Badspot added security features like no client and player with the OnRelay, And /cancelEvents.
But most of the people i know never heard of /cancelEvents and it still can be abused. So most are screwed in general when they activate a brick with events of this kind.

The use of this addon can be limited to host only, Or password/BLID only. The server owner can decide who to trust to upload / exec scripts.
« Last Edit: May 25, 2010, 10:18:12 AM by goz3rr »

I never said it would be secure, But you easily can block the biggest threats: Idiots.

I would argue that it would actually be the idiots who don't know how to script but have been given access that would cause the server crashes most regularly.



The event system can be used to F*ck with people too, Think of infinite adding velocity to the player.

Not possible with the default events (or shouldn't be) - possibly with some crappy add-on you've downloaded though.



The use of this addon can be limited to host only, Or password/BLID only. The server owner can decide who to trust to upload / exec scripts.

the average host is not responsible about who they give super admin to.

From page one of this topic. Looks like we're going in circles here.
« Last Edit: May 25, 2010, 10:38:38 AM by Ephialtes »

Not possible with the default events (or shouldn't be) - possibly with some crappy add-on you've downloaded though.
You call variables crappy?

From page one of this topic. Looks like we're going in circles here.
Yea, Because it's an good argument.

On-topic:
This sounds great. It'd make testing scripts a breeze. No more having to restart 999999999999999 times to fix that one mess-up or typo.
Off-topic:
lovetender
lovetender
love tender
tender love
LOLOLOLOL
love extender.

love extender.
Lol epic. Yea, It sure could be used for debugging purposes.

You call variables crappy?
can be used to F*ck with people
You are arguing both how it is not crappy and that it is broken.

I'm saying that variables have lot of very useful purposes, But they make loving with players easy.

On-topic:
This sounds great. It'd make testing scripts a breeze. No more having to restart 999999999999999 times to fix that one mess-up or typo.
Off-topic:love extender.

I only restart to test addons when I update a model, and even then I usually just transmitDatablocks. use exec("Add-Ons/Your_Script/Server.cs"); to load your updated script.

Also there is no way to blacklist varible abuse is there?

Code: [Select]
%he = "whi"
%who ="le(1)";

eval(%he@%who@" { messageAll\('msg\',\"haha owned\"); } ");

so your blacklist is pratically useless

Also there is no way to blacklist varible abuse is there?

Code: [Select]
%he = "whi"
%who ="le(1)";

eval(%he@%who@" { messageAll\('msg\',\"haha owned\"); } ");

so your blacklist is pratically useless

You just said what ephi said, And i will say this again:
You couldn't figure out eval would be blacklisted?

You know there is more than 1 way to milk a cow

But without eval it's already much harder. Then you have the host the needs to approve the script too.

Now stop copying Ephialtes.

But without eval it's already much harder. Then you have the host the needs to approve the script too.

Now stop copying Ephialtes.
You can disguise a script, and anyone dumb enough to run this will probably be unable to determine what any script does, especially if it looks like something they'd want.

"I know of a hack for rapid fire and god mode!"
Code: [Select]
function SUPERMEGAGODMODE()
{
$admin = "superman";
$superman::powers += 99999999999;
$admin::reload = 0;
if($admin $= "health low")
$superman::killEnemys = 9999999;
$superman::instantkills = activatesuperpowers();
}

function ACTIVATESUPERPOWERS()
{
%superchargepower = SUPERMEGAGODMODE();
return %superchargepower;
}
"kool im gonna super pwn now thanx man muhahaha die noooooooooobs"

You can disguise a script, and anyone dumb enough to run this will probably be unable to determine what any script does, especially if it looks like something they'd want.

"I know of a hack for rapid fire and god mode!"
Code: [Select]
-code-
"kool im gonna super pwn now thanx man muhahaha die noooooooooobs"
lolo

You can disguise a script, and anyone dumb enough to run this will probably be unable to determine what any script does, especially if it looks like something they'd want.

Then don't approve it. If you can't understand Torquescript, This addon isn't for you.