PDA

View Full Version : CRC Bypass



bobtheman1
3rd March 2007, 09:39
This is really confusing me. I've read the guides and everything. I try to make my own .cem file but I can't tick the addy when it's in my ct. When I download the one in the thread [Tut] Can't click CRC Bypass, or whatever it's called, I can click it, but I end up getting DCed. So my question is, is there a new script for every patch? If someone could clear this up for me I'd really appreciate it. I'm really here to learn, rather than leech, I'm just new at this. Thanks!

theflash
3rd March 2007, 09:43
u can't click because ur cem file is not being detected by the engine.

bobtheman1
3rd March 2007, 09:54
Ok.... so am I doing a common mistake?

theflash
3rd March 2007, 09:58
try to re-download/re-move ur cem file in the folder with the engine closed.

zyj88
3rd March 2007, 10:11
when you tick the box, it doesn't show the tick mark, but it had actually worked.

bc928282
4th March 2007, 02:02
who can make a cem for me ?
Becouse my engine can't make cem from 00450000 to 00800000
who can help me
Thanks

theflash
4th March 2007, 09:27
u can make it, u just need to have ms opened and attached to the engine. that's what i did to make it work.

bc928282
4th March 2007, 09:39
thanks
but i can't use crc bypass
my script:
[enable]
alloc(newmem,2048)
alloc(oldmem,3670018)
label(originalcode)
loadbinary(oldmem,jms124.CEM)

newmem:
cmp ecx,00450000
jb originalcode

cmp ecx,00800000
ja originalcode

mov eax,oldmem
sub eax,00450000
add ecx, eax

originalcode:
mov eax,[ebp+10]
push esi
push edi
jmp 00465F18
00465F13:
jmp newmem

[disable]
00465F13:
mov eax,[ebp+10]
push esi
push edi
dealloc(newmem)
dealloc(oldmem)

please help me

MuhKuh
4th March 2007, 22:49
dammit i cant get it to work with 004500000-00800000 i cant tick...

mark4Life
7th March 2007, 19:40
Move the CEM To the same File is the CT.
Thats match and u be able to press CRCbypass.

DO it --------^

Mouse6969
7th March 2007, 23:10
Move the CEM To the same File is the CT.
Thats match and u be able to press CRCbypass.

DO it --------^

doesnt work :(

MuhKuh
7th March 2007, 23:50
u dont see the dot if u click it but it is working... but my dupex doesnt work )=

babyuae
10th March 2007, 10:07
i have the same problem

i tick and it is not show that i tick it but other hacks shown

and i put the cem and ct in the engine file

so

what i need to do :(

DarkRazgriz
10th March 2007, 15:53
how do u find the script for crcbypass

karol913
10th March 2007, 16:09
yah dut yah

Huked
10th March 2007, 16:13
If you are using this script,

[enable]
alloc(newmem,2048)
alloc(oldmem,3670018)
label(originalcode)
loadbinary(oldmem,jms124.CEM)

newmem:
cmp ecx,00450000
jb originalcode

cmp ecx,00800000
ja originalcode

mov eax,oldmem
sub eax,00450000
add ecx, eax

originalcode:
mov eax,[ebp+10]
push esi
push edi
jmp 00465F18
00465F13:
jmp newmem

[disable]
00465F13:
mov eax,[ebp+10]
push esi
push edi
dealloc(newmem)
dealloc(oldmem)


Make sure the .cem file is named "jms124.CEM" or else it won't work.