Skip to content

Instantly share code, notes, and snippets.

@bilalMJHD
Created March 26, 2025 23:08
Show Gist options
  • Select an option

  • Save bilalMJHD/460097ac20a04620f8f4f58febd0b81d to your computer and use it in GitHub Desktop.

Select an option

Save bilalMJHD/460097ac20a04620f8f4f58febd0b81d to your computer and use it in GitHub Desktop.
FREE FIRE BLOCKER FOR WINDOWS
@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