Advertisement
Guest User

Untitled

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