Zappydev

Zinux Executer Gui

Oct 10th, 2024
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Executor = Instance.new("Frame")
  3. local Bar1 = Instance.new("Frame")
  4. local Bar2 = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local exitbutton = Instance.new("TextButton")
  7. local Execute = Instance.new("TextButton")
  8. local Bar3 = Instance.new("Frame")
  9. local Clear = Instance.new("TextButton")
  10. local Bar4 = Instance.new("Frame")
  11. local ScrollingFrame = Instance.new("ScrollingFrame")
  12. local input = Instance.new("TextBox")
  13. local Open = Instance.new("TextButton")
  14. local Bar5 = Instance.new("Frame")
  15.  
  16. -- Properties
  17.  
  18. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  19. ScreenGui.ResetOnSpawn = false
  20.  
  21. Executor.Name = "Executor"
  22. Executor.Parent = ScreenGui
  23. Executor.Active = true
  24. Executor.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  25. Executor.BorderSizePixel = 0
  26. Executor.Position = UDim2.new(0.25757575, 0, 0.133291811, 0)
  27. Executor.Size = UDim2.new(0, 668, 0, 460)
  28. Executor.Visible = false
  29.  
  30. Bar1.Name = "Bar1"
  31. Bar1.Parent = Executor
  32. Bar1.BackgroundColor3 = Color3.new(1, 1, 1)
  33. Bar1.BorderSizePixel = 0
  34. Bar1.Size = UDim2.new(0, 668, 0, 64)
  35.  
  36. Bar2.Name = "Bar2"
  37. Bar2.Parent = Executor
  38. Bar2.BackgroundColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  39. Bar2.BorderSizePixel = 0
  40. Bar2.Position = UDim2.new(0, 0, 0.139130428, 0)
  41. Bar2.Size = UDim2.new(0, 668, 0, 6)
  42.  
  43. Title.Name = "Title"
  44. Title.Parent = Executor
  45. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  46. Title.BackgroundTransparency = 1
  47. Title.BorderSizePixel = 0
  48. Title.Position = UDim2.new(-0.101796404, 0, -0.0380434766, 0)
  49. Title.Size = UDim2.new(0, 453, 0, 98)
  50. Title.Font = Enum.Font.SourceSansBold
  51. Title.FontSize = Enum.FontSize.Size60
  52. Title.Text = "Zinux Paint | By: ZappyDev "
  53. Title.TextColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  54. Title.TextSize = 10
  55. Title.TextWrapped = true
  56.  
  57. exitbutton.Name = "exitbutton"
  58. exitbutton.Parent = Executor
  59. exitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  60. exitbutton.BackgroundTransparency = 1
  61. exitbutton.BorderSizePixel = 0
  62. exitbutton.Position = UDim2.new(0.915374339, 0, 0.0357302055, 0)
  63. exitbutton.Size = UDim2.new(0, 43, 0, 31)
  64. exitbutton.Font = Enum.Font.SourceSansBold
  65. exitbutton.FontSize = Enum.FontSize.Size48
  66. exitbutton.Text = "X"
  67. exitbutton.TextColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  68. exitbutton.TextSize = 45
  69.  
  70. Execute.Name = "Execute"
  71. Execute.Parent = Executor
  72. Execute.BackgroundColor3 = Color3.new(1, 1, 1)
  73. Execute.BorderColor3 = Color3.new(0.454902, 0.635294, 0.286275)
  74. Execute.BorderSizePixel = 0
  75. Execute.Position = UDim2.new(0.208244547, 0, 0.84927547, 0)
  76. Execute.Size = UDim2.new(0, 182, 0, 49)
  77. Execute.Font = Enum.Font.SourceSansBold
  78. Execute.FontSize = Enum.FontSize.Size36
  79. Execute.Text = "Execute"
  80. Execute.TextColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  81. Execute.TextSize = 35
  82. Execute.TextWrapped = true
  83.  
  84. Bar3.Name = "Bar3"
  85. Bar3.Parent = Executor
  86. Bar3.BackgroundColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  87. Bar3.BorderSizePixel = 0
  88. Bar3.Position = UDim2.new(0.207436025, 0, 0.957525194, 0)
  89. Bar3.Size = UDim2.new(0, 182, 0, 7)
  90.  
  91. Clear.Name = "Clear"
  92. Clear.Parent = Executor
  93. Clear.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Clear.BorderColor3 = Color3.new(0.454902, 0.635294, 0.286275)
  95. Clear.BorderSizePixel = 0
  96. Clear.Position = UDim2.new(0.52111882, 0, 0.84927547, 0)
  97. Clear.Size = UDim2.new(0, 182, 0, 49)
  98. Clear.Font = Enum.Font.SourceSansBold
  99. Clear.FontSize = Enum.FontSize.Size36
  100. Clear.Text = "Clear"
  101. Clear.TextColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  102. Clear.TextSize = 35
  103. Clear.TextWrapped = true
  104.  
  105. Bar4.Name = "Bar4"
  106. Bar4.Parent = Executor
  107. Bar4.BackgroundColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  108. Bar4.BorderSizePixel = 0
  109. Bar4.Position = UDim2.new(0.520310283, 0, 0.957525194, 0)
  110. Bar4.Size = UDim2.new(0, 182, 0, 7)
  111.  
  112. ScrollingFrame.Parent = Executor
  113. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  114. ScrollingFrame.BorderSizePixel = 0
  115. ScrollingFrame.Position = UDim2.new(0.0479041934, 0, 0.191304341, 0)
  116. ScrollingFrame.Size = UDim2.new(0, 605, 0, 289)
  117. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 100000, 0)
  118.  
  119. input.Name = "input"
  120. input.Parent = ScrollingFrame
  121. input.BackgroundColor3 = Color3.new(1, 1, 1)
  122. input.BackgroundTransparency = 1
  123. input.BorderSizePixel = 0
  124. input.Size = UDim2.new(0, 589, 0, 999)
  125. input.Font = Enum.Font.SourceSans
  126. input.FontSize = Enum.FontSize.Size24
  127. input.MultiLine = true
  128. input.Text = "print("Hello World!")"
  129. input.TextColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  130. input.TextSize = 20
  131. input.TextXAlignment = Enum.TextXAlignment.Left
  132. input.TextYAlignment = Enum.TextYAlignment.Top
  133.  
  134. Open.Name = "Open"
  135. Open.Parent = ScreenGui
  136. Open.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  137. Open.BorderSizePixel = 0
  138. Open.Position = UDim2.new(0, 0, 0.516007543, 0)
  139. Open.Size = UDim2.new(0, 130, 0, 64)
  140. Open.Font = Enum.Font.SourceSansBold
  141. Open.FontSize = Enum.FontSize.Size36
  142. Open.Text = "Open"
  143. Open.TextColor3 = Color3.new(1, 1, 1)
  144. Open.TextSize = 35
  145.  
  146. Bar5.Name = "Bar5"
  147. Bar5.Parent = Open
  148. Bar5.BackgroundColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  149. Bar5.BorderSizePixel = 0
  150. Bar5.Position = UDim2.new(0, 0, 0.890625, 0)
  151. Bar5.Size = UDim2.new(0, 130, 0, 7)
  152.  
  153. Execute.MouseButton1Down:connect(function()
  154. loadstring(input.Text)()
  155. print("User has Executed a Script")
  156. end)
  157.  
  158. Clear.MouseButton1Down:connect(function()
  159. input.Text = ""
  160. print("User has cleared the Executor Input")
  161. end)
  162.  
  163. Open.MouseButton1Down:connect(function()
  164. Executor.Visible = true
  165. Open.Visible = false
  166. end)
  167.  
  168. exitbutton.MouseButton1Down:connect(function()
  169. Executor.Visible = false
  170. Open.Visible = true
  171. end)
Advertisement
Add Comment
Please, Sign In to add comment