x13th Posted November 20, 2012 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 206 Reputation: 14 Joined: 11/20/11 Last Seen: April 9, 2024 Share Posted November 20, 2012 (edited) 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 November 21, 2012 by x13th Quote Link to comment Share on other sites More sharing options...
Mootie Posted November 20, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted November 20, 2012 get multy current shops by emistry instead using that one Quote Link to comment Share on other sites More sharing options...
x13th Posted November 20, 2012 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 206 Reputation: 14 Joined: 11/20/11 Last Seen: April 9, 2024 Author Share Posted November 20, 2012 (edited) Thank you for your suggestion but i'm going to use cash shop. anyone? Edited November 20, 2012 by x13th Quote Link to comment Share on other sites More sharing options...
Mootie Posted November 20, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted November 20, 2012 well good luck try to use search engine if non then its ur bad luck Quote Link to comment Share on other sites More sharing options...
Judas Posted November 20, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted November 20, 2012 You are going to have to hex edit it from the client Quote Link to comment Share on other sites More sharing options...
x13th Posted November 21, 2012 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 206 Reputation: 14 Joined: 11/20/11 Last Seen: April 9, 2024 Author Share Posted November 21, 2012 You are going to have to hex edit it from the client Yea, but what should I hex? bump. Quote Link to comment Share on other sites More sharing options...
Rayhan Posted November 21, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 102 Reputation: 1 Joined: 11/06/12 Last Seen: May 8, 2013 Share Posted November 21, 2012 (edited) 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 November 21, 2012 by Rayhan Quote Link to comment Share on other sites More sharing options...
x13th Posted November 21, 2012 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 206 Reputation: 14 Joined: 11/20/11 Last Seen: April 9, 2024 Author Share Posted November 21, 2012 (edited) 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 November 21, 2012 by x13th Quote Link to comment Share on other sites More sharing options...
Shag Posted November 22, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 11 Reputation: 3 Joined: 12/22/11 Last Seen: October 14, 2024 Share Posted November 22, 2012 (edited) 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 November 22, 2012 by Shag 1 Quote Link to comment Share on other sites More sharing options...
x13th Posted November 22, 2012 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 206 Reputation: 14 Joined: 11/20/11 Last Seen: April 9, 2024 Author Share Posted November 22, 2012 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 Quote Link to comment Share on other sites More sharing options...
Shag Posted November 22, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 11 Reputation: 3 Joined: 12/22/11 Last Seen: October 14, 2024 Share Posted November 22, 2012 *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. Quote Link to comment Share on other sites More sharing options...
x13th Posted November 22, 2012 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 206 Reputation: 14 Joined: 11/20/11 Last Seen: April 9, 2024 Author Share Posted November 22, 2012 Working great!!! Thank you so much @Shag !!! Awesome Quote Link to comment Share on other sites More sharing options...
Question
x13th
Hi. I want to get rid of the input box in cash shop. same with this http://www.eathena.w...pic=242489.html
^ can't find hex.
I'm using 2012-04-10
Edited by x13thLink to comment
Share on other sites
11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.