• Steam recently changed the default privacy settings for all users. This may impact tracking. Ensure your profile has the correct settings by following the guide on our forums.

i think darkalex is working with datel
*lol* uhm, but.... seriously.... no, I doubt that!

Datel has highly skilled pro's and insane hardware utilities and tools at their disposal, I think they used that.... nothing against Alex, really....

But Datel's Lab is just "unreal"....
 
i think darkalex is working with datel

lol could be posible with all the money Datel has

Datel: Dark_Alex we need you working for us
DA: No, I won't betray my Homebrew Fami...
Datel: How about for this*Show a lot of money to DA*
DA: ...*Started to help Datel inmidiately*
 
@* > if(you don't have GCC||MinGW||you love javascript){
Code:
<script>
// original C source code by RichDevX (http://forums.mformature.net/showpost.php?p=102486&postcount=157)
function main(id){
  var key = id.toUpperCase().replace(/-/g,'').replace(/O/g, '0').replace(/I/g, '1').replace(/Z/g, '2').replace(/S/g, '5').replace(/G/g, '6').replace(/T/g, '7').substring(0,18);
  if(key.length<18)return 'too_short';
  var sum=0;
  for(var x=0;x<18;x++){
    var tmp=(key.charCodeAt(x)+sum);
    (tmp&1)?sum=((tmp/2)|0x1000):sum=(tmp/2);
  }
  var check = (sum^0x17D2).toString(16).toUpperCase();
  switch(check.length){case 1:key+='000';case 2:key+='00';case 3:key+='0';}
  return key+=check;
}
</script>
<body onKeyup="document.getElementById('key').value=main(document.getElementById('id').value)">
<input type="text" id="id" style="width:280px"/><br/>
<input type="text" id="key" style="width:280px"/>
</body>
}

i've made a wireshark analyse :
the id/key is submited at this url :
http://www.maximummemory.com/ar_psp/download_save.asp?license_key=%s&psp_id=%s&rnd=3,yourLicenceKey,yourPSPid
and server reply me :
RESULT=1

i'll try to use a proxy with a RESULT=0 to see what hapend ...
 
@* > if(you don't have GCC||MinGW||you love javascript){
Code:
<script>
// original C source code by RichDevX (http://forums.mformature.net/showpost.php?p=102486&postcount=157)
function main(id){
  var key = id.toUpperCase().replace(/-/g,'').replace(/O/g, '0').replace(/I/g, '1').replace(/Z/g, '2').replace(/S/g, '5').replace(/G/g, '6').replace(/T/g, '7').substring(0,18);
  if(key.length<18)return 'too_short';
  var sum=0;
  for(var x=0;x<18;x++){
    var tmp=(key.charCodeAt(x)+sum);
    (tmp&1)?sum=((tmp/2)|0x1000):sum=(tmp/2);
  }
  var check = (sum^0x17D2).toString(16).toUpperCase();
  switch(check.length){case 1:key+='000';case 2:key+='00';case 3:key+='0';}
  return key+=check;
}
</script>
<body onKeyup="document.getElementById('key').value=main(document.getElementById('id').value)">
<input type="text" id="id" style="width:280px"/><br/>
<input type="text" id="key" style="width:280px"/>
</body>
}

i've made a wireshark analyse :
the id/key is submited at this url :
http://www.maximummemory.com/ar_psp/download_save.asp?license_key=%s&psp_id=%s&rnd=3,yourLicenceKey,yourPSPid
and server reply me :
RESULT=1

i'll try to use a proxy with a RESULT=0 to see what hapend ...

This may be good because, while the server rejects our keys, the software and presumably the eboot won't. So we may be able to make the license.dat files that the eboot finds valid.

Anyway my payment has gone through with the CodeJunkies site and I'm just waiting on the email with the license key. I'm not sure if I want to use the public key posted here as I primarily wanted this for my Go and not my already hacked PSP. Anyone know if they let you use the license code more than once?
 
@* > if(you don't have GCC||MinGW||you love javascript){
Code:
<script>
// original C source code by RichDevX (http://forums.mformature.net/showpost.php?p=102486&postcount=157)
function main(id){
  var key = id.toUpperCase().replace(/-/g,'').replace(/O/g, '0').replace(/I/g, '1').replace(/Z/g, '2').replace(/S/g, '5').replace(/G/g, '6').replace(/T/g, '7').substring(0,18);
  if(key.length<18)return 'too_short';
  var sum=0;
  for(var x=0;x<18;x++){
    var tmp=(key.charCodeAt(x)+sum);
    (tmp&1)?sum=((tmp/2)|0x1000):sum=(tmp/2);
  }
  var check = (sum^0x17D2).toString(16).toUpperCase();
  switch(check.length){case 1:key+='000';case 2:key+='00';case 3:key+='0';}
  return key+=check;
}
</script>
<body onKeyup="document.getElementById('key').value=main(document.getElementById('id').value)">
<input type="text" id="id" style="width:280px"/><br/>
<input type="text" id="key" style="width:280px"/>
</body>
}

i've made a wireshark analyse :
the id/key is submited at this url :
http://www.maximummemory.com/ar_psp/download_save.asp?license_key=%s&psp_id=%s&rnd=3,yourLicenceKey,yourPSPid
and server reply me :
RESULT=1

i'll try to use a proxy with a RESULT=0 to see what hapend ...
The result is probably the licence.bin, datel isn't stupid, they wouldn't put the license generating code in the hands of hackers.
 
we are "PRE77YMUCHFUCKEDUP1235" ^^
RESULT=0 : Server error
RESULT=1 : Invalid Key
RESULT=2 : Licence key was already taken by another PSP
RESULT>2 : rnd++;reloadURL

the server has the last word :s

found a very strang thing when trying to get a random url :
http://www.maximummemory.com/ar_psp/download_save.asp?psp_id=HowAreYou
i get a asp error :
Code:
error '8004020e'

/ar_psp/download_save.asp, line 23
but if you try again the same URL the result will be 1 why ?
 
lol could be posible with all the money Datel has

Datel: Dark_Alex we need you working for us
DA: No, I won't betray my Homebrew Fami...
Datel: How about for this*Show a lot of money to DA*
DA: ...*Started to help Datel inmidiately*

lol no! Datel is 10x more skilled then DA
 
Hopefully it will work as well as the Lite Blue TOOL did on the 3000!
 
It is not a matter of who is more skilled. The simple fact is that Datel has been around for years and being a company they have the money and resources no single homebrew developer can match. Given time, money and passion.. almost anything is possible.
 
Now that I think of it they probably cracked the crypto, they have the time and the money.
 
[qimg]http://imghost.de/FTP/view/WMwWK1zB/jim.png[/qimg]
lol? what's the meaning? :D
so it is in the data.psp

Star Trek reference. They stuck it in to mock Sony. Sony engineers are Star Trek fans as well, the crypto engine is named "Kirk." There's many other internal devices also named after people/places in Star Trek.
 
Well, got my license key in the mail today, yet when I try to use it the PC software says 'Downloading... please wait' for a bit then tells me to please enter a valid license key. I'm hoping it just hasn't been added to their white list yet... sent them an email just in case.
 
Back
Top