This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Written in Pascal ABC.NET (obscure Pascal variation with .NET features). | |
| // Last edited: 10 Feb 2018. | |
| // InputSimulator and WindowScrape are libraries that can be googled. | |
| // sky.png is a 1x1366 BMP with Weather Machine: Warp Speed background colors as seen in-game. | |
| // The bot would compare X pixels in front of player to sky colors, and count ones that wouldn't match. | |
| // If more than Y pixels didn't match, player would stop. Otherwise, they'd move forward. | |
| Program FarmBot2; |
NewerOlder