Jump to content

196 posts in this topic

Recommended Posts

Posted
On 10/22/2017 at 1:21 AM, minhsangd said:

This way still working but the facebook has hide the code of the browser-mobile.js. They make an hidden xhr and eval the code in runtime. So to add the unlock code, follow instruction below:

Step 1 - 8: Same as the original post

Step 9: Scroll down ... Click the (>) beside index.html... Click again (>) beside the apps-<some number>.apps.fbsbx.com... then click again the (>) instant-bundle.. then click on bootstrap.js and click this {} sign on bottom left to unminify the code.

Step 10: find window.eval(e), set break point at this line by click to the line number, an blue arrow will appears in the number
Step 11: refresh browser, now the line that has break point will become yellow.

Step 12: Click to console tab and paste following code then press enter: (After enter, your browser will be freezed for a little bit)


e = e.replace('ToState");for', 'ToState");for(var _r1=new RegExp("Item:."),i=0;i<e.instances.length;i++)_r1.test(e.instances[i].modelID)&&(e.instances[i].state="idle");for')


Step 13: click the resume script execution (I>) on Resource tab

 

Finally, close the debugger, refresh browser then check the Characters

@InvalidOutput Please check my response and update to main post :)

 

Bonus:

Use following code for coin hack and give all the character maximum lv (50).


e = e.replace('ToState");for', 'ToState");for(var characters=["Item:standard","Item:fiona","Item:sophia","Item:coin","Item:magnet","Item:lenore","Item:jade","Item:arcana","Item:lyra","Item:trixie"],i=0;i<e.instances.length;i++)characters.indexOf(e.instances[i].modelID)>-1&&(e.instances[i].stats={level:50});for');

Enjoy :)

I did it once, but once i exited chrome, the character is gone. when i try to do the steps again, it gave em this error.

 

Uncaught ReferenceError: e is not defined
    at <anonymous>:1:1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines