Jump to content
  • 0

Disabling Cash Shop Button


nicoscene

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  04/26/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  403
  • Reputation:   245
  • Joined:  12/17/11
  • Last Seen:  

 

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. /ok

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

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  403
  • Reputation:   245
  • Joined:  12/17/11
  • Last Seen:  

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. /ok

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  403
  • Reputation:   245
  • Joined:  12/17/11
  • Last Seen:  

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?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   1
  • Joined:  05/21/17
  • Last Seen:  

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

Link to comment
Share on other sites

  • -1

  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   1
  • Joined:  05/21/17
  • Last Seen:  

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. /ok

 

 

hi any specific guide on how to do that thanks in advance sir ..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  04/26/12
  • Last Seen:  

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. /ok

It works! now there's a new problem. The client is looking for a file ".bmp". It is looking for an untitled bmp file. :<

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  04/26/12
  • Last Seen:  

It works! Thank you so much~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  646
  • Reputation:   83
  • Joined:  04/07/14
  • Last Seen:  

 

 

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. /ok

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  403
  • Reputation:   245
  • Joined:  12/17/11
  • Last Seen:  

 

 

 

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. /ok

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.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  646
  • Reputation:   83
  • Joined:  04/07/14
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  403
  • Reputation:   245
  • Joined:  12/17/11
  • Last Seen:  

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. /ok

 

I hope you've made a back-up, at least.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  04/26/12
  • Last Seen:  

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)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  646
  • Reputation:   83
  • Joined:  04/07/14
  • Last Seen:  

Already did. But as i said. I needed the warning if there are some files missing. So i can fix it.

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...