Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Programming
You last visited: Today at 13:57

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Ollydbg] Jump Function

Discussion on [Ollydbg] Jump Function within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
Henrique MD's Avatar
 
elite*gold: 0
Join Date: Feb 2006
Posts: 41
Received Thanks: 12
[Ollydbg] Jump Function

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...
Henrique MD is offline  
Old 03/07/2011, 09:19   #2
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,198
Why don't you just try it? Worst case scenario, your CO crashes
IAmHawtness is offline  
Old 03/07/2011, 22:52   #3
 
Henrique MD's Avatar
 
elite*gold: 0
Join Date: Feb 2006
Posts: 41
Received Thanks: 12
Quote:
Originally Posted by IAmHawtness View Post
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...

Im following this tutorial, its good
Henrique MD is offline  
Thanks
1 User
Old 03/16/2011, 21:16   #4
 
TomasLT's Avatar
 
elite*gold: 0
Join Date: Nov 2006
Posts: 286
Received Thanks: 38
Maybe some1 can explain how to find functions like jump, or any other function in conquer?
TomasLT is offline  
Thanks
2 Users
Old 03/21/2011, 04:18   #5
 
Arco.'s Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 335
Received Thanks: 170
Code:
004FEB9A   . FF75 DC        PUSH DWORD PTR SS:[EBP-24]
004FEB9D   . FF75 E0        PUSH DWORD PTR SS:[EBP-20]
004FEBA0   . E8 B6940600    CALL Conquer.0056805B
004FEBA5   . 8BC8           MOV ECX,EAX
004FEBA7   . E8 65120600    CALL Conquer.0055FE11
Search on epvp, maybe this will help you.
Arco. is offline  
Old 03/21/2011, 10:42   #6
 
TomasLT's Avatar
 
elite*gold: 0
Join Date: Nov 2006
Posts: 286
Received Thanks: 38
posten on 01-29-2010, 17:03 . Maybe structure is the same but addresses is outdated
TomasLT is offline  
Old 03/21/2011, 10:47   #7
 
brokenarrow_vip's Avatar
 
elite*gold: 17
Join Date: Dec 2007
Posts: 1,380
Received Thanks: 1,790
i read and read and read then i read more but i will never be able to start Visual Studio itself
brokenarrow_vip is offline  
Old 03/21/2011, 13:07   #8
 
TomasLT's Avatar
 
elite*gold: 0
Join Date: Nov 2006
Posts: 286
Received Thanks: 38
What did u mean "to start visual studio itself" ?
TomasLT is offline  
Reply


Similar Threads Similar Threads
[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.
PWo to change the client with ollydbg to make an Jump hack?
03/24/2009 - Perfect World - 3 Replies
Do some one knows how to use OllyDgb on a BR-PW Client to make an Jump Hack?:confused:
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...



All times are GMT +2. The time now is 13:57.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.