Fail Radar

By TraineeScripting on Aug 18, 2010

This is a edit i got a script from a friend phil24. credit to the original owner, To use type /failradar nick

alias failradar {
  var %gaybar = 1
  var %green = $rand(1,100)
  var %red = $calc(100 - %green)
  var %gbar = 9,9
  var %rbar = 4,4
  while (%gaybar <= %green) {
    var %gbar %gbar $+ |
    inc %gaybar
  }
  var %gaybar = 1
  while (%gaybar <= %red) {
    var %rbar %rbar $+ |
    inc %gaybar
  }
  .timer 1 1 describe $active is scanning $nick($active,$nick($active,$1)) using his Radar of Fail Dicks
  .timer 1 2 describe $active %gbar $+ %rbar $+  $nick($active,$nick($active,$1)) is $iif(%green > %red,04 $+ %green $+ %,09 $+ %green $+ %) Retarded! 
  .timer 1 3 msg $active $iif(%green > %red,OMFG! That's one big ass Fail Dick Dick!,Wow $+ $chr(44) $nick($active,$nick($active,$1)) isn't that much of a fail dick at all!) $+ 

Comments

Sign in to comment.
Raicho Ichisada   -  Aug 20, 2010

.......

 Respond  
TraineeScripting   -  Aug 19, 2010

I dont know how to script that much.. >_> thats why Trainee is in my name.

 Respond  
WorldDMT   -  Aug 19, 2010

why use loop?? use $str and why using $nick($active,$nick($active,$1)) that return "$1" so use just $1
and is

 $iif(%green > %red,04 $+ %green $+ %,09 $+ %green $+ %) Retarded!
can be 
is $iif(%green > %red,04,09) $+ %green $+ % Retarded!
alias failradar {
  var %gaybar 1,%green $r(1,100),%red $calc(100 - %green),%gbar 9,9 $+ $str($chr(124),[ %green ]),%rbar 4,4 $+ $str($chr(124),[ %red ])
  .timer 1 1 describe $active is scanning $1 using his Radar of Fail Dicks
  .timer 1 2 describe $active %gbar $+ %rbar $+  $1 is $iif(%green > %red,04,09) $+ %green $+ % Retarded!
  .timer 1 3 msg $active $iif(%green > %red,OMFG! That's one big ass Fail Dick Dick!,Wow $+ $chr(44) $1 isn't that much of a fail dick at all!) $+ 
}
 Respond  
Jethro   -  Aug 19, 2010

Well, I don't blame you for calling yourself a "trainee." lol You still got lots to be trained. You'll get there and be a "trainer" someday.

 Respond  
napa182   -  Aug 18, 2010

mocking?

 Respond  
TraineeScripting   -  Aug 18, 2010

it fails big wow? i cant even script... i am learning i am just new to mIRC. Now >.> please no more with the mocking?

 Respond  
cutiechan   -  Aug 18, 2010

Fail...

 Respond  
napa182   -  Aug 18, 2010

why are you two using hawkee as a pastebin? for posting diff versions of someone else's snippet...

 Respond  
Phil_FW   -  Aug 18, 2010

http://www.hawkee.com/snippet/2167/ <=== that is the script of the original

 Respond  
TraineeScripting   -  Aug 18, 2010

My first script it is just a edit i need to learn how to script. --Edit to original owner

 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.