!gun fun trigger

By baloe12nl on Nov 29, 2012

A fun triger I made
Now you cane shoot some one
Tray too shoot your self and see ;)

-------------->>
yuse a text file named gun.txt
Put your text file in the txt folder
write in your text file ( gun.txt ) a way too not shoot some one
------------->>

have fun

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; made by: baloe12nl          ;;;
;;; triger code: !gun <nick     ;;;
;;; help code: !help_gun        ;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

on 1600:text:!add_gun*:#: {
  /write txt\gun.txt $2-
  /notice $nick " $+ $2- $+ " is add too txt\gun.txt
  if ( $2 == $null ) {
    /notice $nick  2The correct way too add text is: 5 !add_gun  < text >
  }
}
on 1600:text:!del_gun*:#: {
  if ( $read(txt\gun.txt, w, $2- ) ) {
    /write -dl $+ $readn txt\gun.txt
    /notice $nick the text " $+ $2- $+ " is deletet out of txt\gun.txt. 
    /halt
  }
  if ( $2 == $null ) {
    /notice $nick 2The correct way off deleting a text is: 5!del_gun  < text >
    /halt
  }
  /notice $nick De text " $+ $2- $+ " is not in txt\gun.txt and is not deletet.
}
on 1600:text:!help_gun:#: {
  /msg $nick 2Alle codes for !gun are: 5!gun <nick> ;  2add text to the list: 5!add_gun < text > ; 2delet text out off the list: 5!del_gun ; 2Hulp comando's: 5!help_gun  
}
on *:text:!gun*:#: {
  if ($2 ison #) { 
    /set %pistool.rand $rand( 1, 3 )
    if ( $$2 == $nick ) {
      /msg $chan $nick puts course of its gun in its right ear, where as he shouts,  crying: 5 ** You want none of all listen to me! **  
      if ( %pistool.rand == 1 ) { /msg $chan $nick triggers the gun and.......... shoots a hole ass large ass a tank through his/hers own earlobe. }
      if ( %pistool.rand == 2 ) { /msg $chan $nick triggers the gun and.......... $+ $read( txt\gun.txt ) }
      if ( %pistool.rand == 3 ) { /msg $chan $nick triggers the gun and.......... realised itself too late that the gun is in his/hers own ear *oeps* | /kick $chan $nick By the backfire of your gun your unconscious, and  have been shoot backward of the chat chanal, :D ( after you came to your positif, you can come back to the chat chanal) }
      /halt
    }
    /msg $chan $nick walks to $$2 and puts course of its gun in his/hers right ear, whereas he/she in $$2 $+ 's other ear whispers: 
    /msg $chan 5**I say lissen to me! so i will blow your ear out now**  
    /msg $chan $nick triggers the gun and.......... $+ $read( txt\gun.txt )
    /halt
  }    
  if ( $2 == $null ) /notice $nick 2The corect way of yuse:5 !gun < nick > 2moderators only:5 !help_gun 
  else /notice $nick you must fill in a nick $nick .
}

Comments

Sign in to comment.
Vegito   -  Dec 26, 2013

Gebruik altijd 'n' switch voor $read.

 Respond  
baloe12nl   -  Jan 16, 2013

THX for all the comment. J hope you like it all

 Respond  
cptpan   -  Dec 03, 2012

Fukcing lol @ your spelling.

 Respond  
rizons   -  Nov 30, 2012

man ??

write txt\gun.txt $2-
/notice $nick " $+ $2- $+ " is add too txt\gun.txt
if ( $2 == $null ) {
/notice $nick 2The correct way too add text is: 5 !add_gun < text >
}

is better use this

if ( $2- != $null ) {
write txt\gun.txt $2-
/notice $nick " $+ $2- $+ " is add too txt\gun.txt
}
else {
/notice $nick 2The correct way too add text is: 5 !add_gun < text >
}

 Respond  
Dani_l11   -  Nov 30, 2012

Use the n and p switch, or else you can get backdoored

 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.