Simple Bomb Script

By Master-Of-Death on Aug 12, 2009

Everyone knows what bomb scripts are:

type !bomb to make a user in the room play
or type !bomb to play by yourself

You have 20 seconds enjoy ;)

Comment and rate pls.

on *:TEXT:!bomb*:#:{ set %nick $2
  set %answer $rand(a,e)
  .msg # Cut a Wire or get blown up you have 20 seconds The colours are: 12blue,4Red,9Green,7Orange,8Yellow 
  timer 1 20 raw -q Kick # %nick 8,2B2,8O8,2O2,8M8,2!2,8!8,2!
}
on *:TEXT:*:#:{ 
  if ($nick == %nick) { /timers off
    if (blue isin $1-) { if (%answer == a) { .msg # 8,2B2,8O8,2M2,8B 8,2D2,8I8,2F2,8F8,2U2,8S8,2E2,8D
      }
      elseif (%answer !== a) { raw -q kick # %nick 8,2B2,8O8,2O2,8M8,2!2,8!8,2!
      }
    }
    elseif (Red isin $1-) { if (%answer == b) { .msg # 8,2B2,8O8,2M2,8B 8,2D2,8I8,2F2,8F8,2U2,8S8,2E2,8D
      }
      elseif (%answer !== b) { raw -q kick # %nick 8,2B2,8O8,2O2,8M8,2!2,8!8,2!
      }
    }
    elseif (Green isin $1-) { if (%answer == c) { .msg # 8,2B2,8O8,2M2,8B 8,2D2,8I8,2F2,8F8,2U2,8S8,2E2,8D
      }
      elseif (%answer !== c) { raw -q kick # %nick 8,2B2,8O8,2O2,8M8,2!2,8!8,2!
      }
    }
    elseif (Orange isin $1-) { if (%answer == d) { .msg # 8,2B2,8O8,2M2,8B 8,2D2,8I8,2F2,8F8,2U2,8S8,2E2,8D
      }
      elseif (%answer !== d) { raw -q kick # %nick 8,2B2,8O8,2O2,8M8,2!2,8!8,2!
      }
    }
    elseif (Yellow isin $1-) { if (%answer == e) { .msg # 8,2B2,8O8,2M2,8B 8,2D2,8I8,2F2,8F8,2U2,8S8,2E2,8D
      }
      elseif (%answer !== e) { raw -q kick # %nick 8,2B2,8O8,2O2,8M8,2!2,8!8,2!
      }
    }
    unset %answer
    unset %nick
  }
}

Comments

Sign in to comment.
PATX   -  Aug 12, 2009

what is a bomb script? :p

ok i will admit, without looking at da code i wud have no idea. better description pls!

 Respond  
Ghost-writer   -  Aug 12, 2009

eh, i like it but i think its to short for bugs :|

 Respond  
Master-Of-Death   -  Aug 12, 2009

to be updated with bug fixes

 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.