k4d.io/gamblrrr

gamblrrr.

tampermonkey userscripts for the casinos i play: strategy autoplayers, account tools, and claim bots. fully unobfuscated - read every line before you install or run anything.

if u already play at online casinos, feel free to try any of these sites that i play at. if u don't, don't start. play responsibly.

read this first

these scripts interact w your logged-in session and place real wagers. they exist for education and personal use. gambling involves risk of loss, each site's terms may restrict automation, and the author is not responsible for losses, account actions, or API changes. you run this. glhf~!

moonroll

moonroll.io

newest of the three. UI-driven like the shuffle scripts: it syncs the page's own controls and clicks Place Bet, no custom bet calls. a wager-race leaderboard monitor (terminal tool) exists too and lands here once it's cleaned up.

dice · v1.4.3

K4D :: KEEP ROLLIN (Moonroll)

the stake dice strategy brain, driving the page instead of the api: syncs amount / under-over-range and clicks Place Bet, then reads the site's own response. follows the site wallet toggle.

keep rollin on moonroll dice
keep rollin on moonroll dice

sha256 5e81c72a2437bc97878c5577dc0b54cacace11163854ac99edf2c5a83f3c6fc9

shuffle

shuffle.us / shuffle.com

UI-driven: these sync the page's own controls and click Play, then read the site's own GraphQL responses. no custom bet calls.

dice · v1.0.8

K4D :: KEEP ROLLIN (Shuffle Dice)

drives the manual UI (amount / chance / over-under). settings remembered per currency, pace wheel, risk slowdown, seed rotation via provably fair.

keep rollin on shuffle dice
keep rollin on shuffle dice

sha256 85399c54adf272b0ef4e807f49c6519d5a2299cf6efd9477a16123a51002436b

keno · v1.0.0

K4D :: TEACH ME HOW TO KENO (Shuffle Keno)

re-picks the board on miss streaks, 20+ pick patterns (cat face, space invader, letter K), trend bet sizing w anchor floors, and a provably-fair audit that actually replays every draw thru the HMAC.

teach me how to keno, watching a board
teach me how to keno, watching a board

sha256 5bd5a2cbe595bd68306dd186d158a1a0be2908aa72f04be81419b6ffc1dac85f

stake

stake.us / stake.comgithub

the original collection (k4d_stake_autoplayers). API-driven: each script talks to stake's own casino endpoints on whichever origin you are on, w the same dual-token auth the site uses, no DOM clicking.

moles · v4.1.0

K4D :: THE MOLEMAN COMETH

bet, pick holes, cash out. ten strategy presets from grinder to martingale, dynamic rounds/moles, session budget + stop rules.

sha256 d07245fa0d95042f9b16865a1b2ed5ae0b7f3c31e3a070704f711c987d433c96

dice · v4.1.0

K4D :: KEEP ROLLIN ROLLIN ROLLIN ROLLIN

win % targeting, roll above/below, bet progression between rolls. chance climber + fader presets for dynamic odds.

sha256 62f4736caa669f5e4d17dcfb23c0c7c3da0619ab7936748f707eeed71c84fc43

blackjack · v4.1.0

K4D :: SNACKPACK BLACKJACK DONT STEP ON CRACK

play-logic engines (basic strategy chart, dealer mimic, never bust) separate from bet progression. fork PLAY_LOGIC if you disagree w math.

sha256 0f4e3d5046466682e180faf89d62fc60351ac52594052522fb12587d29c47194

plinko · v4.1.0

K4D :: PLINKO BLINKO DONT BE A STINKO

rows 8 to 16, four risk tiers, dynamic risk + row climbing, payout ladder baked in. moon shot preset for the 10000x edge slots.

sha256 efec1728c0c4735b39b4779718225686efc45b3b61a12a200aaef29cd7d12538

limbo · v4.1.0

K4D :: HOW LOW CAN U

target multiplier per round w dynamic nudges on win/loss. grinder at 1.10x thru moon shot at 1000x.

sha256 4ce4d456c50233ad14ed4b2a067a2faa906a91afb7460f6b43afdb73a47cf387

account spelunker · v2.7

K4D :: TREAT ME LIKE A PIRATE, GIMME DAT BOOTY

read-only overlay that dumps queryable User properties from stake's GraphQL: balances, rakeback, unclaimed bonuses, account flags. not an autoplayer.

sha256 32741e886d74cbb74528a91571c55d7ee279ef3d805a89b34215ea9c839cc79c

VIP reload · v1.1.0

K4D :: RELOAD CLAIM

claims VIP reload bonuses via GraphQL on the api's own schedule, w random jitter so claims don't land on the same second every cycle.

sha256 57e115d36e0b06bf9359d5b5097d72ff5b131d4f4a38e0ea18d72cde74366c37

verify before you run

every hash on this page is the SHA-256 of the exact bytes served here, and each folder publishes a manifest: stake/CHECKSUMS.sha256, shuffle/CHECKSUMS.sha256, moonroll/CHECKSUMS.sha256. save the script to disk, hash it, compare. a mismatch means do not run it.

# windows
Get-FileHash -Algorithm SHA256 .\k4d-keep-rollin.user.js

# macos / linux
sha256sum -c CHECKSUMS.sha256

install: get Tampermonkey, click a script link above (it prompts to install), then open the matching game while logged in. the floating K4D panel appears on load. everything is MIT licensed.