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