Skip to content

Instantly share code, notes, and snippets.

UIS.InputBegan:Connect(function(Key)
if Key.KeyCode==Enum.KeyCode[getgenv().KeyBind] and not UIS:GetFocusedTextBox() then
require(game.ReplicatedStorage.ClientModules.EntityModules.Glitch).stuff(require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game),
workspace.CurrentRooms[game.Players.LocalPlayer:GetAttribute("CurrentRoom")])
end
end)
--Halt Spawn Script below
UIS.InputBegan:Connect(function(Key)
if Key.KeyCode==Enum.KeyCode[getgenv().KeyBind] and not UIS:GetFocusedTextBox() then
require(game.ReplicatedStorage.ClientModules.EntityModules.Shade).stuff(require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game),
workspace.CurrentRooms[game.Players.LocalPlayer:GetAttribute("CurrentRoom")])
end
end)
local Rayfield = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Rayfield/main/source'))()
local Data = require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game)
local Window = Rayfield:CreateWindow({
Name = "Midnight's Crucifix Test",
LoadingTitle = "Loading...",
LoadingSubtitle = "discord.gg/sYUSYvvWXK",
ConfigurationSaving = {
Enabled = true,
FolderName = "Rayfield Interface Suite",
@MIdnightCyborg
MIdnightCyborg / coedyoo
Created November 6, 2022 05:58
oieoieewf
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("Andreas Private DOORS Gui V-1.5", "Ocean")
--Tabs
local Tab1 = Window:NewTab("Entities")
local Tab2 = Window:NewTab("Misc")
local Tab3 = Window:NewTab("GUIs")
local Tab4 = Window:NewTab("Item Spawner")
--Sections