Coder Social home page Coder Social logo

uncommondll / blackjack-cheat-stake.com Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 0 B

Let's count cards, simulate games, and more for any blackjack game. We concentrate on stake.com though.

License: GNU General Public License v3.0

JavaScript 0.86% Python 58.59% TypeScript 37.55% CSS 2.99%

blackjack-cheat-stake.com's Introduction

Blackjack Cheats - Works Everywhere (we used at stake.com)

Join the Discord

Read this you idiot

Gambiling is bad and you will typically always lose in the long run. You are not special, just very stupid.

If you use your programming skills, you might be able to find a way to beat the odds, and bot it. Basically printing money.

You probably are not that smart or good at programming though, or don't understand the underlying metrics/statics if you think this will be easy or will make you money out of the box.

If you like spending money, you can do it by donating to us. So at least you will be helping a charity and get a tax break.

For the real fun

Ok, well if you now understand you are a idiot, and you will most likely lose money, we can chat about how to use it.

Simulator

Will add more to it later. Check out the main.py, it is what you configure. The blackjack.py file is the lib for how the game works.

Run it easily by

  1. cd into the simulator folder
  2. If you haven't already, run pip install -r requirements.txt. Only need to do 1x
  3. Run python main.py
  4. This will also output graphs using matplotlib. Check the folder for the images.

Card Counter

This is a website that allows you to easily count cards in your game. It is set up for the hi-lo method.

They keys Z, X, C are hotkeys with the following bindings.

  • Z - 2-6
  • X - 7-9
  • C - 10+

It's best to use the keybinds in real games since it is way faster than doing the button presses.

Run the website by first

  1. Make sure you have node.js installed
  2. npm i
  3. npm run dev or npm run build + npm run start

blackjack-cheat-stake.com's People

Contributors

qfc9 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.