mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-01-18 18:41:28 +00:00
Add CTCaer's Hekate mod
This commit is contained in:
parent
723efa1dc0
commit
5cec0a1172
3
main.js
3
main.js
@ -157,6 +157,9 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
||||
|
||||
} else if (payloadType === "instabootv4") {
|
||||
payload = instabootv4;
|
||||
|
||||
} else if (payloadType === "CTCaer_Hekate") {
|
||||
payload = CTCaer_Hekate;
|
||||
|
||||
} else if (payloadType === "uploaded") {
|
||||
const file = document.getElementById("payloadUpload").files[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user