Additional Info
|
Hi guys,
I played the game "Everybody Edits" yesterday and now I am wondering if it would be possible to gain admin access without knowing the secret key for the level. Using SWF Decompiler I found this code: Code: [Select] Bl.data.isLockedRoom = param11; I can manipulate the memory with HxD, but I dont know how to set the variables Bl.data.isLockedRoom and Bl.data.canEdit to true.A link to the version of the game I used (Armorgames.com version) can be found HERE. I hope you can help me. |
Additional Info
|
im just winging it here so if its a bit off, dont cry
original opcodes Code: [Select] 66 ?? ?? you will need to change it to Code: [Select] 66 ?? ?? I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it. |
Additional Info
|
The SWF Decompiler shows this as RAW Data:
Code: [Select] //5d 11 I edited the part with the canEdit and changed it to Code: [Select] //5d 11 But it didn't work! You can check this also out by yourself, just download HxD Hexeditor and replace the HEX Values (if you don't know how to use HxD watch this tutorial.). Maybe I did something wrong, but in my game nothing changed. |
Additional Info
|
well what does sothink say the code looks like after changes?
I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it. |
Additional Info
|
I don't know, I made the changes manually in the HEX-Editor. Currently I can't change the values in my downloaded file to see the results, cause I cannot acces my PC (I'm making holidays in England). Could you try?
|