Well, you do whatever gets the player pointer in ECX. You can either put in the asm like:
mov ECX, [baseAddress]
mov ECX, [ECX + 1C]
mov ECX, [ECX + 34]
or if somewhere in your program you already have the playerpointer defined right away:
mov ECX, playerPointer
You don't need to use ESI at all, generally the only important register before calling a function is ECX. As this is the 'this' variable. Just make sure to push and pop all the registers you use in your asm code, which is done easiest by using pushad as first operation, and popad just before ret.
This is assuming your intentions are to inject some opcode into the running process and run it via for example CreateRemoteThread. If you want to edit the client for some reason then it would depend on how you plan on doing this.
NPC or item cast skill??? 11/09/2010 - Dekaron Private Server - 1 Replies Is there anyway to get a npc to cast a skill or have a item (fish,pots,etc) cast a skill on a char.
any help would be greatfull thx.
[help]tip for skill hak 1 no cast delay 04/11/2010 - Dekaron Private Server - 0 Replies can anyone give me a tip for skill hack 1 no cast delay using ce....
tnx for reading the message
[WTB] Skill Cast Ring 02/27/2010 - Archlord Trading - 5 Replies ok... I WTB skill cast reduce ring (4% or more) in Brumhart server.
Pay by paypal. Got good itrader rating.. so can be trusted. (except one from that retard zerkspower, but that was fake -,-)
Reply or pm me price and I'll get back to you asap/
Also = WTT my 4% cast ring lv55 for 4% cast ring- lv20 ... I can put 5% res in my ring or wc in the deal if yours has a decent stone
Skill Cast Function 05/15/2009 - CO2 Programming - 9 Replies Hey,
I'am new to this conquer hacking business, and my first goal is to write a memory based xp caster. I want it to cast a xp skill when xp reaches 100. I have found the offset for the xp skill but i don't understand the skill cast function in CO. if someone would nudge me in the right direction of how to find it or give me pointers i would appreciate it
~griswald
Skill leveling -- And skill exp per cast 06/02/2008 - Cabal Online - 5 Replies Hey, I have a question..
This is for the NA version of Cabal..
Do all magic skills, like magic arrow, lances, cannons etc... Give the same exp per hit? And vice versa with sword?
I always thought that at later levels, lances were better because they do more damage than arrows, penetrate and give more skill exp. But cannons weren't as good because of casting time, and the bigger damage.
So does it matter what skill you use? Or do they all give same exp?