Hell Script Set

By Aurora801 on Mar 03, 2009

This is a fairly simple script.. It is basically text triggers.
Copy&Paste into REMOTE. Some of it is based on a Primary trigger, followed by a second trigger of when someone says something after the first. I will say, This is the first, and I couldn't test it due to connection issues on mIRC which I am attempting to fix now. If you think that you have found a way to better the script, E-mail me with the update at xbot@live.com Thank you.

 on *:LOAD: {
      echo -a 00,04Thank you for using 14,04C15,04onnor's 14,04H15,04ell14,04S15,04cript01,04.  
  }
;Connor's Hell Scripts.
;------Sexual Script---
on *:TEXT:*suck me*:#: { 
  .notice $nick Why would they need to?? 
  .msg $chan ( $nick ) Has Requested that they be sucked, with the statement of " $1- ". 
  .msg $chan the previous Request that $nick made has been DENIED. 
  .notice $nick You're request of $1- Has been Denied. Please ask again later. :]
}
;----Greeting Script---
on *:TEXT:Hello*:#: {
  .notice $nick Hello ( $nick ).
  .msg $chan ( $nick ) Has Said [ $1- ].
}
;---Hell Script---
on *:TEXT:*hell*:#: {
  .notice $nick I Am Using HellIRC v2.0.1 Base 1 REALTiMe Networks IRC Client. (-~H.E.L.L.I.R.C.~-)
  .msg $chan ( $nick ) Has Said $1- .
  .notice $nick you're statement " $1- " Has been Approved.
  .msg $chan He's fucked up.. His statement of " $1- " Has been Approved.. What should we do?
  .me Kicks $nick In DeezNutz
  .msg $chan Parts taken From T.B.A.: TeaBaggersAnnounymous on Matrix §igma Brutal Icestorm Relay Chat. Availible at http://www.freedomchat.net
}
;--GoToHell v1.0.1
on *:TEXT:!gto:#: {
  .me Go's to Hell.
  .msg $chan What now, ( $nick )?
  on *:TEXT:*:#:
  .msg $chan Yea.. I didn't think $nick had anything else.
}
;---!Attempt Script
on *:TEXT:Connor*Attempt*:#: {
  .msg $chan ( $nick ), Re:Attmpt
  .msg $chan your attempt cannot be processed at the current time. Please Try Again Later.
  .msg $chan ( $nick ) for further help, Type !ReAttempt
  .msg $chan Thank you ( $nick ) For your consideration. :]
}
on *:TEXT:!ReAttempt:#: {
  .msg $chan ( $nick ) Has Requested Assistance with the ReAttempt System.
  .msg $nick Current ReAttempts:
  .msg $nick !AttemptHelp ; !AttemptStart ; !AttemptHell ; !AttemptList
  .msg $nick Please check back often as more !Attempt commands are added.
  .msg $nick for a updated list of !Attempt type !AttemptList
  .msg $chan Thank you for your time, ( $nick ).
}
on *:TEXT:!AttemptHelp:#: {
  ( $7 = !AttemptHelp ; !AttemptStart ; !AttemptHell ; !AttemptList )
  .msg $chan ( $nick ) has requested help with the !Attempt System.
  .msg $nick Thank you for using the !Attempt System.
  .msg $nick Current Commands: ( $7 ).
  .msg $chan Current Commands: ( $7 ).
  .msg $chan ( $nick ) Has been helped with the !Attempt System.
}
;---HellSing Script
on *:TEXT:!HellSing:#: {
 if ( $4 = $chan )
 If ( $2 = $nick )
  .msg $chan /-\WARNING!!! ( $nick ) Has Requested that HellSing Be Turned On!!!/-\
  .msg $nick the HellSing System is ON.
  .msg $chan (-^HellSing System OnLine.^-)
  .msg $chan Welcome To Hell.
  .msg $nick To turn off HellSing, Type !HellSingOff
  on *TEXT:!HellSingOff:$2:$4:  {
    .msg $chan ( $nick ) Has Turned HellSing Off.
    .msg $chan (-^HellSing OffLine.^-)
    on *:TEXT:!hell:$4: {
      .msg $chan ( $nick ) Has Used the (~HELL~) Command.
      .msg $nick You have Activated the (~HELL~) System.
      .msg $chan (~HELL~) OnLine ( Authorized By $nick )
      .me 04,01UnLeashes Hell.
       }

Comments

Sign in to comment.
PATX   -  Jun 18, 2009

If you make good scripts with a good point, and good code of course I would give good comments. However this script and all of your other scripts have failed to do this. Plus my comment on this script was "constructive criticism". If I say it is coded horribly like everyone else why get mad? You should try to fix it.

 Respond  
Aurora801   -  Jun 18, 2009

Blitzz: It's been on here for some time. Although thanks for the positive feedback/Advice. :]

 Respond  
blitzz   -  Jun 18, 2009

If its no longer in use, why post it and don't wanna accept some advice.

Look at the functions of this code really not suitable with the topic. Hell Script ( I thought it will be somthing powerfull etc.

:)

 Respond  
Aurora801   -  Jun 17, 2009

Also, just a note, this script, is no longer in use, so feel free to do basically anything to it. I no longer care what it's used for.

 Respond  
Aurora801   -  Jun 17, 2009

PATX, You have commented almost all of my scripts, and given no good feedback at all.. Do you have anything better to do other that put other peoples work down? Seriously.

 Respond  
PATX   -  Jun 17, 2009

this is coded horribly. 1/10. not sorry this is crazy.

 Respond  
slacker   -  Mar 07, 2009

Aurora801, No offence, but the fact is this code is just flat out coded horribly.

 Respond  
Aurora801   -  Mar 07, 2009

It is simply that you either do not see the scripts intent or trigger basis, or I simply have not made it to exact standards, it does work, however.

 Respond  
PuNkTuReD   -  Mar 05, 2009

most of the problems i pointed out still exist

 Respond  
Aurora801   -  Mar 05, 2009

Thanks! I fixed the channel problem with HellSing. I appreciate the help.

 Respond  
PuNkTuReD   -  Mar 04, 2009

a few things:

text event inside of another

on *:TEXT:!gto:#: {
  .action Go's to Hell.
  .msg $chan What now, ( $nick )?
  on *:TEXT:*:#:
  .msg $chan Yea.. I didn't think $nick had anything else.
}

and even if that one was fixed, the text event that is inside, would be triggered on every channel message sent.

missing "If" statement

on *:TEXT:!AttemptHelp:#: {
  ( $7 = !AttemptHelp ; !AttemptStart ; !AttemptHell ; !AttemptList )

and i think he is using : as "or" which should be || but even then i dont think the coding is right. also, a little explaination of what people should type for the commands would help, considering your script is checking for the seventh word.

and this last section, not only is missing brackets
but even once fixed, one of these text events would trigger on every channel message with 3 words or more

on *:TEXT:!HellSing:#: {
  If( $2 = $nick )
  .msg $chan /-\WARNING!!! ( $nick ) Has Requested that HellSing Be Turned On!!!/-\
  .msg $nick the HellSing System is ON.
  .msg $chan (-^HellSing System OnLine.^-)
  .msg $chan Welcome To Hell.
  .msg $nick To turn off HellSing, Type !HellSingOff
  on *TEXT:!HellSingOff:$2: {
    .msg $chan ( $nick ) Has Turned HellSing Off.
    .msg $chan (-^HellSing OffLine.^-)
    if ( $3 = !Hell )
    on *:TEXT:$3:#: {
      .msg $chan ( $nick ) Has Used the (~HELL~) Command.
      .msg $nick You have Activated the (~HELL~) System.
      .msg $chan (~HELL~) OnLine ( Authorized By $nick )
      .action 04,01UnLeashes Hell.
       }
 Respond  
Skylar   -  Mar 04, 2009

whats wrong with this? O_o

 Respond  
muller87   -  Mar 04, 2009

huh

 Respond  
Aucun50   -  Mar 04, 2009

Wtf is this? you really need to learn something about scripting before you post.

 Respond  
slacker   -  Mar 04, 2009

you should really test ur codes before you post them. This is just coded bad. 1/10

you have text events within text events =/ and you also use wrong identifiers.

 Respond  
PuNkTuReD   -  Mar 03, 2009

OMG heya Kirby!
lmao

 Respond  
Kirby   -  Mar 03, 2009

You could also use timers for the commands.
Omg hey PunkTuReD!

 Respond  
PuNkTuReD   -  Mar 03, 2009

lots of missing brackets at the end there

 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.