Created
March 26, 2025 23:08
-
-
Save bilalMJHD/460097ac20a04620f8f4f58febd0b81d to your computer and use it in GitHub Desktop.
FREE FIRE BLOCKER FOR WINDOWS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| netsh advfirewall firewall add rule name="BLOCK 148.222.66.x" dir=out action=block remoteip=148.222.66.0/24 | |
| netsh advfirewall firewall add rule name="BLOCK 202.81.99.x" dir=out action=block remoteip=202.81.99.0/24 | |
| netsh advfirewall firewall add rule name="BLOCK 202.81.112.x" dir=out action=block remoteip=202.81.112.0/24 | |
| netsh advfirewall firewall add rule name="BLOCK 202.81.117.x" dir=out action=block remoteip=202.81.117.0/24 | |
| netsh advfirewall firewall add rule name="BLOCK 202.81.123.x" dir=out action=block remoteip=202.81.123.0/24 | |
| netsh advfirewall firewall add rule name="BLOCK 202.81.118.x" dir=out action=block remoteip=202.81.118.0/24 | |
| netsh advfirewall firewall add rule name="BLOCK 202.81.119.x" dir=out action=block remoteip=202.81.119.0/24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment