Link Unit Below Tabs

Spacing

Super Ore Mine Hack






The Super Ore Mine Hack has been known for a while by many people--probably from the day the Super Ore Mine came out.  It's not hard to figure out if you know how to interpret the game's client/server communication using a proxy like Charles.

The Super Ore Mine allows you to build the four ores that are not your "natural" one.  For instance, if you can naturally build copper, then the other four ores would be aluminum, uranium, iron, and gold. The order of these four ores are used in the game for certain things like quest requirements, military contract costs, and the Super Ore Mine.

The Super Ore Mine Hack modifies the amount of resources that Super Ore Mine contracts give out by changing the multipliers.  It's also possible to get ores that you haven't unlocked for the Super Ore Mine in the game yet, as well as oil, wood, and coins!  (I don't think many people know about the coins part.)

For this hack, I assume you know how to use Charles Proxy.  If you don't know how to use it but don't have the motivation and dedication to learn how to use Charles properly, then hacks like this are not for you!

Keep in mind that I haven't played the game much lately.  I built the Super Ore Mine just for this hack.  I haven't bothered to unlock all the resources or multipliers beforehand.

I suggest you learn how to perform this hack quickly and get yourself a reasonably large amount of each ore, wood, oil, and coins.  Zynga may patch this hack quickly, but they probably won't take away your millions or billions of resources (if you don't act stupidly by bragging about it openly).  Don't be too greedy or you may run into problems with the numbers for your resources.

If you are learning this hack for the first time, first try hacking the first ore in your Super Ore Mine--skip steps 5 and 6 below.


Step 1 - Preparation


You should have a Super Ore Mine built so that it's possible for you to start a contract for at least one resource.  It's not necessary to unlock all the resources or multipliers.  (It may not even be necessary to unlock any of the resources, but I haven't checked that.)

Have the Empires & Allies game loaded.

Load Charles Proxy.  Make sure breakpoints are set for the "flashservices" folder of the URL "http://fb-client-zc.empire.zynga.com".  DO NOT set it on the Zynga URL itself.


Step 2 - Enable Breakpoints in Charles and Refresh Game


Enable breakpoints in Charles by pressing the red hexagon.  This tells Charles to intercept and pause all requests from the client to the server and all responses from the server to the client.

Refresh the game.  (To avoid stray requests & responses, you can refresh the game first and then enable breakpoints in Charles.  You just need to time it correctly, which shouldn't be too hard since it takes the game so long to load.)


Step 3 - Find "initUser" Response

There may be stray requests or responses that came from before you refreshed the game.  You need to be able to recognize these and abort, cancel, or execute them to make them go away.

After the refresh, the client sends a request with the function "UserService.initUser" to the server to load the game.  Execute this request.  The AMF response will be very large.  It contains a lot of data that the server sends to the client to tell it how to load the game with your settings.  The response looks like this:



Step 4 - Edit "unlockedResource"

Under the "data" folder, look for "unlockedResource".  In this folder are all the resources that you have unlocked for your Super Ore Mine.  The following image shows only aluminum because I haven't unlocked the other ores yet.  It shows a "1" because that is my current multiplier and I haven't unlocked higher multipliers yet.



Double-click on the "1" (or whatever integer you have) to edit it.  Change it to a large number such as "99999999" WITHOUT quotation marks (or commas or periods).  Pick a number large enough so that you don't have to purchase too many contracts later on.  Don't use a number too large or you will get an error message in Charles.  I used eight "9"s; nine "9"s would be too many.

If you are skipping the next two optional steps, then execute the response and turn off breakpoints in Charles.  If you are doing steps 5 and 6, do not execute the response yet.


Step 5 (Optional) - Edit "unlockedResource": Continued

This step and the next step are to hack ores that you haven't unlocked within the game, as well as oil, wood, and coins.  If you want to produce large amounts of an ore you have already unlocked in the game, skip these steps.

Double-click on the resource name ("aluminum" in my image/example) to edit it.  Change it to the resource you want to hack.  You need to do this if you are hacking oil, wood, or coins.

If you are hacking another resource at the same time, edit the lines for those as well.


Step 6 (Optional) - Edit "resourceOrder"

Open up the "userInfo" folder and then the "world" subfolder.



Look for the "resourceOrder" subfolder:



The image shows the four ores that are not your "natural" one, but you might not have all of them unlocked for your Super Ore Mine.

You need to edit a resource that you have already unlocked for your Super Ore Mine, either within the game or through hacking in the previous step.  If you have more than one resource unlocked, you can edit more than one here.  As an example, I will work with the first row, which starts with "[0]" and happens to be for aluminum for me but may be different for you.

First, click on the "String Reference" on the first row and change it to "String".  Double-click on the name of the ore on the first row to edit it ("aluminum" in my image/example, but it may be different for you).  Change it to the ore that you want to unlock, or to "oil", "wood", or "coins".  (If you have more ores unlocked for your Super Ore Mine and want to edit those, go ahead.)

The resource(s) that you hack here should correspond to the resources that you hacked in the previous step.

Execute the response.  Turn off breakpoints in Charles.


Step 7 - Contract Purchase and Collection

Let the game load.  Click on the Super Ore Mine.  You will see something like this:



The numbers for the resources you see in the contracts are the base numbers multiplied by the multiplier that you entered in step 4.  Select the shortest-term contract, "Weighted Wealth", which only takes 15 minutes to complete.  There may be a way to shorten the actual time you need to wait, but I haven't investigated that.

DO NOT refresh the game before the contract completes.  To be safe, don't do anything else in the game so that you aren't forced to refresh the game.  (If you must do something in the game, at least don't visit neighbors or engage in battles.)  If the game is refreshed, all the settings you edited will default back to the settings saved on the game server and you will have to repeat the edits.

When the contract completes, collect the resource from the Super Ore Mine.  You can see the resource amount updated in your resources bar at the top of your game screen.  (You need to expand the bar to see all the resources.)

Repeat the contract purchase and collection for the same resource as many times as you want before refreshing the game.  However, you should have chosen a number large enough in step 4 so that you shouldn't need to purchase more than one or a few contracts.


Step 6 - Repeat

If you want to hack other resources, repeat steps 2-7 for those other resources.



35 comments:

  1. This is awesome, thanks :)

    ReplyDelete
  2. Works like a charm. Cool!

    ReplyDelete
  3. thanks sire, now i have tons of ore :D

    but when i edit the resource order (Step 5 & 6)
    I edit the String reference [0] value from copper to oil


    but
    i get error message from charles


    what happened ?
    why i can't hack oil & wood & my natural ore
    (in my case - it's aluminium)

    ReplyDelete
    Replies
    1. Read step 6 more carefully. You have to change "String Reference" to "String" first.

      Delete
    2. i got trouble on this, after hacking ores, oils woods and coins... now my empires is in big problem, i cant do anything, its was paralized, cant even harvest and move..etc.. sir do you know the problem and solution for this problem?

      Delete
  4. as always working 100% thanks sir ...=)

    ReplyDelete
  5. Yeah that trick does work like a charm

    i forgot to change "String Reference" to "String"
    LOL


    And now my game is freezing
    of course it's because of my own fault

    In subfolder UNLOCKED RESOURCES
    i change the value from "copper" to "consumable72" (Without quotation marks)


    In subfolder Resource Order
    i change the value from
    "String Reference" to "String"
    "cooper" to "consumable72"

    (and in the waiting process, i was using my secondary account to speed up the contract)

    I was hoping to get some Nuke II
    but hell, the game keep freezing

    oh crab
    now it can't be played anymore
    I lost my empire

    My fault - sigh :(

    ReplyDelete
    Replies
    1. to the previous anonymous (the one trying to build the nuke),sell the super ore mine

      Delete
    2. I found a solution for this problem !!!
      Use the How To Sell Unsellable Objects #2
      to sell the Super Ore Mine. Then build a new one and all will be fine ;-)
      Tested and work's (for me)!

      Delete
    3. do not extend the tutorial and do not make an experiment my friend just do it what it tells you i try it also and i almost lost my empire too but i used the CE trick move and sell(the super ore mine)by sir sean's article )i don't know if this will work to you....=)

      Delete
    4. sell super ore mine and place it again
      if you dont know how to sell unsellable objects just folow the tutorial
      http://empiresandalliesgame.blogspot.com/2012/03/how-to-sell-unsellable-objects-2.html

      Delete
    5. Hey Sean and everybody who can read this, i tried this trick and got tons of other ores,wood and oil. I even tried to produce my main ore,which is Gold and succeeded for a while,but a day passed and my gold inventory became zero,and after that all gold that i collect from ore mines and even from being bought from other market are being lost every time i log out and log in back

      Delete
    6. Anonymous @ May 8, 2012 01:45AM:

      You're doing something wrong...

      Delete
    7. and what's more Sean, now i can't seem to use my Charles Proxy properly, every time i turn my settings off on my facebook secure browsing, i can't enter the game but when i turn it ON the game loads normally, am i the only one encountering this problem?

      Delete
    8. Nope i have 500k uranium but always 0 gold - if i have earned 100 gold so then i gonna reload i have 0 again.

      Delete
  6. Awesome, thanks for this :D

    Have you got another method of creating other items again now that the survival hack mode is gone? I assume so seeing as you're still posting unit codes, there must be more loopholes out there somewhere :)

    ReplyDelete
  7. Is it possible to obtain energy or consumable?

    ReplyDelete
  8. Yes, Can we do that?
    Like make Nukes or other parts of buildings using this method by using unit codes or resource codes?

    ReplyDelete
  9. hi guys.. anyone know how to make the Charles Proxy run smoothly? I got hardly lagging problems with that after changed the value. Or is that normal for everyone?

    ReplyDelete
  10. Hey Sean and everybody who can read this, i tried this trick and got tons of other ores,wood and oil. I even tried to produce my main ore,which is Gold and succeeded for a while,but a day passed and my gold inventory became zero,and after that all gold that i collect from ore mines and even from being bought from other market are being lost every time i log out and log in back

    ReplyDelete
  11. Hello Sean I have a big problem. After producing oil from the super mine now my oil at 0, and even if I try to buy it or produce it, when I update the game the account of my oil back to 0 again. Can you help me solve the problem? Thank you!

    ReplyDelete
  12. Anonymous thats happening with me too. Help me Sean please.

    ReplyDelete
  13. That gives you can not be greedy oil emadeira put many if not of error in the server solution is to open the resource charles and go and take some of them and start the game if you see that it worked so spend as much that you can and put to sell the game after update

    ReplyDelete
  14. Works like it was meant to work. Awsome. You are the greatest guy in the world. Thank you Thank you Thank you

    ReplyDelete
  15. I only find 443 on the Zynga URL in Charles although I used Firefox to do it.What I must do?

    ReplyDelete
  16. um my charles closes after 30mins and all the values go back to normal can anyone help

    ReplyDelete
  17. Can i use this hack with empire points?plz tell.

    ReplyDelete
  18. Sir i cant see my wood value its blank and the game is not loading can anyone help me

    ReplyDelete
  19. Sean, seem this has been patched..? i tried the 1st step (the empire has been loaded then i started Charles. set breakpoints under flashservice then refresh empire. when it started it, the empire is almost on 95% loading, then it kick out Charles and forced me to refresh. i also did the otherway, load empire then when fully loaded, i started Charles set the breakpoints and when i click Execute, it forced me to refresh. this means that this has been patched..?

    ReplyDelete
  20. I can't get the multiplier for coins wood and oil to work, managed to get them to show on super ore mine but with no multiplier. its funny that i have to pay 500 coins to produce 6 coins.

    ReplyDelete
  21. Thanks!!! It really worked. Just used an 8 figure number and once for all type of ore + coins + oil + wood. I think if you exceed a certain number than the system will reset. Just use once. Don't be too greed.

    ReplyDelete
  22. to all readers my friends the hack is working properly okay the one you complain happened to me check your resources in charles " do not extend your oil,gold or other ores to maximum of 3 billions or more or it will turn to zero, all you have to do is hide your billions of resources inside your market place and don't forget to keep something for yourself at least 1.8 billions safety limit or lest, and it turn back to normal and one thing don't be greedy...=) thanks sir sean...

    ReplyDelete
  23. Hello guys, I need hep here. I used the uper ore mine to hack diff ores, oil, and wood successfully. but when I did it with coins at first it was fine but I think I because too greedy that my coins reached to 3 billion. Now the problem started. my coin become zero every time i refresh the game. please help

    ReplyDelete
    Replies
    1. my friend you screwed up lol, coins can not be hide or put inside the market place but it can be wasted here are my suggestions and not actual experiments my friend check your resources in charles you will see how many coins you have, change it value to half of your billions or more less after that execute it,check your coins if it will appear,now spend them all...=) thanks sir sean..

      Delete