Skip to content

Instantly share code, notes, and snippets.

View 0x15f's full-sized avatar
:shipit:
Shipping shit

Jake Casto 0x15f

:shipit:
Shipping shit
View GitHub Profile
<?php
class UDPProxy extends \Threaded {
// private static $ENCRYPT_KEY = 'jsd8hv8QWCH';
/**@var stream*/
public $socket;
/**@var stream*/
public $sql;
<?php
$ip = 'ice.cosmicpe.me';
$port = 19132;
$socket = @fsockopen("udp://" . $ip, $port, $errno, $errstr, 5);
socket_set_timeout($socket, 5);
socket_set_blocking($socket, true);
@fwrite($socket, "\xFE\xFD\x09\x10\x20\x30\x40\xFF\xFF\xFF\x01");

Keybase proof

I hereby claim:

  • I am 0x15f on github.
  • I am 0x15f (https://keybase.io/0x15f) on keybase.
  • I have a public key whose fingerprint is C966 C9AA 8F59 21D7 D8A2 0B67 A58F F86E 6362 6DE0

To claim this, I am signing this object:

@0x15f
0x15f / MyPlay.txt
Last active March 23, 2019 15:40
No idea when or why I wrote this
SETTING: 2 dogs walking together in a park
ACTORS: Dog1, Dog2
SCENE ONE:
Dog1: (TALKING TO DOG2) "What do you think of cats?"
Dog2: (RESPONDING TO DOG1) "Cats are horrible creatues! Hissing and clawing!"