Please Scroll Down to See Forums Below
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

napsgear
genezapharmateuticals
domestic-supply
puritysourcelabs
Peptide ProUGFREAKeudomestic
napsgeargenezapharmateuticals domestic-supplypuritysourcelabsPeptide ProUGFREAKeudomestic

I've drank 14 beers in 4 hours,what's my BAC?

  • Thread starter Thread starter Spartacus
  • Start date Start date
chewyxrage said:
That link says my BAC is .06 if I drank 8 beers in 1 hour.

Bullshit. 8 beers in 1 hour is well over the legal limit of .08
I had samoth hack the fucker
shits and giggles
ya know
 
chewyxrage said:
That link says my BAC is .06 if I drank 8 beers in 1 hour.

Bullshit. 8 beers in 1 hour is well over the legal limit of .08


The second test said .142, that's more like it.
 
it sort of sucks the parameters are limited
you could enter 80 beers in 8 hours if I formatted the site
calculate that
 
4everhung said:
it sort of sucks the parameters are limited
you could enter 80 beers in 8 hours if I formatted the site
calculate that


Hack it up...

var numSex = new Number(gendervalue);


var weight = numLbs/2.2046;
var lbs = new Number(weight);

var water = lbs*numSex;
var bodywater = new Number(water);

var millwater = bodywater*1000;
var milliliters = new Number(millwater);

var oz = 23.36/milliliters;
var ounces = new Number(oz);

var gram = ounces*.806;
var grams = new Number(gram);

var gramsmill = grams*100;
var bac0 = new Number(gramsmill);

var bac1 = bac0*alcohol;
var bac2 = new Number(bac1);

var bac3 = bac2-metabolism;
if (bac3 < 0) {
var result = "0.000";
}
var bac4 = bac3 + "";
var result = bac4.substring(0,5);
 
Top Bottom