The old space cowboy client isn't working, it gives protocol mismatch error.
The old space cowboy client isn't working, it gives protocol mismatch error.
Maybe he is trying to say that we can get npc item etc files from old client.
Anyway if anyone interested in depth conmect we with msn: i@danspd.com
Yes, it can be, but I tried this client about 2 months ago, so now i'm downloading this client, and see what I can do.
There is a tool, named AtumZipper in config/quest directory. It makes .tex files from everything, and there is an Encode String, what is the first line of the .tex file, but some letters are changed in the encoded version. I try to find, how encryption works.
DanSpd, I will add you on msn.
Yea I saw that packer.
Basically you can pack and unpack quest.tex file because the encryption key is provided. I have tried to search for more key in client. I found them but pretty much all of them do not work cause they have either different encryption method or I dont even know.
There is a .tex file creator program in SCMonitor too, it creates omi.tex file, but it needs to be connected to a server, and the server IP addresses can't be modified.
EDIT:
I found some encrypted strings in SCDBTool and in SCAdminTool, but I don't know what encryption it is.
How are these "new files"?
solved
Last edited by meha; 24-07-10 at 10:33 AM.
What do you want meha? This release is not complete, and I didn't write it's complete. There is a lot of work to do, and if you want to help, share your work to make these files better.
If anyone wanna test admin commands then run following in SQL where DanSpd is character name. Note: you must be logged of or on character selection screen.
In game type /help for all list of commandsCode:exec atum_admin_SetAdminCharacter 'DanSpd'
solved
Last edited by meha; 24-07-10 at 10:33 AM.
If you really know ASM and C++ or C# and going to work on encryption then contact me with MSN: i@danspd.com
Me and Warzinger1 made some good progress on finding encryption and how it works
solved
Last edited by meha; 24-07-10 at 10:33 AM.
Game Money Item: 7000022
Changing Tutorial Money Award:
Edit DB atum2_db_account table ti_TutorialInfo.
Change 10000 (next to 7000022) to any other amount.
Walla you are done.
solved
Last edited by meha; 24-07-10 at 10:32 AM.
There is no use in those. IDA with hex rays has better output.
De-compiled C File:
zipfile.c
IDA HexRays IDB File:
zipfile.idb
Encryption function:
C | int __thiscall sub_401730(void - Anonymous - p03X5YEq - Pastebin.com
About same function from another file:
http://pastebin.com/Dr5tdUar
Nuff said
Note: this is for quest.tex file only atm
Last edited by jM2.me; 23-07-10 at 09:06 PM.