Originally posted by CoHacka@Dec 14 2006, 01:51 what can u guys do with these adresses?
first of all we can read and write to the memory of the Conquer client, changing various thing's as far as Level,Character Name,Stamina,pk points,money ect..
also i just noticed the working HP address i had was for my 1.20MB unpacked Conquer.exe i used resource tuner to unpack. and after logging out and back in theyare wrong so i take it they are stable.Find it by searching for your amount of HP total, equip a love forever ring and watch the value shoot up.
test it out nd see what you all can come up with.
it's hard for me to make tool's and programs to read memory for certain address's unless i know which client people ar using and i dont feel liek creating a tool for each of them lol, so unless they are for sure static address's i don't think we'll be needing them, only to maybe benefit ourselves in a time of need.
this gives the job number, not the string, so you need check the professionalname.ini in you ini folder. I think this is more accurate, cuz the other adress didnt work for me.
Code:
job 00512C04
And this are for the F keys, the first adress is the number of items(little white number, top left corner) the second is the item id(itemtype.dat, search the forum how decrypt it).
Code:
after patch 4334 doesnt work, job adress its updated, i need check this ones.
just use most common one, which would be multiclient packed one xD
the post Vivivi put up about hexing the "Engis" in the hex editor to like Enhis for example ot make a multi-client only made my ping on the client say Pinh instead of Ping.
so i dunno but i do have an idea i'll use prog4mer's multi client and then get my address's accordingly.Since most will download his multi client i'm sure..
but just to let me know would it work the same since i unpacked mine with res tuner and then use upx to repack?
prog4mer have any info on it?
Originally posted by Enki@Dec 14 2006, 08:08 Some more.
this gives the job number, not the string, so you need check the professionalname.ini in you ini folder. I think this is more accurate, cuz the other adress didnt work for me.
Code:
job 00512B94
And this are for the F keys, the first adress is the number of items(little white number, top left corner) the second is the item id(itemtype.dat, search the forum how decrypt it).
[ASK] about memory address 09/30/2010 - Perfect World - 46 Replies Can anyone please tell me things about memory address like base address/pointer/offset/base address ?
like in PWI, we have :
Base_Address=10862540 , or in hex = A5BFCC
Base_AddressFZ=10863676, or in hex = A5C43C
does Base_AddressFZ mean a pointer ? because we can directly use that memory address without using offset and Base_Address.
for example, we have the offset for HP in PWI -> HP_OffSet=1140, when using nomad memory in autoit, to get to this HP memory address, we have to...
about memory address 09/13/2010 - CO2 Programming - 4 Replies hello peeps
i am trying to make a program that shows how much gold i have in my inventory without having to open it up all the time
i have been searching on how to do this in vb6 and vb.net but i cant find anything that is what i am looking for so i came here to see if there was anyone that could point me in the right way on how to do this
Memory Address 04/01/2010 - CO2 Programming - 8 Replies Hi,
i think there is a new problem , Tq done something??
When i go and try to find my hp base address with cheat engine,
I can find the current hp,only thing i can find is max hp which is of no use,can some one tell me what is going on!!!
thank you
memory address 01/23/2008 - Conquer Online 2 - 0 Replies any1 can make a memory address on monster count?using cheat engine perhaps?
Memory Address Help 06/15/2006 - Conquer Online 2 - 3 Replies Currently I am trying to make a simple program to tell you if your health goes down. So far I just cannot get the value of HP via memory... well I can in a way; I end up with an address that counts your HP by 256s.... (I could not find the HP using exact value searches, so I did increase/decreased by X) I think this is a one-byte address, but I always thought HP was a 4-byte address, and I do have TSearch searching for 4-byte values. Here is my HP versus what the "256" HP address
reads (I...