_Roar System (NEEDED FOR HelGhast Script!!!

By Aurora801 on Jun 30, 2009

Paste in file and save as RoarSys.mrc then load into remotes.

alias _Roar.Apt {
 echo -a Loading...
 echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1Starting Up...4,1¨0,1°15,1º14,1©
 echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1Gathering Info...4,1¨0,1°15,1º14,1©
 echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1Your Nick: $me 4,1¨0,1°15,1º14,1©
 echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1System Ready.4,1¨0,1°15,1º14,1©
}

on *:LOAD: {
 echo -a Loading Roar System...
 echo -a Initializing...
 echo -a Executing...
 _Roar.Apt
 set %RoarVer 3.0.1 Beta 6
 _Roar.Apk
}

alias _Roar.apw {
 echo -a Loading...
 echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1Starting Up...4,1¨0,1°15,1º14,1©
 echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1Gathering Info...4,1¨0,1°15,1º14,1©
 echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1Whoising $1 $+ ...4,1¨0,1°15,1º14,1©
 echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1System Ready.4,1¨0,1°15,1º14,1©
 whois $1
}

alias _Roar.Apo {
 echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1Finalizing...4,1¨0,1°15,1º14,1©
 echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1Finishing...4,1¨0,1°15,1º14,1©
 set %Roar.Run Yes
}

alias _Roar.Apk {
 echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1Finished.4,1¨0,1°15,1º14,1©
}

alias _Roar {
 if ($1 = Run) {
  echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1Loading...4,1¨0,1°15,1º14,1©
  echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1Activating...4,1¨0,1°15,1º14,1©
  echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1Enabling Backbone.4,1¨0,1°15,1º14,1©
  _Roar.Apo
  _Roar.Apt
  _Roar.Apk
 }
 if ($1 = Reload) {
  echo -a Reloadind Roar System...
  echo -a Initializing...
  echo -a Executing...
  _Roar.Apo
  _Roar.Apt
  _Roar.Apk
 }
if ($1 = SysCheck) {
 echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1Checking system...4,1¨0,1°15,1º14,1©
 echo -a Roar Version: %RoarVer
 echo -a warBLITZ Version: %warBLITZ.Version
 echo -a HelGhast Version: %HelGhast.Ver
 echo -a HelGhast On: %Helghast.Run
 echo -a 14,1©15,1º0,1°4,1¨3,1[7,1R4,1oar3,1]14,1System Check Complete.4,1¨0,1°15,1º14,1©
 _Roar.Apk
 }
}

menu channel,menubar,nicklist,query,status,@ {
HelGhast
.Roar
..Setup:/_Roar.set
}

Comments

Sign in to comment.
Aurora801   -  Jun 30, 2009

That part can be removed, I'll add the part for that. It was originally created for a dialog, but for some reason whenever I attempt the dialog it says invalid parameters. I made the dialog in Dialog Studio, and I'm not sure if it works completely, but I'll add it in this comment:

alias _Roar.Set {
 dialog Roar.Setup {

  title Roar Setup

  size -1 -1 177 186

  option dbu

  icon C:\windows\profiles\aurora\Desktop\Cool Shiz\Emo Barcode.jpg, 0

  tab System, 1, 0 0 174 17

  button "Run", 4, 3 21 37 12, tab 1 ok

  button "Load", 7, 3 36 37 12, tab 1

  text "Your Roar Version:", 6, 94 30 68 12, tab 1

  edit "RoarVer:", 5, 89 44 83 18, tab 1 read multi return center

  button "SysCheck", 8, 3 50 37 12, tab 1

  text "HelGhast Options", 9, 95 73 64 14, tab 1

  button "HelGhast~i", 10, 95 90 37 12, tab 1

  button "HelGhast~X", 11, 95 103 37 12, tab 1

  tab About, 3

  edit , 13, 4 38 140 21, tab 3 pass

  edit "The Roar System was Created By Connor Angell.", 12, 0 22 127 12, tab 3 read multi return autohs

 }

}

That's all it is, but again, as far as I can test, it's experimental, and I'm not sure if it works. But your more than welcome to test it.

 Respond  
WorldDMT   -  Jun 30, 2009

..Setup:/_Roar.set

where is alias _Roar.set ?

 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.