I need help, please help!
#1

Hey does anyone know how to blacklist a hacker from sa-mp! I am having a huge problem wiht this guy in my server and need help getting him permanenty banned from my server! Remember he knows how to change ip! So please help! if you can SUCCESSFULLY get rid of him, you could earn admin my server! This is not a bride its a reward! Thanks to anyone that will help!
Reply
#2

Range ban him, if possible.. Or ban his name:

Код:
new Name[90];
GetPlayerName(playerid,Name,sizeof Name);
if(strcmp(Name,"TheCheatersName",true)) 
{
  Kick(playerid);
}
Reply
#3

i have the same problem, i used my admin script which bans name, ip, rangeban and blacklists the name

it took months or scripting, but it IS possible
Reply
#4

send em your admin script
Reply
#5

do a /rcon ban [id]

and if needed ban his range.
Reply
#6

im not sending my script to a randmoer ( no offence ) but it took me moths! its not hard to make the ban commands etc, once you know how to do it! check out the wiki, or find a scripter

hope i helped
Reply
#7

ban his range? How?
Reply
#8

Quote:
Originally Posted by Blade_Cervetti
ban his range? How?
get his ip
ip.ip.ip.ip (u get it)

well ban him like ip.ip.*.*

when someone changes there ip 98% of the time there subnet does not change meaning the first 2 set of numbers so u bane though to sets then you go *.* so that means it can be anything so even if he comes back hes still band becuase his subnet is now banned
Reply
#9

Quote:
Originally Posted by BLAbla93
Quote:
Originally Posted by Blade_Cervetti
ban his range? How?
get his ip
ip.ip.ip.ip (u get it)

well ban him like ip.ip.*.*

when someone changes there ip 98% of the time there subnet does not change meaning the first 2 set of numbers so u bane though to sets then you go *.* so that means it can be anything so even if he comes back hes still band becuase his subnet is now banned
Subnets aren't the thing you are reffering to... You are refering to the B Class address...


A Class = 192.*.*.*
B Class = 192.168.*.*
C Class = 192.168.1.*
D Class = 192.168.1.12

Subnets = 255.255.255.0

But yes, You need to ban the range he's in and pray that none of your normal players are in the ranges.
Reply
#10

thanks guys very much!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)