Purpose:
To fully automate the process of sign-in, game loop, and sign-out as “Legit”, and undetectable as possible.
Developement:
Developement of LBI used DOM manipulation, WinAPI message sending (C# interop), and coding in C#.
Workings:
LBI makes use of C#’s web browser control docked inside its window, and achieves complete automation by DOM manipulation and sending WinAPI messages (like mouse click, and key pressed). To handle CAPTCHAs/ASSIRAs and solving of anagram puzzles, LBI makes use of HttpWebRequests to receive the proper data.
Downloads:
LBI source is provided as is (being over a year old, most likely broken), and for hopefully educational purposes as an exploration into DOM manipulation, multi-threading, and object orientation in C#.