nicoscene Posted May 20, 2014 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 154 Reputation: 6 Joined: 04/26/12 Last Seen: January 26, 2016 Share Posted May 20, 2014 Hello rAthena, I'd like to remove the Cash Shop button on the upper right part of the client, Any idea how to remove it ? Thanks Quote Link to comment Share on other sites More sharing options...
Najara Posted May 20, 2014 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 404 Reputation: 247 Joined: 12/17/11 Last Seen: Sunday at 06:37 AM Share Posted May 20, 2014 A way to do this is to open your client in a hex editor and search for: NC_CashShop (or string 4E 43 5F 43 61 73 68 53 68 6F 70) Replace the values in the string with "00" for each line, so basically the number above^ will become: 00 00 00 00 00 00 00 00 00 00 00 Be sure to make a backup of your client in case something goes wrong. It works! now there's a new problem. The client is looking for a file ".bmp". It is looking for an untitled bmp file. :< Ah right, I forgot that some users don't diff their client with "ignore missing file errors". You'll have to re-diff your client for the above to work without problems, I'm afraid. =l 1 Quote Link to comment Share on other sites More sharing options...
Najara Posted May 20, 2014 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 404 Reputation: 247 Joined: 12/17/11 Last Seen: Sunday at 06:37 AM Share Posted May 20, 2014 A way to do this is to open your client in a hex editor and search for: NC_CashShop (or string 4E 43 5F 43 61 73 68 53 68 6F 70) Replace the values in the string with "00" for each line, so basically the number above^ will become: 00 00 00 00 00 00 00 00 00 00 00 Be sure to make a backup of your client in case something goes wrong. 1 Quote Link to comment Share on other sites More sharing options...
0 Najara Posted May 24, 2017 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 404 Reputation: 247 Joined: 12/17/11 Last Seen: Sunday at 06:37 AM Share Posted May 24, 2017 On 5/23/2017 at 10:10 AM, core said: hi any specific guide on how to do that thanks in advance sir .. Could you explain which part of the instructions provided isn't clear to you? Quote Link to comment Share on other sites More sharing options...
0 core Posted May 24, 2017 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 135 Reputation: 1 Joined: 05/21/17 Last Seen: June 11, 2018 Share Posted May 24, 2017 15 hours ago, Najara said: Could you explain which part of the instructions provided isn't clear to you? i already did this thanks to you and to every one posted here .. can i ask a question if you dont mind how to disable the Warper ?? thanks in advance Quote Link to comment Share on other sites More sharing options...
-1 core Posted May 23, 2017 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 135 Reputation: 1 Joined: 05/21/17 Last Seen: June 11, 2018 Share Posted May 23, 2017 On 5/20/2014 at 1:12 AM, Najara said: A way to do this is to open your client in a hex editor and search for: NC_CashShop (or string 4E 43 5F 43 61 73 68 53 68 6F 70) Replace the values in the string with "00" for each line, so basically the number above^ will become: 00 00 00 00 00 00 00 00 00 00 00 Be sure to make a backup of your client in case something goes wrong. hi any specific guide on how to do that thanks in advance sir .. Quote Link to comment Share on other sites More sharing options...
nicoscene Posted May 20, 2014 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 154 Reputation: 6 Joined: 04/26/12 Last Seen: January 26, 2016 Author Share Posted May 20, 2014 A way to do this is to open your client in a hex editor and search for: NC_CashShop (or string 4E 43 5F 43 61 73 68 53 68 6F 70) Replace the values in the string with "00" for each line, so basically the number above^ will become: 00 00 00 00 00 00 00 00 00 00 00 Be sure to make a backup of your client in case something goes wrong. It works! now there's a new problem. The client is looking for a file ".bmp". It is looking for an untitled bmp file. :< Quote Link to comment Share on other sites More sharing options...
nicoscene Posted May 20, 2014 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 154 Reputation: 6 Joined: 04/26/12 Last Seen: January 26, 2016 Author Share Posted May 20, 2014 It works! Thank you so much~ Quote Link to comment Share on other sites More sharing options...
Gidz Cross Posted May 22, 2014 Group: Members Topic Count: 133 Topics Per Day: 0.03 Content Count: 686 Reputation: 89 Joined: 04/07/14 Last Seen: Sunday at 08:18 AM Share Posted May 22, 2014 A way to do this is to open your client in a hex editor and search for: NC_CashShop (or string 4E 43 5F 43 61 73 68 53 68 6F 70) Replace the values in the string with "00" for each line, so basically the number above^ will become: 00 00 00 00 00 00 00 00 00 00 00 Be sure to make a backup of your client in case something goes wrong. It works! now there's a new problem. The client is looking for a file ".bmp". It is looking for an untitled bmp file. :< Ah right, I forgot that some users don't diff their client with "ignore missing file errors". You'll have to re-diff your client for the above to work without problems, I'm afraid. =l Or is there a way how to completely remove the cash shop without re diffing your client? Quote Link to comment Share on other sites More sharing options...
Najara Posted May 22, 2014 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 404 Reputation: 247 Joined: 12/17/11 Last Seen: Sunday at 06:37 AM Share Posted May 22, 2014 A way to do this is to open your client in a hex editor and search for: NC_CashShop (or string 4E 43 5F 43 61 73 68 53 68 6F 70) Replace the values in the string with "00" for each line, so basically the number above^ will become: 00 00 00 00 00 00 00 00 00 00 00 Be sure to make a backup of your client in case something goes wrong. It works! now there's a new problem. The client is looking for a file ".bmp". It is looking for an untitled bmp file. :< Ah right, I forgot that some users don't diff their client with "ignore missing file errors". You'll have to re-diff your client for the above to work without problems, I'm afraid. =l Or is there a way how to completely remove the cash shop without re diffing your client? As far as I am aware, there isn't. The Cash Shop is integrated in the client. You can either find a client that doesn't support it, or hex it out of your current client through the method I've provided. Nonetheless, it both comes down to touching a client. 1 Quote Link to comment Share on other sites More sharing options...
Gidz Cross Posted May 22, 2014 Group: Members Topic Count: 133 Topics Per Day: 0.03 Content Count: 686 Reputation: 89 Joined: 04/07/14 Last Seen: Sunday at 08:18 AM Share Posted May 22, 2014 Oh thanks for the quick reply. Its because the i need the option to show errors when some files are missing. I tried to delete the 4E 43 5F 43 61 73 68 53 68 6F 70 instead of making them 00, and yeah. The .exe will not be functioning. Quote Link to comment Share on other sites More sharing options...
Najara Posted May 22, 2014 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 404 Reputation: 247 Joined: 12/17/11 Last Seen: Sunday at 06:37 AM Share Posted May 22, 2014 Yes, that's what happens. Never backspace/delete hex-strings, if you want to get rid of certain functions it's necessary to replace them with 00. I hope you've made a back-up, at least. Quote Link to comment Share on other sites More sharing options...
nicoscene Posted May 23, 2014 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 154 Reputation: 6 Joined: 04/26/12 Last Seen: January 26, 2016 Author Share Posted May 23, 2014 Oh thanks for the quick reply. Its because the i need the option to show errors when some files are missing. I tried to delete the 4E 43 5F 43 61 73 68 53 68 6F 70 instead of making them 00, and yeah. The .exe will not be functioning. Follow what Najara said, It works on me. Just use the hex editor's replace hex feature. (Ctrl+R / Ctrl+H) Quote Link to comment Share on other sites More sharing options...
Gidz Cross Posted May 23, 2014 Group: Members Topic Count: 133 Topics Per Day: 0.03 Content Count: 686 Reputation: 89 Joined: 04/07/14 Last Seen: Sunday at 08:18 AM Share Posted May 23, 2014 Already did. But as i said. I needed the warning if there are some files missing. So i can fix it. Quote Link to comment Share on other sites More sharing options...
Question
nicoscene
Hello rAthena, I'd like to remove the Cash Shop button on the upper right part of the client, Any idea how to remove it ? Thanks
Link to comment
Share on other sites
13 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.