[REQ]A TuT on Make A Bypass and CRC bypass
Moderator: wizme
-
- Master of Darkness
- Posts: 431
- Joined: Sat Dec 12, 2009 9:01 pm
- Location: Heaven !
- Contact:
[REQ]A TuT on Make A Bypass and CRC bypass
any link's for suggestions?
Re: [REQ]A TuT on Make A Bypass and CRC bypass
Learn how to unpack maplestory.
No point askinga guide on how to make a bypass when you don't even know how to do it.
It's like I ask 'How do I get rich?', i have to work hard or inherit from my rich parents if I have one.
Else, work for it, instead of asking for it.
No point askinga guide on how to make a bypass when you don't even know how to do it.
It's like I ask 'How do I get rich?', i have to work hard or inherit from my rich parents if I have one.
Else, work for it, instead of asking for it.

Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
- Nerrazzuri
- Destiny General
- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: [REQ]A TuT on Make A Bypass and CRC bypass
Hint.
(I get it from the current GMS CRC routine founder)
"I just used CE's debugger at some random address (0x600000) and found whatever opcodes accessed it."
But hell yeah I don't even know what the fuck was it, and I'm too lazy to figure about it.
Good luck.
(I get it from the current GMS CRC routine founder)
"I just used CE's debugger at some random address (0x600000) and found whatever opcodes accessed it."
But hell yeah I don't even know what the fuck was it, and I'm too lazy to figure about it.
Good luck.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
Click Here for more Information!

Click Here for more Information!

-
- Master of Darkness
- Posts: 431
- Joined: Sat Dec 12, 2009 9:01 pm
- Location: Heaven !
- Contact:
Re: [REQ]A TuT on Make A Bypass and CRC bypass
EDIT:
while Unpacking The exe file , should i use Ollydbg or Hex Neo Editor?
If you have any good tutorial please post a link
EDIT :
could anyone of you PLEASE POST SOME SOURCE?
please?
while Unpacking The exe file , should i use Ollydbg or Hex Neo Editor?
If you have any good tutorial please post a link

EDIT :
could anyone of you PLEASE POST SOME SOURCE?
please?

-
- Headmaster of Darkness
- Posts: 576
- Joined: Tue Dec 29, 2009 12:31 pm
Re: [REQ]A TuT on Make A Bypass and CRC bypass
it means 0x600000 can be accessed?I just used CE's debugger at some random address (0x600000) and found whatever opcodes accessed it."

Alot
ers in xemectrum!

-
- Headmaster of Darkness
- Posts: 627
- Joined: Mon Apr 26, 2010 8:08 pm
Re: [REQ]A TuT on Make A Bypass and CRC bypass
wad ollydbg?a hex editor?PIEzLOVERS wrote:EDIT:
while Unpacking The exe file , should i use Ollydbg or Hex Neo Editor?
If you have any good tutorial please post a link
EDIT :
could anyone of you PLEASE POST SOME SOURCE?
please?
i dun knw ._. but wan to learn
Support me While Earning $$$ at the same time
If i reach almost alot of click i might gib u a private hack
Click On The Links:
http://eb3534c7.linkbucks.com

http://www.linkbucks.com/referral/304317
If i reach almost alot of click i might gib u a private hack

Click On The Links:
http://eb3534c7.linkbucks.com

http://www.linkbucks.com/referral/304317
Re: [REQ]A TuT on Make A Bypass and CRC bypass
Thats what the creator of crc said?
im not really good but it should mean
he chooses a random address that gets CRC Checked , lets say 0x00420000
next, he finds out what accesses it with a debugger ( means what reads the address )
and then patch the thing accessing it so that it wont fail
this means, just try a few address ,and see what are accessing them, there should be one same address accessing them all, this is the crccheck routine shit
you can try this to bypass the newest crc, but i dont have a bypass so i cant test it,
1. Bypass the CRC Check with the public crc bypass, then either do the above and find the same address accessing them, if none means there are no more crc checks, if there is, patch that one too
2. If there are none in method 1, maybe the crcroutine is being crcchecked , so find out what accesses the crc routine shit and patch it
not guaranteed to work
im not really good but it should mean
he chooses a random address that gets CRC Checked , lets say 0x00420000
next, he finds out what accesses it with a debugger ( means what reads the address )
and then patch the thing accessing it so that it wont fail
this means, just try a few address ,and see what are accessing them, there should be one same address accessing them all, this is the crccheck routine shit
you can try this to bypass the newest crc, but i dont have a bypass so i cant test it,
1. Bypass the CRC Check with the public crc bypass, then either do the above and find the same address accessing them, if none means there are no more crc checks, if there is, patch that one too
2. If there are none in method 1, maybe the crcroutine is being crcchecked , so find out what accesses the crc routine shit and patch it
not guaranteed to work
Last edited by zile on Sat Jun 19, 2010 10:03 am, edited 1 time in total.
- Nerrazzuri
- Destiny General
- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: [REQ]A TuT on Make A Bypass and CRC bypass
Theoretically, I know it was that, but how to do it, I don't have 100% sure.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
Click Here for more Information!

Click Here for more Information!

Re: [REQ]A TuT on Make A Bypass and CRC bypass
olly... just use some plugin for themida and you shld be able to unpack it.PIEzLOVERS wrote:EDIT:
while Unpacking The exe file , should i use Ollydbg or Hex Neo Editor?
If you have any good tutorial please post a link
EDIT :
could anyone of you PLEASE POST SOME SOURCE?
please?
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
-
- Master of Darkness
- Posts: 431
- Joined: Sat Dec 12, 2009 9:01 pm
- Location: Heaven !
- Contact:
Re: [REQ]A TuT on Make A Bypass and CRC bypass
i found a lot of tuts from sunbeam and s3nsaBoredness wrote:olly... just use some plugin for themida and you shld be able to unpack it.PIEzLOVERS wrote:EDIT:
while Unpacking The exe file , should i use Ollydbg or Hex Neo Editor?
If you have any good tutorial please post a link
EDIT :
could anyone of you PLEASE POST SOME SOURCE?
please?
they all used olly O_o