I did not quite understand what you mean there. I'm going to assume that means you do not have the tools to do this. And yes it does appear that you have a d800. If you'll note on the picture you posted, the d800 appears to be marked on the ribbon cables that go up each side of the phone.
Ok so the first thing you will need is the ability to send fastboot commands to the phone. For this, you can use our forum's "mini sdk" found here:
ADB Guide (updated 2014/11/11)
Please note the download is at the bottom of the post in the above link. Unzip that to the root of your computer's "C" drive. Now install this driver to your PC:
http://www.koushikdutta.com/post/universal-adb-driver
Once installed, connect your phone to the PC while it shows fastboot mode.
Next open Windows command prompt. Type
cd c:\sdk-tools, then type
fastboot devices. You should then see the word "fastboot" displayed. To make sure you have a good fastboot connection, now type
fastboot reboot. If the phone reboots, you are ready to fix the phone.
I'd like to stop here to verify everything worked ok since Windows can have driver issues. If the koush universal driver does not work to get you a fastboot connection, we will try another driver. Then we can fix the phone. Let us know how all that goes first please.