Cái này ai biết rồi thì đừng ném gạch mình nha, tất nhiên không phải là dùng Anti-Netcut rồi. Trong link dưới có hướng dẫn cụ thể và hình minh hoạ, lười viết lại quá  mọi người zô đó đọc nhé
Code:
http://www.mediafire.com/view/?ciu3rh9g8wmmyac
dưới đây là đoạn code file .bat của mình, mọi người edit chỗ 192.168.1.1 và 00-27-19-e5-17-c4 sao cho chuẩn với IP Modem và MAC mạng các bạn

Code:
@echo off
color 1a
title Anti-NetCut code by Mr.Trung91
goto Start

:Start
@echo off
if not exist "%PUBLIC%" (
goto WinXP
)

:Win7
arp -d
ipconfig /registerdns
ipconfig /flushdns
netsh interface ip set address "Local Area Connection" dhcp
netsh interface ip set dns "Local Area Connection" dhcp
ipconfig /release
ipconfig /renew
netsh interface ip set dns name="Local Area Connection" source=static addr=8.8.8.8
netsh interface ip add dns name = "Local Area Connection" addr =8.8.4.4
netsh -c "interface ipv4" set neighbors "Local Area Connection" 192.168.1.1 00-27-19-e5-17-c4
goto End

:WinXP
arp -d
ipconfig /registerdns
ipconfig /flushdns
netsh interface ip set address "Local Area Connection" dhcp
netsh interface ip set dns "Local Area Connection" dhcp
ipconfig /release