as the title says i am trying to get the memory address for mana i have tried different things and have not been able to come up with it but i can get the health one in no problem (this is for 5065)
break point at the beginning of the receive packet function, use any skill that costs mana, skip all incoming packets until you see the 10017 packet with the mana sub type... and You're On Your Own..... lol
I never tried to find it but... Why wold you look for the address as long as the server will keep you updated every time the mana amount changes.
It still IS memory based... You simply read the packets from memory.
Assuming this is going to be any form of bot, you'll be hooking send/receive anyways... why bother finding and keeping up to date more memory addresses then that?
If I were you I'd be doing the following...
1: Hook send/receive functions. You can now manage all client communication.
2: Find the base character address. You can now read any character data you wish before hooking into the send/receive functions (EG: Client selector which shows the character name if you're already logged in)
It still IS memory based... You simply read the packets from memory.
Assuming this is going to be any form of bot, you'll be hooking send/receive anyways... why bother finding and keeping up to date more memory addresses then that?
If I were you I'd be doing the following...
1: Hook send/receive functions. You can now manage all client communication.
2: Find the base character address. You can now read any character data you wish before hooking into the send/receive functions (EG: Client selector which shows the character name if you're already logged in)
well when i comes down to it i am dumb with olly and all that so i will have a very hard time tryin to find the send and receive addresses (if i knew how to do that i would try to use the hooking library that is already made even know the little program i have made is in vb6)
@op
have you tried hooking cheat engine to conquer, casting mana and showing in CE decreasing values? Ofc you can narrow it down even more by searching for exact values..
@op
have you tried hooking cheat engine to conquer, casting mana and showing in CE decreasing values? Ofc you can narrow it down even more by searching for exact values..
i have tried that and once i use a spell and then do a drecrease it just goes to blank
the hp was working but now it isnt either so i think they added more protecting
I feel like if you can search for exact values and it comes up, lower, search for new exact value and nothing comes up then there are two main possibilities....
#1: You ****** up
#2: You ****** up hard
Keep in mind though that these addresses are not constant. Finding them in one client does not mean you can just use that address... it moves every time you open a new client.
You have to find the base character address which tells you where the character information is going to be stored. Then use this value + offsets to locate the ACTUAL variables.
Pets mana recovering from Mana tunnel 02/23/2010 - Mabinogi - 28 Replies So, Anybody have any idea how to start with this? It'd be one awesome thing to have pets recover Mana by mana tunnels.
You could sit there gathering herbs all day from your gnu or whatever pet:handsdown:
Golem unlimited range mod might be nice too.
Both very possible... IDAPRO+OllyDBG .dll edits maybe?