scripteur78

GUI first

Jul 17th, 2020
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.99 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local OpenFrame = Instance.new("Frame")
  8. local Open = Instance.new("TextButton")
  9. local Main = Instance.new("Frame")
  10. local Drag1 = Instance.new("Frame")
  11. local Drag2 = Instance.new("Frame")
  12. local Close = Instance.new("TextButton")
  13. local Credits = Instance.new("TextLabel")
  14. local TextLabel = Instance.new("TextLabel")
  15. local Cheat15 = Instance.new("TextButton")
  16. local Cheat14 = Instance.new("TextButton")
  17. local Cheat13 = Instance.new("TextButton")
  18. local Cheat12 = Instance.new("TextButton")
  19. local Cheat11 = Instance.new("TextButton")
  20. local AutoElement = Instance.new("TextButton")
  21. local OWLhub = Instance.new("TextButton")
  22. local Cheat7 = Instance.new("TextButton")
  23. local Cheat10 = Instance.new("TextButton")
  24. local Cheat6 = Instance.new("TextButton")
  25. local Cheat5 = Instance.new("TextButton")
  26. local Cheat4 = Instance.new("TextButton")
  27. local Cheat3 = Instance.new("TextButton")
  28. local Cheat2 = Instance.new("TextButton")
  29. local Cheat1 = Instance.new("TextButton")
  30.  
  31. --Properties:
  32.  
  33. ScreenGui.Parent = game.CoreGui
  34. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  35.  
  36. OpenFrame.Name = "OpenFrame"
  37. OpenFrame.Parent = ScreenGui
  38. OpenFrame.Active = true
  39. OpenFrame.BackgroundColor3 = Color3.fromRGB(217, 0, 0)
  40. OpenFrame.BorderSizePixel = 0
  41. OpenFrame.Position = UDim2.new(0.00493522501, 0, 0.505854785, 0)
  42. OpenFrame.Size = UDim2.new(0, 114, 0, 40)
  43.  
  44. Open.Name = "Open"
  45. Open.Parent = OpenFrame
  46. Open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  47. Open.BorderSizePixel = 0
  48. Open.Position = UDim2.new(0.0629516691, 0, 0.0470588431, 0)
  49. Open.Size = UDim2.new(0, 98, 0, 35)
  50. Open.Font = Enum.Font.Cartoon
  51. Open.Text = "Open"
  52. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  53. Open.TextScaled = true
  54. Open.TextSize = 14.000
  55. Open.TextWrapped = true
  56. Open.MouseButton1Down:connect(function()
  57. Main.Visible = true
  58. OpenFrame.Visible = false
  59. end)
  60.  
  61. Main.Name = "Main"
  62. Main.Parent = ScreenGui
  63. Main.Active = true
  64. Main.BackgroundColor3 = Color3.fromRGB(118, 118, 118)
  65. Main.Position = UDim2.new(0.350400984, 0, 0.29391101, 0)
  66. Main.Size = UDim2.new(0, 684, 0, 417)
  67. Main.Visible = false
  68. Main.Draggable = true
  69.  
  70. Drag1.Name = "Drag1"
  71. Drag1.Parent = Main
  72. Drag1.BackgroundColor3 = Color3.fromRGB(217, 0, 0)
  73. Drag1.BorderSizePixel = 0
  74. Drag1.Size = UDim2.new(0, 682, 0, 32)
  75.  
  76. Drag2.Name = "Drag2"
  77. Drag2.Parent = Main
  78. Drag2.BackgroundColor3 = Color3.fromRGB(217, 0, 0)
  79. Drag2.BorderSizePixel = 0
  80. Drag2.Position = UDim2.new(0.000647008419, 0, 0.922201812, 0)
  81. Drag2.Size = UDim2.new(0, 683, 0, 32)
  82.  
  83. Close.Name = "Close"
  84. Close.Parent = Main
  85. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  86. Close.BackgroundTransparency = 1.000
  87. Close.BorderSizePixel = 0
  88. Close.Position = UDim2.new(0.922041357, 0, 0, 0)
  89. Close.Size = UDim2.new(0, 52, 0, 32)
  90. Close.Font = Enum.Font.Cartoon
  91. Close.Text = "X"
  92. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  93. Close.TextScaled = true
  94. Close.TextSize = 14.000
  95. Close.TextWrapped = true
  96. Close.MouseButton1Down:connect(function()
  97. OpenFrame.Visible = true
  98. Main.Visible = false
  99. end)
  100.  
  101. Credits.Name = "Credits"
  102. Credits.Parent = Main
  103. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. Credits.BackgroundTransparency = 1.000
  105. Credits.BorderSizePixel = 0
  106. Credits.Position = UDim2.new(0.00146412989, 0, 0.922179759, 0)
  107. Credits.Size = UDim2.new(0, 681, 0, 32)
  108. Credits.Font = Enum.Font.Cartoon
  109. Credits.Text = "GUI made by Scripteur78 and shadowforce"
  110. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. Credits.TextScaled = true
  112. Credits.TextSize = 14.000
  113. Credits.TextWrapped = true
  114.  
  115. TextLabel.Parent = Main
  116. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  117. TextLabel.BackgroundTransparency = 1.000
  118. TextLabel.BorderSizePixel = 0
  119. TextLabel.Position = UDim2.new(0.00146412989, 0, 0, 0)
  120. TextLabel.Size = UDim2.new(0, 682, 0, 32)
  121. TextLabel.Font = Enum.Font.Cartoon
  122. TextLabel.Text = "Cobrax GUI"
  123. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  124. TextLabel.TextScaled = true
  125. TextLabel.TextSize = 14.000
  126. TextLabel.TextWrapped = true
  127.  
  128. Cheat15.Name = "Cheat15"
  129. Cheat15.Parent = Main
  130. Cheat15.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  131. Cheat15.BorderColor3 = Color3.fromRGB(27, 42, 53)
  132. Cheat15.Position = UDim2.new(0.402494133, 0, 0.0896686167, 0)
  133. Cheat15.Size = UDim2.new(0, 146, 0, 38)
  134. Cheat15.Font = Enum.Font.Cartoon
  135. Cheat15.Text = "CHEAT"
  136. Cheat15.TextColor3 = Color3.fromRGB(0, 0, 0)
  137. Cheat15.TextScaled = true
  138. Cheat15.TextSize = 14.000
  139. Cheat15.TextWrapped = true
  140.  
  141. Cheat14.Name = "Cheat14"
  142. Cheat14.Parent = Main
  143. Cheat14.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  144. Cheat14.BorderColor3 = Color3.fromRGB(27, 42, 53)
  145. Cheat14.Position = UDim2.new(0.402494133, 0, 0.271389902, 0)
  146. Cheat14.Size = UDim2.new(0, 146, 0, 38)
  147. Cheat14.Font = Enum.Font.Cartoon
  148. Cheat14.Text = "CHEAT"
  149. Cheat14.TextColor3 = Color3.fromRGB(0, 0, 0)
  150. Cheat14.TextScaled = true
  151. Cheat14.TextSize = 14.000
  152. Cheat14.TextWrapped = true
  153.  
  154. Cheat13.Name = "Cheat13"
  155. Cheat13.Parent = Main
  156. Cheat13.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  157. Cheat13.BorderColor3 = Color3.fromRGB(27, 42, 53)
  158. Cheat13.Position = UDim2.new(0.402494133, 0, 0.452662438, 0)
  159. Cheat13.Size = UDim2.new(0, 146, 0, 38)
  160. Cheat13.Font = Enum.Font.Cartoon
  161. Cheat13.Text = "CHEAT"
  162. Cheat13.TextColor3 = Color3.fromRGB(0, 0, 0)
  163. Cheat13.TextScaled = true
  164. Cheat13.TextSize = 14.000
  165. Cheat13.TextWrapped = true
  166.  
  167. Cheat12.Name = "Cheat12"
  168. Cheat12.Parent = Main
  169. Cheat12.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  170. Cheat12.BorderColor3 = Color3.fromRGB(27, 42, 53)
  171. Cheat12.Position = UDim2.new(0.402494133, 0, 0.625240147, 0)
  172. Cheat12.Size = UDim2.new(0, 146, 0, 38)
  173. Cheat12.Font = Enum.Font.Cartoon
  174. Cheat12.Text = "CHEAT"
  175. Cheat12.TextColor3 = Color3.fromRGB(0, 0, 0)
  176. Cheat12.TextScaled = true
  177. Cheat12.TextSize = 14.000
  178. Cheat12.TextWrapped = true
  179.  
  180. Cheat11.Name = "Cheat11"
  181. Cheat11.Parent = Main
  182. Cheat11.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  183. Cheat11.BorderColor3 = Color3.fromRGB(27, 42, 53)
  184. Cheat11.Position = UDim2.new(0.402494133, 0, 0.816553831, 0)
  185. Cheat11.Size = UDim2.new(0, 146, 0, 38)
  186. Cheat11.Font = Enum.Font.Cartoon
  187. Cheat11.Text = "CHEAT"
  188. Cheat11.TextColor3 = Color3.fromRGB(0, 0, 0)
  189. Cheat11.TextScaled = true
  190. Cheat11.TextSize = 14.000
  191. Cheat11.TextWrapped = true
  192.  
  193. AutoElement.Name = "Auto Element"
  194. AutoElement.Parent = Main
  195. AutoElement.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  196. AutoElement.BorderColor3 = Color3.fromRGB(27, 42, 53)
  197. AutoElement.Position = UDim2.new(0.0530789196, 0, 0.0896686167, 0)
  198. AutoElement.Size = UDim2.new(0, 146, 0, 38)
  199. AutoElement.Font = Enum.Font.Cartoon
  200. AutoElement.Text = "Auto Element"
  201. AutoElement.TextColor3 = Color3.fromRGB(0, 0, 0)
  202. AutoElement.TextScaled = true
  203. AutoElement.TextSize = 14.000
  204. AutoElement.TextWrapped = true
  205. AutoElement.MouseButton1Down:connect(function()
  206. while wait(0.5) do
  207. local args = {
  208. [1] = "PurchaseEgg",
  209. [2] = "Element Egg"
  210. }
  211.  
  212. game:GetService("ReplicatedStorage").NetworkRemoteEvent:FireServer(unpack(args))
  213. end
  214. end)
  215.  
  216.  
  217. OWLhub.Name = "OWL hub"
  218. OWLhub.Parent = Main
  219. OWLhub.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  220. OWLhub.BorderColor3 = Color3.fromRGB(27, 42, 53)
  221. OWLhub.Position = UDim2.new(0.0530789196, 0, 0.271389902, 0)
  222. OWLhub.Size = UDim2.new(0, 146, 0, 38)
  223. OWLhub.Font = Enum.Font.Cartoon
  224. OWLhub.Text = "owl hub"
  225. OWLhub.TextColor3 = Color3.fromRGB(0, 0, 0)
  226. OWLhub.TextScaled = true
  227. OWLhub.TextSize = 14.000
  228. OWLhub.TextWrapped = true
  229. OWLhub.MouseButton1Down:connect(function()
  230. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  231. end)
  232.  
  233.  
  234. Cheat7.Name = "Cheat7"
  235. Cheat7.Parent = Main
  236. Cheat7.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  237. Cheat7.BorderColor3 = Color3.fromRGB(27, 42, 53)
  238. Cheat7.Position = UDim2.new(0.0530789196, 0, 0.452662438, 0)
  239. Cheat7.Size = UDim2.new(0, 146, 0, 38)
  240. Cheat7.Font = Enum.Font.Cartoon
  241. Cheat7.Text = "CHEAT"
  242. Cheat7.TextColor3 = Color3.fromRGB(0, 0, 0)
  243. Cheat7.TextScaled = true
  244. Cheat7.TextSize = 14.000
  245. Cheat7.TextWrapped = true
  246.  
  247. Cheat10.Name = "Cheat10"
  248. Cheat10.Parent = Main
  249. Cheat10.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  250. Cheat10.BorderColor3 = Color3.fromRGB(27, 42, 53)
  251. Cheat10.Position = UDim2.new(0.0530789196, 0, 0.625240147, 0)
  252. Cheat10.Size = UDim2.new(0, 146, 0, 38)
  253. Cheat10.Font = Enum.Font.Cartoon
  254. Cheat10.Text = "CHEAT"
  255. Cheat10.TextColor3 = Color3.fromRGB(0, 0, 0)
  256. Cheat10.TextScaled = true
  257. Cheat10.TextSize = 14.000
  258. Cheat10.TextWrapped = true
  259.  
  260. Cheat6.Name = "Cheat6"
  261. Cheat6.Parent = Main
  262. Cheat6.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  263. Cheat6.BorderColor3 = Color3.fromRGB(27, 42, 53)
  264. Cheat6.Position = UDim2.new(0.0530789196, 0, 0.816553831, 0)
  265. Cheat6.Size = UDim2.new(0, 146, 0, 38)
  266. Cheat6.Font = Enum.Font.Cartoon
  267. Cheat6.Text = "CHEAT"
  268. Cheat6.TextColor3 = Color3.fromRGB(0, 0, 0)
  269. Cheat6.TextScaled = true
  270. Cheat6.TextSize = 14.000
  271. Cheat6.TextWrapped = true
  272.  
  273. Cheat5.Name = "Cheat5"
  274. Cheat5.Parent = Main
  275. Cheat5.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  276. Cheat5.BorderColor3 = Color3.fromRGB(27, 42, 53)
  277. Cheat5.Position = UDim2.new(0.721207619, 0, 0.0872705355, 0)
  278. Cheat5.Size = UDim2.new(0, 146, 0, 38)
  279. Cheat5.Font = Enum.Font.Cartoon
  280. Cheat5.Text = "CHEAT"
  281. Cheat5.TextColor3 = Color3.fromRGB(0, 0, 0)
  282. Cheat5.TextScaled = true
  283. Cheat5.TextSize = 14.000
  284. Cheat5.TextWrapped = true
  285.  
  286. Cheat4.Name = "Cheat4"
  287. Cheat4.Parent = Main
  288. Cheat4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  289. Cheat4.BorderColor3 = Color3.fromRGB(27, 42, 53)
  290. Cheat4.Position = UDim2.new(0.721207619, 0, 0.268991828, 0)
  291. Cheat4.Size = UDim2.new(0, 146, 0, 38)
  292. Cheat4.Font = Enum.Font.Cartoon
  293. Cheat4.Text = "CHEAT"
  294. Cheat4.TextColor3 = Color3.fromRGB(0, 0, 0)
  295. Cheat4.TextScaled = true
  296. Cheat4.TextSize = 14.000
  297. Cheat4.TextWrapped = true
  298.  
  299. Cheat3.Name = "Cheat3"
  300. Cheat3.Parent = Main
  301. Cheat3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  302. Cheat3.BorderColor3 = Color3.fromRGB(27, 42, 53)
  303. Cheat3.Position = UDim2.new(0.721207619, 0, 0.450264364, 0)
  304. Cheat3.Size = UDim2.new(0, 146, 0, 38)
  305. Cheat3.Font = Enum.Font.Cartoon
  306. Cheat3.Text = "CHEAT"
  307. Cheat3.TextColor3 = Color3.fromRGB(0, 0, 0)
  308. Cheat3.TextScaled = true
  309. Cheat3.TextSize = 14.000
  310. Cheat3.TextWrapped = true
  311.  
  312. Cheat2.Name = "Cheat2"
  313. Cheat2.Parent = Main
  314. Cheat2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  315. Cheat2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  316. Cheat2.Position = UDim2.new(0.721207619, 0, 0.622842073, 0)
  317. Cheat2.Size = UDim2.new(0, 146, 0, 38)
  318. Cheat2.Font = Enum.Font.Cartoon
  319. Cheat2.Text = "CHEAT"
  320. Cheat2.TextColor3 = Color3.fromRGB(0, 0, 0)
  321. Cheat2.TextScaled = true
  322. Cheat2.TextSize = 14.000
  323. Cheat2.TextWrapped = true
  324.  
  325. Cheat1.Name = "Cheat1"
  326. Cheat1.Parent = Main
  327. Cheat1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  328. Cheat1.BorderColor3 = Color3.fromRGB(27, 42, 53)
  329. Cheat1.Position = UDim2.new(0.721207619, 0, 0.814155757, 0)
  330. Cheat1.Size = UDim2.new(0, 146, 0, 38)
  331. Cheat1.Font = Enum.Font.Cartoon
  332. Cheat1.Text = "CHEAT"
  333. Cheat1.TextColor3 = Color3.fromRGB(0, 0, 0)
  334. Cheat1.TextScaled = true
  335. Cheat1.TextSize = 14.000
  336. Cheat1.TextWrapped = true
  337.  
  338. --GUI made by ( Leakeur ) 𝖘𝖍𝖆𝖉𝖔𝖜𝖋𝖔𝖗𝖈𝖊#0368 sub to scripteur78 and long live to the corona
Advertisement
Add Comment
Please, Sign In to add comment