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.ionewest 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.
shuffle
shuffle.us / shuffle.comUI-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.
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.
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.
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.
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.
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.
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.
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.
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.