var lastActivity = Date.now(); const oalm = 15; const oapetsus = 15; oalmhb = "158836f9813038303de1e2c40eaf045f6871f24668a79668e0ba9031c57cd062a4"; oalmtbu = 1716235757; function getLastActivity(){ return Math.round((Date.now()-lastActivity)/(1000)); } function updateLastActivity(){ lastActivity = Date.now(); if(stoplisted){ lastActivity = lastActivity-(oalm-5)*60*1000; } }