[Question] 5095 Binary Server

05/11/2012 21:03 ah_mmed#1
I want to ask If there is a method/way to get the ID of some skills such as FastBlade , ScentSword ..etc from the client side itself not from MagicType.dat by using CE or Ollydbg .
If there is any way feel free to post it :)



*Note : I am talking about 5095 binary server .
05/12/2012 05:13 Zeroxelli#2
..What? MagicType.dat is the client, not the server. Lol.

Anyway. [Only registered and activated users can see links. Click Here To Register...] Skill ID list is right there.
05/12/2012 16:01 pro4never#3
He's referring to servers who have changed their skill ids to stop 'hackers'.

If they've somehow managed to change the magictype encryption (if they haven't, just use a decrypter to find everything) then just hook the cilent send function and read the information from outgoing packets to log what the skill ID is for your attacks.
05/13/2012 02:35 Zeroxelli#4
Because changing client sided values is totally a great way to stop bots. </sarcasm>

Even a bot can quickly decrypt/read the magictype.dat on the fly.
05/13/2012 12:06 $-Tiger-$#5
okay so what should i do to extract the magictype.dat from the .exe <<that's the point ,pro4 said that i can read id from packet but i can't under stand packets like that>>>

Packet Nr 157. Client -> Server, Length : 32, PacketType: 10005
18 00 15 27 4D 00 00 00 9F 93 2F 00 01 00 00 00 ; 'M Ÿ“/ 
37 94 1B 00 EA 03 00 00 54 51 43 6C 69 65 6E 74 ;7” ê TQClient

so could u explain what i can do ?!! with simple way
<Thanks Pro and Zero>
05/13/2012 12:21 pro4never#6
.... the magic type is in no way a part of the exe...

ini/magictype.dat

Run that through a .dat decrytpor (there's plenty around the forum).

You seem to have some access to client>server packets though in which case you can do w/e the hell you want with the player as far as botting goes.


You'd run portions of that packet through the skill packet decryption (basically a xor of your character ID from what I remember... look at alchemy proxy) and you can pull the skill ID, level, target X and target Y
05/13/2012 23:22 ah_mmed#7
Well , there is a server which i was able to make Cracked Conquer.exe but when i log in the server FB and SS skills are not existed or invisible even when i changed MagicType.dat to the default one which works with the cracked conquer.exe also changed Magic1.ani and magic2.ani but it also invisible that'e only happened when they upgraded the Conquer.exe just i wanna know why these skills are invisible only when i use cracked conquer.exe .
That's what i ask about I am sure they hid the ID of FB and SS in Conquer.exe idk how and that's why I ask ....