mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-01-19 02:51:27 +00:00
Update main.js
This commit is contained in:
parent
cd6272a628
commit
31affb9888
4
main.js
4
main.js
@ -124,6 +124,10 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
|||||||
logOutput("You're trying to load a payload type that doesn't exist.");
|
logOutput("You're trying to load a payload type that doesn't exist.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
var payloadToLog = "";
|
||||||
|
for (var i = 0; i < payload.length; i++) {
|
||||||
|
payloadToLog += "0x" + payload[i].toString(16) + ", ".toUpperCase();
|
||||||
|
}
|
||||||
payloadToLog = payLoadToLog.toUpperCase();
|
payloadToLog = payLoadToLog.toUpperCase();
|
||||||
logOutput(payloadToLog);
|
logOutput(payloadToLog);
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user