Skip to content

Instantly share code, notes, and snippets.

@ghluka
ghluka / Ranked Jerkmate Cheat.js
Last active February 15, 2025 06:21
Run this in console and it'll open a cheat menu where you can spawn in cash in the online clicker game "Jerkmate Ranked."
function getCookie(cname) {
let name = cname + "=";
let decodedCookie = decodeURIComponent(document.cookie);
let ca = decodedCookie.split(';');
for(let i = 0; i <ca.length; i++) {
let c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
@ghluka
ghluka / marble_draw.py
Last active January 14, 2025 00:26
Marble Draw game simulation for MDM4U1 summative | Mathematics of Data Managment @ RCI
"""Marble Draw simulation for the first section of my data management's culminating assignment
"""
import random
class MarbleDraw:
"""
A simulation of a Marble Draw game.
Game rules: