Advertisement
Guest User

prop bomb

a guest
May 2nd, 2012
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:function updateNotificationCount(){var a=document.implementation.createHTMLDocument("temp");$.get("/home/",function(b){a.body.innerHTML=b;$("#global_notification_bubble").html(a.getElementById("global_notification_bubble").innerHTML)})}function g(){$("#activity_stream_content").html(buffer);bind_props();$(".give_prop").each(function(){$(this).click()});lastRun=$(".give_prop").length;total+=lastRun;document.title="AUTOPROP - Total: "+total+" Last Run: "+lastRun+" - Fitocracy";updateNotificationCount()}function w(){if(d<u){setTimeout(w,500)}else{d=0;g();setTimeout(f,delay*1e3)}}function f(){if(running){d=0;buffer="";for(var a=0;a<u;a++){$.get("/activity_stream/"+a*stream_increment+"/?firehose=1",function(a){buffer+=a;d++})}w()}}function r(){if(running==true){running=false;alert("Stopped! Total count: "+total);document.title="Fitocracy"}else{running=true;total=0;lastRun=0;buffer="";$("#firehose_view").click();setTimeout(f,1500)}}var delay=30;var u=5;var total;var lastRun;var buffer;var running;var d;document.title="AUTOPROP - Fitocracy";r()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement