Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Change client version and build?

Junior Spellweaver
Joined
Apr 4, 2010
Messages
132
Reaction score
6
H people!!! Is it posible change, delete or hide the version and build message on login screen? I need delete, change version or hide it. Is the text on bottom left corner.
 

Attachments

You must be registered for see attachments list
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Yes it's possible to change version. Search hex "06 03 01" with any hex editor. It's simply reversed version. So hex "04 04 01" means 1.4.4


To hide version you need to search hex "56 00 65 00 72 00 20 00" (wich means "Ver" the text you see on login screen).

You will find this hex:
"25 00 64 00 2E 00 25 00 64 00 2E 00 25 00 64 00 00 00 00 00".
Then change to this hex:
"31 00 2E 00 33 00 2E 00 36 00 00 00 00 00 00 00 00 00 00 00".
This is the fake version.


Thats all. :mellow: (works for any elementclient)
 
Last edited:
Skilled Illusionist
Joined
Aug 6, 2010
Messages
351
Reaction score
23
Yes it's possible to change version. Search hex "06 03 01" with any hex editor. It's simply reversed version. So hex "04 04 01" means 1.4.4


To hide version you need to search hex "56 00 65 00 72 00 20 00" (wich means "Ver" the text you see on login screen).
You will find this hex "25 00 64 00 2E 00 25 00 64 00 2E 00 25 00 64 00 00 00 00 00".
Then change to this hex "31 00 2E 00 33 00 2E 00 36 00 00 00 00 00 00 00 00 00 00 00". This is the fake version.


Thats all. :mellow: (works for any elementclient)

nice thanks
 
Newbie Spellweaver
Joined
Aug 3, 2013
Messages
7
Reaction score
0
If we change the version in elementclient if we could play with pw pw corresponding server versions of its game
Her original

example elementcliet.exe [1.4.4]> be elementclient.exe [1.3.6] if we can start the game with pw server 1.3.6
 
Newbie Spellweaver
Joined
Aug 3, 2013
Messages
7
Reaction score
0
I find pw private server version 1.3.6 with version 0.0.1 elementclient.exe
pw is in timpat with client 1.4.4 + + +
and I tried to start with his results could pwserver 1.3.6 by pw on the server but the problem happens too low version
 
Newbie Spellweaver
Joined
Jul 3, 2013
Messages
28
Reaction score
2
i search for "31 00 2E 00 34 00 2E 00 36 00 00 00 00 00 00 00 00 00 00 00" = 1.4.6 can't find any idea?
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Here is your answer. Next time read carefully.
Search hex "06 03 01" with any hex editor. It's simply reversed version. So hex "06 04 01" means 1.4.6
 
Newbie Spellweaver
Joined
Jul 3, 2013
Messages
28
Reaction score
2
Here is your answer. Next time read carefully.

in which website i can get hex converter to find and convert hex example like this one [/URL]
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Sorry I don't understand well your question...
 
Newbie Spellweaver
Joined
Jul 3, 2013
Messages
28
Reaction score
2
i mean where i can translate hex 06 04 01 to text like 1.4.6 and words to hex
 
Last edited:
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Yea it's pretty obvious... But the people seems to come here without their brain...
 
Newbie Spellweaver
Joined
Jul 3, 2013
Messages
28
Reaction score
2
Yea it's pretty obvious... But the people seems to come here without their brain...
i am not meant it 1.4.6 = 0x06 0x04 0x01 reversed i know that was reverse and already change version 1.4.7
i was asking for how to
translate other hex to text example like google translate
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
All depends of the hex type... if it's reversed or not... if it's a int, string, char or anything else... You can't simply "translate" hex like you would with a language to another language.

Edit:
For example, I took a random hex code from an item of my inventory.

5f00ff00000000000000000039670000846700002400040c5000730079006b006f00750000000000f200000000000000000000000000000000000000000000000000000000000000020007005f3100005f31000006000000b025000007000000bc250000090000004b210000010000000c470000460500000c000000eba5000014000000eba5000014000000

It's composed of int, float, char and maybe something else. You can't translate it without an appropriate tool for that type of hex. Any hex tool isn't sufficient. You must know how the hex code was done before "translating" it to something more readable for the common of humans.
 
Last edited:
Back
Top