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?
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
add a comment |
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
add a comment |
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
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
the-gold-factory
asked Nov 19 '17 at 4:56
syesye
1
1
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
You can simply modify the value of ironbar
global variable to a number:
window.ironbar = 200
// or simply
ironbar = 200
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
add a comment |
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
add a comment |
Press F12 to open up the javascript console. the type "ironbar=5000000"
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
You can simply modify the value of ironbar
global variable to a number:
window.ironbar = 200
// or simply
ironbar = 200
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
add a comment |
You can simply modify the value of ironbar
global variable to a number:
window.ironbar = 200
// or simply
ironbar = 200
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
add a comment |
You can simply modify the value of ironbar
global variable to a number:
window.ironbar = 200
// or simply
ironbar = 200
You can simply modify the value of ironbar
global variable to a number:
window.ironbar = 200
// or simply
ironbar = 200
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
add a comment |
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
add a comment |
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
add a comment |
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
add a comment |
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
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
answered Dec 2 '17 at 17:27
Sgt. HackerSgt. Hacker
111
111
add a comment |
add a comment |
Press F12 to open up the javascript console. the type "ironbar=5000000"
add a comment |
Press F12 to open up the javascript console. the type "ironbar=5000000"
add a comment |
Press F12 to open up the javascript console. the type "ironbar=5000000"
Press F12 to open up the javascript console. the type "ironbar=5000000"
answered 6 mins ago
FistOfFuryFistOfFury
669132540
669132540
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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