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", '
');
- 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