Guest User

timeoutattack

a guest
Apr 2nd, 2015
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.setInterval(function(){
  2.   $.post("attack.php", {
  3.     activity: "record_progress",
  4.     }, 'json'
  5.   ).done(function(data){
  6.     console.log(data);
  7.   });
  8. }, 30500);
Advertisement
Add Comment
Please, Sign In to add comment