hi, thanks for the quick replies.
my question was like:
is it possible to use the same method as Auto assemble in Cheat engine into vb?
the way i tried to do it was copying the values of the address of the auto assemble when its turned on:
example(random numbers):
on: value on address &h51242: 7124024
off: value on address &h51242: 62353214
i wrote it on vb like this :
WriteXBytes("game", &H4E31BA, "E941CE660590") '//changees the code to a jmp XXXXXX and some nops after it
then once i have that, i go to the allocated memery ce did(to the jumped address)
and copied the value of the address and wrote:
WriteXBytes("game", &H5B50000, "C786980100000000C843E9B13199FA") '// the asm code i wrote to code cave
once i have that all set. i disabled the script in ce and run the application i wrote and press the button and it only wrote the first part of the code, there wasnt any allocated address visble(checked in ce)
how do create some spave for my code cave? i have looked alot of places and tried alot but nothing worked. so i hope some1 has some ideas. and yes i know c++ is compatible with it but im so crappy in c++ it drives me crazy. thanks