This is what my bat file for my attempt at vertcoin mining. I have a 7950 and am getting 330kh/s, which is awesome but I am running at about 90C

Not sure if I am not using the temp set command correctly. Any suggestion, I don't want to burn my card out.
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A
vertminer.exe --scrypt-vert -o stratum+tcp://westlist.cloudapp.net:3444 -u Draxus.1 -p angel --thread-concurrency 8192 -I 13 --shaders 1792 --gpu-powertune 20 -w 256 -g 2 --lookup-gap 2 --temp-target=75 --temp-overheat 85 --temp-cutoff 90
I also have a different bat file where I set my clock but that is running around 310kh/s but I'm still around 86C
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A
vertminer.exe --scrypt-vert -o stratum+tcp://westlist.cloudapp.net:3444 -u Draxus.1 -p angel --thread-concurrency 8192 -I 13 --shaders 1792 --gpu-engine 1100 --gpu-memclock 1450 --gpu-powertune 20 -w 256 -g 2 --lookup-gap 2 --temp-overheat 85 --temp-cutoff 90