Skip to content

Instantly share code, notes, and snippets.

View xxAROX's full-sized avatar
💭
I may be slow to respond.

Jan Sohn xxAROX

💭
I may be slow to respond.
View GitHub Profile
setcpm(97 / 4)
const key = "c:major"
const drums = stack(
s("bd").beat("<[0] [0, 3, 6]@3>", 16).bank("RolandTR909").gain(1.5),
s("bd").beat("<[0] [0, 3, 6]@3>", 16).bank("bossdr110").gain(1.5).room(0.5),
s("cp").beat("1, 3", 4).bank("mc303").gain(3),
s("cp").beat("1, 3", 4).bank("RolandTR808").gain(1.5),
s("dantranh_vibrato").beat("1, 3, 7", 8).decay(.9).gain(.4).speed(1.9),
)._pianoroll()
@xxAROX
xxAROX / RemoveHead.php
Last active August 14, 2022 13:30
[JUST FOR FUN] Headless players
<?php
/*
* Copyright (c) Jan Sohn / xxAROX
* All rights reserved.
* I don't want anyone to steel my source code. (IHR HARZER)
*/
/**
* Function sendHeadlessSkin
* @param \pocketmine\player\ $player
<?php
/*
* Copyright (c) Jan Sohn / xxAROX
* All rights reserved.
* I don't want anyone to use my source code without permission.
*/
namespace WorldCompiler;
use pocketmine\network\mcpe\compression\ZlibCompressor;
use pocketmine\plugin\PluginBase;
use pocketmine\plugin\PluginDescription;