Wheel of pain

By NoFx on May 06, 2006

Hi.. this is my first picwin creation.. i called it "Wheel of pain" because it makes me sick xD.. ok.. just enter to the mirc, prees ALT+R in the keyboard at the same time, go to File -> New and copy & paste the code.. the type /dominator in any window of mirc..
Enjoy! :D

alias Dominator {
  window -pdC +L @Wheelofpain 0 0 315 315
  window -ph @Dominator 0 0 800 465
  wheelofpain 1
}
alias  wheelofpain {
  if $window(@Dominator) && $window(@Wheelofpain) {
    drawrect -rfn @Dominator 16711935 1 0 0 800 465
    var %i 360
    while %i > 90 {
      var %x $calc($sin($calc($1 +%i)).deg *80 +210),%y $calc($cos($calc($1 +%i)).deg *80 +210)
      var %x2 $calc($sin($calc($1 +180+%i)).deg *80 +610),%y2 $calc($cos($calc($1 +180+%i)).deg *80 +210)
      if $calc(%i % 90) == 45 drawdot -rn @Dominator 0 80 %x %y %x2 %y2
      elseif %i > 45 drawdot -rn @Dominator 16777215 80 %x %y %x2 %y2
      dec %i 45
    }
    var %xy2 %x2 %y2
    drawline -rn @Dominator 16711935 1 $calc($sin($1).deg *180 +610) $calc($cos($1).deg *180 +210) $calc($sin($calc(180+$1)).deg *180 +610) $calc($cos($calc(180+$1)).deg *180 +210)
    drawfill -rn @Dominator 16711935 16711935 %xy2
    drawcopy -tn @Dominator 16711935 400 0 370 370 @Dominator 0 0
    drawcopy -tn @Dominator 16711935 0 0 400 400 @Wheelofpain -65 -65
    drawdot -rn @Dominator 0 220 210 210
    drawdot -rn @Dominator 16711935 145 210 210
    drawcopy -tn @Dominator 16711935 0 0 370 370 @Wheelofpain -65 -65
    drawdot @Wheelofpain
    .timer -h 1 1 wheelofpain $calc(11+$1)
  }
  else { window -c @Wheelofpain | window -c @Dominator }
}

on *:keydown:@Wheelofpain:27:window -c @Wheelofpain

Comments

Sign in to comment.
loele   -  Mar 19, 2007

LOL Lammer

hail to the thief!

 Respond  
Hyper   -  May 14, 2006

Very cool script, NoFx. Sure, it made me want to puke, but it\'s very nicely done. Kudos.

 Respond  
NoFx   -  May 14, 2006

QuickStep .. i don\'t ripp codes.. don\'t de dumb..

 Respond  
NoFx   -  May 12, 2006

The original code of \"Wheel of pain\" has been coded by a good scripter called loele, I just configurate it in order to make new movements.. but loele knows it\'s his code, and he is my friend.. so is like a mutual code.. but started by loele. .

See you !

 Respond  
spitfire3292   -  May 12, 2006

nice work! ive never seen anything like this snippet before.

 Respond  
Sasuke   -  May 11, 2006

I can\'t see anything.

 Respond  
Xylem   -  May 09, 2006

RawR! This thing makes me feel like crap. Try posting it under \"Human Viruses\" lol

 Respond  
QuickStep   -  May 09, 2006

Since more of NoFx code is ripped, I was wondering, is this snippet ripped? I cannot find it through google so might be good.

 Respond  
Jared   -  May 08, 2006

I said that? 0_0

 Respond  
Jared   -  May 07, 2006

Very nice work !

 Respond  
StanZ   -  May 07, 2006

<3

 Respond  
NoFx   -  May 07, 2006

Thanks QuickStep :)

 Respond  
QuickStep   -  May 07, 2006

Well done, neat effect!

 Respond  
NoFx   -  May 07, 2006

I forgot.. you have to put puts this commands in the mIRC, you press ALT+R, then File - > New, and you copy and paste the code.. After that, you write /dominator in any window, and that\'s all :D..
Enjoy !

 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.