Thanks to leanderson28 for helping me out with the "pink screen of death...".

Fix Pink Screen of Death:
==========================================================================================
1-Install the LG Drivers.
2-Turn the phone on.
3-Turn ON USB Debugging.
4-Plug the phone to the computer.
5-If you get a message on the phone to trust the computer accept it.
6-Open the command prompt and navigate to the folder where the CWM files are.
7-Run the commands bellow, one line at the time:

adb push aboot.bin /sdcard/aboot.bin
adb push stockrecoverymod.img /sdcard/stockrecoverymod.img
adb shell
su
dd if=/dev/block/mmcblk0p6 of=/sdcard/abootorg.bin
dd if=/dev/block/mmcblk0p17 of=/sdcard/recoveryorg.img
dd if=/sdcard/aboot.bin of=/dev/block/mmcblk0p6
dd if=/sdcard/stockrecoverymod.img of=/dev/block/mmcblk0p17
reboot recovery

Fix No Signal on Android 6.0:
==========================================================================================
Use the aboot.bin file supplied with this tutorial or download "aboot-d325-douglas688.bin" from https://www.mediafire.com/folder/g5uca0qitfnz2/D325. If you decide to download the file then you must rename it from "aboot-d325-douglas688.bin" to just "aboot.bin".

1-Open command prompt and navigate to the folder where the aboot.bin file is located.
2-Start the phone in FastBoot mode. How: a) turn the phone off. b) hold volume up. c) plug the usb cable.
3-Run the following command: fastboot flash aboot aboot.bin
4-Run the following command: fastboot reboot
5-Phone will reboot and there should be celular signal.