Originally posted by yokoyoko@Dec 30 2006, 00:05 blinko it'd be nice of you to update your top topic ^^
cause whenever I need an address I had to find which page your addresses were on
umm.. i'll make another list and gather up a few pointers liek the arrow packs and all however with arrow packs you can read and write them differently in VB. Rather than using the offsets since each offset has its own address itself you can just read from it kinda how i did the zoom hacking in VB.I found the pointer and went from there down the list.I'll get it updated i have ot run some checks to see if they are all still active.
i am trying to make a fly hack....how would i find the value for fly and the address of where to freeze it at..
i found the address for stamina....i check what access the address.....it showed 1 address.....then i click the fly button....then two more addresses appeared....three total.....all three has a pointer that have the same value...is this value the value for fly?
and if this is the value for fly.....what is the address where i send it to...?
help would be appreciated...i am noobie to this kinda stuff
Originally posted by ancientglory@Jan 9 2007, 19:55 i am trying to make a fly hack....how would i find the value for fly and the address of where to freeze it at..
i found the address for stamina....i check what access the address.....it showed 1 address.....then i click the fly button....then two more addresses appeared....three total.....all three has a pointer that have the same value...is this value the value for fly?
and if this is the value for fly.....what is the address where i send it to...?
help would be appreciated...i am noobie to this kinda stuff
the fly value would be at the Character Effect values i've got on the address updates.
use vb or whatever..to read it..(if using vb) it'll read the numbers..then those numbers will need to be converted to hex and then written to the memory to execute it.Of course at another address..(also on the list)
[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...