mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-01-18 18:41:28 +00:00
Update main.js
This commit is contained in:
parent
148f276010
commit
c6932acf8b
2
main.js
2
main.js
@ -134,7 +134,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
||||
}
|
||||
var payloadToLog = "";
|
||||
for (var i = 0; i < payload.length; i++) {
|
||||
payloadToLog += hexToString(payload[i]);
|
||||
payloadToLog += "0x" + payload[i].toString(16) + ", ";
|
||||
}
|
||||
logOutput(payloadToLog);
|
||||
const storedpayload = payloadToLog;
|
||||
|
Loading…
x
Reference in New Issue
Block a user