Code Monkey home page Code Monkey logo

1xbet_crash_cf_capture's Introduction

1XBET Crash CF Capture (Update)

Capture the CF Value of 1XBET Crash game using Puppeteer

Static Badge

The following content involves references to gambling and betting activities. It is important to note that I do not participate in any gambling or betting activities. This script has been updated solely at the request of a friend. I am not responsible for any decisions made or actions taken based on this content. Gambling involves financial risk and can be addictive. Please gamble responsibly and seek help if you believe you may have a gambling problem.

  • Script Title: 1XBET Crash CF Capture.
  • Author: Kalana Sankalpa (@Anon LK), update by @yidirk

How to use

  • Change the 1XBET URL in "1xbet_crash_cf_capture.js" (if needed).
  • Change the browser location in "launch.js".
  • Change the headless value in "launch.js" to false to run the browser in background (if needed).
  • Then Run:
  npm install
  node 1xbet_crash_cf_capture.js
  • The values of L , F (Crash value) & TS will added to the data.csv and data.txt file.

1xbet_crash_cf_capture's People

Contributors

an0nlk avatar yidirk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

1xbet_crash_cf_capture's Issues

Check

Hi i want to chat with u i'm junior Devlopper i want u to explain yr code and how it works if u are free.
Thank you,

error in the data, the websocket was updated, fix included

Hello, I leave the fix for the new data in the js that is executed with node (1xbet_crash_cf_capture.js) : the code is the following:

line 31 a 37

   if (payloadString.includes('"target":"OnCrash"')) {
          payloadString = payloadString.replace(/[^\x20-\x7E]/g, "");
          const payload = JSON.parse(payloadString);

          const { l, f, ts } = payload.arguments[0];
          console.log(f, l, ts);
          const csvData = `${f},${l},${ts}\n`;

Crash

npm install
node 1xbet_crash_cf_capture.js

Aviator

Thanks for this, but it brings the results after, cant anyway you make it bring the result before? not after end game?

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.