A small prank I tried where I'd text random phone numbers during school hours the following message: "Put your phone away, now. To prevent your phone from being confiscated, respond to this text with a formal apology." just to see who I could trick.

read more
repeat with b from 1 to 100
	set phonenumber to 919
	repeat with a from 1 to 7
		
		set hey to random number from 1 to 10
		set hey to hey - 1
		if a is equal to 1 then
			if hey is equal to 0 or hey is equal to 1 then
				set hey to 9
			end if
		end if
		set phonenumber to phonenumber & hey as string
		
		
		
		tell application "Mail"
			set enabled of account "Gmail" to false
		end tell
		
		
	end repeat
	tell application "Mail"
		set theMessage to make new outgoing message with properties {visible:true, subject:"This is your only warning", content:"Put your phone away, now. To prevent your phone from being confiscated, respond to this text with a formal apology."}
		tell theMessage
			make new to recipient at end of to recipients with properties {address:"" & phonenumber & "@txt.att.net"}
		end tell
		send theMessage
		delay 0.5
	end tell
	tell application "Mail"
		set theMessage to make new outgoing message with properties {visible:true, subject:"This is your only warning", content:"Put your phone away, now. To prevent your phone from being confiscated, respond to this text with a formal apology."}
		tell theMessage
			make new to recipient at end of to recipients with properties {address:"" & phonenumber & "@vtext.com"}
		end tell
		
		delay 0.5
	end tell
end repeat

--@vtext.com verizon
--@txt.att.net at&to