Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ISE = Instance.new("ScreenGui")
- local ISEF = Instance.new("Frame")
- local ISEFUI = Instance.new("UICorner")
- local EB = Instance.new("TextButton")
- local CB = Instance.new("TextButton")
- local CF = Instance.new("TextButton")
- local MF = Instance.new("TextButton")
- local ETB = Instance.new("TextBox")
- local ETBUI = Instance.new("UICorner")
- local OEF = Instance.new("ImageButton")
- local UIClick = Instance.new("Sound")
- local SN = Instance.new("TextLabel")
- local UserInputService = game:GetService("UserInputService")
- ISE.Parent = game.CoreGui
- OEF.Visible = false
- UIClick.Parent = game.Workspace
- UIClick.SoundId = "rbxassetid://6972137633"
- UIClick.Playing = true
- UIClick.Looped = false
- UIClick.Volume = 1
- UIClick:Stop()
- ISEF.Name = "ISEF"
- ISEF.Parent = ISE
- ISEF.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ISEF.Position = UDim2.new(0.4, 0, 0.25, 0)
- ISEF.Size = UDim2.new(0, 200, 0, 150)
- ISEF.BorderSizePixel = 0
- ISEFUI.Parent = ISEF
- OEF.Name = "OEF"
- OEF.Parent = ISE
- OEF.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- OEF.Position = UDim2.new(0.95, 0, 0.4, 0)
- OEF.Size = UDim2.new(0, 45, 0, 45)
- OEF.Image = "rbxassetid://14896630478"
- OEF.Transparency = 1
- OEF.MouseButton1Click:Connect(function()
- UIClick:Play()
- ISEF.Visible = true
- OEF.Visible = false
- writefile("ISE.ECCS", ""..ETB.Text)
- end)
- CF.Name = "CF"
- CF.Position = UDim2.new(0.85, 0, 0, 0)
- CF.Parent = ISEF
- CF.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- CF.BackgroundTransparency = 1
- CF.LayoutOrder = 1
- CF.Size = UDim2.new(0, 25, 0, 25)
- CF.AutoButtonColor = false
- CF.Font = Enum.Font.SourceSansBold
- CF.Text = "X"
- CF.TextColor3 = Color3.fromRGB(255, 255, 255)
- CF.TextScaled = true
- CF.TextSize = 14.000
- CF.TextWrapped = true
- CF.MouseButton1Click:Connect(function()
- UIClick:Play()
- ISEF:Destroy()
- writefile("ISE.ECCS", ""..ETB.Text)
- end)
- SN.Name = "SN"
- SN.Parent = CF
- SN.BackgroundTransparency = 1
- SN.Position = UDim2.new(-4, 0, 0.5, 0)
- SN.Size = UDim2.new(0, 1, 0, 1)
- SN.Font = Enum.Font.SourceSansBold
- SN.Text = "ECCS•IDExecutor"
- SN.TextColor3 = Color3.fromRGB(255, 255, 255)
- SN.TextTransparency = 0.5
- SN.TextSize = 20
- MF.Name = "MF"
- MF.Position = UDim2.new(0.7, 0, -0.02, 0)
- MF.Parent = ISEF
- MF.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- MF.BackgroundTransparency = 1
- MF.LayoutOrder = 1
- MF.Size = UDim2.new(0, 25, 0, 25)
- MF.AutoButtonColor = false
- MF.Font = Enum.Font.SourceSansBold
- MF.Text = "-"
- MF.TextColor3 = Color3.fromRGB(255, 255, 255)
- MF.TextSize = 50
- MF.MouseButton1Click:Connect(function()
- UIClick:Play()
- ISEF.Visible = false
- OEF.Visible = true
- writefile("ISE.ECCS", ""..ETB.Text)
- end)
- ETB.Name = "ETB"
- ETB.Parent = ISEF
- ETB.BackgroundColor3 = Color3.new(255, 255, 255)
- ETB.Position = UDim2.new(0.10, 0, 0.25, 0)
- ETB.Size = UDim2.new(0, 160, 0, 50)
- ETB.Font = Enum.Font.SourceSansBold
- ETB.FontSize = Enum.FontSize.Size18
- ETB.PlaceholderText = "Script ID Here"
- ETB.Text = ""
- ETB.ClearTextOnFocus = false
- ETB.TextColor3 = Color3.new(0, 0, 0)
- ETB.TextSize = 15
- ETB.TextXAlignment = Enum.TextXAlignment.Center
- ETB.TextYAlignment = Enum.TextYAlignment.Center
- ETB.TextWrapped = true
- ETBUI.Parent = ETB
- EB.Name = "EB"
- EB.Position = UDim2.new(0.05, 0, 0.6, 0)
- EB.Parent = ISEF
- EB.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- EB.LayoutOrder = 1
- EB.Size = UDim2.new(0, 80, 0, 40)
- EB.AutoButtonColor = false
- EB.Font = Enum.Font.SourceSansBold
- EB.Text = "Execute"
- EB.TextColor3 = Color3.fromRGB(255, 255, 255)
- EB.TextSize = 30
- EB.BorderSizePixel = 0
- EB.MouseButton1Click:Connect(function()
- UIClick:Play()
- loadstring(game:GetObjects("rbxassetid://"..ETB.Text)[1].Source)()
- writefile("ISE.ECCS", ""..ETB.Text)
- end)
- CB.Name = "CB"
- CB.Position = UDim2.new(0.55, 0, 0.6, 0)
- CB.Parent = ISEF
- CB.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- CB.LayoutOrder = 1
- CB.Size = UDim2.new(0, 90, 0, 40)
- CB.AutoButtonColor = false
- CB.Font = Enum.Font.SourceSansBold
- CB.Text = "Clear"
- CB.TextColor3 = Color3.fromRGB(255, 255, 255)
- CB.TextSize = 30
- CB.BorderSizePixel = 0
- CB.MouseButton1Click:Connect(function()
- UIClick:Play()
- ETB.Text = ""
- writefile("ISE.ECCS", ""..ETB.Text)
- end)
- ISE.ISEF.ETB.FocusLost:Connect(function(enterPressed)
- if enterPressed then
- UIClick:Play()
- loadstring(game:GetObjects("rbxassetid://"..ETB.Text)[1].Source)()
- writefile("ISE.ECCS", ""..ETB.Text)
- end
- end)
- local gui = ISEF
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function update(input)
- local delta = input.Position - dragStart
- gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- end
- gui.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = gui.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- gui.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging then
- update(input)
- end
- end)
- if not isfile("ISE.ECCS") then
- writefile("ISE.ECCS", ""..ETB.Text)
- end
- local ISER = readfile("ISE.ECCS")
- ETB.Text = ""..ISER
- local gui = OEF
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function update(input)
- local delta = input.Position - dragStart
- gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- end
- gui.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = gui.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- gui.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging then
- update(input)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement