Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Footaction Bot script Free! no survey no hidden fees
SUBMITTED BY:
Guest
DATE:
Feb. 7, 2014, 5:03 p.m.
FORMAT:
Text only
SIZE:
748 Bytes
Raw
Download
Tweet
HITS:
762
Go to comments
Report
Follow this link for footlocker, eastbay and champs.
http://moourl.com/4d229
window.addEventListener('load', function() {
var added = false;
function interval1(){
return window.setInterval(function(){
if(document.getElementById("addToCart") !== null){
added = true;
window.location = "http://www.footaction.com/checkout/";
}
else if(added === false){
var cartbtn = document.getElementById("addToCartLink");
cartbtn.click();
}
}, 1000);
}
var id1 = interval1();
window.setInterval(function(){
if(added === true){
window.clearInterval(id1);
}
}, 100);
});
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus