[Tutorial] Updating 059's client to 28.0.1

Posts 115 of 72 · Page 1 of 5
[Tutorial] Updating 059's client to 28.0.1
Step 1: Get FFDecompiler: https://www.free-decompiler.com/flash/

Step 2: Open 059 28.0.0 swf in FFDec

Step 3: Make the following changes in P-code:

scripts\kabam\rotmg\messaging\impl\GameServerConne ctionConcrete.as:
  • _loc1_.buildVersion_ = "X28.0.0" to "X28.0.1"

scripts\com\company\assembleegameclient\parameters \Parameters.as:
  • RANDOM1:String = "6a39570cc9de4ec71d64821894" to "311f80691451c71b09a13a2a6e"
  • RANDOM2:String = "c79332b197f92ba85ed281a023" to "72c5583cafb6818995cbd74b80"

scripts\kabam\rotmg\application\impl\ProductionSet up.as:
  • return "RotMG #{VERSION}.{MINOR}".replace("{VERSION}","X28.0").r eplace("{MINOR}","0") to return "RotMG #{VERSION}.{MINOR}".replace("{VERSION}","X28.0").r eplace("{MINOR}","1");


Step 4: save and test in flash player
Everything else worked, except the first part, cant compile $$goto it says, then nothing saves.
Did you edit the actionscript instead of the pcode?
How do you edit it in pcode? I'm completely new to this so sorry if I'm asking stupid questions
Click on the line in the main window, and the pcode will show up on the right side
Quote Originally Posted by Recrement View Post
How do you edit it in pcode? I'm completely new to this so sorry if I'm asking stupid questions
Click the line you want to change in the actionscript window, then pcode window appears on right.
Worked for me.
Still, compiling §§goto is not available
Quote Originally Posted by impactrevvy View Post
Still, compiling §§goto is not available
Same for me, can anyone help?
i did everything but when i run it i cant press play
Quote Originally Posted by BeaTzLiKeWeeD View Post
i did everything but when i run it i cant press play
Did you edit every single step in p-code?
Posts 115 of 72 · Page 1 of 5

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?