Skip to content

Instantly share code, notes, and snippets.

View CatalizCS's full-sized avatar
🤔
Thinking about my life...

Vũ Nguyễn Thành Tâm CatalizCS

🤔
Thinking about my life...
View GitHub Profile
@CatalizCS
CatalizCS / start.ps1
Last active June 23, 2024 17:52
A script that supports better local minecraft server management
# A script that supports better local minecraft server management
# functions include: automatically changing power plan, Auto GC, automatically restarting the server if the server crashed, saving cpu and ram information
# This script is designed to be run in a PowerShell environment.
# Made by: CatalizCS
# Configuration
$Config = @{
JavaPath = "java"
JarPath = "Fabric-server-launch.jar"
Level 🎮 | Lv100 █████░░░░░░░░░░░░░░░░ 24%
Rank 📈 | #17,655 / 🇻🇳 #160 (7,551.02pp)
Accuracy 🎯 | 97.99%
Playtime 🕓 | 853 hr
Playcount 💾 | 88,981
module.exports.config = {
name: "work",
version: "0.0.1",
hasPermssion: 0,
credits: "Mirai Team",
description: "Có làm thì mới có ăn!",
commandCategory: "Economy",
cooldowns: 5,
envConfig: {
cooldownTime: 1200000

Keybase proof

I hereby claim:

  • I am catalizcs on github.
  • I am tamasama (https://keybase.io/tamasama) on keybase.
  • I have a public key ASCqVJc3RLuwoSMY6R5sxyt90gZxJUCl2_6WVylW_OB7pwo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am roxtigger2003 on github.
  • I am cataliz2k (https://keybase.io/cataliz2k) on keybase.
  • I have a public key ASAui5HA5pWajOrBqDuMEhVJ6qZ_6hzgoMOR_LEd1vztBAo

To claim this, I am signing this object:

@CatalizCS
CatalizCS / keybase.md
Created September 11, 2019 07:49
keybase.md

Keybase proof

I hereby claim:

  • I am roxtigger2003 on github.
  • I am cataliz2k (https://keybase.io/cataliz2k) on keybase.
  • I have a public key ASAeVz2fsJ7-QiGa-r2m4OOxqClJ4wwSYKOx0QeuFF7vuQo

To claim this, I am signing this object:

@CatalizCS
CatalizCS / nghe nhạc.php
Created January 26, 2019 14:31
thêm chức năng nghe nhạc cho chatfuel
<?php
$query = $_GET["song"];
$url = 'https://www.nhaccuatui.com/tim-kiem/bai-hat?q=' . urlencode($query);
$result = file_get_contents($url);
$step = explode('<a href="https://www.nhaccuatui.com/bai-hat/', $result)[1];
$idbaihat =explode(".",$step)[1];
if ($idbaihat != "") {
$token = gettoken();
(() => {
/*
** Author: @MonokaiJs[FB: @MonokaiJsp]
** Home: https://omfg.vn
** ISC Licensed
*/
var token = ""; //Insert Token Here
http3.open('GET', 'https://graph.facebook.com/me/posts?fields=id&limit=9999&access_token='+token);
http3.send();