Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Noperskype

18
Posts
2
Topics
2
Followers
4
Following
A member registered Jul 27, 2025

Creator of

Recent community posts

mod applications open when

o mod time

ik im kidding I do know wht they are but I'm not spelling a full paragraph

I told chatgpt to make the menu a file so you don't have to https://chatgpt.com/c/68a5560a-8734-8321-94b3-5d8c9c1b9253

here's the mod menu for it 

<!DOCTYPE html>

#modMenu {
position: fixed; top: 20px; left: 20px;
background: #222; color: #fff;
padding: 16px; border-radius: 12px;
width: 280px; z-index: 999999;
box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
#modMenu h2 { margin-top: 0; font-size: 18px; }
.menu-section { margin-bottom: 12px; }
label { display: block; margin: 6px 0; }
input[type=checkbox] { margin-right: 6px; }
.rgb-control { margin: 4px 0; }
</style>

</head>

<body>
<div id="modMenu">
<h2>Sprunki Mod Menu</h2>
<div class="menu-section">
<label><input type="checkbox" id="unlockAll"> Unlock All Packs</label>
<label><input type="checkbox" id="randomizer"> Enable Randomizer</label>
</div>
<div class="menu-section">
<h3>Character RGB</h3>
<div class="rgb-control">
<label>Mustard Beat
<input type="color" id="rgbMustard" value="#ffff00">
</label>
</div>
<div class="rgb-control">
<label>Retro Beat
<input type="color" id="rgbRetro" value="#00ffff">
</label>
</div>
<div class="rgb-control">
<label>Cherecters
<input type="color" id="rgbCherecters" value="#ff00ff">
</label>
</div>
</div>
<div class="menu-section">
<button id="savePreset">Save Preset</button>
<button id="loadPreset">Load Preset</button>
</div>
</div>

<script>
const api = window.SprunkiModAPI || {};

const rgbInputs = {
mustard: document.getElementById("rgbMustard"),
retro: document.getElementById("rgbRetro"),
cherecters: document.getElementById("rgbCherecters")
};

Object.entries(rgbInputs).forEach(([key, input]) => {
input.addEventListener("input", () => {
if(api.setCharacterColor){
api.setCharacterColor(key, input.value);
}
});
});

document.getElementById("savePreset").onclick = () => {
const preset = {
mustard: rgbInputs.mustard.value,
retro: rgbInputs.retro.value,
cherecters: rgbInputs.cherecters.value
};
localStorage.setItem("sprunkiRGBPreset", JSON.stringify(preset));
alert("Preset saved!");
};

document.getElementById("loadPreset").onclick = () => {
const data = localStorage.getItem("sprunkiRGBPreset");
if(data){
const preset = JSON.parse(data);
Object.entries(preset).forEach(([k,v]) => {
if(rgbInputs[k]) rgbInputs[k].value = v;
if(api.setCharacterColor) api.setCharacterColor(k, v);
});
alert("Preset loaded!");
}
};
</script>

</body>

</html>

<!doctype html>

<html lang="en">

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Play a .sb3 locally (TurboWarp embed)</title>
<style>
:root { --bg:#0f1220; --fg:#eef2ff; --muted:#a5b4fc; --card:#151935; --accent:#8b5cf6; }
* { box-sizing: border-box; }
body { margin:0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji"; background: var(--bg); color: var(--fg); }
header { padding: 16px 20px; border-bottom: 1px solid #262a45; display:flex; align-items:center; gap:12px; }
header h1 { font-size: 18px; font-weight: 700; margin:0; letter-spacing:.2px; }
.container { max-width: 1100px; margin: 0 auto; padding: 20px; }
.card { background: var(--card); border: 1px solid #22264a; border-radius: 16px; padding: 16px; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.row { display: grid; grid-template-columns: 1fr; gap: 16px; }
.controls { display:flex; gap: 10px; align-items:center; flex-wrap: wrap; }
.btn { background: linear-gradient(180deg, #9b74ff, #7c3aed); color: white; border: none; padding: 10px 14px; border-radius: 12px; font-weight: 700; cursor: pointer; box-shadow: 0 8px 20px rgba(139,92,246,.35); }
.btn:disabled { opacity:.6; cursor: not-allowed; box-shadow:none; }
.file { display: inline-block; position: relative; }
.file input[type="file"] { opacity: 0; position: absolute; <span class="ͼk" <inset<="" span="">: >span class="ͼj">0</span>; cursor: pointer; }
.file .face { border:1px dashed #3a3f75; border-radius: 12px; padding: 10px 14px; color: var(--muted); }
.hint { color: #c7cafc; opacity:.85; font-size: 14px; }
iframe { width: 100%; height: 540px; border: none; border-radius: 14px; background: #0b0e1a; }
.dropzone { border: 2px dashed #3a3f75; border-radius: 16px; padding: 18px; text-align:center; color: var(--muted); transition: border-color .15s; }
.dropzone.drag { border-color: var(--accent); color: var(--fg); }
.spacer { height: 8px; }
</style>

</head>

<body>
<header>
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 3v18m9-9H3" stroke="white" stroke-width="2.2" stroke-linecap="round"/></svg>
<h1>Scratch (.sb3) → HTML Player</h1>
</header>
<div class="container">
<div class="card">
<div class="row">
<div class="controls">
<label class="file">
<input id="file" type="file" accept=".sb3,application/zip" />
<span class="face">Choose your <<span class="ͼg" <strong<="" span="">>.sb3</>span class="ͼg"<strong< span="">> file</>span class="ͼg">span</strong<></span>>
</label>
<button id="play" class="btn" disabled>Play in page</button>
<button id="download" class="btn" disabled>Download this HTML + project</button>
<span id="status" class="hint">No file selected.</span>
</div>
<div id="dropzone" class="dropzone">or drag & drop the .sb3 here</div>
<iframe id="player" title="TurboWarp Player" allow="autoplay; fullscreen" referrerpolicy="no-referrer"></iframe>
<div class="hint">This uses the TurboWarp web player in an iframe and loads your file from a local <<span class="ͼg" <code<="" span="">>blob:</>span class="ͼg"<code< span="">> URL — nothing is uploaded anywhere.</>span class="ͼg">div</code<></span>>
</div>
</div>
<div class="spacer"></div>
</div>

<script>
(function(){
const fileInput = document.getElementById('file');
const playBtn = document.getElementById('play');
const dlBtn = document.getElementById('download');
const status = document.getElementById('status');
const player = document.getElementById('player');
const dropzone = document.getElementById('dropzone');

let currentBlobURL = null;
let currentFile = null;

function setStatus(text){ status.textContent = text; }

function revoke(){ if (currentBlobURL) { URL.revokeObjectURL(currentBlobURL); currentBlobURL = null; } }

function onFile(file){
if(!file) return;
revoke();
currentFile = file;
currentBlobURL = URL.createObjectURL(file);
setStatus(`Loaded: ${file.name} (${(file.size/1024/1024).toFixed(2)} MB)`);
playBtn.disabled = false;
dlBtn.disabled = false;
}

fileInput.addEventListener('change', (e)=> onFile(e.target.files[0]));

</html>

finally some games to mod 

imma leak the html 

yeippi

sybau dumb mother fuck before I mod your mom turn her into a laptop give her a virus and break her

(1 edit)

OMG ITS SO GOOD, EVEN THO ITS A BETA <3

In programming, int is short for integer, which is a data type representing whole numbers (without fractional parts). It's a fundamental data type used to store values like -2, -1, 0, 1, 2, and so on 

n programming, bool is short for Boolean. It's a data type that represents a logical value, which can only be either true or false. It's named after George Boole, who developed Boolean algebra, the mathematical system upon which this data type is based. In general, a string is a sequence of characters. In computer programming, it's a data type used to represent text, and it can include letters, numbers, symbols, and spaces, enclosed in either single or double quotes. In everyday language, a string can also refer to a thin cord or thread used for tying or bindin

yo I'm a big fan I have one question can you mod a game for me fox taggers ad the iistupid pls the real one cause I cant dll

https://g.co/gemini/share/df118bb07193 play now

This is sigma bwallan

super sigma download now or die

W

can you make a custom soundboard