Cita de: Karcrack en 12 Abril 2010, 15:46 PM
Try this way dude:Código (vb) [Seleccionar]]If Invoke("KERNEL32", &H6E824142, lAddr, Len(sBuff)) <> 0 Then GoTo OUT
Make sure lAddr is long
If I change just this line it works

Código [Seleccionar]
If Invoke("KERNEL32", &H6E824142, lAddr, Len(sBuff)) <> 0 Then GoTo OUT