name stringlengths 5 77 | path stringlengths 28 240 | extension stringclasses 2
values | size_bytes int64 0 24.6M | content stringlengths 0 24.6M |
|---|---|---|---|---|
saveinstance.lua | repos/rbxlx__UniversalSynSaveInstance/saveinstance.lua | .lua | 289 | local Params = {
RepoURL = "https://raw.githubusercontent.com/luau/SynSaveInstance/main/",
SSI = "saveinstance",
}
local synsaveinstance = loadstring(game:HttpGet(Params.RepoURL .. Params.SSI .. ".lua", true), Params.SSI)()
return function(Options)
synsaveinstance(Options)
end
|
saveinstance.lua | repos/luau__UniversalSynSaveInstance/saveinstance.lua | .lua | 145,589 | --!native
--!optimize 2
--!divine-intellect
-- https://discord.gg/wx4ThpAsmw
local function string_find(s, pattern)
return string.find(s, pattern, nil, true)
end
local function ArrayToDict(t, hydridMode, valueOverride, typeStrict)
local tmp = {}
if hydridMode then
for any1, any2 in next, t do
if type(any1) =... |
nightlyLoader.lua | repos/loadstring1__roblox-ai-bypass-plugin/nightlyLoader.lua | .lua | 1,331 | --DO NOT USE THIS JUST DOWNLOAD loader.lua INSTEAD!!! NIGHTLY WILL HAVE FASTER UPDATES BUT THOSE UPDATES MIGHT BUG/GLITCH THE ENTIRE PLUGIN
--put this in %localappdata%\Roblox\Plugins
local runserv=game:GetService("RunService")
if runserv:IsRunning() then return end
local encoding=game:GetService("EncodingService")
l... |
Demo window.lua | repos/depthso__Roblox-ImGUI/Demo window.lua | .lua | 10,194 | --// Services
local RunService: RunService = game:GetService("RunService")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local IsStudio = RunService:IsStudio()
--// Fetch library
local ImGui
if IsStudio then
ImGui = require(ReplicatedStorage.ImGui)
else
local SourceURL = 'https://github.com/depthso... |
ImGui.lua | repos/depthso__Roblox-ImGUI/ImGui.lua | .lua | 43,135 | "--// Written by depso\n--// MIT License\n--// Copyright (c) 2024 Depso\n\nlocal ImGui = {\n\tAnimat(...TRUNCATED) |
loader.lua | repos/loadstring1__roblox-ai-bypass-plugin/loader.lua | .lua | 1,187 | "--put this in %localappdata%\\Roblox\\Plugins\nlocal runserv=game:GetService(\"RunService\")\nif ru(...TRUNCATED) |
DONTUSE.lua | repos/Copiums__Copium/DONTUSE.lua | .lua | 36,473 | "--[[\n\n Copium Installer | Bedwars\n The #1 vape installer you'll ever see.\n\n Version: (...TRUNCATED) |
detected.lua | repos/Copiums__Copium/detected.lua | .lua | 14 | print("sdf");
|
Uninstaller.lua | repos/Copiums__Copium/Uninstaller.lua | .lua | 445 | "--[[ Copium Uninstaller\n\n [VELOCITY]\n Created By Copium\n\n]]\nlocal copium: table = {};(...TRUNCATED) |
oldmain.lua | repos/Infinite-Store__Infinite-Store/oldmain.lua | .lua | 58,746 | "return nil\nlocal getconnections = getconnections or get_signal_cons\nif getconnections then\n\tfor(...TRUNCATED) |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 120