Advertisement
TheEmeraldSplash

Emerald GUI

Mar 15th, 2020
1,804
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.59 KB | None | 0 0
  1. --Made By TheEmeraldSplash & RandomIsUnbreakable (Same Person BTW)
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Credits = Instance.new("TextLabel")
  6. local Title = Instance.new("TextLabel")
  7. local Exit = Instance.new("TextButton")
  8. local Prisonbreaker = Instance.new("TextButton")
  9. local UltimateAdmin = Instance.new("TextButton")
  10. local UltimateGUIV1 = Instance.new("TextButton")
  11. local AutoRob = Instance.new("TextButton")
  12. local NinjaLegendsGUI = Instance.new("TextButton")
  13. local GrabKnife = Instance.new("TextButton")
  14. local Hubs = Instance.new("TextLabel")
  15. local AuratusXHub = Instance.new("TextButton")
  16. local FathomHub = Instance.new("TextButton")
  17. local RasicstDolphinForPF = Instance.new("TextButton")
  18. local OPEN = Instance.new("Frame")
  19. local OPEN_2 = Instance.new("TextButton")
  20.  
  21. ScreenGui.Parent = game.CoreGui
  22. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. Main.Name = "Main"
  25. Main.Parent = ScreenGui
  26. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  27. Main.Position = UDim2.new(0, 466, 0, 116)
  28. Main.Size = UDim2.new(0, 200, 0, 335)
  29. Main.Visible = false
  30. Main.Active = true
  31. Main.Draggable = true
  32.  
  33. Credits.Name = "Credits"
  34. Credits.Parent = Main
  35. Credits.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  36. Credits.Position = UDim2.new(0, 0, 0, 308)
  37. Credits.Size = UDim2.new(0, 200, 0, 27)
  38. Credits.Font = Enum.Font.GothamBlack
  39. Credits.Text = "Made By Emerald#4716"
  40. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  41. Credits.TextSize = 14.000
  42.  
  43. Title.Name = "Title"
  44. Title.Parent = Main
  45. Title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  46. Title.Size = UDim2.new(0, 200, 0, 27)
  47. Title.Font = Enum.Font.GothamBlack
  48. Title.Text = "Emerald GUI"
  49. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  50. Title.TextSize = 20.000
  51.  
  52. Exit.Name = "Exit"
  53. Exit.Parent = Main
  54. Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  55. Exit.Position = UDim2.new(0, 170, 0, 0)
  56. Exit.Size = UDim2.new(0, 30, 0, 27)
  57. Exit.Font = Enum.Font.GothamBlack
  58. Exit.Text = "X"
  59. Exit.TextColor3 = Color3.fromRGB(0, 0, 0)
  60. Exit.TextSize = 20.000
  61. Exit.MouseButton1Down:connect(function()
  62. Main.Visible = false
  63. OPEN.Visible = true
  64. end)
  65.  
  66. Prisonbreaker.Name = "Prisonbreaker"
  67. Prisonbreaker.Parent = Main
  68. Prisonbreaker.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  69. Prisonbreaker.Position = UDim2.new(0, 11, 0, 39)
  70. Prisonbreaker.Size = UDim2.new(0, 80, 0, 28)
  71. Prisonbreaker.Font = Enum.Font.GothamBlack
  72. Prisonbreaker.Text = "Prisonbreaker"
  73. Prisonbreaker.TextColor3 = Color3.fromRGB(255, 255, 255)
  74. Prisonbreaker.TextSize = 11.000
  75. Prisonbreaker.MouseButton1Down:connect(function()
  76. loadstring(game:HttpGet("https://pastebin.com/raw/HpCpt9rt", true))()
  77. end)
  78.  
  79. UltimateAdmin.Name = "Ultimate Admin"
  80. UltimateAdmin.Parent = Main
  81. UltimateAdmin.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  82. UltimateAdmin.Position = UDim2.new(0, 103, 0, 39)
  83. UltimateAdmin.Size = UDim2.new(0, 80, 0, 28)
  84. UltimateAdmin.Font = Enum.Font.GothamBlack
  85. UltimateAdmin.Text = "Ultimate Admin"
  86. UltimateAdmin.TextColor3 = Color3.fromRGB(255, 255, 255)
  87. UltimateAdmin.TextSize = 10.000
  88. UltimateAdmin.MouseButton1Down:connect(function()
  89. loadstring(game:HttpGet("https://pastebin.com/raw/bVjM0xCS", true))()
  90. end)
  91.  
  92. UltimateGUIV1.Name = "Ultimate GUI V.1"
  93. UltimateGUIV1.Parent = Main
  94. UltimateGUIV1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  95. UltimateGUIV1.Position = UDim2.new(0, 11, 0, 81)
  96. UltimateGUIV1.Size = UDim2.new(0, 80, 0, 28)
  97. UltimateGUIV1.Font = Enum.Font.GothamBlack
  98. UltimateGUIV1.Text = "Ultimate GUI V.1"
  99. UltimateGUIV1.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. UltimateGUIV1.TextSize = 10.000
  101. UltimateGUIV1.MouseButton1Down:connect(function()
  102. loadstring(game:HttpGet("https://pastebin.com/raw/sdELjh0M", true))()
  103. end)
  104.  
  105. AutoRob.Name = "Auto Rob"
  106. AutoRob.Parent = Main
  107. AutoRob.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  108. AutoRob.Position = UDim2.new(0, 103, 0, 81)
  109. AutoRob.Size = UDim2.new(0, 80, 0, 28)
  110. AutoRob.Font = Enum.Font.GothamBlack
  111. AutoRob.Text = "Auto Rob"
  112. AutoRob.TextColor3 = Color3.fromRGB(255, 255, 255)
  113. AutoRob.TextSize = 14.000
  114. AutoRob.MouseButton1Down:connect(function()
  115. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  116. end)
  117.  
  118. NinjaLegendsGUI.Name = "Ninja Legends GUI"
  119. NinjaLegendsGUI.Parent = Main
  120. NinjaLegendsGUI.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  121. NinjaLegendsGUI.Position = UDim2.new(0, 11, 0, 123)
  122. NinjaLegendsGUI.Size = UDim2.new(0, 80, 0, 28)
  123. NinjaLegendsGUI.Font = Enum.Font.GothamBlack
  124. NinjaLegendsGUI.Text = "Ninja Legends GUI"
  125. NinjaLegendsGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
  126. NinjaLegendsGUI.TextSize = 8.000
  127. NinjaLegendsGUI.MouseButton1Down:connect(function()
  128. _G.PlaceLoopTP = false -- Set to true for new teleport tab (Mainly used for autofarming overnight)
  129. loadstring(game:HttpGet(('https://pastebin.com/raw/sjVGvJ1S'),true))()
  130. end)
  131.  
  132. GrabKnife.Name = "Grab Knife"
  133. GrabKnife.Parent = Main
  134. GrabKnife.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  135. GrabKnife.Position = UDim2.new(0, 103, 0, 123)
  136. GrabKnife.Size = UDim2.new(0, 80, 0, 28)
  137. GrabKnife.Font = Enum.Font.GothamBlack
  138. GrabKnife.Text = "Grab Knife"
  139. GrabKnife.TextColor3 = Color3.fromRGB(255, 255, 255)
  140. GrabKnife.TextSize = 14.000
  141. GrabKnife.MouseButton1Down:connect(function()
  142. loadstring(game:HttpGet("https://pastebin.com/raw/vXgWessT", true))()
  143. end)
  144.  
  145. Hubs.Name = "Hubs"
  146. Hubs.Parent = Main
  147. Hubs.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  148. Hubs.Position = UDim2.new(0, 0, 0, 163)
  149. Hubs.Size = UDim2.new(0, 200, 0, 27)
  150. Hubs.Font = Enum.Font.GothamBlack
  151. Hubs.Text = "Hubs"
  152. Hubs.TextColor3 = Color3.fromRGB(255, 255, 255)
  153. Hubs.TextSize = 20.000
  154.  
  155. AuratusXHub.Name = "Auratus X Hub"
  156. AuratusXHub.Parent = Main
  157. AuratusXHub.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  158. AuratusXHub.Position = UDim2.new(0, 11, 0, 201)
  159. AuratusXHub.Size = UDim2.new(0, 172, 0, 28)
  160. AuratusXHub.Font = Enum.Font.GothamBlack
  161. AuratusXHub.Text = "Auratus X Hub"
  162. AuratusXHub.TextColor3 = Color3.fromRGB(255, 255, 255)
  163. AuratusXHub.TextSize = 14.000
  164. AuratusXHub.MouseButton1Down:connect(function()
  165. loadstring(game:HttpGet("https://pastebin.com/raw/GQwrYUtR", true))()
  166. end)
  167.  
  168. FathomHub.Name = "Fathom Hub"
  169. FathomHub.Parent = Main
  170. FathomHub.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  171. FathomHub.Position = UDim2.new(0, 11, 0, 237)
  172. FathomHub.Size = UDim2.new(0, 172, 0, 28)
  173. FathomHub.Font = Enum.Font.GothamBlack
  174. FathomHub.Text = "Fathom Hub"
  175. FathomHub.TextColor3 = Color3.fromRGB(255, 255, 255)
  176. FathomHub.TextSize = 14.000
  177. FathomHub.MouseButton1Down:connect(function()
  178. loadstring(game:HttpGet("https://pastebin.com/raw/UmhaEvTT",true))()
  179. end)
  180.  
  181. RasicstDolphinForPF.Name = "Rasicst Dolphin For PF"
  182. RasicstDolphinForPF.Parent = Main
  183. RasicstDolphinForPF.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  184. RasicstDolphinForPF.Position = UDim2.new(0, 14, 0, 274)
  185. RasicstDolphinForPF.Size = UDim2.new(0, 172, 0, 28)
  186. RasicstDolphinForPF.Font = Enum.Font.GothamBlack
  187. RasicstDolphinForPF.Text = "Rasicst Dolphin For PF"
  188. RasicstDolphinForPF.TextColor3 = Color3.fromRGB(255, 255, 255)
  189. RasicstDolphinForPF.TextSize = 14.000
  190. RasicstDolphinForPF.MouseButton1Down:connect(function()
  191. loadstring(game:HttpGet("https://pastebin.com/raw/Wrmtjads", true))()
  192. end)
  193.  
  194. OPEN.Name = "OPEN"
  195. OPEN.Parent = ScreenGui
  196. OPEN.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  197. OPEN.Position = UDim2.new(0, 977, 0, 517)
  198. OPEN.Size = UDim2.new(0, 90, 0, 25)
  199.  
  200. OPEN_2.Name = "OPEN"
  201. OPEN_2.Parent = OPEN
  202. OPEN_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  203. OPEN_2.Size = UDim2.new(0, 90, 0, 25)
  204. OPEN_2.Font = Enum.Font.GothamBlack
  205. OPEN_2.Text = "OPEN"
  206. OPEN_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  207. OPEN_2.TextSize = 14.000
  208. OPEN_2.MouseButton1Down:connect(function()
  209. OPEN.Visible = false
  210. Main.Visible = true
  211. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement