Advertisement
Guest User

Demonized SS

a guest
Aug 22nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Demonized = Instance.new("ScreenGui")
  5. local DemonziedExecutor = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local Bar1 = Instance.new("Frame")
  8. local Execute = Instance.new("TextButton")
  9. local Clear = Instance.new("TextButton")
  10. local Source = Instance.new("TextBox")
  11. local OpenFrame = Instance.new("Frame")
  12. local TextButton = Instance.new("TextButton")
  13. --Properties:
  14. Demonized.Name = "Demonized"
  15. Demonized.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. DemonziedExecutor.Name = "DemonziedExecutor"
  18. DemonziedExecutor.Parent = Demonized
  19. DemonziedExecutor.Active = true
  20. DemonziedExecutor.BackgroundColor3 = Color3.new(1, 0, 0)
  21. DemonziedExecutor.BorderSizePixel = 0
  22. DemonziedExecutor.Position = UDim2.new(0.189465404, 0, 0.216216221, 0)
  23. DemonziedExecutor.Selectable = true
  24. DemonziedExecutor.Size = UDim2.new(0, 619, 0, 389)
  25.  
  26. Title.Name = "Title"
  27. Title.Parent = DemonziedExecutor
  28. Title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  29. Title.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  30. Title.Position = UDim2.new(0.33770448, 0, 0.0650473833, 0)
  31. Title.Size = UDim2.new(0, 200, 0, 39)
  32. Title.Font = Enum.Font.SourceSansBold
  33. Title.Text = "Demonized"
  34. Title.TextColor3 = Color3.new(1, 1, 1)
  35. Title.TextScaled = true
  36. Title.TextSize = 14
  37. Title.TextWrapped = true
  38.  
  39. Bar1.Name = "Bar 1"
  40. Bar1.Parent = DemonziedExecutor
  41. Bar1.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  42. Bar1.BorderSizePixel = 0
  43. Bar1.Size = UDim2.new(0, 619, 0, 26)
  44.  
  45. Execute.Name = "Execute"
  46. Execute.Parent = DemonziedExecutor
  47. Execute.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  48. Execute.Position = UDim2.new(0, 35, 0, 91)
  49. Execute.Size = UDim2.new(0, 137, 0, 50)
  50. Execute.Font = Enum.Font.SourceSansBold
  51. Execute.Text = "Execute"
  52. Execute.TextColor3 = Color3.new(1, 1, 1)
  53. Execute.TextScaled = true
  54. Execute.TextSize = 14
  55. Execute.TextWrapped = true
  56.  
  57. Clear.Name = "Clear"
  58. Clear.Parent = DemonziedExecutor
  59. Clear.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  60. Clear.Position = UDim2.new(0, 35, 0, 217)
  61. Clear.Size = UDim2.new(0, 137, 0, 50)
  62. Clear.Font = Enum.Font.SourceSansBold
  63. Clear.Text = "Clear"
  64. Clear.TextColor3 = Color3.new(1, 1, 1)
  65. Clear.TextScaled = true
  66. Clear.TextSize = 14
  67. Clear.TextWrapped = true
  68.  
  69. Source.Name = "Source"
  70. Source.Parent = DemonziedExecutor
  71. Source.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  72. Source.Position = UDim2.new(0, 184, 0, 74)
  73. Source.Size = UDim2.new(0, 426, 0, 300)
  74. Source.Font = Enum.Font.SourceSansBold
  75. Source.Text = "Script Here!"
  76. Source.TextColor3 = Color3.new(1, 1, 1)
  77. Source.TextScaled = true
  78. Source.TextSize = 14
  79. Source.TextWrapped = true
  80.  
  81. OpenFrame.Name = "OpenFrame"
  82. OpenFrame.Parent = Demonized
  83. OpenFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  84. OpenFrame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  85. OpenFrame.Position = UDim2.new(0, 0, 0, 386)
  86. OpenFrame.Size = UDim2.new(0, 167, 0, 88)
  87.  
  88. TextButton.Parent = OpenFrame
  89. TextButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  90. TextButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  91. TextButton.Position = UDim2.new(0, 0, 0, 19)
  92. TextButton.Size = UDim2.new(0, 155, 0, 50)
  93. TextButton.Font = Enum.Font.SourceSansBold
  94. TextButton.Text = "Open"
  95. TextButton.TextColor3 = Color3.new(1, 1, 1)
  96. TextButton.TextScaled = true
  97. TextButton.TextSize = 14
  98. TextButton.TextWrapped = true
  99. -- Scripts:
  100. function SCRIPT_CNBI71_FAKESCRIPT() -- DemonziedExecutor.Script
  101. local script = Instance.new('Script')
  102. script.Parent = DemonziedExecutor
  103. local frame = script.Parent.Parent.LoginFrame
  104. frame.Draggable = true
  105. frame.Active = true
  106. frame.Selectable = true
  107.  
  108. end
  109. coroutine.resume(coroutine.create(SCRIPT_CNBI71_FAKESCRIPT))
  110. function SCRIPT_OOMX75_FAKESCRIPT() -- DemonziedExecutor.LocalScript
  111. local script = Instance.new('LocalScript')
  112. script.Parent = DemonziedExecutor
  113. script.Parent.Clear.MouseButton1Click:Connect(function(
  114. script.Parent.Source.Text - "/n"
  115. end)
  116.  
  117. script.Parent.Execute.MouseButton1Click:Connect(function(
  118. game:GetService('ReplicatedStorage').RemoteEvent:FireServer(script.Parent.Source.Text)
  119. -- for normal:
  120. loadstring(script.Parent.Source.Text)()
  121. end)
  122.  
  123. end
  124. coroutine.resume(coroutine.create(SCRIPT_OOMX75_FAKESCRIPT))
  125. function SCRIPT_URLT89_FAKESCRIPT() -- OpenFrame.LocalScript
  126. local script = Instance.new('LocalScript')
  127. script.Parent = OpenFrame
  128. script.Parent.Open.MouseButton1Click:Connect(function()
  129. script.Parent.DemonizedExecutor.Visible = true
  130. end)
  131.  
  132. end
  133. coroutine.resume(coroutine.create(SCRIPT_URLT89_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement