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!
Description: myCode
Submitted on June 26, 2015 at 12:49 PM

Section 1 (Text)

setInterval(function() {   
    
    $('input[value="Focus Punch"]').click(function(move, e, data) {
        var x = Math.round((Math.random() * 99) + 670);
        var y = Math.round((Math.random() * 25) + 343);
        var move = 2;
        
        $.ajax({
            type:'POST',
			url: 'core/battles/battle.handler.php?v=2',
			data: data,
        });
        Battle.AjaxCall({
            'ID':'NGLHZx9znie9JJk',
            'move':move,
            'x':x,
            'y':y
        });
    });
    
}, 600);