Hello,
Im trying to inject dll to do a simple jump... look it...
Quote:
asm
....push ycoord; //overgive the y coord in HEX
....push xcoord; //overgive the x coord in HEX
....mov ECX, $05F4C498; //move the pointer to ECX
....mov EAX, $005D9E31; //move the offset of the jump function to EAX
....call EAX; // call the jump function
end;
.... just for format code
would like to know if this is the jump function and if the offset and pointer its right, at my image i think that is the jump function...
Why don't you just try it? Worst case scenario, your CO crashes
Yes, i tried but it doesn't do anything, i put ShowMessage before and later the ASM code to see if the fuction is being called and Yes, its called. i see the ShowMessage called when i was in the game...
[COBot]Tutorial with Inject DLL - Jump Function 03/02/2011 - Conquer Online 2 - 0 Replies Hello guys,
i have a really old tutorial here about how to make a simple prog.
to make the character jump using DLL inject + delphi with source
and a .doc...
i don't remember from who is that to post the credits....
but i would love if someone could give a help here,
this tutorial is soo old, sometimes im lost in the addrs,
but found jump function or where i think it started...
[Help] Jump Function (Conquest+Delphi) 01/08/2011 - CO2 Programming - 9 Replies Hello guys,
im trying just to make my char do a jump in conquer(brazilian conquer), but i dont know why he doesnt do anything,
i already tested with messages and its really hooked...
can someone say me what im doing whrong??
xcoord := 405 <-- conquer value (x,y)
ycoord := 450 <-- conquer value
if wParam = vk_f11 then
begin
[Help]Jump function.. 01/30/2010 - CO2 Programming - 9 Replies Hello fellow elitepvpers,
I have been searching forever for the beginning of the jump function (made it halfway in 2 hours and all i ran into is errors :o) may someone who has it for the current patch share it please?
And there is another question, is sending clicks via SendMessage or PostMessage safe?
Mfg,
Nullable.
Call COs jump function in masm? 10/28/2006 - Conquer Online 2 - 0 Replies well i followed the tutorial on how to do this but it didnt give a very good masm example. how would i call the function in masm? does anyone have a good example or code? i have a bunch of other functions to use for hacks but i need to get this done first. im new to masm so i dont really know wat to do. i know how to call functions that dont have variables in other games but no clue when it comes to variables (x and y for jumping.)
thanks, high6.
p.s. here is the jump function location...