Sign in to follow this  
Fatrat9

PIZZAHUT COUPON GENERATOR + CHECKER PROXYLESS

Recommended Posts

Open source.  Browser-based. Easy to use/leave in the background.

 

Free pizza

START GENERATING YOUR OWN PIZZA HUT COUPONS BELOW!

REQUIRES NO PROXIES AND SETUP IS UNDER TWO MINUTES!!

 

1. Go to https://www.pizzahut...index.php#/home

2. Sign in.

3. Add whatever you want to your cart.

4. Press ctrl+shift+j (to open console).

5. Paste the following code in and click enter.

6. Follow the prompts and begin generating+checking!

[hide]

document.getElementsByClassName("text-center btn-default btn-apply black ph-order-apply")[0].setAttribute("id", "redeem-coupon");

 

var speed = prompt("Speed of checker/gen (Recommended 500 for fast pcs, 1000 for slow)");

function generateCodeN(e) {

  var code = "";

  var chars = "0123456789";

  for (var i = 0; i < e; i++)

    code += chars.charAt(Math.floor(Math.random() * chars.length));

  return code;

}

function generateCodeL(e) {

  var code = "";

  var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";

  for (var i = 0; i < e; i++)

    code += chars.charAt(Math.floor(Math.random() * chars.length));

  return code;

}

function main() {

    document.getElementById("coupon-code").value = generateCodeL(2) + generateCodeN(1) + generateCodeL(2) + generateCodeN(1) + generateCodeL(2) + generateCodeN(1) + generateCodeL(2) + generateCodeN(1);

    document.getElementById("redeem-coupon").click();

}

setInterval(function() {

    main();

}, speed);

[/hide]

 

 

Press THe fuckin Green smart.pngbutton And Dont Be leecher ... I Admire  Reporting Leechers <3pepe.gif

Share this post


Link to post
Share on other sites

Approved.

Share this post


Link to post
Share on other sites

now if this works it will be awesome...thank you

Share this post


Link to post
Share on other sites

Works like the amz checker im guessing? Thanks.

Share this post


Link to post
Share on other sites

nice thx will test out im from belgium will it work?

Share this post


Link to post
Share on other sites

Whoa! great work there mate

Share this post


Link to post
Share on other sites

WHERE IS YOUR LIKES GUYS !!

Share this post


Link to post
Share on other sites

I tried to like but it won't let me

Share this post


Link to post
Share on other sites

Hottt, here's a like

Share this post


Link to post
Share on other sites

Thanks man!

Share this post


Link to post
Share on other sites

Can anyone confirm this works. If so, this is awesome. Thanks!

Share this post


Link to post
Share on other sites

thanks for sharing dude.............

Share this post


Link to post
Share on other sites

How can you see stored coupon hits?

Share this post


Link to post
Share on other sites

Open source.  Browser-based. Easy to use/leave in the background.

 

Free pizza

START GENERATING YOUR OWN PIZZA HUT COUPONS BELOW!

REQUIRES NO PROXIES AND SETUP IS UNDER TWO MINUTES!!

 

1. Go to https://www.pizzahut...index.php#/home

2. Sign in.

3. Add whatever you want to your cart.

4. Press ctrl+shift+j (to open console).

5. Paste the following code in and click enter.

6. Follow the prompts and begin generating+checking!

 

 

 

Press THe fuckin Green smart.pngbutton And Dont Be leecher ... I Admire  Reporting Leechers <3pepe.gif

:hype: :hype: :hype: :hype: :hype:

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this