Resource icon

TeamSpeak blacklist/update patcher (Open source) 0.0.3

No permission to download

arhangel777

Member
Mar 4, 2016
10
3
39
Last edited:

BIOS

Knowledge Seeker
VIP
Oct 10, 2015
447
848
208
Windows Only x32 x64 create an Bat file and insert

@echo off
color a
TITLE TeamSpeak 3 Bypass BlackList Remover v3.2
echo.
echo TeamSpeak 3 Bypass BlackList Remover v3.2
:choice
SET /P C="Installation now. Do you want to continue? [Y/n]: "
for %%? in (Y) do if /I "%C%"=="%%?" goto setup
for %%? in (n) do if /I "%C%"=="%%?" exit
goto choice
:setup
taskkill /f /im "ts3client_win32.exe" > NUL
taskkill /f /im "ts3client_win64.exe" > NUL
netsh advfirewall firewall add rule name="IP Block TeamSpeak" dir=out interface=any action=block remoteip=46.105.112.65/32
del "%APPDATA%\TS3Client\resolved.dat" > NUL
del "%APPDATA%\TS3Client\cache.dat" > NUL
del "%APPDATA%\TS3Client\cache\webserverlist.dat" > NUL
del "%APPDATA%\TS3Client\cache\webserverlistcache.dat" > NUL
echo 0.0.0.0 blacklist.teamspeak.com >> echo.>>%systemroot%\system32\drivers\etc\hosts
echo 0.0.0.0 blacklist2.teamspeak.com >> echo.>>%systemroot%\system32\drivers\etc\hosts
echo Blacklist removed, start Teamspeak and connect.
pause



Start the Bat file as Admin
 

BIOS

Knowledge Seeker
VIP
Oct 10, 2015
447
848
208
For Win x86 or x64 create an Bat file


@echo off
color a
TITLE TeamSpeak 3 Update blocker v1.0
echo.
echo TeamSpeak 3 Update blocker v1.0
:choice
SET /P C="Installation now. Do you want to continue? [Y/n]: "
for %%? in (Y) do if /I "%C%"=="%%?" goto setup
for %%? in (n) do if /I "%C%"=="%%?" exit
goto choice
:setup
taskkill /f /im "ts3client_win32.exe" > NUL
taskkill /f /im "ts3client_win64.exe" > NUL
netsh advfirewall firewall add rule name="IP Block TeamSpeak updates" dir=out interface=any action=block remoteip=104.20.74.196/32
del "%APPDATA%\TS3Client\resolved.dat" > NUL
del "%APPDATA%\TS3Client\cache.dat" > NUL
del "%APPDATA%\TS3Client\cache\webserverlist.dat" > NUL
del "%APPDATA%\TS3Client\cache\webserverlistcache.dat" > NUL
echo 0.0.0.0 update.teamspeak.com >> echo.>>%systemroot%\system32\drivers\etc\hosts
echo 0.0.0.0 104.20.74.196 >> echo.>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 104.20.74.196 >> echo.>>%systemroot%\system32\drivers\etc\hosts
echo Teamspeak updates successfully Deactivated.
pause


Start the Bat file as Admin.
CHEERS!!
 

Datalow

Member
May 17, 2016
243
28
63
For Win x86 or x64 create an Bat file
echo 0.0.0.0 104.20.74.196 >> echo.>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 104.20.74.196 >> echo.>>%systemroot%\system32\drivers\etc\hosts

It's not the best idea to block this Cloudflare IP.

This could cause multiple problems.
 

gamesbond

Member
Jul 21, 2015
103
13
53
For Win x86 or x64 create an Bat file


@echo off
color a
TITLE TeamSpeak 3 Update blocker v1.0
echo.
echo TeamSpeak 3 Update blocker v1.0
:choice
SET /P C="Installation now. Do you want to continue? [Y/n]: "
for %%? in (Y) do if /I "%C%"=="%%?" goto setup
for %%? in (n) do if /I "%C%"=="%%?" exit
goto choice
:setup
taskkill /f /im "ts3client_win32.exe" > NUL
taskkill /f /im "ts3client_win64.exe" > NUL
netsh advfirewall firewall add rule name="IP Block TeamSpeak updates" dir=out interface=any action=block remoteip=104.20.74.196/32
del "%APPDATA%\TS3Client\resolved.dat" > NUL
del "%APPDATA%\TS3Client\cache.dat" > NUL
del "%APPDATA%\TS3Client\cache\webserverlist.dat" > NUL
del "%APPDATA%\TS3Client\cache\webserverlistcache.dat" > NUL
echo 0.0.0.0 update.teamspeak.com >> echo.>>%systemroot%\system32\drivers\etc\hosts
echo 0.0.0.0 104.20.74.196 >> echo.>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 104.20.74.196 >> echo.>>%systemroot%\system32\drivers\etc\hosts
echo Teamspeak updates successfully Deactivated.
pause


Start the Bat file as Admin.
CHEERS!!
Don't work anymore
My pc decide to advertise me on update
 

BIOS

Knowledge Seeker
VIP
Oct 10, 2015
447
848
208
I think teamspeak has changed IP i will look tomorrow
 

BIOS

Knowledge Seeker
VIP
Oct 10, 2015
447
848
208
Code:
@echo off
color a
TITLE TeamSpeak 3 Update blocker v1.1
echo.
echo TeamSpeak 3 Update blocker v1.1
:choice
SET /P C="Installation now. Do you want to continue? [Y/n]: "
for %%? in (Y) do if /I "%C%"=="%%?" goto setup
for %%? in (n) do if /I "%C%"=="%%?" exit
goto choice
:setup
taskkill /f /im "ts3client_win32.exe" > NUL
taskkill /f /im "ts3client_win64.exe" > NUL
netsh advfirewall firewall add rule name="IP Block TeamSpeak updates" dir=out interface=any action=block remoteip=176.9.148.78/32
del "%APPDATA%\TS3Client\resolved.dat" > NUL
del "%APPDATA%\TS3Client\cache.dat" > NUL
del "%APPDATA%\TS3Client\cache\webserverlist.dat" > NUL
del "%APPDATA%\TS3Client\cache\webserverlistcache.dat" > NUL
echo 0.0.0.0 update.teamspeak.com >> echo.>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 update.teamspeak.com >> echo.>>%systemroot%\system32\drivers\etc\hosts
echo 0.0.0.0 176.9.148.78 >> echo.>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 176.9.148.78 >> echo.>>%systemroot%\system32\drivers\etc\hosts
echo Teamspeak updates successfully Deactivated.
pause

Test it
 

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
Teamspeak hasn't been checking for the hostfile when resolving names since 3.0 I think. So don't bother with it.
Only firewalling the ip can work.
Or you can poison your own DNS traffic ^^.

Or even better hook the function which does the resolving inside the client :p
 
Top