04-08-2012, 07:17 AM
04-08-2012, 07:51 AM
04-08-2012, 09:03 AM
04-08-2012, 12:53 PM
Sadpart 8 dont show how to do it. We have to wait him :d
04-09-2012, 12:59 AM
sadpart8 how about key.lic
04-09-2012, 01:51 AM
any more detail sadpart8 ?
04-09-2012, 07:46 AM
Xrumer link provided above says Bandwidth Limit Exceeded!
Any help folks?
Any help folks?
04-09-2012, 09:07 AM
video how to do it would nice,thanks.
04-09-2012, 11:48 AM
this screen shot means nothing.
04-09-2012, 12:59 PM
Program is unlocked for me but I can't get rid of activation window, I just drag it to bottom of the screen. I don't know if operations do work but they are all accessible. Going to test it tonight and see what happens, but it looks working.
@Sadpart8 - Not sure if I got it or not, but it is as far as I can get. Hope it helps!
---------------[ Inject This @ Address 752d822a ]-------------------
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
call KernelBaseGetGlobalData+B
exit:
jmp returnhere
752d822a:
jmp newmem
returnhere:
------------------------------------
Update:
Soooo, jumping out this address will give you access but the "Start" button brings up the Key.Lic Error. Upon further debugging I got an error to say, "Key.Litrator" file in the directory "/start" - I'm not sure, but If I get in Ill post.
I am trying to Hook it, but I am not sure, this is a challenge. The Xrumer Developer's did a nice job, when I got close and started to alter certain addresses their failsafe's would kick in.
@Sadpart8 - *Tip's Hat* This one needs you (I have seen your work, it is wonderful).
@Sadpart8 - Not sure if I got it or not, but it is as far as I can get. Hope it helps!
---------------[ Inject This @ Address 752d822a ]-------------------
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
call KernelBaseGetGlobalData+B
exit:
jmp returnhere
752d822a:
jmp newmem
returnhere:
------------------------------------
Update:
Soooo, jumping out this address will give you access but the "Start" button brings up the Key.Lic Error. Upon further debugging I got an error to say, "Key.Litrator" file in the directory "/start" - I'm not sure, but If I get in Ill post.
I am trying to Hook it, but I am not sure, this is a challenge. The Xrumer Developer's did a nice job, when I got close and started to alter certain addresses their failsafe's would kick in.
@Sadpart8 - *Tip's Hat* This one needs you (I have seen your work, it is wonderful).