Matrix Script

By Dicaste on Feb 21, 2012

Screenshots

I was bored and i wrote this script :D
Add script from Alt+R then write "/matrix" and watch it :d

alias matrix {
  .clear @Matrix
  window @Matrix
  var %c 1
  var %v 68
  :Loop
  var %i 1
  var %x 150
  while ( %i <= %x ) {
    var %Number $rand(0,1)
    var %Numbers %Numbers %Number
    inc %i
  }
  echo @Matrix $remove($replace(%Numbers,0,030,1,091),$chr(32))
  inc %c
  if ( %c <= %v ) {
    var %Numbers $null
    goto Loop
  }
}

Comments

Sign in to comment.
Annaiidziithaa   -  Feb 22, 2012

Atha2Y You can make your version of the private message?

 Respond  
Dicaste   -  Feb 21, 2012

Thanks and i have checked your snippet after your comment. You just did long way :D

 Respond  
Jordyk19   -  Feb 21, 2012

Very nice buddy.

 Respond  
Dicaste   -  Feb 21, 2012

No %100 my script knowledge, not copy/paste or something like that.

 Respond  
Jordyk19   -  Feb 21, 2012

Hey, is this script based on my Matrix script?

 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.