need help in autoit

05/02/2012 22:50 PsychoXReaper#1
hi i need to know how to put a codecave inside autoit
P.S:codecave is working with CE 6.1
05/02/2012 22:53 Achat#2
What do you mean with "codecave" ?
What's that?
An example would help ;)

Regards
05/04/2012 00:09 PsychoXReaper#3
let's say ur health address is this

mov [address],eax

and the eax contain the amount of ur health so i want to change the eax so i make a code cave that before the health address executed chnage the eax to any amount i want i can do it in CE but can't convert it into autoit
05/04/2012 06:52 Achat#4
This may help [Only registered and activated users can see links. Click Here To Register...]

Regards
05/04/2012 19:38 PsychoXReaper#5
yeah that is a pointer tut i already know how to put them i mean i need to put a script ( codecave ) not change a pointer
05/04/2012 23:25 lolkop#6
when i was playin around with the first silkroad privateservers in the past, i've allways prefered the way of directly injecting the asm hex pattern to the client.

for just in time acting, you'll have to use simple asm logics, to redirect stuff, to static positions, or even realy react just in time.

for example, to send packets to the server, only using autoit, i was calling the ingame sit-function (was the easiest one, since there were no parameters used in it), and wrote an asm logic to overwrite the build packet by my own one, before it got send. that way i didn't have to mess around with encrypting stuff...

when i stoped developing, it looked like this:
[Only registered and activated users can see links. Click Here To Register...]