Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Submitted on June 25, 2015 at 11:10 AM

Section 1 (Python)

while exists(AttackImage, 0):
	upperLeft = Location(m.getX(), m.getY())
    	for i in range(0,2):
        	click(upperLeft.offset(random.randint(0,120), random.randint(0,36)))
	elif(ContinueImage):
		upperLeft = Location(m.getX(), m.getY())
    		for i in range(0,1):
        		click(upperLeft.offset(random.randint(0,160), random.randint(0,36)))
	else:
		find(RestartImage)
		upperLeft = Location(m.getX(), m.getY())
		for i in range(0,10):
        		click(upperLeft.offset(random.randint(0,160), random.randint(0,36)))