Saturday, January 26, 2013

Domino slot machine trick (Updated)


This is just something I did last night. I would like to share it with you so that everyone can take its advantage.
I dont know if you know it yet, but dominos have kept a slot-machine as that in casinos on their website. And the prizes they are offering are as follow:

1. JACKPOT: 50% off on one pizza
2. 20% off i guess


So to get jackpot (which is quite pathetic), following is the trick:
1.Open this site in google chrome.
2. Press Ctrl Shift I. This will open up the inspect element window.
3. In this box,  will be able to see 8 menus. Elements, Resources, Network, Sources, Timeline, Profiles, Audits, Console.
4. Go in Elements menu.
5. There you will be able to see a long code in following window. In that code on line 2 or 3, you will see body tag. Right click on that and select Edit as HTML option. Now you will be able to edit that code. Copy paste following code just below "body".

<div id="left">
<iframe id="frame" src="http://pizzaonline.dominos.co.in/slot-machine/" width="0px" height="0px" style="visibility:hidden"></iframe>
</div>
<div id="jack"></div>
<div id="triple"></div>
<div id="double"><input id="double_input0" width="200"></input><input id="double_input1" width="200"></input></div>


6. Now go to "Console" menu. You will see a blank window there. Just paste following code in it and press Enter on your keyboard. After this you dont have to do anything. You computer will do all that work for you automatically. After some time, a dialoge box will appear on your screen saying "Jackpot:" and some coupon code. Note down that coupon code somewhere. And without refreshing the window, add your address below Home Delivery Box and proceed. And add coupon code once you select your pizzas and enjoy 50% off on your second pizza.



function append1(x,y){


$("#double_input0").val(x);
$("#double_input1").val(y);
}
function appendtripple(x,y){

$("#tripple").append("<b>Triple:</b> "+x+"  "+y);

}
function appendjack(x,y){


$("#jack").append(x+"   "+y);

}

function gohere(){

$.post('https://pizzaonline.dominos.co.in/slot-machine/process-slot.php',{ session_id : readCookie('session_id')},function(json){                
                var slot_result = slot_result_desc = ''; var limit = slots = 0;    
                
//                document.write(json['slot_result']+"   "+json['unique_coupon']+"<br>");
var slot_result=json['slot_result'];


append1(json['slot_result'],json['unique_coupon']);

switch(slot_result){
                                    case '1':
appendjack(json['slot_result'],json['unique_coupon']+" "+json['coupon_description']);
                                        alert("Jackpot: "+json['slot_result']+"  "+json['unique_coupon']);
//gohere();
break;
                                    case '2D':
// appendjack(json['slot_result'],json['unique_coupon']+" "+json['coupon_description']);

// alert("Triple: "+json['slot_result']+"  "+json['unique_coupon']);

gohere();
                                        break;
                                    case '3':
                                       gohere();
                                        break;
                                    case '3A':
appendtripple(json['slot_result'],json['unique_coupon']+" "+json['coupon_description']);
alert("Triple: "+json['slot_result']+"  "+json['unique_coupon']);
//gohere();
                                        break;
                                    case '4':
                                     gohere();
                                        break;
                                    default:
                                    //    location.reload();
  document.getElementById('frame').src = 'https://pizzaonline.dominos.co.in/slot-machine/';
  gohere();
                                }

});
}

gohere();







You will get this alert window (as shown above) once u get a jackpot. Note down this code somewhere. Click on OK button. Then without refreshing the window, add your address in home delivery box and proceed accordingly. Once you reach the page where you choose pizza add that coupon code in box on right hand side for discount. !! Enjoy !!

52 comments:

  1. Coupon not working if i generate it with above method :(.
    Any solution for getting free pizza with slot machine ? :)

    ReplyDelete
    Replies
    1. This comment has been removed by the author.

      Delete
    2. u need to use that coupon in the same window .. dont refresh or dont try to use that coupon in different tab!!
      but anyways these coupon are lame...they give u 50% off on 2nd pizza..:P

      Delete
    3. this whole process is fake.
      wait for wednesdays...have fun

      Delete
  2. how much time does it take to get the jackpot

    ReplyDelete
    Replies
    1. depends ... it may take 10 seconds or 5-10 minutes as well !!
      but not more than that :)

      Delete
  3. I heard that you can get 100% off on a pizza on this slot machine...is that the real jackpot then ??

    ReplyDelete
    Replies
    1. no .. they lie about it ... u only get 50% discount !! That also on 2nd pizza !!
      :P :P

      Delete
  4. i tried and nothing happened but it doesnot mean you are wrong.good wishes from my side to you for helping us. i want to ask u some questions -:
    1. somewhere above welcome to online order codes are coming ang going
    2. do we have to enter the text showing in text box before doing this ?

    ReplyDelete
    Replies
    1. Hey ... you are on the right track I guess !!
      Your page must be refreshing continuously and if codes in text box above "Welcome to Online Order" are changing, then u are on the right track. You will have to wait until you hit the jackpot. I have uploaded a screenshot of what happens once you hit a jackpot. (Just edited this blog) It will take may be around 2-10 mins. Enjoy some music video in background uptill then !! Enjoy !!

      Delete
  5. AFTER ABOUT 25 TO 30 MINS A DIALOG BOX OPENED SHOWING MESSAGE "JACKPOT AND COUPON CODE".
    BUT CODE ONLY GIVES DISCOUNT OF 25% ONLY.WHAT SHOULD I DO PLEASE HELP :)

    ReplyDelete
    Replies
    1. Actually it should be 50% off on 2nd pizza !!
      This is what I also said in blog above that these domino people are giving really pathetic coupons via this slot machine. I know it says in their advertisement that its 100% off but as you can see, jackpot coupon is only giving u 50% off.

      "False Advertising"

      Delete
  6. OMG!First i got 50% discount but i somewhat flopped it and and i lost it and next time i try it went on for like 30 mins...still waiting to get that coupon i got first in 1 minute!after i get the coupon i proceeded added the pizza and when i clicked proceed to sides and typed the coupon finally it said INVALID COUPON when should i redeem my coupon pls reply!anyway thank you vishal

    ReplyDelete
    Replies
    1. well.. there is only one thing. Once you get the coupon don't refresh the page. Directly proceed to order pizza. And this 50% discount is on the 2nd pizza. So you must have added atleast 2 pizza (2nd pizza should be of same or lesser prize than first pizza) in cart. Then add that coupon code.

      Delete
    2. Uncaught TypeError: Cannot call method 'appendChild' of null
      what does this indicate,it keeps cuming on my debugger and since then its been like an hour but i am not getting any coupon

      Delete
    3. such errors may arise at some time. If processing stops just re-enter the 2nd code given above in console window and press enter. :)

      Delete
    4. NO,error comes but it keeps on generating codes up above WELCOME TO ONLINE ORDER but does not stop,is there any other way i could get atleast like 100rs off or 25% off?this seems to be taking too much time

      Delete
    5. yeh sure. as you can see there are in total 5 cases of awards.
      Case 1(Jackpot), Case 2D, Case 3, Case 3A, case 4.

      If you want to stop code at case 2D, in the code below that case, just remove "//" behind "alert(...)" and add "//" behind "gohere()". When you add "//" at the start of any line it means programme wont execute that line of code.

      For case 3, replace code below it (which is "gohere(); break;") with the following:

      alert("Triple: "+json['slot_result']+" "+json['unique_coupon']);
      //gohere();
      break;


      Delete
  7. After entering the above code in Console, a message appears saying- SyntaxError: Unexpected token <
    What do I do?

    ReplyDelete
    Replies
    1. well this error may arise sometime. Just try again.

      Make sure u are adding 1st code after "body" tag in Elements window and not in console window.

      2nd code goes in console window.

      If you still get that error, mail me screen shots at vish.tree@gmail.com.

      Delete
    2. I have uploaded some more screenshots.. if they are of any help !!

      Delete
    3. This comment has been removed by a blog administrator.

      Delete
  8. I got an error after following this procedure
    After entering first code it showing this message
    "Port error: Could not establish connection. Receiving end does not exist. "
    and after second one
    "The page at https://pizzaonline.dominos.co.in/slot-machine/ displayed insecure content from http://pizzaonline.dominos.co.in/slot-machine/process-slot.php."

    tell mi solution on it .....

    ReplyDelete
    Replies
    1. This comment has been removed by a blog administrator.

      Delete
    2. All you need to do is to replace all the "http://..." with "https://.."
      and it will start working

      Delete
    3. Thank You for your reply !!! :)
      I have now updated the script !! :)

      Delete
  9. NO NEED TO WAIT FOR WEDNESDAY..
    CHECK THIS OUT:
    http://joel.co.in/ddgenerator001

    ReplyDelete
  10. It works but sad part is u get 50 percent off on the second pizza :(. Anyways nice hack !

    ReplyDelete
    Replies
    1. yaa .. i know ... false advertising by Dominos !! :P

      Delete
  11. What is the code if i want to get only 100 rs. off

    ReplyDelete
  12. I tried this method and left it for more than an hour and finally closed it but then i got this website http://www.couponland.in/dominos-coupons at first me and my frien said another april fool but it worked.It has many codes of buy one get one,101 off

    ReplyDelete
    Replies
    1. it automatically makes the code copied once you click on the get coupon.

      frien is friend

      Delete
  13. This is great topic to know about slot games. If any slots player want to know about the best free slots and want to win then i think they have need to know this topic because this topic is very useful for all slots player.

    ReplyDelete
  14. Can I use this process in mozilla firefox??????????

    ReplyDelete
    Replies
    1. I haven't tried it.... but u can try.... it should work fine. :)

      Delete
  15. HACK GAME ONLINE (100% WORK) FIRST, DISABLE YOUR ANTIVIRUS

    DOWNLOAD DISINI

    ReplyDelete
  16. hey vishal the hack is working for around 15 min not helping some random numbers are being diplayed at left upper corner wht ti do
    plzz help!

    ReplyDelete
  17. Nice post. I was checking continuously this blog and I am impressed! Very helpful information :) I care for such info a lot. I was looking for this certain info for a long time Snapdeal Coupon

    ReplyDelete
  18. Wow excellent casino gaming theme. Loves to read your blog. Though i love the domino's pizza and love to play with live slot casino games to earn more money.

    ReplyDelete
  19. It is showing error i.e POST https://pizzaonline.dominos.co.in/slot-machine/process-slot.php 404 (Not Found). I think they have removed the php file

    ReplyDelete
  20. I think there are many people like and visit it regularly, including me.I actually appreciate your own position and I will be sure to come back here.

    gclub casino
    ทางเข้าจีคลับ
    gclub

    ReplyDelete
  21. Great blog great information. It's actually most entertaining casino lovers extremely fascinated with slot casino games. Have a loot and take the pleasure of online gambling with online casino malaysia today.

    ReplyDelete
  22. Invest in Ripple on eToro the World’s Top Social Trading Network...

    Join millions who have already discovered easier strategies for investing in Ripple.

    Learn from established eToro traders or copy their positions automatically.

    ReplyDelete
  23. Play lots of 918Kiss mobile slot games malaysia and download official client from 918Kiss Malaysia for IOS or android APK. See paying 918Kiss Game Client

    ReplyDelete
  24. I found so many interesting stuff in your blog especially its discussion. From the tons of comments on your articles, I guess I am not the only one having all the enjoyment here! keep up the good work... https://www.liveslot77.com

    ReplyDelete
  25. I like your blog,I sincerely hope that your blog a rapid increase in
    traffic density,which help promote your blog and we hope that your blog is being updated.
    ทางเข้า ยูเพลย์365

    ReplyDelete
  26. หนทางการผลิตรายได้กับ pussy888
    การเล่นเกมคาสิโนออนไลน์ในปัจจุบันนี้ เป็นอีกหนึ่งแบบ หรืออีกหนึ่งหนทางสำหรับเพื่อการสร้างรายได้ การเพิ่มช่องทางสำหรับเพื่อการทำเงินให้กับเพศผู้เล่นเกมคาสิโนเอง ซึ่งในทุกวันนี้เกมคาสิโนออนไลน์ที่ได้รับความพึงพอใจจากเหล่านักเล่นก็มีนานัปการแบบร่วมกัน ได้แก่เกม pussy888 บาคาร่า ยิงปลา เกมไพ่ เกมรูเล็ต ไฮโล และก็เกมคาสิโนออนไลน์อื่นๆที่สามารถช่วยให้ผู้เล่นเกมสามารถทำเงินจากเกมคาสิโนออนไลน์ได้มากขึ้น ดังนี้การที่ผู้เล่นจะเข้าไปเล่นเกมคาสิโนไหน ก็ขึ้นกับความพอใจ ความพึงพอใจของผู้เล่นเองด้วย โดยวันนี้พวกเรามีอีกหนึ่งค่ายเกมคาสิโนออนไลน์ที่จะมาเสนอแนะให้ท่านได้ทราบจะ ซึ่งก็คือ pussy888 ซึ่งนับว่าเป็นค่ายเกมคาสิโนที่กำลังเดินทางมาแรง แล้วก็เป็นที่ชอบใจของเหล่านักเล่นเกมคาสิโนออนไลน์อย่างใหญ่โตทีเดียว โดยเหตุนั้นตามพวกเราไปดูกันว่า ถ้าเกิดคุณอยากทำเงินจากเกม pussy888 คุณเหมาะสมที่จะเข้าสิโนแบบไหนสูงที่สุด
    เกมpussy888 กับ pussy888
    ถ้าคุณพอใจหรืออยากเข้ามาเล่นเกมค้างสิโออนไลน์กับค่ายเกม pussy888 พวกเราขอชี้แนะให้ท่านได้ทดลองเล่นเกม pussy888 ซึ่งเป็นเกมคาสิโนออนไลน์ยอดนิยมอีกเกมหนึ่งในค่ายเกม pussy888 ลองมองจุดเด่นของการเล่นเกมpussy888 ที่ pussy888 กันเลย
    • เกมpussy888ที่ค่าย pussy888เป็นเกมที่มีระบบระเบียบเกมเสถียร ผู้เล่นเกมสามารถเชื่อมั่นได้ว่าเล่นเกมตรงนี้ จะไม่มีสดุด หรือเกดข้อผิดพลาดระหว่างการเล่นเกมอย่างแน่แท้
    • ผู้เล่นเกมสามารถทำเงินจาเกมสล็อตที่ค่ายpussy888 ได้มากกว่าเกมค่ายอื่น ด้วยเกมสล็อตที่ค่ายนี้มีต้นแบบการเล่นที่นำสมัย แถมมีแจ็คพอตในเกมสล็อตมากขึ้นเพื่อเอาอกเอาใจลูกค้าให้สามารถทำเงินได้ง่ายดายด้วย
    • เกมpussy888 ค่าย pussy888 มีระบบระเบียบฝาก ถอน อัตโนมัติ ทำให้ผู้เล่นเกมสามารถเข้าถึง แล้วก็เข้าไปเล่นเกมสล็อตได้ตลอด 24 ชั่วโมงโดยไม่ต้องระฝากเงินเข้าระบบเป็นระยะเวลานาน
    • ค่ายเกม pussy888 มีแบบอย่างเกมสล็อตให้คนที่พึงพอใจอยากได้เล่นเกมpussy888ได้แน่ใจว่า ผู้เล่นเกมจะเจอกับเกมที่นานาประการ แล้วก็เพิ่มความสนุกสนานร่าเริงได้อย่างดีเยี่ยม
    โดยเหตุนั้นถ้าหากคนใดพึงพอใจที่จะเข้ามาเล่นเกมpussy888กับค่ายเกม pussy888 สามารถเข้ามาติดต่อมาและสอบถาม เพื่อสมัครสมาชิกกับค่ายเกมคาสิโน pussy888 ถึงที่กะไว้เว็บไซต์ของพวกเรา พวกเรามีผู้ช่วยแล้วก็คณะทำงานที่จะรอให้การช่วยเหลือ ดูแลในทุกๆวิธีการสมัครกับคุณทุกคน รวมทั้งอย่าลิมที่จะมีสติสัมปชัญญะทุกหนเมื่อจำเป็นต้องเริ่มจ่ายเงินพนันกับเกมคาสิโนpussy888 เนื่องจากว่ามันจะช่วยเพิ่มจังหวะสำหรับการทำเงินให้กับผู้เล่นได้อย่างดีเยี่ยม
    pussy888

    ReplyDelete
  27. Thank you so much for this great blog. Honestly, I found the information useful on your blog, thanks for giving us the blog.
    wordpress
    ufa88kh.blogspot
    youtube
    ufa88cambodia

    ReplyDelete