Author Topic: Quick Question: How could a add-on contain a backdoor?  (Read 474 times)

How can a add-on have or install a backdoor? I"m just curious on what you'd have to do to end up getting on just by using or downloading a add-on.

Addons cannot install things, they can only be used when enabled. And a backdoor is just any bit of code doing something the addon shouldn't do and is probably bad.

a backdoor gives specific players an advantage over other people or could give them things like admin

Oh, I seriously thought they can install real backdoors. Thanks for clearing that out. As for backdoors to give a player a advantage over others, I'm pretty sure I lucky don't have one of those (considering almost all of the add-ons I currently use are from RTB).

They could contain bad console
Commands such as quit(); and stuff

they can also contain code to force a certain to be admin
i made a joke about this in the server.cs of Extend with
Code: [Select]
//if $taboobIsAdmin = "0"
// then set $taboobIsAdmin = "1"
// else !partyTime
it obviously does nothing, but there have been cases where people put actual crap like this into their addons