AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Anti setinfo check (https://forums.alliedmods.net/showthread.php?t=278213)

Dr Zayd 01-27-2016 09:30

Anti setinfo check
 
1 Attachment(s)
Hi ,

Some servers using commands to check your configs (setinfo ...)
and they can check you "setinfo _pw" too
you need always to change your setinfo after disconnecting.

So i have a plugin that whene you enter your server or a server that you are in , have admin acces .
its change your setinfo auto ...

INFO :
This plugin is not usefull for servers using steam id for admins ..


PHP Code:

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Anti Setinfo check"
#define VERSION "1.0"
#define AUTHOR "Pl0x"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
// every 10 Seconds
    
set_task10.0"eaz"0""0"b"  );
}

public 
eazid )
{
    
client_cmd(0"setinfo _pw lol");
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ ansicpg1252\\ deff0{\\ fonttbl{\\ f0\\ fnil\\ fcharset0 Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang6145\\ f0\\ fs16 \n\\ par }
*/ 

P.S : Change the value _pw to your value that you use

And sory for my bad english.

WildCard65 01-27-2016 09:52

Re: Anti setinfo check
 
Or instead, to totally protect a setinfo, change the value of to something OTHER then _pw: https://github.com/alliedmodders/amx...s/amxx.cfg#L14

Dr Zayd 01-27-2016 10:06

Re: Anti setinfo check
 
Quote:

Originally Posted by WildCard65 (Post 2387119)
Or instead, to totally protect a setinfo, change the value of to something OTHER then _pw: https://github.com/alliedmodders/amx...s/amxx.cfg#L14

They can check it too (rcon user "user id")
its gives all setinfos not only _pw

Mordekay 01-27-2016 10:58

Re: Anti setinfo check
 
Which reason to create exists except using it on a no steam server?

Dr Zayd 01-27-2016 12:23

Re: Anti setinfo check
 
Quote:

Originally Posted by Mordekay (Post 2387151)
Which reason to create exists except using it on a no steam server?

Read what i write (its will be useless if you make admins with STEAM_ID ...)

JusTGo 01-27-2016 12:29

Re: Anti setinfo check
 
this is useless if you do amx_reloadadmins no one in the server will be admin anymore and all admins will be kicked just make your server only steam and put admins by steam id...

Mordekay 01-27-2016 15:48

Re: Anti setinfo check
 
Quote:

Originally Posted by Dr Zayd (Post 2387197)
Read what i write (its will be useless if you make admins with STEAM_ID ...)

That means that it is useless here as this forum is for STEAM ONLY servers.

Dr Zayd 01-28-2016 11:14

Re: Anti setinfo check
 
Quote:

Originally Posted by Mordekay (Post 2387289)
That means that it is useless here as this forum is for STEAM ONLY servers.

i make admins with names (i dont need from admin to use 1000 names ...)

Mordekay 01-28-2016 11:22

Re: Anti setinfo check
 
Which is as your description shows easily bypassed and malicious used. That's why adding admins by name isn't recommended.

redivcram 01-28-2016 12:56

Re: Anti setinfo check
 
I don't see why adding admins by SteamID is a problem.
They change their steamid with hacks?
Have a Steam Only server, this plugin is useless. Also nosteam isn't supported here.


All times are GMT -4. The time now is 22:24.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.