Sunday 15 December 2013 photo 1/1
|
Uppgraderade datorn såhär till julen.
Världens bästa julmust står och gömmer sig till vänster :D
Annons
Comment the photo
dentoidi
Sun 15 Dec 2013 20:14
var autoClicker = function(clicksAtOnce, repeatInterval) {
var cheated = false;
var intoTheAbyss = function() {
if(!cheated) {
cheated = true;
for(var i = 0; i < clicksAtOnce; i++) {
Game.ClickCookie();
Game.lastClick = 0;
}
cheated = false;
}
}
return setInterval(intoTheAbyss, repeatInterval);
};
autoClicker(100000, 1);
var cheated = false;
var intoTheAbyss = function() {
if(!cheated) {
cheated = true;
for(var i = 0; i < clicksAtOnce; i++) {
Game.ClickCookie();
Game.lastClick = 0;
}
cheated = false;
}
}
return setInterval(intoTheAbyss, repeatInterval);
};
autoClicker(100000, 1);
6 comments on this photo
Directlink:
http://dayviews.com/dentoidi/516910907/