[Help] Jump Function (Conquest+Delphi)

01/07/2011 05:09 Henrique MD#1
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
Code:
if wParam = vk_f11 then
    begin
        dojump:= $57DA67;
        xcoord := 405;
        ycoord := 450;
        asm
          push xcoord;
          push ycoord;
          mov eax, $1279B0;
          push eax;
          MOV ECX, $71E4F0;
          call dojump;
        end;
    end;
01/07/2011 15:49 Real~Death#2
[Only registered and activated users can see links. Click Here To Register...]

delphi source its exactly what your looking for.

probbly quicker then me DLing conquest and figuring it out...lol ;)

lmao was a bitch to find cus he changed his name from coder62 to noname
01/07/2011 17:04 Henrique MD#3
Ok, thks...
but i already follow this tutorial =)
i dont know why it isn't work,
I have Conquer too, if you can show me how is on Conquer i just can see what im doing whrong and change to conquest...
and other thing, i uploaded the prtsc of ollydbg debuging

thks any way

i really need some help here;;;
01/07/2011 19:35 Korvacs#4
It doesnt work because its 5 years out of date...
01/07/2011 20:06 Henrique MD#5
yes i know, but i uploaded some screenshots to someone can look what i was debugging and what im doing whrong...if someone can just me show how is the code to a simple jumper in conquer i will debug and see how it was made to make the same in conquest...
01/07/2011 20:09 Real~Death#6
dosent injecting a .dll close conquer now,anyway?

havvent debugged anything in some time and havent screwed with that code in like 3 or more years.but iff dll injection is still possible i will have a look at it for you.
01/07/2011 21:51 IAmHawtness#7
Quote:
Originally Posted by Real~Death View Post
dosent injecting a .dll close conquer now,anyway?

havvent debugged anything in some time and havent screwed with that code in like 3 or more years.but iff dll injection is still possible i will have a look at it for you.
DLL injection doesn't close Conquer, no, where did you get that thought from? ;o
01/07/2011 22:17 Real~Death#8
Quote:
Originally Posted by IAmHawtness View Post
DLL injection doesn't close Conquer, no, where did you get that thought from? ;o
a while back clint's injection dll would close CO.along with some other,wassent there like some readwright protection done on the memory?
01/07/2011 22:55 IAmHawtness#9
Quote:
Originally Posted by Real~Death View Post
a while back clint's injection dll would close CO.along with some other,wassent there like some readwright protection done on the memory?
Oh, I think the reason Clinton's bot was closing CO was because of using a newer Conquer.exe than the tool was meant for, I believe it patched some memory or stuff like that which resulted in the crashes.
There's no protection to the memory whatsoever, even so, you wouldn't be able to protect memory that isn't allocated yet, I mean, a DLL's memory gets allocated when you inject it, no way to protect that region of memory before it's even allocated :p
01/08/2011 00:16 Real~Death#10
Quote:
Originally Posted by IAmHawtness View Post
Oh, I think the reason Clinton's bot was closing CO was because of using a newer Conquer.exe than the tool was meant for, I believe it patched some memory or stuff like that which resulted in the crashes.
There's no protection to the memory whatsoever, even so, you wouldn't be able to protect memory that isn't allocated yet, I mean, a DLL's memory gets allocated when you inject it, no way to protect that region of memory before it's even allocated :p
thats cool.thats just what i remember from last time i played.
tha nks for the reply. :)

gona DL delphi to see hwat i can do for you.
IAmHawtness is one of the better debuggers around maby he can help also.i've been out of this for a while,but still gona try and help you./


well I tried just cant get it either..guess imn a little dusty