PS3 Tips(HELP) to make custom offline CPU xploit work

Hi,

I have made a little modification to the CPU temperature xploit, It works fine while served from a page.
( It's only cosmetic change, nothing from the original version is changed except some css & the final alert thing)

The problem comes when I try to make this script "bookmarktable" for the XMB, no way of every solution I have tried works.

Any help is welcome XDD

D4mcv2YXkAEDQD7.jpg:large
 
Hi, thanks!!

I have just found that the problem was the inline image and the size while working in change the look of han & dev pkg's scripts...

Managed to center the text & make a blue background.(for han also needed to remove the text-shadow (mem allocation?))
The image works sometimes but slows the xploit speed by 1000%. I think is something related also to memory allocation, because the use of the "image".

Now, I will try to recreate something small & css only for the Temperature thing.... I will post all my results latter here...
 
Ok, after some reboots XDDD I managed to get a "LITE" css only version working.... Is not as beautiful as the other, but is not a simple alert XDD.

Here a screenshot ( sorry from Desktop, I have not my capture card here ), and the source files....

Screenshot 2019-04-23 at 15.37.55.png
 

Attachments

Thanks!! Great to know... also learned we don't have access to window/document event listeners... so I have attached the onclick direct to the body...
 
Ok, after some reboots XDDD I managed to get a "LITE" css only version working.... Is not as beautiful as the other, but is not a simple alert XDD.

Here a screenshot ( sorry from Desktop, I have not my capture card here ), and the source files....

View attachment 17160

Work from xmb or work local? I think size will be large to work on xmb ?


Sent from my iPhone using Tapatalk
 
Thanks!! Great to know... also learned we don't have access to window/document event listeners... so I have attached the onclick direct to the body...
The script's size can further be reduced by removing unused functions, variables and whatever else. You still won't be able to use large images, but it does give you more to work with.

I made improvements to the temp reader already, it's no longer shown as an alert and the temp values are properly formatted too. If you find a nice background image that can be used, maybe it could be added to HAN Toolbox.
 
I has been using in other parts of my project a trick to use a small image 36px for the background.

I am using this one currently:

data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAMAAAANFixgAAAAPFBMVEVUYWc6R1pCVmRicHZ+dn+gfZewk6hFY2xQbnuSiZBhgIlripB7l56Qp6ulsrQzO1AvMkcqK0AlJDkeHC8JxtK6AAAAvElEQVR4AQXBQVICQRRAsbzGLlgJev9TzgoKmW+SAiewnFxSYGQB+3V7ss51cmn/BUNXQG/spwvZPmC+dH1veN0WvK7S50vwvND1vSErJhIBQ2uy0QqEBAyF2FkQERpQ3w60swARgO4Nh+zAOlnnQoa6Zzi0BTA9b4B39zXGQTYNbwA4e2QMBwIMAPWIYTgAvgFw9FiGaRiAAJh+AsMAmqZpgulnwWAaAECc/QYMAAwizh6XgWHQxABiff4BAhtKw4+y7scAAAAASUVORK5CYII=

When sized 100% width & height... the browser blurs the image and we get a "good" background for nothing...

So for "abstract" backgrounds we can get too small in size, anyway from my tests the browser needs too much time to "parse" this base64, and this also slows the xploit...

Tested this with han enabler, if I put the background.... works but... it takes... tooo much..., remove it and 1-2sec max...
 
A repo with all the offline exploits with uncompress code & a process to "encode" & prepare for the XML will be fantasic, so every one can consume the dist folder & others can get the original to use in their code...

I can help here if you like..
 
A repo with all the offline exploits with uncompress code & a process to "encode" & prepare for the XML will be fantasic, so every one can consume the dist folder & others can get the original to use in their code...

I can help here if you like..
I don't know how many people here want to edit the scripts themselves, but that would be great, thanks.
 
Back
Top