Jump to content
  • 0

Removing Unnecessary Buttons from Client


Portalcake

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  11/13/11
  • Last Seen:  

I'm trying remove the battleground, booking and navigation buttons.
 


nanakiwurtz, on 15 Oct 2012 - 03:58 AM, said:

"How to disable Battleground button"
Find: 5C62617369635F696E746572666163655C62746E5F626174746C655F6669656C6400C0AF
Replace with: 5F62617369635F696E746572666163655C62746E5F626174746C655F6669656C6400C0AF

"How to disable Navigation button"
Find: 5C6E617669676174696F6E5F696E746572666163655C62746E5F4E617669676174696F6E
Replace with: 5F6E617669676174696F6E5F696E746572666163655C62746E5F4E617669676174696F6E

"How to disable Party Booking button"
Find: 5C62617369635F696E746572666163655C626F6F6B696E670000
Replace with: 5F62617369635F696E746572666163655C626F6F6B696E670000

 
But when I save the EXE and try run it, I get many errors (screenshots below).
 
1fd01.png
 
 
http://u.cubeupload.com/Portalcake/5c802.png
http://u.cubeupload.com/Portalcake/5f803.png
http://u.cubeupload.com/Portalcake/04.png
http://u.cubeupload.com/Portalcake/05.png
http://u.cubeupload.com/Portalcake/06.png
http://u.cubeupload.com/Portalcake/07.png
http://u.cubeupload.com/Portalcake/08.png

 
 
I've tried with xDiffPatcher too, with this code.

  <patch id="63" name="Remove unnecessary buttons" type="Data">
   <desc>Remove navigation, battleground and booking buttons.</desc>
   <changes>
    <byte offset="570836" old="5c" new="5f"/>
    <byte offset="5708ce" old="5c" new="5f"/>
    <byte offset="57086a" old="5c" new="5f"/>
   </changes>
  </patch> 

But, the same errors appears when I open my client.
My client is 2013-08-07aRagexe, atm.
 
Thanks in advance~

 

Edit, fixed.

Thanks~

Edited by Portalcake
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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