[Linux] Bypass Teamspeak 3 bans

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
Just like Xury did for windows :D

On linux you just need to change your mac address.
as root do :
Code:
ifconfig eth0 down
ifconfig eth0 hw ether aa:aa:aa:aa:aa:aa
ifconfig eth0 up
replace eth0 by your interface name

The mac address wil reset on reboot !
 
Top