A vibe coding experiment that has grown into a pretty impressive botting framework.
Item Combiner - item_combiner.py
item_craft_final.mp4
Rooftop Agility - agility.py
rooftop_agility_final.mp4
I open sourced this for portfolio building, not script kiddies.
A competent dev should be able to get this working in a jiffy if theyre that interested.
NOTE: the bot script architecture is migrating from legacy (scripts defined in base dir) to the new bot architecture defined in ./bots. Invocation of the new architecture can be seen in main.py.
The new architecture has a core bot class defined here Bot(). This Bot() class is used as a way to have all the core components (RuneLiteClient(), ScriptControl(), MovementOrchestrator(), BankInterface(), ItemLookup()) all in one class.
Noteworthy scripts:


