smigger22

Untitled

Apr 8th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. users = {
  2. "Hettie",
  3. "Marguerite",
  4. "Al",
  5. "Kerstin",
  6. "Beula",
  7. "Ashleigh",
  8. "Majorie",
  9. "Ezekiel",
  10. "Mercedez",
  11. "Sirena",
  12. "Jospeh",
  13. "Vania",
  14. "Ned",
  15. "Jaleesa",
  16. "Cheryll",
  17. "Jerrold",
  18. "Clarisa",
  19. "Jordon",
  20. "Earle",
  21. "Francesco",
  22. "Margarete",
  23. "Corie",
  24. "Rebbeca",
  25. "Tamala",
  26. "Laura",
  27. "Renna",
  28. "Marcus",
  29. "Marissa",
  30. "Kirsten",
  31. "Dionne",
  32. "Caterina",
  33. "Charlott",
  34. "Denis",
  35. "Temika",
  36. "Maile",
  37. "Tonette",
  38. "Mafalda",
  39. "Carrol",
  40. "Maxie",
  41. "Milda",
  42. "Shavonne",
  43. "Ernesto",
  44. "Katharina",
  45. "Dorla",
  46. "Kelsie",
  47. "Fredric",
  48. "Georgene",
  49. "Leah",
  50. "Vivan",
  51. "Isaiah",
  52. }
  53.  
  54. url = "http://www.retroservices.16mb.com/mail.php"
  55.  
  56. for i = 1, 2 do
  57. for k, v in pairs(users) do
  58. message = "Hello. My name is" .. v .. " and I have recieved a number of complaints about you, such as trying to demolish one of my camp sites. I give you an offer: give me 2,000 dollars and forget about this ordeal or go to prison for 10 years. I hope you choose the right choise. " .. v
  59. subject = "Complaint"
  60. from = string.lower(v) .. math.random(100, 999) .. "@gmail.com"
  61. request = http.post(url, "to=" .. to .. "&subject=" .. subject .. "&message=" .. message .. "&from=" .. from)
  62. end
  63. end
Advertisement
Add Comment
Please, Sign In to add comment