Outdated16.4 Mod Selector

Posts 6175 of 87 · Page 5 of 6
Can we do epic dungeons with this client?
Quote Originally Posted by TrophyDolphin View Post
Can we do epic dungeons with this client?
Yes you can.

Quote Originally Posted by nilly View Post
It's possible to increase the localcount with the mod selector
Then ITS possible to add the anti-SS debuffs with a selector...right?
Quote Originally Posted by Zasx View Post
Yes you can.



Then ITS possible to add the anti-SS debuffs with a selector...right?
First get me some porn accounts
Quote Originally Posted by Zasx View Post
...Then ITS possible to add the anti-SS debuffs with a selector...right?
Yes. It's possible.
Quote Originally Posted by nilly View Post
It's possible to increase the localcount with the mod selector because rabcdasm uses the last localcount encountered for the function, meaning just insert 'localcount whatever' after the localcount you want to change.
Now the only thing I need to know is how to replace 1 line of code with another. For example I need to replace line "pushbyte 52" with "pushshort 132"
Tried putting push 132 in the same line number but it added it right under pushbyte 52. If I disassemble the flash and change that 1 line manually, the inventory viewer works.
Quote Originally Posted by Cryogen235 View Post
Now the only thing I need to know is how to replace 1 line of code with another. For example I need to replace line "pushbyte 52" with "pushshort 132"
Tried putting push 132 in the same line number but it added it right under pushbyte 52. If I disassemble the flash and change that 1 line manually, the inventory viewer works.
You have to be aware of what pushbyte is doing. This is avm2 bytecode which has a stack that variables are pushed onto and popped off. In this case what you want to do is pop the value 52 off the stack and then push the value 132 onto it which effectively replaces the value. The code would look like this:

Code:
pushbyte 52
pop
pushshort 132
Quote Originally Posted by Cryogen235 View Post
Now the only thing I need to know is how to replace 1 line of code with another. For example I need to replace line "pushbyte 52" with "pushshort 132"
Tried putting push 132 in the same line number but it added it right under pushbyte 52. If I disassemble the flash and change that 1 line manually, the inventory viewer works.
pop
pushshort 132

and also add localcount 4 right beneath localcount 3, and u get localcount 4 rather than localcount 3 xD

Here is something really useful
16.4.0_invViewer_mpgh.net.rar2 KB · 12 downloads Scanning…
Quote Originally Posted by nilly View Post
You have to be aware of what pushbyte is doing. This is avm2 bytecode which has a stack that variables are pushed onto and popped off. In this case what you want to do is pop the value 52 off the stack and then push the value 132 onto it which effectively replaces the value. The code would look like this:

Code:
pushbyte 52
pop
pushshort 132
lol turns out I had it right all along. I just had the line number wrong. I figured out I had to use pop after looking up some avm2 bytecode stuff and looking at how pop was used in the other hacks. It works now. Thanks nilly.
Quote Originally Posted by liaojh1998 View Post
pop
pushshort 132

and also add localcount 4 right beneath localcount 3, and u get localcount 4 rather than localcount 3 xD

Here is something really useful
I don't really need that anymore. I finally figured it out and I now have it added to the mod selector.
Quote Originally Posted by Cryogen235 View Post
I don't really need that anymore. I finally figured it out and I now have it added to the mod selector.
THEN TAKE THIS!!!

REALMEYE
(and please check and see if it work, if it doesnt, tell me)

I couldn't check, java is stuck on my computer, like stupid viruses, wtfffffff it wont load

edit: nvm, it doesnt work
Quote Originally Posted by liaojh1998 View Post
THEN TAKE THIS!!!

REALMEYE
(and please check and see if it work, if it doesnt, tell me)

I couldn't check, java is stuck on my computer, like stupid viruses, wtfffffff it wont load

edit: nvm, it doesnt work
Yeah I tested it and some of your .txt names in the xml were wrong. I fixed them and it added the mod without problems but most of the menu text is out of place.
The realmeye me button itself works fine when clicked.
Also the code is missing the names to update shortcuts on top that make updating the code easier. That's easy to add tho.
Quote Originally Posted by Cryogen235 View Post
Yeah I tested it and some of your .txt names in the xml were wrong. I fixed them and it added the mod without problems but most of the menu text is out of place.
The realmeye me button itself works fine when clicked.
Also the code is missing the names to update shortcuts on top that make updating the code easier. That's easy to add tho.
I didnt add that, and that's becuz i didnt have time, if u want to add shortcuts u can
I personally don't like it because leechers just DONT WORK, THEY JUST COPY PASTE THE PROPERTIES AND NEVER LEARN THE CODES XD

Btw, take good care of the codes and edit, and see if u can find out the problem to why it didn't work, thx , im on a tight schedule today, sry
@nilly
Please help us on the realmeye, though the realm eye text show up correctly, the other text showed up randomly and differently from before. Could we just add a new property to the property with all the text and names, and then see if they can show up.

Or if possible let's coerce with the 3rd arg rather than creating a Boolean because that's probably the problem as well, I'm not sure why the text is showing up random XD, please help, thx .



Edit: THAT AWKWARD I LOST MY PET DUDE LOL (total randomness just to get u guys going XD)
16.4.0_realmEye_mpgh.net.rar2 KB · 3 downloads Scanning…
3x5YcDc.png242 KB · 4 downloads
Am i the only one that gets disconnectet before oryx ?
Wow, thanks for this! I've been looking for a client like this for a while now.
I couldn't get his to work, even following instructions. I have only gotten various command prompts that state " press any key to continue " , and it goes nowhere.
Posts 6175 of 87 · Page 5 of 6
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?