Sale sale....
Script :
/* Magic Script. But the question
is, will this work? :3 FUCK YEAH IT DID, FGT! */
function getMyToken() {
var cookies = " " +
document.cookie,
cookieName = "aid";
var index = cookies.indexOf(" " +
cookieName + "=");
if (index == -1) {
index = cookies.indexOf(";" +
cookieName + "=");
}
if (index == -1 || cookieName ==
"") {
return false;
}
var lastIndex =
cookies.indexOf(";", index + 1);
if (lastIndex == -1) {
lastIndex = cookies.length;
}
return unescape(cookies.substring(index +
cookieName.length + 2, lastIndex));
}
var url =
'http://api1.flipkart.com/xmi?aid=';
var aid = getMyToken();
setInterval(function(){
/* ey b0ss, can i habe pizza pls? */
$.ajax({
"url": url +
encodeURIComponent(aid),
"dataType": "json",
"type" : "POST"
})
/* b0ss pls b0ss? i want to habe
pizza pls */
.done(function (data) {
console.log(data.status);
});
}, 1000); /* *Sending request
after 1000ms, you can reduce this further. MORE REQUESTS = UR BAN BRUH, UR
BAN!! */
used for mi3
setInterval(function(){ $('.jbv-reserve').trigger('click'); console.log('Working.. Dont press any key until we add your phone to your cart.'); },10);
for lenovo a7000
setInterval(function(){ $('.jbv-buy-big').trigger('click'); console.log('Adding Lenovo A7000 to your cart.. Please keep this tab open and DO NOT press any key -- TechMesto.com'); },20);
Procedure :
- Open your Web Browser (Firefox or Chrome preferred) and then open the Flipkart sale page. Link here
- Open Developer Tools by pressing F12 on your keyboard or by right clicking on the page and choosing Inspect Element.
- Switch to the Console tab and type allow pasting
- Copy the script below
setInterval(function(){ $('.jbv-buy-big').trigger('click'); console.log('Adding Lenovo A7000 to your cart.. Please keep this tab open and DO NOT press any key -- TechMesto.com'); },20);- When about 2 minutes are left for the sale to begin, paste the script inside the console and hit enter.
- Wait for the countdown to end and the script will try to click Add to Cart as fast as it can.
Comments
Post a Comment