Facebook
From Unique Gorilla, 8 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 293
  1. init start
  2.         local Ghazbaran = {"Try"}
  3.                 local Ferumbras = {"door"}
  4. init end
  5.  
  6. auto(100)
  7. foreach newmessage m do
  8.         if(m.type == MSG_RAID or m.type == MSG_STATUS) then
  9.                 for k, v in ipairs(Ghazbaran) do
  10.                         if(m.content:find(v)) then do
  11.                                         printerror('Ghazbaran')
  12.                                         wait(1000)
  13. end
  14. else
  15.  
  16. auto(100)
  17. foreach newmessage m do
  18.         if(m.type == MSG_RAID or m.type == MSG_STATUS) then
  19.                 for k, v in ipairs(Ferumbras) do
  20.                         if(m.content:find(v)) then do
  21.                                         printerror('Ferumbras')
  22.                                         wait(1000)
  23. end
  24. end
  25. end
  26. end  
  27. end  
  28. end
  29. end
  30. end
  31. end