[Release] MNG 4.0 Private with full pake bypass

07/09/2011 07:44 kikiwai#211
Quote:
Originally Posted by Tykakasane View Post
what advice did you give me? XD
Quote:
Originally Posted by Tykakasane View Post
i found out how to make a NOP but not a Jump ._.
I just taught you how to jump, by enter in olly, literally, jmp address
as if you wanted to type a NOP there, instead you type JMP space ADDRESS
what advice did i not give you?

Quote:
Originally Posted by eluminx View Post
Wished they actually labeled that column as "reference string". Cause I literally was searching through it manually...

Thanks for that though.
Dont thank me, press the thx button =D

And wish you good luck, you are way better than that Tykakasane guy =(

PS: Tykakasane, you know I dont mean it =|
07/09/2011 07:56 eluminx#212
Hm, that 0x3000ffff is nasty. Guessing I have to do something to that whole function that shows it somewhat being linked in the reference column. Tried several things, but ended in the same way.
07/09/2011 07:59 Tykakasane#213
Quote:
Originally Posted by kikiwai View Post
I just taught you how to jump, by enter in olly, literally, jmp address
as if you wanted to type a NOP there, instead you type JMP space ADDRESS
what advice did i not give you?



Dont thank me, press the thx button =D

And wish you good luck, you are way better than that Tykakasane guy =(

PS: Tykakasane, you know I dont mean it =|
lawl i was messing with it but meh, can't even find a Error code, problem is that while Olly is running i won't get any Error code due to Mabi not even launching :X
and the Error code provided by running mabi without olly doesn't help me much ._. guess i'm REALLY too stupid for that kind of stuff
07/09/2011 08:15 kikiwai#214
Quote:
Originally Posted by Tykakasane View Post
lawl i was messing with it but meh, can't even find a Error code, problem is that while Olly is running i won't get any Error code due to Mabi not even launching :X
and the Error code provided by running mabi without olly doesn't help me much ._. guess i'm REALLY too stupid for that kind of stuff
First thing is that error codes are implimented into the program,
it is when you do something bad that it will show you the message.
With that said, since the code is already written, you can find it using the refference string function from ollydbg without having mabi running

Second thing is, goto your mng.ini and see this setting
KillIsDebug = 0

I never use it before, but you can try it,
appearently it will allow olly to attach to mabi while it runs.

Quote:
Originally Posted by eluminx View Post
Hm, that 0x3000ffff is nasty. Guessing I have to do something to that whole function that shows it somewhat being linked in the reference column. Tried several things, but ended in the same way.

There are few ways that hackshield message can appear,

If then else statement:
If <you are hacking> then
hackshield
else
you may procees

in that case, the jump is the "then", in this case, you would want to jump from checking to directly "you may proceed"

Another case:
If <no hacking find> then
you may proceed
else
hackshield

in this case, you want the first conditional jump to be always jumping so patch over JZ, JE or anything by JMP, which is always jump no matter what.

Have fun...
07/09/2011 08:18 eluminx#215
Guess my PM is no longer needed. Was gonna ask exactly how it worked.
07/09/2011 08:27 Tykakasane#216
Quote:
Originally Posted by kikiwai View Post
First thing is that error codes are implimented into the program,
it is when you do something bad that it will show you the message.
With that said, since the code is already written, you can find it using the refference string function from ollydbg without having mabi running

Second thing is, goto your mng.ini and see this setting
KillIsDebug = 0

I never use it before, but you can try it,
appearently it will allow olly to attach to mabi while it runs.




There are few ways that hackshield message can appear,

If then else statement:
If <you are hacking> then
hackshield
else
you may procees

in that case, the jump is the "then", in this case, you would want to jump from checking to directly "you may proceed"

Another case:
If <no hacking find> then
you may proceed
else
hackshield

in this case, you want the first conditional jump to be always jumping so patch over JZ, JE or anything by JMP, which is always jump no matter what.

Have fun...
i had that on so.... guess doesn't do anything (for me)
07/09/2011 08:33 Alwaho#217
Alright, even though this is late... Whoever said, "I still have not found a decent guide to jumping" Well I made this guide for you that tells you how to jump, call, ect. All the stuff you need to become a good modder... Enjoy:[Only registered and activated users can see links. Click Here To Register...]
07/09/2011 08:54 Tykakasane#218
thanks looking at it tomorrow xD i'm getting way too tired to get anything done :<
07/09/2011 09:06 Huynh.#219
Quote:
Originally Posted by kikiwai View Post
There are few ways that hackshield message can appear,

If then else statement:
If <you are hacking> then
hackshield
else
you may procees

in that case, the jump is the "then", in this case, you would want to jump from checking to directly "you may proceed"

Another case:
If <no hacking find> then
you may proceed
else
hackshield

in this case, you want the first conditional jump to be always jumping so patch over JZ, JE or anything by JMP, which is always jump no matter what.

Have fun...
This may have been the case a few years ago, but hackshield has evolved since then, you won't get by with a few Jmps when that authentication error hits you in the face.
07/09/2011 09:29 razer951#220
Quote:
Originally Posted by Huynh. View Post
This may have been the case a few years ago, but hackshield has evolved since then, you won't get by with a few Jmps when that authentication error hits you in the face.
Yea sure... Whatever you say... Well I'm gunna go enjoy my mabipake.
07/09/2011 09:48 eluminx#221
I have pake working on a dll bypass. Just wondering how the pros do it. I prefer knowledge/how-to's than being spoon-fed.
07/09/2011 11:01 SSDarkLink#222
We don't even use a bypass :I
07/09/2011 11:07 eluminx#223
Quote:
Originally Posted by SSDarkLink View Post
We don't even use a bypass :I
I'm well aware of that, and thus my last few posts here.
07/09/2011 12:55 Tykakasane#224
i give up my head JMP's around from all those NOPs and JMPs
07/09/2011 16:47 Huynh.#225
Quote:
Originally Posted by razer951 View Post
Yea sure... Whatever you say... Well I'm gunna go enjoy my mabipake.
Your so called bypass is only temporary, it'll be fixed within 1-2 weeks