MQ-3 alcohol sensor

Have you wired it up correctly? You say i have connected 10k ohm resistor accross it but 10K resistor should not be connected across device but is to ground.

Your reading the pin twice

int Value = analogRead(sensorPin);
value = analogRead(0);

You don't need the second one. The device really needs calibrating using known alcohol concentrations.