it is possible to change your MAC address of the built in ethernet interface from the command line with the ifconfig command. Some tools, however, use the MAC address to identify your machine, so you may want to write down your original MAC address so you can change it back if you run into any problems. To change the MAC address, type the following in the terminal:
sudo ifconfig en0 ether aa:bb:cc:dd:ee:ff
Where aa:bb:cc:dd:ee:ff is the MAC address you want to use in hex format. Bear in mind that when you do change your MAC address you will likely have to renew your DHCP lease.