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
| 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) |
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
| --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) |
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 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", |
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 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 |
NewerOlder