Raised This Month: $51 Target: $400
 12% 

[ANY] Anti Voice Loopback (V1.02, 05/01/2018)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Byte
Senior Member
Join Date: Jun 2010
Location: 📦 CCSPlayer
Plugin ID:
5969
Plugin Version:
1.02
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Block HLDJ/SLAM/Voice Loopback tools
    Old 01-05-2018 , 03:54   [ANY] Anti Voice Loopback (V1.02, 05/01/2018)
    Reply With Quote #1

    Anti Voice Loopback (V1.02)
    Block HLDJ/SLAM/Voice Loopback tools

    By Byte

    🔹 Description 🔹
    Blocks voice loopback in game which should break most tools like HLDJ/SLAM.
    Mutes and unmutes instantly unlike other solutions.
    Fixes bypass caused by other plugins unmuting clients.

    Please test on other mods and make feature requests if you have any.

    🔹 Instructions 🔹
    1. Download plugin
    2. Copy plugin/translations to your server
    3. Optionally configure settings in cfg/sourcemod/antivoiceloopback.cfg

    🔹 Changelog🔹
    Code:
    1.02 Actually pass the client through the timer! Thanks Xines.
    1.01 Add missing AutoExecConfig
    1.00 Initial release
    🔹 Downloads 🔹

    Github Repo:

    Source | Releases

    AlliedModders Mirror (DL: 3):
    Attached Files
    File Type: zip AntiVoiceLoopback_V1.02.zip (15.0 KB, 577 views)
    __________________
    STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
    Community: Invex Gaming | My Plugins: Click Me!


    Last edited by Byte; 01-05-2018 at 05:20.
    Byte is offline
    Byte
    Senior Member
    Join Date: Jun 2010
    Location: 📦 CCSPlayer
    Old 01-05-2018 , 04:00   Re: [ANY] Anti Voice Loopback (V1.01, 05/01/2018)
    Reply With Quote #2

    Reserved.
    __________________
    STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
    Community: Invex Gaming | My Plugins: Click Me!


    Last edited by Byte; 01-05-2018 at 04:00.
    Byte is offline
    Byte
    Senior Member
    Join Date: Jun 2010
    Location: 📦 CCSPlayer
    Old 01-05-2018 , 04:00   Re: [ANY] Anti Voice Loopback (V1.01, 05/01/2018)
    Reply With Quote #3

    FYI, functionality is limited if not using basecomms.
    If using sourcecomms (part of sourcebans++), you'll also need this PR which fixes session mutes:
    https://github.com/sbpp/sourcebans-pp/pull/384

    Otherwise, session mutes act as 120 minute bans.
    __________________
    STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
    Community: Invex Gaming | My Plugins: Click Me!

    Byte is offline
    Dr.Doctor
    AlliedModders Donor
    Join Date: Feb 2017
    Location: Hong Kong
    Old 01-05-2018 , 05:20   Re: [ANY] Anti Voice Loopback (V1.02, 05/01/2018)
    Reply With Quote #4

    Wow seems good, I will test on my servers!
    __________________
    Dr.Doctor is offline
    Ejziponken
    AlliedModders Donor
    Join Date: Apr 2008
    Old 01-05-2018 , 05:29   Re: [ANY] Anti Voice Loopback (V1.02, 05/01/2018)
    Reply With Quote #5

    Thx, testing this
    Ejziponken is offline
    Obyboby
    Veteran Member
    Join Date: Sep 2013
    Old 01-05-2018 , 07:22   Re: [ANY] Anti Voice Loopback (V1.01, 05/01/2018)
    Reply With Quote #6

    Quote:
    Originally Posted by Byte View Post
    FYI, functionality is limited if not using basecomms.
    If using sourcecomms (part of sourcebans++), you'll also need this PR which fixes session mutes:
    https://github.com/sbpp/sourcebans-pp/pull/384

    Otherwise, session mutes act as 120 minute bans.
    Interesting plugin, thanks.
    May I go a bit OT and ask a question about this matter: I currently have both basecomm.smx and sbpp_comms.smx loaded on my server, am I supposed to disable either one? (basecomm.smx I guess)
    Thanks
    __________________
    Obyboby is offline
    Byte
    Senior Member
    Join Date: Jun 2010
    Location: 📦 CCSPlayer
    Old 01-05-2018 , 08:11   Re: [ANY] Anti Voice Loopback (V1.01, 05/01/2018)
    Reply With Quote #7

    Quote:
    Originally Posted by Obyboby View Post
    Interesting plugin, thanks.
    May I go a bit OT and ask a question about this matter: I currently have both basecomm.smx and sbpp_comms.smx loaded on my server, am I supposed to disable either one? (basecomm.smx I guess)
    Thanks
    No I mean if you aren't using basecomm or sourcecomms.
    Sourcecomms relies on basecomm to function. So if you're using sourcecomms don't disable basecomm.

    If you are using sourcecomms there is a bug with sessions as I mentioned so you'll have to update sourcebans++ to the latest version on git + then compile sourcecomms with my PR fix.
    __________________
    STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
    Community: Invex Gaming | My Plugins: Click Me!

    Byte is offline
    Obyboby
    Veteran Member
    Join Date: Sep 2013
    Old 01-05-2018 , 08:20   Re: [ANY] Anti Voice Loopback (V1.01, 05/01/2018)
    Reply With Quote #8

    Quote:
    Originally Posted by Byte View Post
    No I mean if you aren't using basecomm or sourcecomms.
    Sourcecomms relies on basecomm to function. So if you're using sourcecomms don't disable basecomm.

    If you are using sourcecomms there is a bug with sessions as I mentioned so you'll have to update sourcebans++ to the latest version on git + then compile sourcecomms with my PR fix.
    My sbpp is 1.6.2, I guess I just need to compile the modified comm plugin then?
    __________________
    Obyboby is offline
    Byte
    Senior Member
    Join Date: Jun 2010
    Location: 📦 CCSPlayer
    Old 01-05-2018 , 08:51   Re: [ANY] Anti Voice Loopback (V1.01, 05/01/2018)
    Reply With Quote #9

    Quote:
    Originally Posted by Obyboby View Post
    My sbpp is 1.6.2, I guess I just need to compile the modified comm plugin then?
    There have been a few commits since V1.6.2:
    https://github.com/sbpp/sourcebans-p.../sbpp_comms.sp

    But yeah you just need to compile the modified comm plugin then session bans will work properly.
    __________________
    STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
    Community: Invex Gaming | My Plugins: Click Me!

    Byte is offline
    Obyboby
    Veteran Member
    Join Date: Sep 2013
    Old 01-05-2018 , 08:55   Re: [ANY] Anti Voice Loopback (V1.01, 05/01/2018)
    Reply With Quote #10

    Quote:
    Originally Posted by Byte View Post
    There have been a few commits since V1.6.2:
    https://github.com/sbpp/sourcebans-p.../sbpp_comms.sp

    But yeah you just need to compile the modified comm plugin then session bans will work properly.
    Thanks. I'll look into updating my sbpp and then will try out your plugin
    __________________
    Obyboby is offline
    Reply



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 23:39.


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