Quote:
Originally Posted by jamaldoc88
I tried the filter on vsro 1.188 files. I noticed that you cannot add blues on avatars anymore. Just a little feedback
Update, please ignore my silly feedback, I noticed now that this is actually an anti-exploit feature :-D
|
Is only if you forgot to change the files in settings from jSRO to something else
but I do see now that I ****** up the if check, should be:
Code:
if (!avatarBlue.Contains("avatar"))
{
Custom.WriteLine($"Prevented {client.PlayerInfo.AccInfo.Username}, using avatar blue exploit", ConsoleColor.Yellow);
response.ResultType = PacketResultType.Block;
}