Foro de elhacker.net

Programación => .NET (C#, VB.NET, ASP) => Mensaje iniciado por: GarnoX en 1 Abril 2013, 00:56 am



Título: [Help me] Pasar CE - Scripts para Vb.net
Publicado por: GarnoX en 1 Abril 2013, 00:56 am
Hola a todos Buenos Tengo una pequeña problema
me gustaría Pasar un CE- Scripts a vb.net

ya que he creado mi trainer pero aun me falta mucho porque ya tengo los address  que me importan pero me gustaría poder hacer la inyección de codigo.

Mi codigo del Scripts Es este
Código:
[sub][ENABLE]
//code from here till the end of the code will be used to disable the cheat

alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
add [edi+24], 1
originalcode:
//inc [edi+24]
//mov eax,[edi+24]
exit:
jmp returnhere
"popcapgame1.exe"+95B7C:
jmp newmem
nop
returnhere:
 [DISABLE]
//code from here till the end of the code will be used to disable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
inc [edi+24]
mov eax,[edi+24]
exit:
jmp returnhere
"popcapgame1.exe"+95B7C:
jmp newmem
nop
returnhere:
[/sub]

Ojo, Solo Pido Ayuda :una Guia Para Aprender a pasarlo al vb.net el script se que en C+ se puede pero conocimiento de  C+ = null