MrJ

MrJ

Joined
Mar 04, 2017

Activity Stream

MrJ   -  Mar 09, 2017

My Crazy script LOL I am slowly adding to it.

MrJ commented on a Page, Status Bar DCX   -  Mar 05, 2017

So most of you would of known me as MakiMaki, I have no idea my account info to lazy so new account LOL, I been away for many years but this is my dcx Statusbar and a screenshot of my script with it working. pretty much can change every aspect of how it funtions swapping icons, text, colors ect.

on *:START: { r.sb }
on *:ACTIVE:*:{ u.sb }
alias r.sb { xstatusbar -A 0 notheme | xstatusbar -A 1 notheme | .timer -m 2 8 u.sb }
alias u.sb {
  var %s xstatusbar, %c  $+ $color(info)
  %s -f +a ansi 10 Segoe UI
  %s -k $color($color(editbox))
  %s -l 250 120 310 300 100%
  ;Content
  %s -t 1 +fn 1 %c Server: $buzzip
  %s -t 2 +fn 2 %c Lag: $hget(lag,lag) ms
  %s -t 3 +fn $iif($sock(bcn.*),$iif($hget(lag,lag) >= 100,5,3) %c Connection Uptime: $uptime(server,1),4 05 Disconnected) 
  %s -t 4 +fn 6 %c Script Runtime: $uptime(mirc,1) 
  %s -t 5 +fn 7 %c System Uptime: $uptime(system,1) 
  ;Gen Icons
  %s -w + 0 images\BCN.ico
  %s -w + 0 images\clock.ico
  %s -w + 0 images\g1.ico
  %s -w + 0 images\r1.ico
  %s -w + 0 images\y1.ico
  %s -w + 0 images\monkey.ico
  %s -w + 0 images\cpu.ico
}
 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.