Advertisement
gamodu62100

blacklist

Jul 10th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1.  
  2. @echo off
  3. color a
  4. TITLE Suppression de la blackList Teamspeak
  5. echo.
  6. echo Suppression de la blackList Teamspeak
  7. taskkill /f /im "ts3client_win32.exe" > NUL
  8. taskkill /f /im "ts3client_win64.exe" > NUL
  9. netsh advfirewall firewall add rule name="IP Block TeamSpeak" dir=out interface=any action=block remoteip=46.105.112.65/32
  10. del "%APPDATA%\TS3Client\resolved.dat" > NUL
  11. del "%APPDATA%\TS3Client\cache.dat" > NUL
  12. del "%APPDATA%\TS3Client\cache\webserverlist.dat" > NUL
  13. del "%APPDATA%\TS3Client\cache\webserverlistcache.dat" > NUL
  14. echo 0.0.0.0 blacklist.teamspeak.com >> echo.>>%systemroot%\system32\drivers\etc\hosts
  15. echo 0.0.0.0 blacklist2.teamspeak.com >> echo.>>%systemroot%\system32\drivers\etc\hosts
  16. echo Blacklist supprime, lancer Teamspeak !
  17. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement