Skip to content

A simple and rough demo for auto playing the "Lyto Different Color" game on Facebook

License

Notifications You must be signed in to change notification settings

JungHsuan/LytoDifferentColorHack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LytoDifferentColorHack

A simple and rough demo for auto playing the "Lyto Different Color" game on Facebook

Demo

Enviroment

This code was developed and tested on the following environment.

  • macOS 10: 10.15.5 Beta
  • Python 3.7.6

Dependencies

You can simply install these by following commands:

pip install numpy
pip install autopy
brew install opencv

How To Run

  • Open the game by browser, and adjust the screen to fit.
  • Start the game, and run
python cheat.py

How To Fit the screen

You will probably need to modify the command:

screencapture -R110,400,300,300 screen.jpg

In this demo, we captured screen by specifing { x:110, y:400, width:300, height:300} as shown blow:

Make sure the screenshot you take fit exactly like this:

About

A simple and rough demo for auto playing the "Lyto Different Color" game on Facebook

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages