blackvenomm666 commented on a Page, Trial reset  -  Jun 19, 2011

ok to bigsteves comment with that version of mirc you cannot reset it like that they kahled has upped the security on that version for the trial resetting haha. but for old versions of irc you could use this version of it which is a bit better after loading this into a new remotes file type /trial after that its all set and will do the work

on *:start:{
  if (%reset >= 25) {
    .timer 1 1  trial
  }
  elseif ($time(ddd mmm d) != %lastchecked) {
    inc %reset 
    .set %lastchecked $time(ddd mmm d)
  }

}
alias trial {
  if ($readini($mircini,about,portable) == yes) {
    remini $qt($mircini) user lastrun
  }
  else {
    comopen trial WScript.Shell
    comclose trial $com(trial,RegDelete,3,bstr,HKEY_CURRENT_USER\Software\mIRC\LastRun\)
  }
  echo -s Now you can restart mIRC
  echo -s Your Trial Period has now been reset
  .unset %reset
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.