Advent calender user.

hippymon

Member
I wrote this quick script up to auto-use the advent calender in the campground... It will use it until it is unable to use it anymore.
Code:
	while(contains_text(visit_url("campground.php?action=advent"), "left to punch out right now"))
		visit_url("campground.php?preaction=openadvent");
 
Top