Jump to content
  • 0

Ingame Webbrowser


Question

Posted

In the newer version there is the ingame webbrwoser i got two quesitons.

is there a way to disable it and because i think there is no way to disable it, can i set the startign page somewehere ?

the start page is kro page by default i would like to set my server page as start.

hope this is the right place , read it is client side so i thogut it would fit in scripting....

7 answers to this question

Recommended Posts

Posted

open ur hex editor....select that client.exe .....

then search for the website string...

for example...if the client redirect you to

www.google.com

then you search for

www.google.com

then change ALL

www.google.com

to

www.YOURWEBSITE.com

Posted

Wew... You can edit the default value in your exe, but if you're careless, you will broke the exe filesize checksum.. /meh

(Correct me if I'm wrong) As we know exe file isn't like a txt file that we can edit freely, exe file has a numerous of headers, and one of them is the filesize.

So it means, if the original value is www.google.com, and you edit it into www.google2.com, them you have added a single ASCII string '2', therefore it won't match your original filesize checksum, because your newly created exe has increased it's size by 1 byte.

If you edit your www.google.com into something shorter like www.google.co, then don't forget to replace the old hex value into 00, not 20 (space)

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...