Skip to content

Instantly share code, notes, and snippets.

View Mr-Ojii's full-sized avatar

Mr-Ojii

View GitHub Profile
@Mr-Ojii
Mr-Ojii / obs-loading-text.lua
Created December 15, 2023 00:33
1秒ごとに...テキストを表示します
--書き方あってるのか全く分からんが、とりあえず動いてるからヨシ!
--バグがあったらすみません
--[[
These codes are licensed under CC0.
http://creativecommons.org/publicdomain/zero/1.0/deed.ja
]]
obs = obslua
source_name = ""
prefix = ""

Keybase proof

I hereby claim:

  • I am mr-ojii on github.
  • I am mr_ojii (https://keybase.io/mr_ojii) on keybase.
  • I have a public key ASCl2Qq5AGsF000_30b6HCxZzptH93uSH6ipZr65sw0o9go

To claim this, I am signing this object:

@Mr-Ojii
Mr-Ojii / Readme.md
Last active February 21, 2023 12:09
AmazonSeller Filter
@Mr-Ojii
Mr-Ojii / obs-mousestate-win.lua
Last active December 15, 2023 00:31
テキストソースにマウス状態を結び付けます
--初めて書いたOBSスクリプトなので、バグがあったらすみません
--[[
These codes are licensed under CC0.
http://creativecommons.org/publicdomain/zero/1.0/deed.ja
]]
obs = obslua
source_name = ""
C = {}