Please sign in to access this page

PyGambler

PyGambler

4 devlogs
12h 14m
•  Ship certified
Created by vindognz

Python obfuscator, with a twist to fuel your gambling addiction.

Timeline

oh by the way, any time you land on the bell you WILL get some garbage bc ai.hackclub.com changed model and now its broken and i cbs fixing it

Update attachment

the button wasnt visible on some screen resolutions (idek why). so now clicking the title gambles the code as well.

Update attachment
vindognz vindognz 10 days ago
not tuff
WheeledCord WheeledCord 10 days ago
tough

Ship 1

1 payout of shell 174.0 shells

vindognz

21 days ago

vindognz Covers 2 devlogs and 11h 52m

SOO many bugs with my terrible regex. many tiny bug fixes :)

Update attachment

(I couldn't post devlogs because I wasn't verified, so I'll summarize the last ~12hrs)

Added the slot machine (followed tutorial by CodeJos on YouTube)

Implemented all the obfuscation techniques (rename all your variables, add a ton of random imports, wrap the whole script in a if 1==1, encode all strings as b64, snarky AI comment the code, write all the code to a tempfile then execute that, add big and useless classes and lastly, encode all numbers as hex).

Fixed a ton of bugs because I'm terrible at writing regex.

Cleaned up a ton of code because I'm terrible at writing JS.

Update attachment