kolijake

E SS

Aug 13th, 2020 (edited)
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local pelangi = Instance.new("Frame")
  10. local pelangi2 = Instance.new("Frame")
  11. local TextBox = Instance.new("TextBox")
  12. local Execute = Instance.new("TextButton")
  13. local Openbutton = Instance.new("TextButton")
  14. local Closebutton = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.CoreGui
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. main.Name = "main"
  22. main.Parent = ScreenGui
  23. main.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  24. main.Position = UDim2.new(0.320341051, 0, 0.276341945, 0)
  25. main.Size = UDim2.new(0, 360, 0, 213)
  26. main.Active =true
  27. main.Draggable =true
  28.  
  29. title.Name = "title"
  30. title.Parent = main
  31. title.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
  32. title.Size = UDim2.new(0, 360, 0, 25)
  33. title.Font = Enum.Font.SciFi
  34. title.Text = "Owner SS"
  35. title.TextColor3 = Color3.fromRGB(189, 91, 221)
  36. title.TextSize = 20.000
  37.  
  38. pelangi.Name = "pelangi"
  39. pelangi.Parent = main
  40. pelangi.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  41. pelangi.Size = UDim2.new(0, 135, 0, 25)
  42.  
  43. pelangi2.Name = "pelangi 2"
  44. pelangi2.Parent = main
  45. pelangi2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. pelangi2.Position = UDim2.new(0.627777755, 0, 0, 0)
  47. pelangi2.Size = UDim2.new(0, 134, 0, 25)
  48.  
  49. TextBox.Parent = main
  50. TextBox.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  51. TextBox.BackgroundTransparency = 1.000
  52. TextBox.Position = UDim2.new(0, 0, 0.117370889, 0)
  53. TextBox.Size = UDim2.new(0, 360, 0, 121)
  54. TextBox.ClearTextOnFocus = false
  55. TextBox.Font = Enum.Font.SciFi
  56. TextBox.Text = ""
  57. TextBox.TextColor3 = Color3.fromRGB(189, 91, 221)
  58. TextBox.TextSize = 19.000
  59. TextBox.TextWrapped = true
  60. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  61. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  62.  
  63. Execute.Name = "Execute"
  64. Execute.Parent = main
  65. Execute.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. Execute.Position = UDim2.new(0.26111111, 0, 0.746478856, 0)
  67. Execute.Size = UDim2.new(0, 171, 0, 45)
  68. Execute.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  69. Execute.Font = Enum.Font.SciFi
  70. Execute.Text = "Execute"
  71. Execute.TextColor3 = Color3.fromRGB(0, 0, 0)
  72. Execute.TextSize = 19.000
  73. Execute.MouseButton1Down:connect(function()
  74. loadstring(TextBox.Text)
  75. end)
  76.  
  77. Openbutton.Name = "Openbutton"
  78. Openbutton.Parent = main
  79. Openbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  80. Openbutton.Position = UDim2.new(-0.977777898, 0, 0.600938976, 0)
  81. Openbutton.Size = UDim2.new(0, 113, 0, 47)
  82. Openbutton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  83. Openbutton.Font = Enum.Font.SciFi
  84. Openbutton.Text = "Open"
  85. Openbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  86. Openbutton.TextSize = 19.000
  87. Openbutton.MouseButton1Down:connect(function()
  88. main.Visible = true
  89. Openbutton.Visible = false
  90. end)
  91.  
  92. Closebutton.Name = "Closebutton"
  93. Closebutton.Parent = main
  94. Closebutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. Closebutton.Position = UDim2.new(1, 0, -0.018779343, 0)
  96. Closebutton.Size = UDim2.new(0, 33, 0, 32)
  97. Closebutton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  98. Closebutton.Font = Enum.Font.SciFi
  99. Closebutton.Text = "X"
  100. Closebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  101. Closebutton.TextSize = 19.000
  102. Closebutton.MouseButton1Down:connect(function()
  103. Openbutton.Visible = true
  104. main.Visible = false
  105. end)
  106.  
  107. -- Scripts:
  108.  
  109. local function VJKZNF_fake_script() -- pelangi.Script
  110. local script = Instance.new('Script', pelangi)
  111.  
  112. while true do
  113. i = 0
  114. for n=1,0,-0.05 do
  115. i = i + 0.05
  116. script.Parent.BackgroundColor3 = Color3.new(i, 0, n)
  117. wait()
  118. end
  119. i = 0
  120. for n=1,0,-0.05 do
  121. i = i + 0.05
  122. script.Parent.BackgroundColor3 = Color3.new(n, i, 0)
  123. wait()
  124. end
  125. i = 0
  126. for n=1,0,-0.05 do
  127. i = i + 0.05
  128. script.Parent.BackgroundColor3 = Color3.new(0, n, i)
  129. wait()
  130. end
  131. end
  132. end
  133. coroutine.wrap(VJKZNF_fake_script)()
  134. local function YWYFYMW_fake_script() -- pelangi2.Script
  135. local script = Instance.new('Script', pelangi2)
  136.  
  137. while true do
  138. i = 0
  139. for n=1,0,-0.05 do
  140. i = i + 0.05
  141. script.Parent.BackgroundColor3 = Color3.new(i, 0, n)
  142. wait()
  143. end
  144. i = 0
  145. for n=1,0,-0.05 do
  146. i = i + 0.05
  147. script.Parent.BackgroundColor3 = Color3.new(n, i, 0)
  148. wait()
  149. end
  150. i = 0
  151. for n=1,0,-0.05 do
  152. i = i + 0.05
  153. script.Parent.BackgroundColor3 = Color3.new(0, n, i)
  154. wait()
  155. end
  156. end
  157. end
  158. coroutine.wrap(YWYFYMW_fake_script)()
  159.  
Add Comment
Please, Sign In to add comment