Giter VIP home page Giter VIP logo

bloxflip-smart-bet's Introduction

Bloxflip Smart Bet ๐Ÿง 

Join the discord and create a ticket if you wan't help with a bug: https://discord.gg/3xh6ku7HxX
You can message me at: Ice Bear#3333

A program that uses strategies and probability maths to choose the best times to bet on BloxFlip's crash gamemode https://discord.gg/3xh6ku7HxX.
THIS DOES NOT PREDICT 100% WHEN ITS GOING TO CRASH:
Instead either it uses a betting strategy or compares the previous crash games to see if it'd be a good idea to bet or to find a good multiplier

Configuration and set up โš™

To edit the configuration simply go into the config.json file.

  • The multiplier is the point at which the program will auto bet at
  • The bet amount is the amount of robux to bet each time
  • Games averaged is the amount of games the program will check (Streakbased only)
  • Auto stop is the amount of Robux at which the program will stop betting.
  • Auto restart means the program won't ask you to restart betting with your origanal amount when the new increased bet amount is more than your account's balance (Streakbased only)
  • Your authorization is the token used on bloxflip to place bets. To get your own auth go onto bloxflip press inspect element and go into the console. Then paste the following code
localStorage.getItem('_DO_NOT_SHARE_BLOXFLIP_TOKEN')

This will print your auth token to the console. Copy it without the quotes then put it into the config.json file

Setup tutorial by SteelyXs#1316:
Video

Usage โš 

To run the program make sure you have python installed and also pip. If you don't install python here https://www.python.org/downloads/.
Pip should be preinstalled but if it isn't go to https://pip.pypa.io/en/stable/installation/
Once you have done these two things either run installer.bat or open cmd CD to the directory and type the following command

pip install -r requirements.txt

Errors โŒ

If the program randomly closes with no message check for errors.txt inside the same folder as the python file.
Then create a issue on this github by going to (https://github.com/TheonlyIcebear/Bloxflip-Smart-Bet/issues/new)
Simply title the issue and put the text inside errors.txt You can also join the discord and create a ticket for real time support. https://discord.gg/b3g5UszgAs

Supporting me ๐Ÿคฒ

Consider donating please as I make all my tools free
Roblox Gamepass: https://www.roblox.com/game-pass/20395764/Donate#!/sales
Btc Address: bc1qq8k7h002dlkwxxy35xpw8z2amjpk9nquajvtqw
Monero Adress: 452ogMtEPc9T2sLQHVy3NcARkmTADVbLiY1hyoBp6xhfASdR2R7MPuRjZD4XSe8kHiKjZ1ozVGQqPEVqjjFt2mLcDmGfwXu

bloxflip-smart-bet's People

Contributors

starrayx avatar theonlyicebear 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  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  avatar  avatar  avatar

bloxflip-smart-bet's Issues

martin doesn't work

when i run martin (yes i installed all of the requirements) it says "made by the only ice bear" then crashes

Authorization not working

it logs in and then it gives me an error which says "Invalid Authorization, please check if you copied it correctly" and then closes itself

Add Support for Major Chromium Based Browsers

A good feature that would be useful and lower amount of useless bug reports (main error being: 'cannot find Chrome binary') would be support for other chromium based browsers. Looking into the documentation for the Selenium WebDriver, any browser that is based off of Chromium (two major ones being Opera and Microsoft Edge), can use the chromedriver packaged with the tool.
As for implementing this, A simple config option for which browser to use will work. Then just adding a check for what browser is picked, and lastly setting the binary_location to where the specified browser is located.

martingale erroring

ERROR:root:A error has occured at 08:54:33 08
Traceback (most recent call last):
File "Bloxflip-Smart-Bet-main\Bloxflip-Smart-Bet-main\Martingale.py", line 21, in init
self.sendBets()
File "Bloxflip-Smart-Bet-main\Bloxflip-Smart-Bet-main\Martingale.py", line 410, in sendBets
if lastgame < multiplier:
TypeError: '<' not supported between instances of 'list' and 'float'

Happens when I run martingale

Martingle Error at least provide explanation

[ AUTOBET ] Blocked by DDoS protection. Solve the captcha on the chrome window to continue.
[ AUTOBET ] Press Ctrl + C to exit

DevTools listening on ws://127.0.0.1:63026/devtools/browser/a0bcac3c-20a0-49b9-b851-0c1d302e2796
[ ERROR ] Blocked by ddos protection. If there's a captcha solve it.
[5892:2688:0509/080928.422:ERROR:device_event_log_impl.cc(214)] [08:09:28.423] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F)
[5892:2688:0509/080928.425:ERROR:device_event_log_impl.cc(214)] [08:09:28.425] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F)

Authorization bug

it says invalid authorization even tho I correctly copied and pasted it

crashes after it bets

Thanks, it opens but whenever it bets it crashes then gives me this error. (forgot to make it an issue, sorry I originally commented on my closed issue.)

ERROR:root:A error has occured at 17:25:08 05
Traceback (most recent call last):
File "C:\Users\admin\Desktop\Bloxflip-Smart-Bet-main(2)\Bloxflip-Smart-Bet-main\Martingale.py", line 19, in init
self.sendBets()
File "C:\Users\admin\Desktop\Bloxflip-Smart-Bet-main(2)\Bloxflip-Smart-Bet-main\Martingale.py", line 378, in sendBets
browser.find_element_by_css_selector(".MuiButtonBase-root.MuiButton-root.MuiButton-contained.jss142.MuiButton-containedPrimary").click()
File "C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 814, in find_element_by_css_selector
return self.find_element(by=By.CSS_SELECTOR, value=css_selector)
File "C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 1251, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 430, in execute
self.error_handler.check_response(response)
File "C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".MuiButtonBase-root.MuiButton-root.MuiButton-contained.jss142.MuiButton-containedPrimary"}
(Session info: chrome=102.0.5005.115)
Stacktrace:
Backtrace:
Ordinal0 [0x00B2D953+2414931]
Ordinal0 [0x00ABF5E1+1963489]
Ordinal0 [0x009AC6B8+837304]
Ordinal0 [0x009D9500+1021184]
Ordinal0 [0x009D979B+1021851]
Ordinal0 [0x00A06502+1205506]
Ordinal0 [0x009F44E4+1131748]
Ordinal0 [0x00A04812+1198098]
Ordinal0 [0x009F42B6+1131190]
Ordinal0 [0x009CE860+976992]
Ordinal0 [0x009CF756+980822]
GetHandleVerifier [0x00D9CC62+2510274]
GetHandleVerifier [0x00D8F760+2455744]
GetHandleVerifier [0x00BBEABA+551962]
GetHandleVerifier [0x00BBD916+547446]
Ordinal0 [0x00AC5F3B+1990459]
Ordinal0 [0x00ACA898+2009240]
Ordinal0 [0x00ACA985+2009477]
Ordinal0 [0x00AD3AD1+2046673]
BaseThreadInitThunk [0x760CFA29+25]
RtlGetAppContainerNamedObjectPath [0x77CC7A7E+286]
RtlGetAppContainerNamedObjectPath [0x77CC7A4E+238]

Originally posted by @b0ltcore in #31 (comment)

Closes chrome after period of time

Traceback (most recent call last):
File "C:\Bloxflip-Smart-Bet-main\main.py", line 239, in
main()
File "C:\Bloxflip-Smart-Bet-main\main.py", line 17, in init
self.sendBets()
File "C:\Bloxflip-Smart-Bet-main\main.py", line 202, in sendBets
for game in self.ChrashPoints():
File "C:\Bloxflip-Smart-Bet-main\main.py", line 170, in ChrashPoints
games = json.loads(data)
File "C:\Program Files\Python310\lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Program Files\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Program Files\Python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

ERROR Blocked by ddos protection. Solve the captcha to continue

[ ERROR ] Blocked by ddos protection. Solve the captcha to continue.
[19140:23440:0528/233017.435:ERROR:device_event_log_impl.cc(214)] [23:30:17.435] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F)
[19140:23440:0528/233017.440:ERROR:device_event_log_impl.cc(214)] [23:30:17.440] Bluetooth: bluetooth_adapter_winrt.cc:1075 Getting Default Adapter failed.
[19140:23440:0528/233017.445:ERROR:device_event_log_impl.cc(214)] [23:30:17.444] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F)
[19140:23440:0528/233017.447:ERROR:device_event_log_impl.cc(214)] [23:30:17.446] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F)
[19140:23440:0528/233017.447:ERROR:device_event_log_impl.cc(214)] [23:30:17.446] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F)

not sure if this is an issue on my end but any help would be appreciated

Error on startup

I get this error when trying to start the program (I already tried redownloading)

[ ERROR ] Invalid data inside JSON file. Redownload from github

issue

when i open it i have the right token and it opens but it isn't logged in and it refreshes automatically and gets logged in but while it's refreshing the bot says that it's not the right token when it logs in so if you could slow down the check time that would help alot

error

ERROR:root:A error has occured at 16:23:35 04
Traceback (most recent call last):
File "C:\Users\User\Contacts\Desktop\Bloxflip-Smart-Bet-main\Martingale.py", line 18, in init
self.getConfig()
File "C:\Users\User\Contacts\Desktop\Bloxflip-Smart-Bet-main\Martingale.py", line 164, in getConfig
self.browser = webdriver.Chrome("chromedriver.exe", chrome_options=options)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 70, in init
super(WebDriver, self).init(DesiredCapabilities.CHROME['browserName'], "goog",
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 92, in init
RemoteWebDriver.init(
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 275, in init
self.start_session(capabilities, browser_profile)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 365, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 430, in execute
self.error_handler.check_response(response)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 100
Current browser version is 102.0.5005.61 with binary path C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
Stacktrace:
Backtrace:
Ordinal0 [0x004D7413+2389011]
Ordinal0 [0x00469F61+1941345]
Ordinal0 [0x0035C658+837208]
Ordinal0 [0x0037C773+968563]
Ordinal0 [0x0037837A+951162]
Ordinal0 [0x00375C51+941137]
Ordinal0 [0x003A8C80+1150080]
Ordinal0 [0x003A88DA+1149146]
Ordinal0 [0x003A3F66+1130342]
Ordinal0 [0x0037E546+976198]
Ordinal0 [0x0037F456+980054]
GetHandleVerifier [0x00689632+1727522]
GetHandleVerifier [0x0073BA4D+2457661]
GetHandleVerifier [0x0056EB81+569713]
GetHandleVerifier [0x0056DD76+566118]
Ordinal0 [0x00470B2B+1968939]
Ordinal0 [0x00475988+1989000]
Ordinal0 [0x00475A75+1989237]
Ordinal0 [0x0047ECB1+2026673]
BaseThreadInitThunk [0x7696FA29+25]
RtlGetAppContainerNamedObjectPath [0x770E7A7E+286]
RtlGetAppContainerNamedObjectPath [0x770E7A4E+238]

Bug

DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): chromedriver.storage.googleapis.com:443
DEBUG:urllib3.connectionpool:https://chromedriver.storage.googleapis.com:443 "GET /LATEST_RELEASE HTTP/1.1" 200 13
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): chromedriver.storage.googleapis.com:443
DEBUG:urllib3.connectionpool:https://chromedriver.storage.googleapis.com:443 "GET /102.0.5005.61/chromedriver_win32.zip HTTP/1.1" 200 6369227
DEBUG:selenium.webdriver.remote.remote_connection:POST http://localhost:54506/session {"capabilities": {"firstMatch": [{}], "alwaysMatch": {"browserName": "chrome", "pageLoadStrategy": "normal", "goog:chromeOptions": {"excludeSwitches": ["enable-logging"], "extensions": [], "args": []}}}, "desiredCapabilities": {"browserName": "chrome", "pageLoadStrategy": "normal", "goog:chromeOptions": {"excludeSwitches": ["enable-logging"], "extensions": [], "args": []}}}
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): localhost:54506
DEBUG:urllib3.connectionpool:http://localhost:54506 "POST /session HTTP/1.1" 200 789
DEBUG:selenium.webdriver.remote.remote_connection:Finished Request
DEBUG:selenium.webdriver.remote.remote_connection:POST http://localhost:54506/session/c88753f008e8bc5dbc87e4ee11d3aa18/url {"url": "https://bloxflip.com/crash"}
DEBUG:urllib3.connectionpool:http://localhost:54506 "POST /session/c88753f008e8bc5dbc87e4ee11d3aa18/url HTTP/1.1" 200 14
DEBUG:selenium.webdriver.remote.remote_connection:Finished Request
DEBUG:selenium.webdriver.remote.remote_connection:POST http://localhost:54506/session/c88753f008e8bc5dbc87e4ee11d3aa18/execute/sync {"script": "localStorage.setItem("_DO_NOT_SHARE_BLOXFLIP_TOKEN", "")", "args": []}
DEBUG:urllib3.connectionpool:http://localhost:54506 "POST /session/c88753f008e8bc5dbc87e4ee11d3aa18/execute/sync HTTP/1.1" 200 14
DEBUG:selenium.webdriver.remote.remote_connection:Finished Request
DEBUG:selenium.webdriver.remote.remote_connection:POST http://localhost:54506/session/c88753f008e8bc5dbc87e4ee11d3aa18/execute/sync {"script": "window.location = window.location", "args": []}
DEBUG:urllib3.connectionpool:http://localhost:54506 "POST /session/c88753f008e8bc5dbc87e4ee11d3aa18/execute/sync HTTP/1.1" 200 14
DEBUG:selenium.webdriver.remote.remote_connection:Finished Request
DEBUG:selenium.webdriver.remote.remote_connection:POST http://localhost:54506/session/c88753f008e8bc5dbc87e4ee11d3aa18/elements {"using": "css selector", "value": ".MuiInputBase-input.MuiFilledInput-input.MuiInputBase-inputAdornedStart.MuiFilledInput-inputAdornedStart"}
DEBUG:urllib3.connectionpool:http://localhost:54506 "POST /session/c88753f008e8bc5dbc87e4ee11d3aa18/elements HTTP/1.1" 200 169
DEBUG:selenium.webdriver.remote.remote_connection:Finished Request
DEBUG:selenium.webdriver.remote.remote_connection:POST http://localhost:54506/session/c88753f008e8bc5dbc87e4ee11d3aa18/element {"using": "css selector", "value": ".MuiBox-root.jss227.jss44"}
DEBUG:urllib3.connectionpool:http://localhost:54506 "POST /session/c88753f008e8bc5dbc87e4ee11d3aa18/element HTTP/1.1" 404 1011
DEBUG:selenium.webdriver.remote.remote_connection:Finished Request
DEBUG:selenium.webdriver.remote.remote_connection:POST http://localhost:54506/session/c88753f008e8bc5dbc87e4ee11d3aa18/element {"using": "css selector", "value": ".MuiBox-root.jss220.jss44"}
DEBUG:urllib3.connectionpool:http://localhost:54506 "POST /session/c88753f008e8bc5dbc87e4ee11d3aa18/element HTTP/1.1" 404 1011
DEBUG:selenium.webdriver.remote.remote_connection:Finished Request
DEBUG:selenium.webdriver.remote.remote_connection:POST http://localhost:54506/session/c88753f008e8bc5dbc87e4ee11d3aa18/element {"using": "css selector", "value": ".MuiBox-root.jss102.jss44"}
DEBUG:urllib3.connectionpool:http://localhost:54506 "POST /session/c88753f008e8bc5dbc87e4ee11d3aa18/element HTTP/1.1" 404 1011
DEBUG:selenium.webdriver.remote.remote_connection:Finished Request
DEBUG:selenium.webdriver.remote.remote_connection:DELETE http://localhost:54506/session/c88753f008e8bc5dbc87e4ee11d3aa18/window {}
DEBUG:urllib3.connectionpool:http://localhost:54506 "DELETE /session/c88753f008e8bc5dbc87e4ee11d3aa18/window HTTP/1.1" 200 12
DEBUG:selenium.webdriver.remote.remote_connection:Finished Request

launch problem

when i click on the .py , the windows close instantly.

loss issue

loss isn't detected when it instantly crashes at x1.00, x1.01 or 1.02 (and it also doesn't bet in the round right after the crash)

Errors

ERROR:root:A error has occured at 20:09:41 08
Traceback (most recent call last):
File "C:\Users\65900\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\common\service.py", line 71, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.1520.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 969, in init
self._execute_child(args, executable, preexec_fn, close_fds,

multiplier

whatever multiplier amount i put it just says invalid number

issue with crash

ERROR:root:A error has occured at 16:37:36 04
Traceback (most recent call last):
File "C:\Users\Owner\Downloads\Random things\Bloxflip-Smart-Bet-main\Martingale.py", line 19, in init
self.sendBets()
File "C:\Users\Owner\Downloads\Random things\Bloxflip-Smart-Bet-main\Martingale.py", line 319, in sendBets
browser.find_element_by_css_selector(".MuiButtonBase-root.MuiButton-root.MuiButton-contained.jss142.MuiButton-containedPrimary").click()
File "C:\Users\Owner\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 814, in find_element_by_css_selector
return self.find_element(by=By.CSS_SELECTOR, value=css_selector)
File "C:\Users\Owner\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 1251, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "C:\Users\Owner\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 430, in execute
self.error_handler.check_response(response)
File "C:\Users\Owner\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".MuiButtonBase-root.MuiButton-root.MuiButton-contained.jss142.MuiButton-containedPrimary"}
(Session info: chrome=101.0.4951.67)
Stacktrace:
Backtrace:
Ordinal0 [0x00A57413+2389011]
Ordinal0 [0x009E9F61+1941345]
Ordinal0 [0x008DC658+837208]
Ordinal0 [0x009091DD+1020381]
Ordinal0 [0x0090949B+1021083]
Ordinal0 [0x00936032+1204274]
Ordinal0 [0x00924194+1130900]
Ordinal0 [0x00934302+1196802]
Ordinal0 [0x00923F66+1130342]
Ordinal0 [0x008FE546+976198]
Ordinal0 [0x008FF456+980054]
GetHandleVerifier [0x00C09632+1727522]
GetHandleVerifier [0x00CBBA4D+2457661]
GetHandleVerifier [0x00AEEB81+569713]
GetHandleVerifier [0x00AEDD76+566118]
Ordinal0 [0x009F0B2B+1968939]
Ordinal0 [0x009F5988+1989000]
Ordinal0 [0x009F5A75+1989237]
Ordinal0 [0x009FECB1+2026673]
BaseThreadInitThunk [0x76A4FA29+25]
RtlGetAppContainerNamedObjectPath [0x771C7A7E+286]
RtlGetAppContainerNamedObjectPath [0x771C7A4E+238]

the problem

ERROR:root:A error has occured at 23:25:13 11
Traceback (most recent call last):
File "C:\Users\NB_NO\OneDrive\Desktop\New folder\Bloxflip-Smart-Bet-main\Bloxflip-Smart-Bet-main\Martingale+Predictor (Paid).py", line 19, in init
self.getConfig()
File "C:\Users\NB_NO\OneDrive\Desktop\New folder\Bloxflip-Smart-Bet-main\Bloxflip-Smart-Bet-main\Martingale+Predictor (Paid).py", line 277, in getConfig
self.getBalance()
File "C:\Users\NB_NO\OneDrive\Desktop\New folder\Bloxflip-Smart-Bet-main\Bloxflip-Smart-Bet-main\Martingale+Predictor (Paid).py", line 125, in getBalance
balance = float(browser.find_element_by_css_selector(possibleclass).text.replace(',', ''))
AttributeError: 'WebDriver' object has no attribute 'find_element_by_css_selector'

Martingale

when you open martingale what is it supposed to do once you downloaded the pip requirement

Issue

ERROR:root:A error has occured at 19:16:30 07
Traceback (most recent call last):
File "C:\Users\marti\Desktop\Bloxflip-Smart-Bet-main\Bloxflip-Smart-Bet-main\StreakBased.py", line 157, in getConfig
self.browser = webdriver.Chrome("chromedriver.exe", chrome_options=options)
File "C:\Users\marti\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\chrome\webdriver.py", line 70, in init
super(WebDriver, self).init(DesiredCapabilities.CHROME['browserName'], "goog",
File "C:\Users\marti\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\chromium\webdriver.py", line 93, in init
RemoteWebDriver.init(
File "C:\Users\marti\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\remote\webdriver.py", line 269, in init
self.start_session(capabilities, browser_profile)
File "C:\Users\marti\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\remote\webdriver.py", line 360, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "C:\Users\marti\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\remote\webdriver.py", line 425, in execute
self.error_handler.check_response(response)
File "C:\Users\marti\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\remote\errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 100
Current browser version is 102.0.5005.63 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
Stacktrace:
Backtrace:
Ordinal0 [0x00697413+2389011]
Ordinal0 [0x00629F61+1941345]
Ordinal0 [0x0051C658+837208]
Ordinal0 [0x0053C773+968563]
Ordinal0 [0x0053837A+951162]
Ordinal0 [0x00535C51+941137]
Ordinal0 [0x00568C80+1150080]
Ordinal0 [0x005688DA+1149146]
Ordinal0 [0x00563F66+1130342]
Ordinal0 [0x0053E546+976198]
Ordinal0 [0x0053F456+980054]
GetHandleVerifier [0x00849632+1727522]
GetHandleVerifier [0x008FBA4D+2457661]
GetHandleVerifier [0x0072EB81+569713]
GetHandleVerifier [0x0072DD76+566118]
Ordinal0 [0x00630B2B+1968939]
Ordinal0 [0x00635988+1989000]
Ordinal0 [0x00635A75+1989237]
Ordinal0 [0x0063ECB1+2026673]
BaseThreadInitThunk [0x75D07BA9+25]
RtlInitializeExceptionChain [0x770CB7DB+107]
RtlClearBits [0x770CB75F+191]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\marti\Desktop\Bloxflip-Smart-Bet-main\Bloxflip-Smart-Bet-main\StreakBased.py", line 18, in init
self.getConfig()
File "C:\Users\marti\Desktop\Bloxflip-Smart-Bet-main\Bloxflip-Smart-Bet-main\StreakBased.py", line 160, in getConfig
uiptiny("If your not sure how to update just uninstall then reinstall chrome", "yellow")
NameError: name 'uiptiny' is not defined

Issue because of my balance

Traceback (most recent call last):
File "C:\Users\Jettr\Desktop\Bloxflip-Smart-Bet-main\Martingale.py", line 209, in sendBets
balance = float(browser.find_element_by_css_selector(".MuiBox-root.jss220.jss44").text.replace(',', ''))
ValueError: could not convert string to float: ''

Please fix

Error again

I get error after i did all the steps on the v1.2.5 version it gives me error that im on v1.2.4 which is impossible cause i'm sure i downloaded the last version v1.2.5
Screenshot 2022-07-03 111513

issue bc of balance

File "C:\Bloxflip-Smart-Bet-main\Martingale.py", line 209, in sendBets
balance = float(browser.find_element_by_css_selector(".MuiBox-root.jss220.jss44").text)
ValueError: could not convert string to float: '1,726.00'

randomly crashes

it says "Blocked by ddos protection. Solve the captcha to continue.", then closes after a couple seconds, I usually get this error when the game lasts a bit long (around x10 and more)

also i'm sorry for bothering u that much, and I cant copy the error file since its too long for github idk why

HELP ME

ayo its saying the auth code is wrong its correct like i took it from google any way pls help it keeps saying that

Predictor not working

When i start the predictor it opens the chrome tabs, then the one for the accuracity calculations closes by itsself and then it says no accuracity calculations, an error has ocurred. But martingale and streakbased works tho so idk.

exe closing

hello, if i open it says credits to ... and then it close

Error

unknown

There is also an error with [ ERROR ] Blocked by ddos protection. If there's a captcha solve it.
I don't have a vpn and there is no captcha.

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.