mnt/Drift-Hunters.html at main · schoolIsntFun/mnt - GitHub
Add this script after the UnityLoader.instantiate line to unlock all cars immediately (if the game variables are exposed): drift hunters html code
// HUD ctx.fillStyle = '#ddd'; ctx.font = '14px system-ui, sans-serif'; ctx.fillText('Speed: ' + Math.round(Math.abs(car.vel)) + ' px/s', 12, 22); ctx.fillText('Drift: ' + Math.round(car.lateralVel) , 12, 40); mnt/Drift-Hunters