How do I get the plane?What are the answers to the Boss's ciphers?How do skills work?How do I get cookies?How...

Why Normality assumption in linear regression

Why do stocks necessarily drop during a recession?

Typing Amharic inside a math equation?

How can I install sudo without using su?

Injecting creativity into a cookbook

"Free" Hopf algebra

What is better: yes / no radio, or simple checkbox?

Find x angle in triangle

Why exactly do action photographers need high fps burst cameras?

How to fill color in logic gates in Tikz?

Blindfold battle as a gladiatorial spectacle - what are the tactics and communication methods?

Why don't American passenger airlines operate dedicated cargo flights any more?

Do authors have to be politically correct in article-writing?

Can a person refuse a presidential pardon?

My cat mixes up the floors in my building. How can I help him?

Every character has a name

Why did other German political parties disband so fast when Hitler was appointed chancellor?

Is it a fallacy if someone claims they need an explanation for every word of your argument to the point where they don't understand common terms?

Does Improved Divine Strike trigger when a paladin makes an unarmed strike?

What kind of hardware implements Fourier transform?

Removing c-style comments with sed

Why is "points exist" not an axiom in geometry?

Book where aliens are selecting humans for food consumption

What is the purpose of easy combat scenarios that don't need resource expenditure?



How do I get the plane?


What are the answers to the Boss's ciphers?How do skills work?How do I get cookies?How do enchantments work?How to get the emerald sword?How to continue past the Nether?How to buy the plane?Where do I find the disk needed for the computer?What is the password to the chest?How do I make a Secret Potion in The Gold Factory Game?













0















How do I add iron bars through source code to get the plane? Do I need iron bars? I have tried to wait but it is taking forever.










share|improve this question



























    0















    How do I add iron bars through source code to get the plane? Do I need iron bars? I have tried to wait but it is taking forever.










    share|improve this question

























      0












      0








      0








      How do I add iron bars through source code to get the plane? Do I need iron bars? I have tried to wait but it is taking forever.










      share|improve this question














      How do I add iron bars through source code to get the plane? Do I need iron bars? I have tried to wait but it is taking forever.







      the-gold-factory






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 19 '17 at 4:56









      syesye

      1




      1






















          3 Answers
          3






          active

          oldest

          votes


















          1














          You can simply modify the value of ironbar global variable to a number:





          window.ironbar = 200
          // or simply
          ironbar = 200





          share|improve this answer
























          • How would I do that I tried typing it into the basic.js but it didn't work?

            – sye
            Nov 19 '17 at 13:48



















          0














          To get extra iron bars (or anything) in The Gold Factory, you would need to edit the save game code. Do this by changing the decoding the base 64 save game code. You can use this website. https://www.base64encode.org/ The second number after the decryption should be the number of iron bars you have, while the first number is the amount of gold bars you have. Change that, then encrypt the code again. Add "encrypted" to the end of the code, and there you go! Here's my code:



          MTAwMDAwMDAwMDAwMDB8MTAwMDAwMDAwMDAwMDAwMDB8MTZ8MTYwfDMzfDYwfDEzNHwwfDJ8MXw1OTB8MXwxfDF8Mjd8MXwwfDB8MHwwfDB8MHwwfDB8MHwwfDB8MHwwfDB8MHwwfDN8MHwxfDN8NHw0fDF8MnxZb3V8VGhpcyBpcyB5b3UufDB8MHwwfDB8ZmFsc2V8ZmFsc2V8ZmFsc2V8MHxmYWxzZXx0cnVlfHRodW5kZXJ8NXwzfDF8MTd8ZmFsc2V8MHw5OTk5OTk5OTl8OTk5OTk5OTk5fDB8RGlhbW9uZCBTd29yZHx0cnVlfHRydWV8dHJ1ZXx0cnVlfHRydWV8dHJ1ZXxmYWxzZXxmYWxzZXxmYWxzZXxmYWxzZXxmYWxzZXx0cnVlfDV8ZmFsc2V8dHJ1ZQencrypted






          share|improve this answer































            -1














            Press F12 to open up the javascript console. the type "ironbar=5000000"





            share























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "41"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              noCode: true, onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f321674%2fhow-do-i-get-the-plane%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1














              You can simply modify the value of ironbar global variable to a number:





              window.ironbar = 200
              // or simply
              ironbar = 200





              share|improve this answer
























              • How would I do that I tried typing it into the basic.js but it didn't work?

                – sye
                Nov 19 '17 at 13:48
















              1














              You can simply modify the value of ironbar global variable to a number:





              window.ironbar = 200
              // or simply
              ironbar = 200





              share|improve this answer
























              • How would I do that I tried typing it into the basic.js but it didn't work?

                – sye
                Nov 19 '17 at 13:48














              1












              1








              1







              You can simply modify the value of ironbar global variable to a number:





              window.ironbar = 200
              // or simply
              ironbar = 200





              share|improve this answer













              You can simply modify the value of ironbar global variable to a number:





              window.ironbar = 200
              // or simply
              ironbar = 200






              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Nov 19 '17 at 6:36









              hjpotter92hjpotter92

              717725




              717725













              • How would I do that I tried typing it into the basic.js but it didn't work?

                – sye
                Nov 19 '17 at 13:48



















              • How would I do that I tried typing it into the basic.js but it didn't work?

                – sye
                Nov 19 '17 at 13:48

















              How would I do that I tried typing it into the basic.js but it didn't work?

              – sye
              Nov 19 '17 at 13:48





              How would I do that I tried typing it into the basic.js but it didn't work?

              – sye
              Nov 19 '17 at 13:48













              0














              To get extra iron bars (or anything) in The Gold Factory, you would need to edit the save game code. Do this by changing the decoding the base 64 save game code. You can use this website. https://www.base64encode.org/ The second number after the decryption should be the number of iron bars you have, while the first number is the amount of gold bars you have. Change that, then encrypt the code again. Add "encrypted" to the end of the code, and there you go! Here's my code:



              MTAwMDAwMDAwMDAwMDB8MTAwMDAwMDAwMDAwMDAwMDB8MTZ8MTYwfDMzfDYwfDEzNHwwfDJ8MXw1OTB8MXwxfDF8Mjd8MXwwfDB8MHwwfDB8MHwwfDB8MHwwfDB8MHwwfDB8MHwwfDN8MHwxfDN8NHw0fDF8MnxZb3V8VGhpcyBpcyB5b3UufDB8MHwwfDB8ZmFsc2V8ZmFsc2V8ZmFsc2V8MHxmYWxzZXx0cnVlfHRodW5kZXJ8NXwzfDF8MTd8ZmFsc2V8MHw5OTk5OTk5OTl8OTk5OTk5OTk5fDB8RGlhbW9uZCBTd29yZHx0cnVlfHRydWV8dHJ1ZXx0cnVlfHRydWV8dHJ1ZXxmYWxzZXxmYWxzZXxmYWxzZXxmYWxzZXxmYWxzZXx0cnVlfDV8ZmFsc2V8dHJ1ZQencrypted






              share|improve this answer




























                0














                To get extra iron bars (or anything) in The Gold Factory, you would need to edit the save game code. Do this by changing the decoding the base 64 save game code. You can use this website. https://www.base64encode.org/ The second number after the decryption should be the number of iron bars you have, while the first number is the amount of gold bars you have. Change that, then encrypt the code again. Add "encrypted" to the end of the code, and there you go! Here's my code:



                MTAwMDAwMDAwMDAwMDB8MTAwMDAwMDAwMDAwMDAwMDB8MTZ8MTYwfDMzfDYwfDEzNHwwfDJ8MXw1OTB8MXwxfDF8Mjd8MXwwfDB8MHwwfDB8MHwwfDB8MHwwfDB8MHwwfDB8MHwwfDN8MHwxfDN8NHw0fDF8MnxZb3V8VGhpcyBpcyB5b3UufDB8MHwwfDB8ZmFsc2V8ZmFsc2V8ZmFsc2V8MHxmYWxzZXx0cnVlfHRodW5kZXJ8NXwzfDF8MTd8ZmFsc2V8MHw5OTk5OTk5OTl8OTk5OTk5OTk5fDB8RGlhbW9uZCBTd29yZHx0cnVlfHRydWV8dHJ1ZXx0cnVlfHRydWV8dHJ1ZXxmYWxzZXxmYWxzZXxmYWxzZXxmYWxzZXxmYWxzZXx0cnVlfDV8ZmFsc2V8dHJ1ZQencrypted






                share|improve this answer


























                  0












                  0








                  0







                  To get extra iron bars (or anything) in The Gold Factory, you would need to edit the save game code. Do this by changing the decoding the base 64 save game code. You can use this website. https://www.base64encode.org/ The second number after the decryption should be the number of iron bars you have, while the first number is the amount of gold bars you have. Change that, then encrypt the code again. Add "encrypted" to the end of the code, and there you go! Here's my code:



                  MTAwMDAwMDAwMDAwMDB8MTAwMDAwMDAwMDAwMDAwMDB8MTZ8MTYwfDMzfDYwfDEzNHwwfDJ8MXw1OTB8MXwxfDF8Mjd8MXwwfDB8MHwwfDB8MHwwfDB8MHwwfDB8MHwwfDB8MHwwfDN8MHwxfDN8NHw0fDF8MnxZb3V8VGhpcyBpcyB5b3UufDB8MHwwfDB8ZmFsc2V8ZmFsc2V8ZmFsc2V8MHxmYWxzZXx0cnVlfHRodW5kZXJ8NXwzfDF8MTd8ZmFsc2V8MHw5OTk5OTk5OTl8OTk5OTk5OTk5fDB8RGlhbW9uZCBTd29yZHx0cnVlfHRydWV8dHJ1ZXx0cnVlfHRydWV8dHJ1ZXxmYWxzZXxmYWxzZXxmYWxzZXxmYWxzZXxmYWxzZXx0cnVlfDV8ZmFsc2V8dHJ1ZQencrypted






                  share|improve this answer













                  To get extra iron bars (or anything) in The Gold Factory, you would need to edit the save game code. Do this by changing the decoding the base 64 save game code. You can use this website. https://www.base64encode.org/ The second number after the decryption should be the number of iron bars you have, while the first number is the amount of gold bars you have. Change that, then encrypt the code again. Add "encrypted" to the end of the code, and there you go! Here's my code:



                  MTAwMDAwMDAwMDAwMDB8MTAwMDAwMDAwMDAwMDAwMDB8MTZ8MTYwfDMzfDYwfDEzNHwwfDJ8MXw1OTB8MXwxfDF8Mjd8MXwwfDB8MHwwfDB8MHwwfDB8MHwwfDB8MHwwfDB8MHwwfDN8MHwxfDN8NHw0fDF8MnxZb3V8VGhpcyBpcyB5b3UufDB8MHwwfDB8ZmFsc2V8ZmFsc2V8ZmFsc2V8MHxmYWxzZXx0cnVlfHRodW5kZXJ8NXwzfDF8MTd8ZmFsc2V8MHw5OTk5OTk5OTl8OTk5OTk5OTk5fDB8RGlhbW9uZCBTd29yZHx0cnVlfHRydWV8dHJ1ZXx0cnVlfHRydWV8dHJ1ZXxmYWxzZXxmYWxzZXxmYWxzZXxmYWxzZXxmYWxzZXx0cnVlfDV8ZmFsc2V8dHJ1ZQencrypted







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 2 '17 at 17:27









                  Sgt. HackerSgt. Hacker

                  111




                  111























                      -1














                      Press F12 to open up the javascript console. the type "ironbar=5000000"





                      share




























                        -1














                        Press F12 to open up the javascript console. the type "ironbar=5000000"





                        share


























                          -1












                          -1








                          -1







                          Press F12 to open up the javascript console. the type "ironbar=5000000"





                          share













                          Press F12 to open up the javascript console. the type "ironbar=5000000"






                          share











                          share


                          share










                          answered 6 mins ago









                          FistOfFuryFistOfFury

                          669132540




                          669132540






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Arqade!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f321674%2fhow-do-i-get-the-plane%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Benedict Cumberbatch Contingut Inicis Debut professional Premis Filmografia bàsica Premis i...

                              Monticle de plataforma Contingut Est de Nord Amèrica Interpretacions Altres cultures Vegeu...

                              Escacs Janus Enllaços externs Menú de navegacióEscacs JanusJanusschachBrainKing.comChessV