This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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', ''); |