Skip to content

Instantly share code, notes, and snippets.

View RubyTemple's full-sized avatar
😀
Happy

RubyTemple RubyTemple

😀
Happy
View GitHub Profile
/**
*
* @author RubyTemple
*/
public class Evento {
private String titolo,testo;
private int data;
private Utente creatore;
public final short MAX_LIKE = 100;
@RubyTemple
RubyTemple / run.php
Created September 20, 2017 14:29 — forked from dktapps/run.php
A basic UDP proxy used to bypass client-side Xbox Live authentication in MCPE 1.2.
<?php
/*
*
* ____ _ _ __ __ _ __ __ ____
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
* |_| \___/ \___|_|\_\___|\__|_| |_|_|_| |_|\___| |_| |_|_|
*