pogime2009

Untitled

Mar 6th, 2022 (edited)
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.72 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local UIGradient = Instance.new("UIGradient")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local UIGradient_2 = Instance.new("UIGradient")
  12. local close = Instance.new("TextButton")
  13. local UICorner_3 = Instance.new("UICorner")
  14. local UIGradient_3 = Instance.new("UIGradient")
  15. local UIGradient_4 = Instance.new("UIGradient")
  16. local Script1 = Instance.new("TextButton")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local Script2 = Instance.new("TextButton")
  19. local UICorner_5 = Instance.new("UICorner")
  20. local script3 = Instance.new("TextButton")
  21. local UICorner_6 = Instance.new("UICorner")
  22. local new = Instance.new("TextLabel")
  23. local TextLabel = Instance.new("TextLabel")
  24. local script4 = Instance.new("TextButton")
  25. local UICorner_7 = Instance.new("UICorner")
  26. local TextLabel_2 = Instance.new("TextLabel")
  27. local TextLabel_3 = Instance.new("TextLabel")
  28. local open = Instance.new("TextButton")
  29. local UICorner_8 = Instance.new("UICorner")
  30. local UIGradient_5 = Instance.new("UIGradient")
  31.  
  32. --Properties:
  33.  
  34. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  35. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  36. ScreenGui.ResetOnSpawn = false
  37.  
  38. Frame.Parent = ScreenGui
  39. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  40. Frame.Position = UDim2.new(0.271034986, 0, 0.258895665, 0)
  41. Frame.Size = UDim2.new(0, 658, 0, 415)
  42.  
  43. UICorner.Parent = Frame
  44.  
  45. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(16, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 60, 63))}
  46. UIGradient.Rotation = -1
  47. UIGradient.Parent = UICorner
  48.  
  49. UICorner_2.Parent = Frame
  50.  
  51. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(16, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 60, 63))}
  52. UIGradient_2.Rotation = -1
  53. UIGradient_2.Parent = Frame
  54.  
  55. close.Name = "close"
  56. close.Parent = Frame
  57. close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. close.BorderColor3 = Color3.fromRGB(53, 0, 0)
  59. close.Position = UDim2.new(0.923250616, 0, -0.000645097462, 0)
  60. close.Size = UDim2.new(0, 50, 0, 35)
  61. close.AutoButtonColor = false
  62. close.Font = Enum.Font.Arial
  63. close.Text = "x"
  64. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. close.TextSize = 30.000
  66.  
  67. UICorner_3.Parent = close
  68.  
  69. UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(16, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 60, 63))}
  70. UIGradient_3.Rotation = -1
  71. UIGradient_3.Parent = close
  72.  
  73. UIGradient_4.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(16, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 60, 63))}
  74. UIGradient_4.Rotation = -1
  75. UIGradient_4.Parent = Frame
  76.  
  77. Script1.Name = "Script1"
  78. Script1.Parent = Frame
  79. Script1.BackgroundColor3 = Color3.fromRGB(41, 255, 248)
  80. Script1.Position = UDim2.new(0.0668693036, 0, 0.0819277093, 0)
  81. Script1.Size = UDim2.new(0, 200, 0, 50)
  82. Script1.Font = Enum.Font.SourceSans
  83. Script1.Text = "infinite yield"
  84. Script1.TextColor3 = Color3.fromRGB(0, 0, 0)
  85. Script1.TextSize = 30.000
  86. Script1.MouseButton1Down:connect(function()
  87. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  88. end)
  89.  
  90. UICorner_4.Parent = Script1
  91.  
  92. Script2.Name = "Script2"
  93. Script2.Parent = Frame
  94. Script2.BackgroundColor3 = Color3.fromRGB(28, 255, 255)
  95. Script2.Position = UDim2.new(0.0668693036, 0, 0.277108431, 0)
  96. Script2.Size = UDim2.new(0, 200, 0, 50)
  97. Script2.Font = Enum.Font.SourceSans
  98. Script2.Text = " IceHub"
  99. Script2.TextColor3 = Color3.fromRGB(0, 0, 0)
  100. Script2.TextSize = 30.000
  101. Script2.TextWrapped = true
  102. Script2.MouseButton1Down:connect(function()
  103. loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  104. end)
  105.  
  106. UICorner_5.Parent = Script2
  107.  
  108. script3.Name = "script3"
  109. script3.Parent = Frame
  110. script3.BackgroundColor3 = Color3.fromRGB(75, 255, 255)
  111. script3.Position = UDim2.new(0.0668693036, 0, 0.46024096, 0)
  112. script3.Size = UDim2.new(0, 200, 0, 50)
  113. script3.Font = Enum.Font.SourceSans
  114. script3.Text = "r15 dance/Music GUI"
  115. script3.TextColor3 = Color3.fromRGB(0, 0, 0)
  116. script3.TextSize = 20.000
  117. script3.TextWrapped = true
  118. script3.MouseButton1Down:connect(function()
  119. loadstring(game:HttpGet("https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/R15GUI.lua"))()
  120. end)
  121.  
  122. UICorner_6.Parent = script3
  123.  
  124. new.Name = "new"
  125. new.Parent = Frame
  126. new.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  127. new.BackgroundTransparency = 1.000
  128. new.Position = UDim2.new(0.054711245, 0, 0.879518092, 0)
  129. new.Size = UDim2.new(0, 200, 0, 50)
  130. new.Font = Enum.Font.SourceSans
  131. new.Text = "made by pogimegamer2009 (Ezzz)"
  132. new.TextColor3 = Color3.fromRGB(0, 0, 0)
  133. new.TextSize = 20.000
  134.  
  135. TextLabel.Parent = Frame
  136. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  137. TextLabel.BackgroundTransparency = 1.000
  138. TextLabel.Position = UDim2.new(0.554711282, 0, 0.438554227, 0)
  139. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  140. TextLabel.Font = Enum.Font.SourceSans
  141. TextLabel.Text = "COMING SOON!!"
  142. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  143. TextLabel.TextSize = 50.000
  144.  
  145. script4.Name = "script4"
  146. script4.Parent = Frame
  147. script4.BackgroundColor3 = Color3.fromRGB(101, 255, 250)
  148. script4.Position = UDim2.new(0.0668693036, 0, 0.628915668, 0)
  149. script4.Size = UDim2.new(0, 200, 0, 50)
  150. script4.Font = Enum.Font.SourceSans
  151. script4.Text = "ROBLOX FE Giant Jacket"
  152. script4.TextColor3 = Color3.fromRGB(0, 0, 0)
  153. script4.TextSize = 23.000
  154. script4.MouseButton1Down:connect(function()
  155. loadstring(game:HttpGet('https://raw.githubusercontent.com/ant-7802/--/main/get.real'))()
  156. end)
  157.  
  158. UICorner_7.Parent = script4
  159.  
  160. TextLabel_2.Parent = Frame
  161. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  162. TextLabel_2.BackgroundTransparency = 1.000
  163. TextLabel_2.Position = UDim2.new(0.427051663, 0, 0.669879436, 0)
  164. TextLabel_2.Size = UDim2.new(0, 66, 0, 15)
  165. TextLabel_2.Font = Enum.Font.SourceSans
  166. TextLabel_2.Text = "NEW!!!!"
  167. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  168. TextLabel_2.TextSize = 54.000
  169.  
  170. TextLabel_3.Parent = Frame
  171. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  172. TextLabel_3.BackgroundTransparency = 1.000
  173. TextLabel_3.Position = UDim2.new(0.457446814, 0, 0.0192771088, 0)
  174. TextLabel_3.Size = UDim2.new(0, 202, 0, 57)
  175. TextLabel_3.Font = Enum.Font.SourceSans
  176. TextLabel_3.Text = "EZZ SCRIPT 0.2"
  177. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  178. TextLabel_3.TextSize = 30.000
  179.  
  180. open.Name = "open"
  181. open.Parent = ScreenGui
  182. open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  183. open.BorderColor3 = Color3.fromRGB(53, 0, 0)
  184. open.Position = UDim2.new(0.847356677, 0, 0.955981433, 0)
  185. open.Size = UDim2.new(0, 204, 0, 35)
  186. open.AutoButtonColor = false
  187. open.Font = Enum.Font.Arial
  188. open.Text = "open"
  189. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  190. open.TextSize = 30.000
  191.  
  192. UICorner_8.Parent = open
  193.  
  194. UIGradient_5.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(16, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 60, 63))}
  195. UIGradient_5.Rotation = -1
  196. UIGradient_5.Parent = open
  197.  
  198. -- Scripts:
  199.  
  200. local function EWWEPQP_fake_script() -- close.LocalScript
  201. local script = Instance.new('LocalScript', close)
  202.  
  203. local frame = script.Parent.Parent
  204.  
  205. script.Parent.MouseButton1Click:Connect(function()
  206. frame.Visible = false
  207. end)
  208. end
  209. coroutine.wrap(EWWEPQP_fake_script)()
  210. local function EHSKIDZ_fake_script() -- open.LocalScript
  211. local script = Instance.new('LocalScript', open)
  212.  
  213. local frame = script.Parent.Parent.Frame
  214.  
  215. script.Parent.MouseButton1Click:Connect(function()
  216. frame.Visible = true
  217. end)
  218. end
  219. coroutine.wrap(EHSKIDZ_fake_script)()
  220.  
Add Comment
Please, Sign In to add comment