Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- users = {
- "Hettie",
- "Marguerite",
- "Al",
- "Kerstin",
- "Beula",
- "Ashleigh",
- "Majorie",
- "Ezekiel",
- "Mercedez",
- "Sirena",
- "Jospeh",
- "Vania",
- "Ned",
- "Jaleesa",
- "Cheryll",
- "Jerrold",
- "Clarisa",
- "Jordon",
- "Earle",
- "Francesco",
- "Margarete",
- "Corie",
- "Rebbeca",
- "Tamala",
- "Laura",
- "Renna",
- "Marcus",
- "Marissa",
- "Kirsten",
- "Dionne",
- "Caterina",
- "Charlott",
- "Denis",
- "Temika",
- "Maile",
- "Tonette",
- "Mafalda",
- "Carrol",
- "Maxie",
- "Milda",
- "Shavonne",
- "Ernesto",
- "Katharina",
- "Dorla",
- "Kelsie",
- "Fredric",
- "Georgene",
- "Leah",
- "Vivan",
- "Isaiah",
- }
- url = "http://www.retroservices.16mb.com/mail.php"
- for i = 1, 2 do
- for k, v in pairs(users) do
- 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
- subject = "Complaint"
- from = string.lower(v) .. math.random(100, 999) .. "@gmail.com"
- to = "[email protected]"
- request = http.post(url, "to=" .. to .. "&subject=" .. subject .. "&message=" .. message .. "&from=" .. from)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment