Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 CFW and Hacks       Thread starter LightningMods       6      
Status
Not open for further replies.

LightningMods

Developer
Senior Member
Contributor
Very Basic HTML Coding for 10 Years of Age Tutorial.​

PS4 Browser Crash Script

Code:
                <script>
                    var total = "";
                    for( var i = 0; i < 100000; i++ ) {
                        total = total + i.toString();
                        history.pushState(0,0, total );
                    }
                </script>

PS4 URL Open Script

Code:
<script>window.location = window.prompt("URL:","http://www.ILovePsxHax");</script>

PS4 Open Sh*t ton of tabs

Code:
<script>
while (true)
{
window.open("http:/psxhax.com");
}
</script>

PSVITA sign up

Code:
psnreg:

PS4 Javascript

Code:
<script>
eval(window.prompt("JS CODE:",""));
window.location = "*YOUR INDEX NAME*.html";
</script>

PS4 Java-tester (i will tell you if your PS4 doesnt have java)

Code:
<script>
document.getElementById("demo").innerHTML = "Hello JavaScript!";
</script>

<noscript>Sorry, your browser does not support JavaScript!</noscript>

PS4 HTML Add Picture

Code:
<!DOCTYPE html>
<html>
<body>

<h2>Testing</h2>
<img src="psxhax.com/image.jpg" alt="psxhax.com" style="width:304px;height:228px;">

</body>
</html>

Download: SoftReboot.rar (159.11 KB)
 
Basically a 12 year old can code these simple HTML codes and Java..
Java script Console doesn't do sh1t

Basically all of it don't do sh1t really..
 
Status
Not open for further replies.
Back
Top