Skip to content

Instantly share code, notes, and snippets.

View TheLeftExit's full-sized avatar
👀

Norton TheLeftExit

👀
View GitHub Profile
@TheLeftExit
TheLeftExit / Source.pas
Created July 3, 2019 19:00
Tesla 2.0 source
// 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;