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!

Enchant/Fix Tool V1 (VB.NET windows form)

Experienced Elementalist
Joined
May 9, 2011
Messages
222
Reaction score
34
you don't need a xor string, i make it really easy for all, just have to modify id/pw it's vb.net, really easy to modify it all is clear
 
Experienced Elementalist
Joined
May 9, 2011
Messages
222
Reaction score
34
open it with an hex editor, not with visual studio..
 
Experienced Elementalist
Joined
May 9, 2011
Messages
222
Reaction score
34
Search at the end of the program you will find them or just make a search in it
 
Newbie Spellweaver
Joined
Dec 30, 2011
Messages
26
Reaction score
0
I changed IP, id and pass.but file was broken :(
desp08500 - Enchant/Fix Tool V1 (VB.NET windows form) - RaGEZONE Forums
 
Experienced Elementalist
Joined
May 9, 2011
Messages
222
Reaction score
34
when you hex edit a file, you have to verifye the size of the file, for exemple if the ip is 127.0.0.1 and you modify it to 5.116.156.20 you see a difference between the last number of characteres and the new one, so you have to modify data to get it at the same size.
 
Joined
Sep 7, 2011
Messages
1,323
Reaction score
528
Catalog=atum2_db_account;Persist Security Info=True;User ID=sa;Password=........... ...ƒ.....€„....My.Settings... ...ƒ........................T..WrapNonExceptionThrows.e..

When i said that is not id 'atum' and pw 'callweb' You didn't believe me -.-
 
Experienced Elementalist
Joined
May 9, 2011
Messages
222
Reaction score
34
lol you just find an old test pw that i made at beginning, it's maybe one that forgot to delete, the others are atum callweb
 
Experienced Elementalist
Joined
May 9, 2011
Messages
222
Reaction score
34
There is no security risk...it's only a little program in vb.net that do the same things than a php tool already release on this forum...
 
Newbie Spellweaver
Joined
Apr 19, 2012
Messages
24
Reaction score
0
thank you for this ,i used this and this is very simple

49 00 44 00 3d 00 61 00 74 00 75 00 6d 00 3b 00 50 00 61 00 73 00 73 00 77 00 6f 00 72 00 64 00 3d 00 63 00 61 00 6c 00 6c 00 77 00 65 00 62 00 00 80 e9 44 00 61 00 74 00 61 00 20 00 53 00 6f 00 75 00 72 00 63 00 65 00 3d 00 31 00 32 00 37 00 2e 00 30 00 2e 00 30 00 2e 00 31 00 3b 00 49 00 6e 00 69 00 74 00 69 00 61 00 6c 00 20 00 43 00 61 00 74 00 61 00 6c 00 6f 00 67 00 3d 00 61 00 74 00 75 00 6d 00 32 00 5f 00 64 00 62 00 5f 00 61 00 63 00 63 00 6f 00 75 00 6e 00 74

hex dump cant copy

id=atum password=callweb source=127.0.0.1 db=atum2_db_account

when is change it the id cant more than 4 and password cant more than 8
 
Back
Top