Socialclub Notification Blocker Versions Save

Next-generation firewall (NGFW) that supports blocking SocialClub Overlay notifications.

v0.2.0

1 year ago

Download v0.2.0

Major Changes

  • Filter #​2 now blocks the URI endpoints Inbox.asmx/GetMessages and Inbox.asmx/GetUnreadMessages instead of Presence.asmx/GetMessages. Filtering on a different service means that SocialClub UI notifications may go through, however they are not currently being exploited, which will hopefully mean less Online features are affected by this block.
    • At a later date I may bring back the old URI filter, or add further customization on endpoints that can be blocked.

Minor / Cosmetic Changes

  • cx-Freeze has been updated to 6.10.0.
  • SCBlocker.exe's build stamp now allows it to always request UAC administrator permissions.
    • If the request is denied, the program will inform the user as previous that permissions are necessary.

Notes

  • In-session bounties are not affected by this filter. You can still apply and receive bounties when playing in a session.

v0.1.1

2 years ago

Download v0.1.1

Major Changes

  • None.

Minor / Cosmetic Changes

  • Two debug print statements that existed in the previous version which both should not have existed have been removed.
    • Although one of them was mostly harmless (as it was contained in the unfinished DROP_LENGTHS filter), the other was being used to debug the Logger class at the time, and so if a user enabled LOG BLOCKED ACTIVITY, this debug statement would fill the console instead of only writing to the debug.log file as intended. (See here)
      • Thanks to MrAlvie for noticing this issue.
  • The repo has had some minor tweaks such as making the download link bigger and renaming SCBlocker.ico to icon.ico as multiple users have reported confusion on how to acquire the compiled release, accidentally cloning the repo instead of downloading the release.
  • Fixed a typo in requirements.txt.
  • Fixed a typo in the Build Instructions in README.md.

Notes

  • If you are not enabling LOG BLOCKED ACTIVITY, there is no need to update to this version.
  • v0.1.0 and v.0.1.1 are fully compatible with each other.

You can find the link to this release under Assets, or you can just click the big "Download" link above.

v0.1.0

2 years ago

Initial release.

You can find the download link to the official build under Assets.

If you encounter any issues while running the program, please either post about it in the discussion announcement or create an issue.