Updating CRC Script Question

Discuss MapleStory hacks and bots over here!
Username
Apprantice Knight
Apprantice Knight
Posts: 12
Joined: Wed Mar 16, 2011 1:10 am

Updating CRC Script Question

Post by Username »

Code: Select all

//MSCRC Bypass
//This script is dynamic, no nid update except if AoB changed.
//Original by Nimo
[Enable]
//MS CRC Bypass 
//CE Assembly Script by nimo1993.
//If you can't execute this script, please press "Memory view"->"View". Check whether "Kernelmode symbols" item is checked.
Alloc(CRCBypass,512)
Alloc(FakeDump,8376320)
Label(MSCRCBypass)
Label(Normal)
Label(MSmemcpy)
Label(SearchAOB)
Label(StartHook)
Label(Title)
Label(FailureMsg)
Label(SuccessMsg)
Label(BackToMSCRC)
RegisterSymbol(MSCRCBypass)
RegisterSymbol(FakeDump)

CreateThread(MSmemcpy)

CRCBypass:
MSCRCBypass:
push eax
lea eax, [ecx]
cmp eax, 00401000
jb Normal
cmp eax, 00D00000
ja Normal
push ebx
mov ebx, FakeDump
sub eax, 00401000
add eax, ebx
movzx ecx, byte ptr [eax]
pop ebx
pop eax
jmp Normal+04

Normal:
pop eax
movzx ecx, byte ptr [ecx]
mov edx, [ebp+14]
jmp [BackToMSCRC]



MSmemcpy:
//Copy Memory
mov edi, FakeDump
mov esi, 00401000
mov ecx, 001FF400
repe movsd

mov eax, 00401000
SearchAOB:
cmp [eax], 8B09B60F
je StartHook
inc eax
cmp eax, 00D00000
jle SearchAOB
push 10 //MB_ICONERROR
push Title
push FailureMsg
push 00
call MessageBoxA
ret
StartHook:
lea ebx, [eax+05] //The Target Address - The Next Address
sub ebx, MSCRCBypass
neg ebx
mov byte ptr [eax], e9 //jmp
mov [eax+01], ebx //Target AOB
mov byte ptr [eax+05], 90 //nop
add eax, 6
mov [BackToMSCRC], eax //Return to the address+6
push 40 //MB_ICONINFORMATION
push Title
push SuccessMsg
push 00
call MessageBoxA
ret

Title:
db 'MS-CRC-Bypass' 00
FailureMsg:
db Anti-MS-CRC-Check Fail!' 00
SuccessMsg:
db 'Anti-MS-CRC-Check Init Successfully!' 00
BackToMSCRC:
dd 0
[Disable]
Anyone knows what is 00D00000 for?
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

Re: Updating CRC Script Question

Post by Raiden »

This script is not working anymore, even if you update it because the CRC routine has changed and the whole script is rewritten.
Username
Apprantice Knight
Apprantice Knight
Posts: 12
Joined: Wed Mar 16, 2011 1:10 am

Re: Updating CRC Script Question

Post by Username »

Still no 1 managed to make a new one?
User avatar
xiangloong
The Great Lord
The Great Lord
Posts: 1794
Joined: Sat May 15, 2010 6:44 pm
Location: Kajang,Selangor

Re: Updating CRC Script Question

Post by xiangloong »

Username wrote:Still no 1 managed to make a new one?
Nerrazurri.Hahax.Buy his UT!
add me on MSN if u need help
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented
Image

Uploaded with ImageShack.us
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

Re: Updating CRC Script Question

Post by Raiden »

xiangloong wrote:
Username wrote:Still no 1 managed to make a new one?
Nerrazurri.Hahax.Buy his UT!
Spoiler: show
:P I updated that first and gave Nerrazuri lol~
Tips: 00D00000 is the CRC range. Extend it to 00E00000.
User avatar
xiangloong
The Great Lord
The Great Lord
Posts: 1794
Joined: Sat May 15, 2010 6:44 pm
Location: Kajang,Selangor

Re: Updating CRC Script Question

Post by xiangloong »

Oh PS it's Raiden.俗话说得好。远在天边,竟在眼前。Forgive me if my chinese sucks!
add me on MSN if u need help
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented
Image

Uploaded with ImageShack.us
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

Re: Updating CRC Script Question

Post by Raiden »

xiangloong wrote:Oh PS it's Raiden.俗话说得好。远在天边,竟在眼前。Forgive me if my chinese sucks!
俗话说得好:远在天边,在眼前

lol~~~~~

@TS: i think you should update GMS`s MSCRC NOT TWMS`s.
Username
Apprantice Knight
Apprantice Knight
Posts: 12
Joined: Wed Mar 16, 2011 1:10 am

Re: Updating CRC Script Question

Post by Username »

I cannot find any except the aftershock source code. Use that?
http://pastie.org/1660157

I tried updated using aob. Failed.
I tried finding the opcode also fail...
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: Updating CRC Script Question

Post by Nerrazzuri »

Raiden wrote:
xiangloong wrote:
Username wrote:Still no 1 managed to make a new one?
Nerrazurri.Hahax.Buy his UT!
Spoiler: show
:P I updated that first and gave Nerrazuri lol~
Tips: 00D00000 is the CRC range. Extend it to 00E00000.
LMAO Raiden, if I never give you the routine?:P
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
User avatar
xiangloong
The Great Lord
The Great Lord
Posts: 1794
Joined: Sat May 15, 2010 6:44 pm
Location: Kajang,Selangor

Re: Updating CRC Script Question

Post by xiangloong »

You will never be updating it so smoothly or successfully.LOLS!
add me on MSN if u need help
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented
Image

Uploaded with ImageShack.us
Post Reply