Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support sb/ma #3

Closed
panikajo opened this issue Apr 29, 2020 · 15 comments
Closed

Please add support sb/ma #3

panikajo opened this issue Apr 29, 2020 · 15 comments
Labels
Request New feature or request

Comments

@panikajo
Copy link

Please add support for ban
This https://github.com/sbpp
and This https://github.com/SB-MaterialAdmin

@J-Tanzanite
Copy link
Owner

J-Tanzanite commented Apr 30, 2020

There is already support for sourcebans++.

As for SB-MaterialAdmin... Seems like a lot of people want me to add support for "SBMA", but the problem is, I have no clue what it is. I've never heard of "SBMA" before.

I tried to look it up, and google gave me a lot of Russian results.
I don't know Russian, but I hope "google translate" does an ok job of translating Russian to English.

So please correct me if I am wrong here. "SB-Material Admin" is a Russian fork/version of Sourcebans++? Is that right?

If that is correct, I'm assuming adding support for "SBMA" would be as easy as changing:
#include <sourcebanspp>
to: #include <materialadmin>

And changing:
sourcebans_exist = LibraryExists("sourcebans++");
to: materialadmin_exist = LibraryExists("materialadmin");

However, what would be the function to call a ban via SB-MateralAdmin?
I read through the source, is this the correct function?

MABanPlayer(0 /*Server*/, client /*Client to be banned*/, MA_BAN_STEAM /*Ban via SteamID*/, 0 /*Time in minutes, 0 = forever*/, string_reason /*Reason behind the ban*/);

Cleaner version without comments:
MABanPlayer(0, client, MA_BAN_STEAM, 0, string_reason);

I'm not familiar with SB-MaterialAdmin, since I haven't heard about it until now.
If you can answer these questions, I would Love to support "SBMA"

@CrazyHackGUT
Copy link

"SB-Material Admin" is a Russian fork/version of Sourcebans++? Is that right?

Yes.

If that is correct, I'm assuming adding support for "SBMA" would be as easy as changing:
#include <sourcebanspp>
to: #include <materialadmin>

Yes. You can just use #tryinclude + #undef REQUIRE_PLUGIN for supporting both plugins.

is this the correct function?

Yes.

@J-Tanzanite
Copy link
Owner

Alright, I made a quick update to lilac.sp.
Try and see if this works: https://github.com/J-Tanzanite/Little-Anti-Cheat/blob/master/lilac.sp

If this works fine, then this will become official on AlliedModders as well, and MaterialAdmin will be officially supported.

Also, didn't know "tryinclude" was a thing, thanks for informing me :)

@J-Tanzanite J-Tanzanite added the Request New feature or request label May 2, 2020
@J-Tanzanite
Copy link
Owner

I'm going to consider this issue resolved, and will close it in a few days if no further comments are made.
Like always, leaving it up for a few days, just in case :)

@KiteKot
Copy link

KiteKot commented May 3, 2020

Hello. You can make anti-cheat not detect bhop in VIP players. Because bhop VIP players ban. Please do. I will attach Vip_core
https://github.com/R1KO/VIP-Core

@panikajo
Copy link
Author

panikajo commented May 3, 2020

Hello. You can make anti-cheat not detect bhop in VIP players. Because bhop VIP players ban. Please do. I will attach Vip_core
https://github.com/R1KO/VIP-Core

https://hlmod.ru/threads/little-anti-cheat.52493/#post-464217

@KiteKot
Copy link

KiteKot commented May 3, 2020

Hello. You can make anti-cheat not detect bhop in VIP players. Because bhop VIP players ban. Please do. I will attach Vip_core
https://github.com/R1KO/VIP-Core

https://hlmod.ru/threads/little-anti-cheat.52493/#post-464217

Thx

@TonyS95
Copy link

TonyS95 commented May 3, 2020

Could you make use of the updater plugin so this auto updates so dont have to check git repo :S

@J-Tanzanite
Copy link
Owner

No further comments have been made about MaterialAdmin or Sourcebans++, and seems like other people have got it working fine. So going to consider this issue resolved, as MA and SBPP are both supported now and working.

@lucky84
Copy link

lucky84 commented May 20, 2020

sry for my question, but support your plugin SourceBans 1.4.11?

@J-Tanzanite
Copy link
Owner

Little Anti-Cheat will suport SourceBans++, but SourceBans (Not the new one) will not be supported.

@lucky84
Copy link

lucky84 commented May 21, 2020

ok, thanks for the info

@fast-kill
Copy link

Little Anti-Cheat will suport SourceBans++, but SourceBans (Not the new one) will not be supported.

Thank you for this plugin! It works great, I wanted to ask you to develop it more, do more for cs go since it doesn’t detect most cheats, make it ban the twists and aimbots, and even ban transparent walls so that it doesn't let you see through the walls! the author may improve it and modify something for CS GO?!

@J-Tanzanite
Copy link
Owner

J-Tanzanite commented May 21, 2020

Thank you, fast-kill :)
Happy to hear that Little Anti-Cheat is working great for you!

CS:GO isn't a game I play, but it seems like most people who use Little Anti-Cheat use it for CS:GO, so I'll look more into CS:GO cheats soon.
By "twists" I assume you mean Yaw Anti-Aim / Desync, and sure, I'll look into adding support for Desync detection in the future (But not right now).

Currently, I wanna update stability and performance for Little Anti-Cheat, before adding more cheat detections. So new cheat detection methods won't be added right away, and it may take a while before I do add some new stuff. But I'll look into it in the future.

When it comes to Anti-Wallhacks, I did write an Anti-Wallhack plugin years ago, but have since lost the source files.
However, I'll look into making an unofficial Anti-Wallback BETA Plugin that you and others can test out in the future. Please note tho, that currently I am busy with other things, but I will look into maybe writing a BETA Anti-Wallhack plugin :)
Maybe in a month or two.

@fast-kill
Copy link

Thank you, fast-kill :)
Happy to hear that Little Anti-Cheat is working great for you!

CS:GO isn't a game I play, but it seems like most people who use Little Anti-Cheat use it for CS:GO, so I'll look more into CS:GO cheats soon.
By "twists" I assume you mean Yaw Anti-Aim / Desync, and sure, I'll look into adding support for Desync detection in the future (But not right now).

Currently, I wanna update stability and performance for Little Anti-Cheat, before adding more cheat detections. So new cheat detection methods won't be added right away, and it may take a while before I do add some new stuff. But I'll look into it in the future.

When it comes to Anti-Wallhacks, I did write an Anti-Wallhack plugin years ago, but have since lost the source files.
However, I'll look into making an unofficial Anti-Wallback BETA Plugin that you and others can test out in the future. Please note tho, that currently I am busy with other things, but I will look into maybe writing a BETA Anti-Wallhack plugin :)
Maybe in a month or two.

Thank you, I would be happy to try the beta version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants