Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Help #19

Open
sapessihshs opened this issue Jan 6, 2021 · 53 comments
Open

Help #19

sapessihshs opened this issue Jan 6, 2021 · 53 comments
Assignees
Labels
enhancement New feature or request

Comments

@sapessihshs
Copy link

sorry, i don't understand much ... someone could explain me step by step how this bot works (windows 10). What should I install? what should I do ?
reward for those who do.

@sapessihshs sapessihshs added the enhancement New feature or request label Jan 6, 2021
@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

First make sure you have Python 3.6.2 installed,
then go into the folder you unpacked the RollercoinBot to and execute the command
pip install -r requirements.txt to install the required modules for this bot.

Then open https://rollercoin.com/game/choose_game in your browser.

After you have done this, you can start the bot with python bot.py and open
the web browser in foreground.

But i can already tell you something.. If you are playing CoinFlip with this bot it could be
that there will occur an KeyError. If this is happening for you, i can't help you with that.
But the steps above should work for 2048.

@sapessihshs
Copy link
Author

sapessihshs commented Jan 6, 2021

First make sure you have Python 3.6.2 installed,
then go into the folder you unpacked the RollercoinBot to and execute the command
pip install -r requirements.txt to install the required modules for this bot.

Then open https://rollercoin.com/game/choose_game in your browser.

After you have done this, you can start the bot with python bot.py and open
the web browser in foreground.

But i can already tell you something.. If you are playing CoinFlip with this bot it could be
that there will occur an KeyError. If this is happening for you, i can't help you with that.
But the steps above should work for 2048.

calmly, could you explain to me step by step. after installing python what should i type (the folder is on the desktop).
you could also send me the link to install python thanks

@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

The link to download python is: https://www.python.org/downloads/release/python-362/
but make sure to uninstall other versions of python installed on your system to make sure it works.

After installing, open your RollercoinBot folder on your Desktop, type cmd into the path field as shown below
and hit enter
Screenshot (62)

After you opened your cmd window, type pip install -r requirements.txt
Wait for it being installed..

When it is done, open your browser at https://rollercoin.com/game/choose_game
and then type python bot.py into your cmd window and hit enter

After this is done you have to open your browser in foreground and let the bot play.

@sapessihshs
Copy link
Author

The link to download python is: https://www.python.org/downloads/release/python-362/
but make sure to uninstall other versions of python installed on your system to make sure it works.

After installing, open your RollercoinBot folder on your Desktop, type cmd into the path field as shown below
and hit enter
Screenshot (62)

After you opened your cmd window, type pip install -r requirements.txt
Wait for it being installed..

When it is done, open your browser at https://rollercoin.com/game/choose_game
and then type python bot.py into your cmd window and hit enter

After this is done you have to open your browser in foreground and let the bot play.

does not open cmd

@BitHevit
Copy link

BitHevit commented Jan 6, 2021

When downloading pyautogui 0.9.52 it gives an error, only version 0.9.5 is installed :((

@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

The link to download python is: https://www.python.org/downloads/release/python-362/
but make sure to uninstall other versions of python installed on your system to make sure it works.
After installing, open your RollercoinBot folder on your Desktop, type cmd into the path field as shown below
and hit enter
Screenshot (62)
After you opened your cmd window, type pip install -r requirements.txt
Wait for it being installed..
When it is done, open your browser at https://rollercoin.com/game/choose_game
and then type python bot.py into your cmd window and hit enter
After this is done you have to open your browser in foreground and let the bot play.

does not open cmd

Then click Windows + R and then type in cmd and hit enter

@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

When downloading pyautogui, it gives an error, only version 0.9.5 is installed :((

Can you upload the error message?

@BitHevit
Copy link

BitHevit commented Jan 6, 2021

When downloading pyautogui, it gives an error, only version 0.9.5 is installed :((

Can you upload the error message?

yes
wait a bit

@sapessihshs
Copy link
Author

When downloading pyautogui, it gives an error, only version 0.9.5 is installed :((

Can you upload the error message?

it just doesn't let me open it

@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

When downloading pyautogui, it gives an error, only version 0.9.5 is installed :((

Can you upload the error message?

it just doesn't let me open it

Do you get an error message or something? Or why you cant open your cmd?

@sapessihshs
Copy link
Author

When downloading pyautogui, it gives an error, only version 0.9.5 is installed :((

Can you upload the error message?

it just doesn't let me open it

Do you get an error message or something? Or why you cant open your cmd?

I can't open it, no message

@BitHevit
Copy link

BitHevit commented Jan 6, 2021

When downloading pyautogui, it gives an error, only version 0.9.5 is installed :((

Can you upload the error message?

https://prnt.sc/whkup7 and https://prnt.sc/whkut5

@BitHevit
Copy link

BitHevit commented Jan 6, 2021

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18

If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

@sapessihshs
Copy link
Author

@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

First you have to install python and make sure to click the option add python to PATH and then restart your computer.

You have to navigate to your folder with the bot in it with
cd C:\Users\youruserhere\Desktop\yourrollercoinbotfolderhere

Then type pip install -r requirements.txt and hit enter

After this is done you can start the bot via python bot.py

@BitHevit
Copy link

BitHevit commented Jan 6, 2021

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18

If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

@sapessihshs
Copy link
Author

First you have to install python and make sure to click the option add python to PATH and then restart your computer.

You have to navigate to your folder with the bot in it with
cd C:\Users\youruserhere\Desktop\yourrollercoinbotfolderhere

Then type pip install -r requirements.txt and hit enter

After this is done you can start the bot via python bot.py

Thank you

@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

First you have to install python and make sure to click the option add python to PATH and then restart your computer.
You have to navigate to your folder with the bot in it with
cd C:\Users\youruserhere\Desktop\yourrollercoinbotfolderhere
Then type pip install -r requirements.txt and hit enter
After this is done you can start the bot via python bot.py

Thank you

Did it work for you?

@BitHevit
Copy link

BitHevit commented Jan 6, 2021

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

AttributeError: 'NoneType' object has no attribute 'dtype' again

@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

AttributeError: 'NoneType' object has no attribute 'dtype' again

Can you upload the response from pip list ?

@BitHevit
Copy link

BitHevit commented Jan 6, 2021

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

AttributeError: 'NoneType' object has no attribute 'dtype' again

Can you upload the response from pip list ?

https://prnt.sc/whlqrl pyautogui is not listed yet since I reinstalled it

@BitHevit
Copy link

BitHevit commented Jan 6, 2021

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

AttributeError: 'NoneType' object has no attribute 'dtype' again

Can you upload the response from pip list ?

https://prnt.sc/whlqrl pyautogui is not listed yet since I reinstalled it

https://prnt.sc/whluv0 here is the updated list

@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

AttributeError: 'NoneType' object has no attribute 'dtype' again

Can you upload the response from pip list ?

https://prnt.sc/whlqrl pyautogui is not listed yet since I reinstalled it

https://prnt.sc/whluv0 here is the updated list

You installed a newer version of opencv-python. That could be the error.
uninstall it and install opencv-python==4.4.0.44, then try to start the bot
again. I installed the version 4.4.0.44 and everything is working for me.

@sapessihshs
Copy link
Author

First you have to install python and make sure to click the option add python to PATH and then restart your computer.
You have to navigate to your folder with the bot in it with
cd C:\Users\youruserhere\Desktop\yourrollercoinbotfolderhere
Then type pip install -r requirements.txt and hit enter
After this is done you can start the bot via python bot.py

Thank you

Did it work for you?

i can't open cmd, what should i open it with? (python?)

@BitHevit
Copy link

BitHevit commented Jan 6, 2021

opencv-python

installed version 4.4.0.44 but the bot still does not work
bruh

@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

First you have to install python and make sure to click the option add python to PATH and then restart your computer.
You have to navigate to your folder with the bot in it with
cd C:\Users\youruserhere\Desktop\yourrollercoinbotfolderhere
Then type pip install -r requirements.txt and hit enter
After this is done you can start the bot via python bot.py

Thank you

Did it work for you?

i can't open cmd, what should i open it with? (python?)

with Windows + R

@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

opencv-python

installed version 4.4.0.44 but the bot still does not work
bruh

Im sorry, then i can't help you :/

@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

I tried it

@weeeeedy
Copy link

weeeeedy commented Jan 6, 2021

@vap0r01

@BitHevit
Copy link

BitHevit commented Jan 6, 2021

opencv-python

installed version 4.4.0.44 but the bot still does not work
bruh

Im sorry, then i can't help you :/

thank you for your time

@sapessihshs
Copy link
Author

First you have to install python and make sure to click the option add python to PATH and then restart your computer.
You have to navigate to your folder with the bot in it with
cd C:\Users\youruserhere\Desktop\yourrollercoinbotfolderhere
Then type pip install -r requirements.txt and hit enter
After this is done you can start the bot via python bot.py

Thank you

Did it work for you?

i can't open cmd, what should i open it with? (python?)

with Windows + R

it tells me it is not recognized as an internal or external command or an executable program or a batch file

@BitHevit
Copy link

BitHevit commented Jan 6, 2021

opencv-python

installed version 4.4.0.44 but the bot still does not work
bruh

Im sorry, then i can't help you :/

I managed to install version 0.9.52 pyautogui for this you need to update pip install --upgrade setuptools and pip install wheel
but the bot still doesn't work -_-

@jul081
Copy link

jul081 commented Jan 7, 2021

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

Thanks man the original file i was using always crash on coinflip and this one works, but it stuck for 1 minute on 2048 XD cause it keep pressing the arrow key even when it already done doing the game. but so far this one works perfectly for me thanks bro

@sapessihshs
Copy link
Author

First you have to install python and make sure to click the option add python to PATH and then restart your computer.
You have to navigate to your folder with the bot in it with
cd C:\Users\youruserhere\Desktop\yourrollercoinbotfolderhere
Then type pip install -r requirements.txt and hit enter
After this is done you can start the bot via python bot.py

Thank you

Did it work for you?

i can't open cmd, what should i open it with? (python?)

how should i do to add python to PATH?

@weeeeedy
Copy link

weeeeedy commented Jan 7, 2021

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

Thanks man the original file i was using always crash on coinflip and this one works, but it stuck for 1 minute on 2048 XD cause it keep pressing the arrow key even when it already done doing the game. but so far this one works perfectly for me thanks bro

No problem. I already know the problem with 2048 but i didnt found an different way yet. Because the original version for 2048 is so slow because it checks every time if the screen contains the "Gain Power" button. And mine doesn't. It just runs for 60 seconds and then it is done. I will also try to make the CoinFlip a little bit faster using Multi Threading. I will keep you update but i can't promise it will work.

@sapessihshs
Copy link
Author

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

sorry could you send me your version too, because I have the same problem. Please

@jul081
Copy link

jul081 commented Jan 8, 2021

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

Thanks man the original file i was using always crash on coinflip and this one works, but it stuck for 1 minute on 2048 XD cause it keep pressing the arrow key even when it already done doing the game. but so far this one works perfectly for me thanks bro

No problem. I already know the problem with 2048 but i didnt found an different way yet. Because the original version for 2048 is so slow because it checks every time if the screen contains the "Gain Power" button. And mine doesn't. It just runs for 60 seconds and then it is done. I will also try to make the CoinFlip a little bit faster using Multi Threading. I will keep you update but i can't promise it will work.

nice i appreciate it, the coin flip is already fast enough i think but if it can be better then thats good, well i think its not much of a problem on 2048 beside the time since most of the time the bot just make the game over around 350-600 most of the time and its quite rare to finish a game. probably its a good call to make it move for 1 min since most of user maybe passed it at perfect score at 40-50 seconds. if i can give you an suggestion maybe you can join the dev of this bot and make improvement on 2048 success rate XD

@jul081
Copy link

jul081 commented Jan 8, 2021

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

sorry could you send me your version too, because I have the same problem. Please

that link is the link for his version of the bot , maybe you can try that one since for me its better than the original one

@sapessihshs
Copy link
Author

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

sorry could you send me your version too, because I have the same problem. Please

that link is the link for his version of the bot , maybe you can try that one since for me its better than the original one

I managed to install the bot from your link, but I don't understand how to activate it ... you could tell me. thanks

@jul081
Copy link

jul081 commented Jan 8, 2021

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

sorry could you send me your version too, because I have the same problem. Please

that link is the link for his version of the bot , maybe you can try that one since for me its better than the original one

I managed to install the bot from your link, but I don't understand how to activate it ... you could tell me. thanks

it pretty much the same as the original tho but i use spyder anaconda 3 (Python 3.7) and i have already use python before so i can understand pretty much what they were saying . so i cant help tho if you were really at the beginning.

but i can give you some instruction :

  • download spyder
  • download the bot
  • locate the bot folder on the spyder
  • then install on the requirement with pip ( its already been preinstalled usually)
  • then load the bot.py with open like opening a file on ms office
  • then run the bot.py
  • open the tab with choose game
  • then you can test which bot you can use (i mean the one that vapor made or the advancement on that made by weeeeedy)

@weeeeedy
Copy link

ok, when installing version 0.9.5 everything is fine, but when starting the bot the error is different - https://prnt.sc/wgr9vj :_(

This issue is known already #18
If you want i can send you my private edited version of this bot to try it out. But i dont know if this version will also work for you.

I will be very grateful to you

https://anonfiles.com/dcY2lb65pa/RollercoinBot-master_rar

Thanks man the original file i was using always crash on coinflip and this one works, but it stuck for 1 minute on 2048 XD cause it keep pressing the arrow key even when it already done doing the game. but so far this one works perfectly for me thanks bro

No problem. I already know the problem with 2048 but i didnt found an different way yet. Because the original version for 2048 is so slow because it checks every time if the screen contains the "Gain Power" button. And mine doesn't. It just runs for 60 seconds and then it is done. I will also try to make the CoinFlip a little bit faster using Multi Threading. I will keep you update but i can't promise it will work.

nice i appreciate it, the coin flip is already fast enough i think but if it can be better then thats good, well i think its not much of a problem on 2048 beside the time since most of the time the bot just make the game over around 350-600 most of the time and its quite rare to finish a game. probably its a good call to make it move for 1 min since most of user maybe passed it at perfect score at 40-50 seconds. if i can give you an suggestion maybe you can join the dev of this bot and make improvement on 2048 success rate XD

I just committed my even better version of my bot to this GitHub Repository. Lets see if they will merge it.
But you can get the files from #20 already. Hope you also
like this version. :)

@smarco1971
Copy link

could somebody get me a working version of this...

@ValoWaking
Copy link

yeah, this version sometime can't click to "gain power" in 2048 so i return to basic version...

@weeeeedy
Copy link

yeah, this version sometime can't click to "gain power" in 2048 so i return to basic version...

use microsoft edge
didnt tested it in different browsers

@smarco1971
Copy link

Coins-flip level 8 it to large, or are you able to let the bot run faster?

@weeeeedy
Copy link

weeeeedy commented Jan 15, 2021

Coins-flip level 8 it to large, or are you able to let the bot run faster?

use my newer version: https://github.com/vap0r01/RollercoinBot/tree/8fdf8fea94d31d28236aa75b8f142e8f1e85a47d

@MARTENBTC
Copy link

MARTENBTC commented Jan 17, 2021

Hei.
i keep getting error installing your req. weeeeedy
"
ERROR: Could not find a version that satisfies the requirement threading (from -r requirements.txt (line 7)) (from versions: none)
ERROR: No matching distribution found for threading (from -r requirements.txt (line 7))

@smarco1971
Copy link

they installed a bot scan, every so many games it want's you to do a anti bot thinky

@MARTENBTC
Copy link

Hei.
i keep getting error installing your req. weeeeedy
"
ERROR: Could not find a version that satisfies the requirement threading (from -r requirements.txt (line 7)) (from versions: none)
ERROR: No matching distribution found for threading (from -r requirements.txt (line 7))

got it working on 3 other pc.
what i did:
install python 3.8.
exctract main bot
lunch cmd admin
install main bot
exctract weeeedy bot
install weeeedy bot (gets an error)
start main bot (wount start)
start 2nd bot (starts)

worked on 3 pc, but not working on main pc where i must have f. up something. any advice how to uninstall everything. tryed uninstalling python, nothing changed. (difference is it is not asking my after isntall about long path or something)

@BitHevit
Copy link

The bot is useless, a recaptcha was added to the project after the game was played ((

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

8 participants