Skip to content

Instantly share code, notes, and snippets.

View MillhioreBT's full-sized avatar
💖
Editing my server.

Sarah Wesker MillhioreBT

💖
Editing my server.
View GitHub Profile
@MillhioreBT
MillhioreBT / upgrading_system.lua
Created January 8, 2023 20:00
Item upgrade system, with the possibility of improving the damage of wands
local config = {
interfaceName = "Extra Attributes",
chances = {
[0] = { chance=100 },
[1] = { downLvl=0, chance=100 },
[2] = { downLvl=1, chance=90 },
[3] = { downLvl=2, chance=80 },
[4] = { downLvl=3, chance=70 },
@MillhioreBT
MillhioreBT / lua.json
Created December 15, 2022 19:55
VS Code Autocomplete TFS 1.x+
{
"ACCOUNT_TYPE_GAMEMASTER": {
"prefix": "ACCOUNT_TYPE_GAMEMASTER",
"body": [
"ACCOUNT_TYPE_GAMEMASTER"
]
},
"ACCOUNT_TYPE_GOD": {
"prefix": "ACCOUNT_TYPE_GOD",
"body": [
@MillhioreBT
MillhioreBT / BT <3.lua
Last active November 1, 2022 06:14
OTCv8 script for cavebot_1.3
local mwStatus = false
local mwHotkey = "F9"
local keepStatus = false
local keepHotkey = "F10"
local keepTiles = {}
local mwItemId = 3180
local mwPlacedId = 2129
@MillhioreBT
MillhioreBT / dreamofgold2.lua
Last active August 31, 2022 04:54
[𝒯ℱ𝒮 𝟷.𝟻] 𝒟𝓇𝑒𝒶𝓂 𝒪𝒻 𝒢𝑜𝓁𝒹 𝓋𝟸
if 💛 then
-- Reload Case
💛:setState('⏹️')
if 💛.DEBUG then
print("[Dream Of Gold]: Reloaded")
end
end
💛 = {}