This tutorial is for mac users only. As i will explain how to spoof your mac address on MacOsx.
Mac spoofing is useful! Ok lets start.
1: Open terminal and type.
Code
-----------------------------------------
ifconfig en1 | grep ether
-----------------------------------------
2: This will show you your current mac address.
3: Spoofing your mac address.for spoofing your mac address type. (you can type any mac adress but 64 bit adress)
Code
-------------------------------------------------
sudo ifconfig en1 ether 00:e2:e3:e4:e5:e6
-------------------------------------------------