Domino Slot Machine Trick

8
7/6/13 Domino slot machine trick dominoshack.blogspot.in/2013/01/domino-slot-machine-trick.html 1/8 26th January [http://2.bp.blogspot.com/-fcv2T3- q9fU/UQQWFHEsKoI/AAAAAAAAAHs/Y9HuEVGgfkE/s1600/Capture.JPG] 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 http://pizzaonline.dominos.co.in/slot-machine/ [http://pizzaonline.dominos.co.in/slot-machine/] 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> Domino slot machine trick

description

Dominos Slot Machine Process

Transcript of Domino Slot Machine Trick

7/6/13 Domino slot machine trick

dominoshack.blogspot.in/2013/01/domino-slot-machine-trick.html 1/8

26th January

[http://2.bp.blogspot.com/-fcv2T3-

q9fU/UQQWFHEsKoI/AAAAAAAAAHs/Y9HuEVGgfkE/s1600/Capture.JPG]

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

http://pizzaonline.dominos.co.in/slot-machine/ [http://pizzaonline.dominos.co.in/slot-machine/]

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>

Domino slot machine trick

7/6/13 Domino slot machine trick

dominoshack.blogspot.in/2013/01/domino-slot-machine-trick.html 2/8

[http://3.bp.blogspot.com/-R7KO-LySjl4/UdFuR2MlqdI/AAAAAAAAAWc/WPit-zZxOGQ/s1366/Untitled1.png]

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(){

7/6/13 Domino slot machine trick

dominoshack.blogspot.in/2013/01/domino-slot-machine-trick.html 3/8

$.post('http://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 = 'http://pizzaonline.dominos.co.in/slot-machine/';

gohere();

}

});

}

gohere();

7/6/13 Domino slot machine trick

dominoshack.blogspot.in/2013/01/domino-slot-machine-trick.html 4/8

[http://4.bp.blogspot.com/-5lVSRVurshg/UdFucil_F4I/AAAAAAAAAWk/-chksOL-a5Q/s1366/Untitled2.png]

[http://3.bp.blogspot.com/-s_dl3PlIRz4/UbiZXUQEX1I/AAAAAAAAAV0/YvtUFKiv4gA/s1600/Untitled.png]

You will get this alert window (as shown above) once u get a jackpot. Note down this code somewhere .

7/6/13 Domino slot machine trick

dominoshack.blogspot.in/2013/01/domino-slot-machine-trick.html 5/8

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 !!

Posted 26th January by vishal narkhede

Replies

Reply

Replies

Reply

Replies

20 View comments

pdzarkar May 11, 2013 at 10:24 AM

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

Reply

vishal narkhede May 11, 2013 at 10:29 AM

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

vishal narkhede May 11, 2013 at 10:27 AM

Reply

This comment has been removed by the author.

ajay karan Chahal June 8, 2013 at 9:01 AM

how much time does it take to get the jackpot

Reply

vishal narkhede June 8, 2013 at 9:49 AM

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

Nissim Panchpor June 12, 2013 at 12:18 AM

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

Reply

vishal narkhede June 12, 2013 at 1:31 AM

7/6/13 Domino slot machine trick

dominoshack.blogspot.in/2013/01/domino-slot-machine-trick.html 6/8

Reply

Replies

Reply

Replies

Reply

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

Chetan Gulati June 12, 2013 at 8:14 AM

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

Reply

vishal narkhede June 12, 2013 at 8:50 AM

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

Chetan Gulati June 12, 2013 at 9:43 AM

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

Reply

vishal narkhede June 12, 2013 at 9:53 AM

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 patheticcoupons via this slot machine. I know it says in their advertisement that its 100% off but asyou can see, jackpot coupon is only giving u 50% off.

"False Advertising"

Ani Rudh June 29, 2013 at 12:11 AM

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

7/6/13 Domino slot machine trick

dominoshack.blogspot.in/2013/01/domino-slot-machine-trick.html 7/8

Replies

Reply

Replies

Reply

vishal narkhede June 29, 2013 at 2:01 AM

well.. there is only one thing. Once you get the coupon don't refresh the page. Directlyproceed to order pizza. And this 50% discount is on the 2nd pizza. So you must have addedatleast 2 pizza (2nd pizza should be of same or lesser prize than first pizza) in cart. Then addthat coupon code.

Ani Rudh June 29, 2013 at 2:47 AM

Uncaught TypeError: Cannot call method 'appendChild' of nullwhat does this indicate,it keeps cuming on my debugger and since then its been like an hourbut i am not getting any coupon

vishal narkhede June 29, 2013 at 2:49 AM

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

Ani Rudh June 29, 2013 at 2:54 AM

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

vishal narkhede June 29, 2013 at 3:08 AM

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 meansprogramme 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;

Pranshi July 1, 2013 at 2:06 AM

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

Reply

7/6/13 Domino slot machine trick

dominoshack.blogspot.in/2013/01/domino-slot-machine-trick.html 8/8

Reply

Enter your comment...

Comment as: Google Account

Publish Preview

vishal narkhede July 1, 2013 at 4:46 AM

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 consolewindow.

2nd code goes in console window.

If you still get that error, mail me screen shots at [email protected].

vishal narkhede July 1, 2013 at 5:02 AM

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