PDA

View Full Version : Really need help!



spartacchio
03-29-2008, 05:32 AM
I study also ASM to know what i'm doing and,when i make an ASM block code in Vcpp6 he sy to me that jmp,mov,call,nop are all undeclared.
Why??
i follow the cobra tut...

A_Random_Person
03-29-2008, 10:43 AM
Maybe because the ASM codes here are meant to be used in Cheat Engine...

teddybear
03-29-2008, 12:07 PM
Whats an ASM?

And isn't there only a detected CE?

frostbitekid
03-29-2008, 12:40 PM
you have to get an undetected ce, which is hard to find

A_Random_Person
03-29-2008, 03:17 PM
ASM is assembly...

spartacchio
03-30-2008, 06:41 AM
Maybe because the ASM codes here are meant to be used in Cheat Engine...

i follow the tutorial and compare it to explanation on MSDN,msdn write mov but when i write mov vcpp6 say to me that are undeclared =(

Plz help mE!! i need to change some setting in debug??
(i think no becuse vcpp is microsoft and MASM is microsoft,i think that the debug is the same no???)

REALLY HELP ME,i also study ASM by myself to know what i do but Vcpp and also Dev cpp(with at&t debug,i also add intel debug in setting) can UNDERSTAND my code =(

ZeaS
03-30-2008, 06:43 AM
post your asm code here maby we can find the mistake then =\

spartacchio
03-30-2008, 07:33 AM
post your asm code here maby we can find the mistake then =

void opk2(){
__asm{
call 0100000: // i know that is not the good addy
jmp 0900000
nop
call 0900000:
mov ebx,458CA000
mov eax,0
mov [ecx+00000174],ebx
mov [ecx+00000178],eax
mov [ecx+0000017c],ebx
jmp 0100016
nop
};
};

nop,jmp and mov and call undeclared,but these are the right ASM opcode