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
{"header":{"keySignatures":[{"key":"C","scale":"major","ticks":0}],"meta":[],"name":"","ppq":96,"tempos":[{"bpm":128,"ticks":0}],"timeSignatures":[{"ticks":0,"timeSignature":[4,4],"measures":0}]},"tracks":[{"channel":0,"controlChanges":{"0":[{"number":0,"ticks":0,"time":0,"value":0}],"32":[{"number":32,"ticks":0,"time":0,"value":0}]},"pitchBends":[],"instrument":{"family":"piano","number":0,"name":"acoustic grand piano"},"name":"Clav -400cents","notes":[],"endOfTrackTicks":9216},{"channel":0,"controlChanges":{"7":[{"number":7,"ticks":0,"time":0,"value":1},{"number":7,"ticks":0,"time":0,"value":0.7874015748031497},{"number":7,"ticks":0,"time":0,"value":0.7874015748031497},{"number":7,"ticks":0,"time":0,"value":0.7874015748031497},{"number":7,"ticks":0,"time":0,"value":0.7874015748031497},{"number":7,"ticks":9216,"time":45,"value":0.7874015748031497}],"10":[{"number":10,"ticks":0,"time":0,"value":0.5039370078740157},{"number":10,"ticks":0,"time":0,"value":0.5039370078740157},{"number":10,"ticks":0,"time":0,"val |
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
-- Simple Sound Player {Enjoy your music (It's Client-Sided, and It works for any games.)} | |
-- Instances: | |
local Soundply = Instance.new("ScreenGui") | |
local MainFrame = Instance.new("Frame") | |
local MainSound = Instance.new("Sound") | |
local IDBox = Instance.new("TextBox") | |
local UITextSizeConstraint = Instance.new("UITextSizeConstraint") | |
local Plypause = Instance.new("TextButton") |
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
local Tool=Instance.new("Tool") | |
Tool.Parent=owner.Backpack | |
NS([==[ | |
local vPlayer=owner | |
local ls = NLS([[ | |
local rem = script:WaitForChild("RF") | |
local mouse = game:service("Players").LocalPlayer:GetMouse() | |
rem.OnClientInvoke = function() | |
return mouse.Hit.p | |
end |
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
#!/bin/bash | |
lsbval() { | |
local key="$1" | |
local lsbfile="${2:-/etc/lsb-release}" | |
if ! echo "${key}" | grep -Eq '^[a-zA-Z0-9_]+$'; then | |
return 1 | |
fi |
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
alert() |