[Tutorial] Updating 059's client to 28.0.1

Posts 1630 of 72 · Page 2 of 5
Still, compiling §§goto is not available
Could you post a more detailed tutorial, im completely new to this. Specifically how to access each place where you need to edit the p-code. For example, I can find the scripts\kabam\rotmg\messaging\impl\GameServerConne ctionConcrete.as code but I don't know which line to click to edit the p-code that needs to be edited thanks.
Quote Originally Posted by Cmalcolm201270 View Post
Could you post a more detailed tutorial, im completely new to this. Specifically how to access each place where you need to edit the p-code. For example, I can find the scripts\kabam\rotmg\messaging\impl\GameServerConne ctionConcrete.as code but I don't know which line to click to edit the p-code that needs to be edited thanks.
Click on the (action script) code box and hit Ctrl+F on your keyboard and type what you are looking for. Once you find it click the code and find the similar item in p-code box.
Quote Originally Posted by Cmalcolm201270 View Post
Could you post a more detailed tutorial, im completely new to this. Specifically how to access each place where you need to edit the p-code. For example, I can find the scripts\kabam\rotmg\messaging\impl\GameServerConne ctionConcrete.as code but I don't know which line to click to edit the p-code that needs to be edited thanks.
Just use uploaded client. If u really want - watch videos in yt.
Quote Originally Posted by skerf View Post
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
So if I wanted to update the new client to 28.0.2 where would i find the new things?
is there to search for code? it hard to find
You edited the actionscript instead of the pcode @Hidden Needle

- - - Updated - - -

For 28.0.2 theres no new RANDOM strings, just change the version and it will work.
Quote Originally Posted by iWantUrCupcake View Post
You edited the actionscript instead of the pcode @Hidden Needle

- - - Updated - - -

For 28.0.2 theres no new RANDOM strings, just change the version and it will work.
Oh and how edit p-code? i click versionline but dont drop in pcode edit window :/

*edit
i find how thx
*edit 2.0 xd
need new random string or just use lastest?
It'll be on the very right and bottom of the window, if it doesn't show up idk how to help, sorry
inventory viewer work ?
Posts 1630 of 72 · Page 2 of 5

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?