Hexing help

Posts 1–15 of 22 · Page 1 of 2
Hexing help
Hello, I've been trying to hex my client (well not MY client) to 13.1.0 for a little while now and i can't seem to find any tutorials on it. Any information on the matter is greatly appreciated. (preferably how to hex, I'm a noob )

-Thank, Krearc

(Edit: Sorry wrong section... i just realized that after i posted)
Using EASY_RABCDASM I decompressed my 'client.swf', searched for 'Parameters.class.asasm' and openned into Notepad++. After, I looked up for "13" matches, the FIRST one was somt like 'pushtrue 13', rename 13 to '13.1'. Compressed client.swf and its working. Im playing right now, again, with goddamn fucking soulbound items :/
Quote Originally Posted by sapo420 View Post
Using EASY_RABCDASM I decompressed my 'client.swf', searched for 'Parameters.class.asasm' and openned into Notepad++. After, I looked up for "13" matches, the FIRST one was somt like 'pushtrue 13', rename 13 to '13.1'. Compressed client.swf and its working. Im playing right now, again, with goddamn fucking soulbound items :/
thank you very much, confirmed WORKING method,
hexxed maats 13 to 13.1
Quote Originally Posted by sapo420 View Post
Using EASY_RABCDASM I decompressed my 'client.swf', searched for 'Parameters.class.asasm' and openned into Notepad++. After, I looked up for "13" matches, the FIRST one was somt like 'pushtrue 13', rename 13 to '13.1'. Compressed client.swf and its working. Im playing right now, again, with goddamn fucking soulbound items :/
What is "EASY_RABCDASM"?
Quote Originally Posted by sapo420 View Post
Using EASY_RABCDASM I decompressed my 'client.swf', searched for 'Parameters.class.asasm' and openned into Notepad++. After, I looked up for "13" matches, the FIRST one was somt like 'pushtrue 13', rename 13 to '13.1'. Compressed client.swf and its working. Im playing right now, again, with goddamn fucking soulbound items :/
Quote Originally Posted by Yotsuba View Post
What is "EASY_RABCDASM"?
this one, learn to google
http://www.mpgh.net/forum/599-realm-...ubs-leazy.html
Quote Originally Posted by Yotsuba View Post
I decompressed it but I cannot download Notepad++ due to the fact I'm on another computer that is not mine is there any alternative?
Using notepad, open Parameters.class.asasm, go to Edit > Search/Locate, search for 13 and the first one should be: 'pushstring "13"' --> put 13.1 there, tested and it work.
Quote Originally Posted by sapo420 View Post
Using notepad, open Parameters.class.asasm, go to Edit > Search/Locate, search for 13 and the first one should be: 'pushstring "13"' --> put 13.1 there, tested and it work.
What coding language is this in? o.o
can you post the hack with full screen then?
I decompressed it but seems that I can't find the "Parameters.class.asasm".
Quote Originally Posted by shivira View Post
I decompressed it but seems that I can't find the "Parameters.class.asasm".
I have the same problem
Quote Originally Posted by Igordc1000 View Post
I have the same problem
It's in com/company/assembleegameclient/parameters.

An additional note: you should change the "13" on line 75 and on line 427 as well. (pushstring and trait const)
Quote Originally Posted by DatCoder View Post
It's in com/company/assembleegameclient/parameters.

An additional note: you should change the "13" on line 75 and on line 427 as well. (pushstring and trait const)
Make sure you do both of these. Not just the first.

Change at 75 as suggested by DatCoder:
Code:
    findproperty        QName(PackageNamespace("", "#0"), "_-0bz")
    pushstring          "13.1"
    initproperty        QName(PackageNamespace("", "#0"), "_-0bz")
Change at 427:
Code:
 trait const QName(PackageNamespace("", "#0"), "_-0bz") slotid 1 type QName(PackageNamespace("", "#0"), "String") value Utf8("13.1") end
Errrr. This may sound noobish, but this is what I am doing, and it is NOT WORKING.
I can't seem to decompile, or use this radcasm dealio.

1.) open radcasm_easy
2.) TYPE IN FULL PATH TO MY OUTDATED 13.0 client, which is, C:\Users\SwartzAndLong\Downloads\PreMade_mpgh.net (2)\20% With Everything.swf
3.) Tried multiple things, clicking "Decompile, and open folder, and make executeables", but am not sure what to do here?
4.)???
5.) Profit.


Can someone help? I'm jonesing to play.
Posts 1–15 of 22 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

Need help?