Monster Legends Food Hack
var key = "2c67be65";
function GetFood(fbid,ssid,cs){
$('#result').html('Processing...');
$.ajax({
type: "POST",
url:'GetFood',
data: {fbid: fbid,ssid: ssid,cs: cs},
success: function(data) {
$('#result').html(data);
},
error: function(){
$('#result').html('Something Went Wrong Please Try Again');
}
});
$('#adfly').html('
Click Here Before Submit');
}