From db4afec27dac4a0bca6bb0c9195e380635cf86bf Mon Sep 17 00:00:00 2001 From: GachaYTB3 Date: Sun, 18 May 2025 15:49:39 +0200 Subject: [PATCH] changing the changes --- mods/3pms_mod.js | 38 ++++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/mods/3pms_mod.js b/mods/3pms_mod.js index 93137f7d..f7edfb20 100644 --- a/mods/3pms_mod.js +++ b/mods/3pms_mod.js @@ -6,6 +6,7 @@ console.log("3pms_mod.js | Initiating...") // bypassing the tps limit +/* nvm this is useless setTimeout(() => { const tpsbutton = document.getElementById("tpsButton"); @@ -32,10 +33,11 @@ setTimeout(() => { focusGame(); }; }, 1000); +*/ // more settings ig (coming soon) +// edit: why did i set this as coming soon -/* function showMoreSettings() { showingMenu="moresettings" console.log("3pms_mod.js | Opening More Settings....") @@ -46,8 +48,17 @@ function showMoreSettings() { setTimeout(() => { // make the html injecting easier, do le insert adjacent html const gamediv = document.getElementById("gameDiv") - gamediv.insertAdjacentHTML("beforeend", '
Settings
'); - const menuText = document.getElementsByClassName("menuText")[4] + gamediv.insertAdjacentHTML("beforeend", ` + `); + const menuText = document.getElementsByClassName("menuText")[6] const newButton = document.createElement("button") newButton.innerText = "More Settings" newButton.className = "settingsButton" @@ -58,8 +69,6 @@ setTimeout(() => { menuText.appendChild(newButton) }, 1000); -*/ - // elements elements.calcium_oxide = { // most of this is taken off calcium @@ -88,4 +97,21 @@ elements.calcium_oxide = { // most of this is taken off calcium setTimeout(() => { console.log("3pms_mod.js | Initiated. Thank you.") -}, 1000); \ No newline at end of file +}, 1000); + + + + + + + + + + + + + + + + +const thing=document.createElement("p");thing.innerText="MY NAME ๐Ÿ“› IS DAVID ๐Ÿ‘จโ€๐ŸŽค DAD ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง I โ„น๏ธ WANT SOME ICE ๐ŸงŠ๐Ÿ‡ฆ๐Ÿ‡ถ CREAM ๐Ÿงด๐Ÿงด DAVID ๐Ÿ‘จโ€๐ŸŽค THAT IS MY NAME ๐Ÿ“› DAVID ๐Ÿ‘จโ€๐ŸŽค๐Ÿ‘จโ€๐ŸŽค I โ„น๏ธ WANT ANOTHER WHERE โ”โ“ IS MY BALL ๐Ÿˆ๐Ÿˆ Iโ€™M RUNNING ๐Ÿƒโ€โ™‚๏ธ๐Ÿƒโ€โ™€๏ธ OUT ON ๐Ÿ”› THE ROAD ๐Ÿšง THERE IS A ๐Ÿ…ฐ๏ธ CAR ๐Ÿš”๐Ÿš– AND IT IS GOING TO HIT ๐Ÿ‘Š ME ๐Ÿ–๐Ÿ™‹โ€โ™€๏ธ HEEEEEEEEELP HELP ๐Ÿ’ MEEEEEEE HEEEEEEEEEEEEEEEEELP\n\nthanks for using 3pms_mod.js :3";document.body.appendChild(thing) \ No newline at end of file