How to get the plane

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.

Best Answer

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

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