This file contains hidden or 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
// map sp_a4_speed_tb_catch | |
// made by NeKz | |
sv_cheats 1 | |
host_framerate 60 | |
sv_allow_mobile_portals 1 | |
sv_noclipduringpause 1 | |
sar_autojump 1 | |
sar_tas_autostart 1 |
This file contains hidden or 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
<?php | |
// php -r "require 'classes/Discord.php'; require 'classes/Debug.php'; Discord::sendWebhook(null);" | |
//define('ROOT_PATH', str_replace('\\', '/', __DIR__).'/..'); | |
class Discord { | |
const API = 'https://discordapp.com/api/v6'; | |
private static $id; | |
private static $token; |
NewerOlder