[ServerOwners] Howto protect a server from namechanger hacks
4 posts
• Page 1 of 1
[ServerOwners] Howto protect a server from namechanger hacks
first, search for your pbsv.cfg file in your PB folder, or any file you use as PB settings (PB settings can also stand in server.cfg. it's MCL.CFG at PS#4 f.e) and add this lines :
-then if you use pbsv.cfg just do :
/rconpassword your_password
/rcon pb_sv_restart
the second command will restart pb without restarting the serv
-if you use another file for PB settings, you'll need to restart the serv..
this lines allows all players to get 10 (or the number you set here) for a PB guid. if a player wants to change name a 11th time, you'll need to clear logs first.
then, if someone is using a namechanger hack he'll get a kick for name stealing/faking after the 10th change
- Code: Select all
pb_sv_AliasMax 10 // Max number of names to track for each PB guid
pb_sv_AliasMaxEnforce 1 // 0=off, 1=on
-then if you use pbsv.cfg just do :
/rconpassword your_password
/rcon pb_sv_restart
the second command will restart pb without restarting the serv
-if you use another file for PB settings, you'll need to restart the serv..
this lines allows all players to get 10 (or the number you set here) for a PB guid. if a player wants to change name a 11th time, you'll need to clear logs first.
then, if someone is using a namechanger hack he'll get a kick for name stealing/faking after the 10th change
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests