GithubHelp home page GithubHelp logo

Comments (15)

ValoWaking avatar ValoWaking commented on July 30, 2024 1

And today I have message "System is detect you a bot" ))) but account still not banned

from rollercoinbot.

SteidleR avatar SteidleR commented on July 30, 2024

Too few information to help you. Does 'coinclick_gameimg.png' exist and has the correct scale? Added BotCoinClick().play() to the main function?
What you mean with 'didn't want to start'? Is the Game on the games page clicked and it doesn't click on 'Start Game' or does it just not find the template on the main game page?

Sorry for the many questions ;D but i need more information

from rollercoinbot.

ValoWaking avatar ValoWaking commented on July 30, 2024

No, i mean that the command prompt is closed in few seconds... Now i fixed it. At this moment bot is enter to the game, but didn't want to click the coins, and mouse cursor doesn't move

`class BotCoinClick:
def init(self):
self.start_img_path = "rc_items/CoinClick_gameimg.png"
self.game = "CoinClick"

def play(self):
    start_game(self.start_img_path)
    start_game_msg(self.game)
    self.run_game()
    end_game()

def run_game(self):
    while not check_image("rc_items/gain_power.png"):
        if check_image("rc_items/bitcoin_droppingcoin.png"):
              click_image("rc_items/bitcoin_droppingcoin.png")
        if check_image("rc_items/dashcoin_droppingcoin.png"):
              click_image("rc_items/dashcoin_droppingcoin.png")
        if check_image("rc_items/dogecoin_droppingcoin.png"):
              click_image("rc_items/dogecoin_droppingcoin.png")
        if check_image("rc_items/litecoin_droppingcoin.png"):
              click_image("rc_items/litecoin_droppingcoin.png")

def main():
global GAME_NUM
while True:
GAME_NUM += 1
BotCoinClick().play()
time.sleep(20)`

from rollercoinbot.

ValoWaking avatar ValoWaking commented on July 30, 2024

Try it by your self

dashcoin_droppingcoin
dogecoin_droppingcoin
litecoin_droppingcoin
bitcoin_droppingcoin

from rollercoinbot.

ValoWaking avatar ValoWaking commented on July 30, 2024

also try this
bitcoin_droppingcoin
dashcoin_droppingcoin
dogecoin_droppingcoin
litecoin_droppingcoin

from rollercoinbot.

SteidleR avatar SteidleR commented on July 30, 2024

I've already tested to implement this a few weeks ago but my implementation was too slow. The coins are moving way too fast so the template matching can't recognize this. maybe you have to implement a other method to check if there is a coin to click. Maybe you could achieve this by using some color recognition at a given position or column?
Please let me know if you could come up with some working bot. I'm currently developing the coinflip bot and after that i will look at coin click

from rollercoinbot.

ValoWaking avatar ValoWaking commented on July 30, 2024

Yeah, i think about this. OpenCV is create new screenshots so slowly...

from rollercoinbot.

SteidleR avatar SteidleR commented on July 30, 2024

Ok this is interesting ;) I've run this bot 20hours and without any message. But no ban is good

from rollercoinbot.

ValoWaking avatar ValoWaking commented on July 30, 2024

Did u try to compile Rollercoin-Automation on c#?

from rollercoinbot.

SteidleR avatar SteidleR commented on July 30, 2024

no

from rollercoinbot.

jonnytracker avatar jonnytracker commented on July 30, 2024

i have submitted working coin click game i created ..

from rollercoinbot.

SteidleR avatar SteidleR commented on July 30, 2024

Nice, thanks! I will merge that and restructure the code a bit to get it working with the current bot

from rollercoinbot.

SteidleR avatar SteidleR commented on July 30, 2024

@blcx Sry but i couldnt get your code to run correctly. The doge coins won't get clicked. Maybe you could work on your code and contribute to it (I have it on the branch 'coinclick'). It would be really nice if you could get it to run.

from rollercoinbot.

jonnytracker avatar jonnytracker commented on July 30, 2024

I will away few days from my computer and will check it when im back ..

The issue:

  1. it is hard coded for my screen HD , please make sure there is no font magnifying or other screen magnification.
  2. Is it at least clicking the menu and game start button ? If so then it probably is the region box issue due to different screen size

Anyway il take a look when im back.
Thank you

from rollercoinbot.

SteidleR avatar SteidleR commented on July 30, 2024

menu and start button are clicked, some of the coins are also clicked

from rollercoinbot.

Related Issues (20)

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.