Skip to content

Commit e4aec84

Browse files
authored
Small visual fix
1 parent ca84cc9 commit e4aec84

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

505/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,13 @@ <h1 style="margin-top: 105px;">Special Thanks to:<a href="https://twitter.com/_A
140140
load_payload();
141141
}
142142

143-
function load_binloader(){
144-
msgs.innerHTML = "Bin Loader Ready... Send Payload to PS4 IP:9020";
143+
function load_binloader(){
144+
if (!window.Click) {
145+
msgs.innerHTML = "Bin Loader Ready... Send Payload to PS4 IP:9020";
146+
window.Click = true;
147+
} else {
148+
alert("If Bin Loader is already in use:\nSend your payload to PS4 IP on port 9020\n\nIf Bin Loader was already used:\nReload page to use again");
149+
}
145150
}
146151

147152
function load_todex(){

0 commit comments

Comments
 (0)