Jump to content
  • 0

Hex cash shop input box


x13th

Question


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   13
  • Joined:  11/20/11
  • Last Seen:  

Hi. I want to get rid of the input box in cash shop. same with this http://www.eathena.w...pic=242489.html

took from Ai4rei from eAthena;

Apply this, to get rid of the edit control:

CODE

Find : eb0233c083ceff6a106a408bc88975fc

Replace : eb0233c083ceff6a006a008bc88975fc

And this to get rid of the grey box behind/around it:

CODE

Find : 688e8e8e006a1283ea336a42526a6d8bce

Replace : 688e8e8e006a0083ea336a00526a6d8bce

^ can't find hex.

I'm using 2012-04-10

Edited by x13th
Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

get multy current shops by emistry instead using that one

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   13
  • Joined:  11/20/11
  • Last Seen:  

Thank you for your suggestion but i'm going to use cash shop. anyone?

Edited by x13th
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

well good luck :) try to use search engine if non then its ur bad luck :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

You are going to have to hex edit it from the client

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   13
  • Joined:  11/20/11
  • Last Seen:  

You are going to have to hex edit it from the client

Yea, but what should I hex?

bump.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   1
  • Joined:  11/06/12
  • Last Seen:  

took from Ai4rei from eAthena;

Apply this, to get rid of the edit control:

CODE

Find : eb0233c083ceff6a106a408bc88975fc

Replace : eb0233c083ceff6a006a008bc88975fc

And this to get rid of the grey box behind/around it:

CODE

Find : 688e8e8e006a1283ea336a42526a6d8bce

Replace : 688e8e8e006a0083ea336a00526a6d8bce

Edited by Rayhan
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   13
  • Joined:  11/20/11
  • Last Seen:  

took from Ai4rei from eAthena;

Apply this, to get rid of the edit control:

CODE

Find : eb0233c083ceff6a106a408bc88975fc

Replace : eb0233c083ceff6a006a008bc88975fc

And this to get rid of the grey box behind/around it:

CODE

Find : 688e8e8e006a1283ea336a42526a6d8bce

Replace : 688e8e8e006a0083ea336a00526a6d8bce

I'm using 2012-04-10 client, the hex is different :<

Edited by x13th
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   3
  • Joined:  12/22/11
  • Last Seen:  

Sorry it took so long.

I managed to figure out a hex. Pretty lucky that the code didn't change so much I believe.

All I've checked is that the box disappeared, you'll still have to remove the text from the window's image(it's still an image, right?)

Anyways, apply it at your own risk.

Find:

FF 89 9C 24 1C 01 00 00 6A 10 6A 40 8B C8 89 86 C4 00 00 00 E8 EF 9C 02

Replace with:

FF 89 9C 24 1C 01 00 00 6A 00 6A 00 8B C8 89 86 C4 00 00 00 E8 EF 9C 02

Find:

0C 68 8E 8E 8E 00 6A 12 6A 42 83 E9 33 51 6A 6D 8B CE E8 F2 CF 01 00 8B

Replace with:

0C 68 8E 8E 8E 00 6A 12 6A 00 83 E9 33 51 6A 6D 8B CE E8 F2 CF 01 00 8B

Edited by Shag
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   13
  • Joined:  11/20/11
  • Last Seen:  

Sorry it took so long.

I managed to figure out a hex. Pretty lucky that the code didn't change so much I believe.

All I've checked is that the box disappeared, you'll still have to remove the text from the window's image(it's still an image, right?)

Anyways, apply it at your own risk.

Find:

FF 89 9C 24 1C 01 00 00 6A 10 6A 40 8B C8 89 86 C4 00 00 00 E8 EF 9C 02

Replace with:

0C 68 8E 8E 8E 00 6A 12 6A 00 83 E9 33 51 6A 6D 8B CE E8 F2 CF 01 00 8B

Find:

0C 68 8E 8E 8E 00 6A 12 6A 42 83 E9 33 51 6A 6D 8B CE E8 F2 CF 01 00 8B

Replace with:

FF 89 9C 24 1C 01 00 00 6A 00 6A 00 8B C8 89 86 C4 00 00 00 E8 EF 9C 02

Thank you so much! but my client crash after opening the cash shop

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   3
  • Joined:  12/22/11
  • Last Seen:  

*sigh* This is what I get for pulling an all-nighter.

Sorry about that, I swapped the find and replace code boxes, try it now.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   13
  • Joined:  11/20/11
  • Last Seen:  

Working great!!! Thank you so much @Shag !!! Awesome :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...