PDA

View Full Version : Fast As Famas Vb6?



pecopecoman2
05-21-2008, 05:00 PM
It's Code Cave But HOw I Code IT?

frostbitekid
05-21-2008, 05:02 PM
i dont think u can do code cave in vb6...............

blipi
05-21-2008, 06:16 PM
i dont think u can do code cave in vb6...............

If you have a WriteAsm function then you can perfectly do it.
At least with .net editions you can. It should work in vb6 too.

pecopecoman2
05-21-2008, 06:24 PM
i have a writeasm function but i dont know the code to put in a button.

pecopecoman2
05-21-2008, 06:50 PM
Call WriteASM (&Address, "83FD0E")
what is wrong?plz help me here or with pm send methe correct code ty

ZeaS
05-21-2008, 07:05 PM
Call WriteASM (&Address, "83FD0E")
what is wrong?plz help me here or with pm send methe correct code ty

you need more then just "on" and you need to creat a code cave

pecopecoman2
05-22-2008, 09:44 AM
and how?:(

blipi
05-22-2008, 10:56 AM
and how?:(

I think it's posted over here, in dxt, not in vb6 section.

pecopecoman2
05-22-2008, 05:47 PM
and where?<.< i searched it :P

Derbaran
05-28-2008, 08:22 PM
Make 0 delay its easier to code and it does the job

randompersonmatt
05-30-2008, 12:24 PM
it can be done in vb6 without a code cave, write the bytes to the address using writeabyte or writeasm + the code is here at DXT, the asm section i think....