Code:
@ECHO OFF
echo Updating hosts file.
echo 127.0.0.1 localhost > C:\Windows\System32\drivers\etc\hosts
echo 46.150.46.170 xtrap.cabalonline.com.br >> C:\Windows\System32\drivers\etc\hosts
echo 46.150.46.170 download.priston.com.br >> C:\Windows\System32\drivers\etc\hosts
echo 46.150.46.170 path.pointblankonline.com.br >> C:\Windows\System32\drivers\etc\hosts
echo The ping is used as an alternative for 1 second delay before flushing DNS.
ping -w 1000 -n 1 1.1.1.1
ipconfig /flushdns
echo All done.
pause