[HELP]Creating tools that editing 5180+ Crypted Server.dat

11/02/2010 15:17 CØĐ£Ř||Mã©hÍñє#1
well

i searched alot for changing the new crypted server.dat tool so i can change the server name from storm to Any name i would like also deleting others groups

but at last i failed


so looking for someone who can create a tool for us to edit that crypted server.dat

or letting the conquer.exe reading new server.dat which uncrypted one like what

Qonquer3 did

i hope that someone can help us with that

best regards
11/02/2010 21:22 Dragon_BOY#2
why dont you use Nullable Loader?
11/02/2010 22:07 Arcо#3
Quote:
Originally Posted by Dragon_BOY View Post
why dont you use Nullable Loader?
Cause he wants to change the name of the servers and delete most of em from the list.
11/03/2010 12:19 CØĐ£Ř||Mã©hÍñє#4
Quote:
Originally Posted by WTFIDKBBQ View Post
Cause he wants to change the name of the servers and delete most of em from the list.
yup i wanna change storm server name to another one also i wanna clear other groups from server.dat

as qonquer3 did

i hope i can find a good coder that can do it for us
11/03/2010 12:27 Arcо#5
Why not learn on your own so you don't have to depend on us for it?
11/03/2010 12:48 CØĐ£Ř||Mã©hÍñє#6
Quote:
Originally Posted by WTFIDKBBQ View Post
Why not learn on your own so you don't have to depend on us for it?
asm lang not that easy to learn just for making loader reading new server.dat :D

i need 6 months to learn asm :D
11/03/2010 13:05 Korvacs#7
ASM has a handful of commands, you just need to get your head around it.
11/03/2010 13:08 CØĐ£Ř||Mã©hÍñє#8
Quote:
Originally Posted by Korvacs View Post
ASM has a handful of commands, you just need to get your head around it.
i just wanna change server name to launch the server :)
11/03/2010 13:16 Korvacs#9
Well you need to start learning then.
11/03/2010 19:29 S/W#10
[Only registered and activated users can see links. Click Here To Register...] take lock here
11/03/2010 22:29 _tao4229_#11
Quote:
Originally Posted by Korvacs View Post
ASM has a handful of commands, you just need to get your head around it.
x86 Assembly has a lot more commands than a "handful"

Assembly isn't even the hard part here, reversing the code is.
I also like how people telling him to do it by himself probably can't do it by themselves either.
11/03/2010 22:38 Korvacs#12
Quote:
Originally Posted by _tao4229_ View Post
x86 Assembly has a lot more commands than a "handful"

Assembly isn't even the hard part here, reversing the code is.
I also like how people telling him to do it by himself probably can't do it by themselves either.
Ive done quite abit of ASM programming and its not all that difficult, and you do spend most of your time using a handful of commands, but as you can probably tell by the length of my post, i was hardly going to go into an indepth guide on how to program using ASM was i, nor list every command available.

My point was that ASM is easier than people think, just because it looks complicated doesnt mean that it actually is, you just need to read guides, and practice making small apps to store, move and modify data in memory, even if they dont actually do anything.
11/04/2010 03:12 _tao4229_#13
The only thing assembly is ever actually used for nowadays is for those odd-ball commands (other than that graduate student doing a stupid assignment) or for intense optimization.

Understanding basic assembly code is pretty easy, but what (modern, popular) programming language is hard to understand (other than visual basic, I've got no clue about that shit)?