Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/php
<?php
// CONFIGURATION
define('STORAGE_DIR', "/var/tmp"); // Folder to store files in
define('COOKIE_FILE', STORAGE_DIR . "/sn-run"); // File to store Cookie
define('GAME_NUMBER', "5517444584046592"); // Game number from URL
define('MY_ID', 5); // Player id
define('USERNAME', '');
define('PASSWORD', '');