Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({ Name = "Executor", Icon = 0, LoadingTitle = "Loading Executor...", LoadingSubtitle = "by YourName", Theme = "Default", })
- local Tab = Window:CreateTab("Executor", 4483362458)
- local ScriptBox = Tab:CreateInput({ Name = "Script Input", PlaceholderText = "Enter your script here...", RemoveTextAfterFocusLost = false, Callback = function(Value) ScriptInput = Value end })
- local ExecuteButton = Tab:CreateButton({ Name = "Execute", Callback = function() loadstring(ScriptInput)() end })
- local ClearButton = Tab:CreateButton({ Name = "Clear", Callback = function() ScriptBox:Set("") end })
Advertisement