ok first where did yu get The controller address is 09b65d54
from ???? and second

orignal code:
#Instant Respawn
0x088aead0 0x10000010<----1c800005

Next, add the follow commands
lui t0, $088 b <-----shoudnt the (b) be a (a)
lui t1, $09b6
lw t2, $5d54(t1)
ori t3, zero, $0110
bne t2, t3, $08cf0f10 <---------and where did this come from ????

some1 who is a coder reply back :)