Advertisement
Aha2Y

Omegle sniffer (BAD)

Apr 4th, 2012
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.98 KB | None | 0 0
  1. off *:TEXT:!*:#zalgo: {
  2.   if ($network == IronDust) {
  3.     if ($left($1,6) == !matix) { notice $nick dont be a ass lol | halt }
  4.     if ($left($1,9) == !roulette) { notice $nick dont be a ass lol | halt }
  5.     else {
  6.       scon 1 msg #omegle $1-
  7.     }
  8.   }
  9. }
  10. off *:TEXT:@*:%#zalgo: {
  11.   if ($network == IronDust) {
  12.     if ($left($1,6) == !matix) { notice $nick dont be a ass lol | halt }
  13.     if ($left($1,9) == !roulette) { notice $nick dont be a ass lol | halt }
  14.     else {
  15.       set %zalgo.user $nick
  16.       scon 1 msg #aha2y $1-
  17.     }
  18.   }
  19. }
  20.  
  21. on *:TEXT:clegle.*:#zalgo: {
  22.   if ($network == IronDust) {
  23.     if ($left($1,6) == !matix) { notice $nick dont be a ass lol | halt }
  24.     if ($left($1,9) == !roulette) { notice $nick dont be a ass lol | halt }
  25.     else {
  26.       set %zalgo.user $nick
  27.       scon 1 msg #aha2y $1-
  28.     }
  29.   }
  30. }
  31. on *:TEXT:o.*:#bandofwolves: {
  32.   if ($network == IronDust) {
  33.     if ($left($1,6) == !matix) { notice $nick dont be a ass lol | halt }
  34.     if ($left($1,9) == !roulette) { notice $nick dont be a ass lol | halt }
  35.     else {
  36.       set %zalgo.user $nick
  37.       scon 1 msg #omegle $1-
  38.     }
  39.   }
  40. }
  41.  
  42. on *:TEXT:.o*:#bandofwolves: {
  43.   if ($network == IronDust) {
  44.     if ($left($1,6) == !matix) { notice $nick dont be a ass lol | halt }
  45.     if ($left($1,9) == !roulette) { notice $nick dont be a ass lol | halt }
  46.     else {
  47.       set %zalgo.user $nick
  48.       scon 1 msg #omegle $1-
  49.     }
  50.   }
  51. }
  52.  
  53. on *:text:*:#omegle:{
  54.   if ($network == ideanode) {
  55.     if ($nick == omegle) { scon 2 msg #bandofwolves $replace($1-,$me,%zalgo.user) }
  56.     if ($nick == zalgo) { scon 2 msg #zalgo $1- }
  57.   }
  58. }
  59. on *:action:*:#omegle:{
  60.   if ($network == ideanode) {
  61.     if ($nick == omegle) { scon 2 describe #bandofwolves $1- }
  62.     if ($nick == zalgo) { scon 2 describe #zalgo $1- }
  63.   }
  64. }
  65. on *:notice:*:*:{
  66.   if ($network == ideanode) {
  67.     if ($nick == omegle) { scon 2 notice %zalgo.user $1- }
  68.     if ($nick == zalgo) { scon 2 notice %zalgo.user $1- }
  69.   }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement