Simple Ripguard

By HeLL_MasTeR on Jun 24, 2007

This is simple ripguard..!! if anyone change your font on your remote script..!! they will lose it.. after that your script will always exit until they will get the new one..

on 1:start: { if (%ripper == on) { .echo -a *** This Script Has Been Change Plz Get The New One | .timer 1 2 exit } | .timer 0 0 ripp }

alias ripp {
  if ($readini mirc.ini fonts fscripts != Symbol,101) { writeini mirc.ini fonts fscripts Symbol,101 | set %ripper on | .timer 1 3 .exit | halt }
}
on 1:input:*: {
   if ($1- == /remote off) {  .timer 1 0 .remote on | halt } if ($1- == //remote off) {  .timer 1 0 .remote on | halt } if ($1- == ///remote off) { .timer 1 0 .remote on | halt } if ($1- == ////remote off) { .timer 1 0 .remote on | halt }
  if ($1- == /timers off) { /timers on | halt }
  if ($1- == //timers off) { /timers on | halt }
  if ($1- == ///timers off) { /timers on | halt }
  if ($1- == ////timers off) { /timers on | halt }
}

Comments

Sign in to comment.
ekpower   -  Sep 06, 2007

Nowdays ripguard all cannot been use because the most file pif,dll etc can view trought notepad or change the extension file and from there the rip remote can be remove or edit.

 Respond  
Olliegod   -  Jun 24, 2007

You can use /exit -n to disable the confimation thing.

 Respond  
HeLL_MasTeR   -  Jun 24, 2007

yeah true..!!! i\'ll forgoten about that.. next time..

 Respond  
ZabuzaMomochi   -  Jun 24, 2007

And also, i believe when you use the /exit command, it prompts you if you are sure you want to leave mIRC, which you could just ignore, go into your remotes, and look for that part where that script is in and take it out. and then they could type /timers off.

 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.