Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.44 KB | None | 0 0
  1.  
  2. on *:text:*:?:{
  3.   var %x = timer $+ $nick 1 1 msg $nick
  4.   inc %nick. $+ $nick
  5.   if (%nick. [ $+ [ $nick ] ] == 5) { set %nick. $+ $nick 1 }
  6.   goto %nick. [ $+ [ $nick ] ]
  7.   :1
  8.   %x hello from greece. how are you.
  9.   halt
  10.   :2
  11.   %x im fine. how is the weather there....
  12.   halt
  13.   :3
  14.   %x here is shiny... did you play in JamPuz? got JID or Valication card?
  15.   halt
  16.   :4
  17.   %x my Jid is GR266412 and my valid is Evosmos9
  18.   halt
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement