Advertisement
Guest User

Joes_Gui_Hub_V2

a guest
Nov 22nd, 2019
1,742
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.30 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local A = Instance.new("Frame")
  8. local Blood = Instance.new("TextButton")
  9. local B = Instance.new("Frame")
  10. local Ferry = Instance.new("TextButton")
  11. local C = Instance.new("Frame")
  12. local Dirt = Instance.new("TextButton")
  13. local E = Instance.new("Frame")
  14. local LightLumber = Instance.new("TextButton")
  15. local F = Instance.new("Frame")
  16. local ExstremeLumber = Instance.new("TextButton")
  17. local D = Instance.new("Frame")
  18. local Duper = Instance.new("TextButton")
  19. local G = Instance.new("Frame")
  20. local exploiterjoe = Instance.new("TextLabel")
  21. local OpenGUI = Instance.new("TextButton")
  22.  
  23. --Properties:
  24.  
  25. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. wait(0.3)
  29. game:GetService("StarterGui"):SetCore("SendNotification", {
  30. Title = "joes Gui V2";
  31. Text = "Successfully Loaded..."
  32. })
  33.  
  34. A.Name = "A"
  35. A.Parent = ScreenGui
  36. A.BackgroundColor3 = Color3.new(0.482353, 1, 0)
  37. A.BackgroundTransparency = 0.5
  38. A.Size = UDim2.new(0, 123, 0, 28)
  39.  
  40. Blood.Name = "Blood"
  41. Blood.Parent = A
  42. Blood.BackgroundColor3 = Color3.new(1, 1, 1)
  43. Blood.BackgroundTransparency = 1
  44. Blood.Size = UDim2.new(0, 123, 0, 28)
  45. Blood.Font = Enum.Font.SourceSans
  46. Blood.Text = "Blood"
  47. Blood.TextColor3 = Color3.new(0, 0, 0)
  48. Blood.TextSize = 14
  49. Blood.MouseButton1Down:connect(function()
  50. loadstring(game:HttpGet(('https://pastebin.com/raw/qt3SDXvH'),true))()
  51. end)
  52.  
  53. B.Name = "B"
  54. B.Parent = ScreenGui
  55. B.BackgroundColor3 = Color3.new(0.482353, 1, 0)
  56. B.BackgroundTransparency = 0.5
  57. B.Position = UDim2.new(0.140733391, 0, 0, 0)
  58. B.Size = UDim2.new(0, 126, 0, 28)
  59.  
  60. Ferry.Name = "Ferry"
  61. Ferry.Parent = B
  62. Ferry.BackgroundColor3 = Color3.new(1, 1, 1)
  63. Ferry.BackgroundTransparency = 1
  64. Ferry.Size = UDim2.new(0, 126, 0, 28)
  65. Ferry.Font = Enum.Font.SourceSans
  66. Ferry.Text = "Ferry"
  67. Ferry.TextColor3 = Color3.new(0, 0, 0)
  68. Ferry.TextSize = 14
  69. Ferry.MouseButton1Down:connect(function()
  70. loadstring(game:HttpGet(('https://pastebin.com/raw/D46E1PYw'),true))()
  71. end)
  72.  
  73. C.Name = "C"
  74. C.Parent = ScreenGui
  75. C.BackgroundColor3 = Color3.new(0.482353, 1, 0)
  76. C.BackgroundTransparency = 0.5
  77. C.Position = UDim2.new(0.288404346, 0, 0, 0)
  78. C.Size = UDim2.new(0, 123, 0, 28)
  79.  
  80. Dirt.Name = "Dirt"
  81. Dirt.Parent = C
  82. Dirt.BackgroundColor3 = Color3.new(1, 1, 1)
  83. Dirt.BackgroundTransparency = 1
  84. Dirt.Size = UDim2.new(0, 123, 0, 28)
  85. Dirt.Font = Enum.Font.SourceSans
  86. Dirt.Text = "Dirt"
  87. Dirt.TextColor3 = Color3.new(0, 0, 0)
  88. Dirt.TextSize = 14
  89. Dirt.MouseButton1Down:connect(function()
  90. loadstring(game:HttpGet(('https://pastebin.com/raw/fwCi3FKK'),true))()
  91. end)
  92.  
  93. E.Name = "E"
  94. E.Parent = ScreenGui
  95. E.BackgroundColor3 = Color3.new(0.482353, 1, 0)
  96. E.BackgroundTransparency = 0.5
  97. E.Position = UDim2.new(0.747274518, 0, 0, 0)
  98. E.Size = UDim2.new(0, 123, 0, 28)
  99.  
  100. LightLumber.Name = "LightLumber"
  101. LightLumber.Parent = E
  102. LightLumber.BackgroundColor3 = Color3.new(1, 1, 1)
  103. LightLumber.BackgroundTransparency = 1
  104. LightLumber.Size = UDim2.new(0, 123, 0, 28)
  105. LightLumber.Font = Enum.Font.SourceSans
  106. LightLumber.Text = "Light Lumber "
  107. LightLumber.TextColor3 = Color3.new(0, 0, 0)
  108. LightLumber.TextSize = 14
  109. LightLumber.MouseButton1Down:connect(function()
  110. loadstring(game:HttpGet(('https://pastebin.com/raw/5W8wSCsi'),true))()
  111. end)
  112.  
  113. F.Name = "F"
  114. F.Parent = ScreenGui
  115. F.BackgroundColor3 = Color3.new(0.482353, 1, 0)
  116. F.BackgroundTransparency = 0.5
  117. F.Position = UDim2.new(0.439048529, 0, 0, 0)
  118. F.Size = UDim2.new(0, 123, 0, 28)
  119.  
  120. ExstremeLumber.Name = "ExstremeLumber "
  121. ExstremeLumber.Parent = F
  122. ExstremeLumber.BackgroundColor3 = Color3.new(1, 1, 1)
  123. ExstremeLumber.BackgroundTransparency = 1
  124. ExstremeLumber.Size = UDim2.new(0, 123, 0, 28)
  125. ExstremeLumber.Font = Enum.Font.SourceSans
  126. ExstremeLumber.Text = "Extreme Lumber "
  127. ExstremeLumber.TextColor3 = Color3.new(0, 0, 0)
  128. ExstremeLumber.TextSize = 14
  129. ExstremeLumber.MouseButton1Down:connect(function()
  130. loadstring(game:HttpGet(('https://pastebin.com/raw/PvQMf5vv'),true))()
  131. end)
  132.  
  133. D.Name = "D"
  134. D.Parent = ScreenGui
  135. D.BackgroundColor3 = Color3.new(0.482353, 1, 0)
  136. D.BackgroundTransparency = 0.5
  137. D.Position = UDim2.new(0.590683818, 0, 0, 0)
  138. D.Size = UDim2.new(0, 123, 0, 28)
  139.  
  140. Duper.Name = "Duper"
  141. Duper.Parent = D
  142. Duper.BackgroundColor3 = Color3.new(1, 1, 1)
  143. Duper.BackgroundTransparency = 1
  144. Duper.Size = UDim2.new(0, 123, 0, 28)
  145. Duper.Font = Enum.Font.SourceSans
  146. Duper.Text = "Duper"
  147. Duper.TextColor3 = Color3.new(0, 0, 0)
  148. Duper.TextSize = 14
  149. Duper.MouseButton1Down:connect(function()
  150. loadstring(game:HttpGet(('https://pastebin.com/raw/FFB3wAgi'),true))()
  151. end)
  152.  
  153. G.Name = "G"
  154. G.Parent = ScreenGui
  155. G.BackgroundColor3 = Color3.new(0.482353, 1, 0)
  156. G.BackgroundTransparency = 0.5
  157. G.Position = UDim2.new(0.87562418, 0, 2.98023224e-08, 0)
  158. G.Size = UDim2.new(0, 151, 0, 28)
  159.  
  160. exploiterjoe.Name = "exploiter joe"
  161. exploiterjoe.Parent = G
  162. exploiterjoe.BackgroundColor3 = Color3.new(1, 1, 1)
  163. exploiterjoe.BackgroundTransparency = 1
  164. exploiterjoe.Position = UDim2.new(0.0198676735, 0, -0.0357146263, 0)
  165. exploiterjoe.Size = UDim2.new(0, 151, 0, 28)
  166. exploiterjoe.Font = Enum.Font.SourceSans
  167. exploiterjoe.Text = "https://discord.gg/EyQpbw"
  168. exploiterjoe.TextColor3 = Color3.new(0, 0, 0)
  169. exploiterjoe.TextSize = 14
  170.  
  171. OpenGUI.Name = "OpenGUI"
  172. OpenGUI.Parent = ScreenGui
  173. OpenGUI.BackgroundColor3 = Color3.new(0.133333, 1, 0)
  174. OpenGUI.BackgroundTransparency = 0.5
  175. OpenGUI.Position = UDim2.new(0.00693756202, 0, 0.906054258, 0)
  176. OpenGUI.Size = UDim2.new(0, 90, 0, 35)
  177. OpenGUI.Font = Enum.Font.SourceSans
  178. OpenGUI.Text = "OPEN"
  179. OpenGUI.TextColor3 = Color3.new(0, 0, 0)
  180. OpenGUI.TextSize = 30
  181.  
  182. -- Scripts:
  183.  
  184. local function YRIMEX_fake_script() -- OpenGUI.LocalScript
  185. local script = Instance.new('LocalScript', OpenGUI)
  186.  
  187. local frame = script.Parent.Parent.A
  188. local open = false
  189. script.Parent.MouseButton1Click:Connect(function()
  190. if frame.Visible == false then
  191. frame.Visible = true
  192. else
  193. frame.Visible = false
  194. end
  195. end)
  196.  
  197. local frame = script.Parent.Parent.B
  198. local open = false
  199. script.Parent.MouseButton1Click:Connect(function()
  200. if frame.Visible == false then
  201. frame.Visible = true
  202. else
  203. frame.Visible = false
  204. end
  205. end)
  206.  
  207. local frame = script.Parent.Parent.C
  208. local open = false
  209. script.Parent.MouseButton1Click:Connect(function()
  210. if frame.Visible == false then
  211. frame.Visible = true
  212. else
  213. frame.Visible = false
  214. end
  215. end)
  216.  
  217. local frame = script.Parent.Parent.D
  218. local open = false
  219. script.Parent.MouseButton1Click:Connect(function()
  220. if frame.Visible == false then
  221. frame.Visible = true
  222. else
  223. frame.Visible = false
  224. end
  225. end)
  226.  
  227. local frame = script.Parent.Parent.E
  228. local open = false
  229. script.Parent.MouseButton1Click:Connect(function()
  230. if frame.Visible == false then
  231. frame.Visible = true
  232. else
  233. frame.Visible = false
  234. end
  235. end)
  236.  
  237. local frame = script.Parent.Parent.F
  238. local open = false
  239. script.Parent.MouseButton1Click:Connect(function()
  240. if frame.Visible == false then
  241. frame.Visible = true
  242. else
  243. frame.Visible = false
  244. end
  245. end)
  246.  
  247. local frame = script.Parent.Parent.G
  248. local open = false
  249. script.Parent.MouseButton1Click:Connect(function()
  250. if frame.Visible == false then
  251. frame.Visible = true
  252. else
  253. frame.Visible = false
  254. end
  255. end)
  256. end
  257. coroutine.wrap(YRIMEX_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement