DiogoMartinho

Untitled

Sep 8th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. @echo off
  2. TITLE TeamSpeak 3 Bypass BlackList
  3. echo.
  4. echo TeamSpeak 3 Bypass BlackList. 08.2014
  5. :choice
  6. SET /P C="Installation now. Do you want to continue? [Y/n]: "
  7. for %%? in (Y) do if /I "%C%"=="%%?" goto setup
  8. for %%? in (n) do if /I "%C%"=="%%?" exit
  9. goto choice
  10. :setup
  11. taskkill /f /im "ts3client_win32.exe" > NUL
  12. taskkill /f /im "ts3client_win64.exe" > NUL
  13. echo Set UAC = CreateObject("Shell.Application") > "%temp%\getadmin.vbs"
  14. set params = %*:"="
  15. echo UAC.ShellExecute "cmd.exe","/c echo. 0.0.0.0 blacklist.teamspeak.com >> %WINDIR%\System32\drivers\etc\hosts","","runas", 0 >> "%temp%\getadmin.vbs"
  16. "%temp%\getadmin.vbs" > NUL
  17. del "%temp%\getadmin.vbs" > NUL
  18. del "%APPDATA%\TS3Client\resolved.dat" > NUL
  19. del "%APPDATA%\TS3Client\cache.dat" > NUL
  20. del "%APPDATA%\TS3Client\cache\webserverlist.dat" > NUL
  21. del "%APPDATA%\TS3Client\cache\webserverlistcache.dat" > NUL
  22. echo Blacklist Disabled, start teamspeak and connect.
  23. pause
Add Comment
Please, Sign In to add comment