A thread should follow a certain format.
Thread title a.k.a. topic: What the thread is about but in only a couple of words.
Opening post of the thread: A full clear post in english that gives other users needed information to join in on the topic.
Please edit your thread and post, don't make a new one and do it properly this time.
Thanks,
Speed
Last edited by deezad; 11-12-12 at 08:37 PM.
did u edit somthing in cabalmain ? bcz , witout any edit you should , get estsoft error![]()
you can see this forum
Crystal Bikes, K Boards | Elite Gamers Arena Community
He is Fixed bike_0.ebm until bike_25.ebm for cabalmain v.22![]()
i know that but chat changes yo udid in u cabalmain?
What is address to change&fixed form cabalmain![]()
It would only be fair to tell people what you did so fair if you are expecting any help.
Spoked with SpeedDevil earlier about bikes, its possible to edit cabalmain but it requires alot of edits. I tryed couple of things but so far no success. If someone who is good with cabalmain could help us, it would be more then appreciated.
how did u fix it o.O could u make an tutorial please ?
Lol new project wing to cabal
Uploaded with ImageShack.us
wow! Wonderful project@Godskin![]()
@GODSKIN -> you have ported something from MuOnline ?xD
I don't remember the exact starting offsets of the functions, but you could try with these, i don't know exactly where they point, i remember something about a compare... but you might try them...
Open cabalmain in ida and try to edit the function then have fun... TIP: It's an recursive function, so watch out what you edit.
1st: 004f884b
2nd: 004f894d
Last edited by deezad; 12-12-12 at 05:08 PM.
I told these offsets are inside the function, you need to edit the whole function... Why you people don't read twice ?
I dont know @walkernight88
Can you Sample loads bike_0.ebm until bike_25.ebm for cabalmain v.22& take photo step by step ?
I'm going now afk, when i come back i will show you how... I made this once... gotta remember it...
Wow! ok walkernight88
Thank you very much.![]()
Last edited by deezad; 12-12-12 at 08:23 PM.
deezad i suggest you from now upload all your images on [url=http://imageshack.us/]ImageShack
Of course because only changing that is not enough. You need to check the code and see what it does. It selects a case by fetching the case it needs to select from an offset+bikeID. That'll be something like MOVZX ECX, DS:BYTE_offset[EAX] which basically reads one byte at [offset + EAX] into ECX.