Money_Magnet Posted December 26, 2022 Share Posted December 26, 2022 Hi guys! I want to understand how can I capture the crash's events from the console? For example I want to be able to capture the betting event, the crash event, and the win/lose events. How can I do that? How are those events called? Link to comment Share on other sites More sharing options...
SuperBigWinner Posted December 28, 2022 Share Posted December 28, 2022 crash._events.betEnd crash._events.betStart crash._events.escape crash._events.escapeSuccess crash._events.game_end crash._events.game_prepare crash._events.game_progress crash._events.player_change crash._events.game_end.push(function(e) { console.log(e); }) returns: { "gameId": 5527938, "hash": "75571fb16cc6e0f185233fae2d843a314a2091a7d8dd0ec45332f7758d20299b", "odds": 6.63, "crash": 663, "wager": 0, "cashedAt": 0 } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.