Achhandrian Posted September 4, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 51 Reputation: 2 Joined: 07/31/12 Last Seen: September 23, 2020 Share Posted September 4, 2012 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.... Quote Link to comment Share on other sites More sharing options...
RagnaGaga Posted September 4, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 47 Reputation: 19 Joined: 11/21/11 Last Seen: Saturday at 12:56 AM Share Posted September 4, 2012 You'll have to use a hex editor to change this. That way you can either completely remove the button or change the landing page it goes to. Quote Link to comment Share on other sites More sharing options...
Achhandrian Posted September 4, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 51 Reputation: 2 Joined: 07/31/12 Last Seen: September 23, 2020 Author Share Posted September 4, 2012 I will try this evening. Is there a guide or something like this what i need to change for that? never done that, only read about this in the wiki Hexing#Creating_custom_RagRE_client_using_a_DIFF_patcher but that isnt a reall deatiled guide.^^ Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 4, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 4, 2012 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 Quote Link to comment Share on other sites More sharing options...
Achhandrian Posted September 4, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 51 Reputation: 2 Joined: 07/31/12 Last Seen: September 23, 2020 Author Share Posted September 4, 2012 tryed it, in theorie its easy but i cant use the exe after the hex because its broken, i only change the link..... Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted September 4, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted September 4, 2012 maybe ur link is too big Quote Link to comment Share on other sites More sharing options...
Achhandrian Posted September 4, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 51 Reputation: 2 Joined: 07/31/12 Last Seen: September 23, 2020 Author Share Posted September 4, 2012 hmm i tryed right now with www.google.de wich is shorter then the link to the kro site also not working...... Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted September 5, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted September 5, 2012 Wew... You can edit the default value in your exe, but if you're careless, you will broke the exe filesize checksum.. (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) Quote Link to comment Share on other sites More sharing options...
Question
Achhandrian
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....
Link to comment
Share on other sites
7 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.