Advertisement
FuZionPlayz

AloneGUi

Jul 30th, 2018
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.58 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Zhub = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local Frame = Instance.new("Frame")
  9. local InfAmmo = Instance.new("TextButton")
  10. local Noclip = Instance.new("TextButton")
  11. local VestTp = Instance.new("TextButton")
  12. local pawnshop = Instance.new("TextButton")
  13. local spawntp = Instance.new("TextButton")
  14. local gunshop = Instance.new("TextButton")
  15. local Bunkers = Instance.new("TextButton")
  16. local factory = Instance.new("TextButton")
  17. local prison = Instance.new("TextButton")
  18. local park = Instance.new("TextButton")
  19. local OpenClosetext = Instance.new("TextLabel")
  20.  
  21. -- Properties
  22.  
  23. Zhub.Name = "Zhub"
  24. Zhub.Parent = game.CoreGui
  25.  
  26. Main.Name = "Main"
  27. Main.Parent = Zhub
  28. Main.Active = true
  29. Main.Draggable = true
  30. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  31. Main.BackgroundTransparency = 0.20000000298023
  32. Main.Position = UDim2.new(0.179090053, 0, 0.210899264, 0)
  33. Main.Size = UDim2.new(0, 514, 0, 262)
  34.  
  35. ImageLabel.Parent = Main
  36. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  37. ImageLabel.Position = UDim2.new(0, 0, 0.00348432059, 0)
  38. ImageLabel.Size = UDim2.new(0, 44, 0, 32)
  39. ImageLabel.Image = "rbxassetid://2050056084"
  40.  
  41. TextLabel.Parent = Main
  42. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  43. TextLabel.BackgroundTransparency = 1
  44. TextLabel.Position = UDim2.new(0.562256813, 0, -0.00381679391, 0)
  45. TextLabel.Size = UDim2.new(0, 184, 0, 35)
  46. TextLabel.Font = Enum.Font.Code
  47. TextLabel.Text = "Made by Zombie -- PRIVATE GUI"
  48. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  49. TextLabel.TextSize = 13
  50.  
  51. TextLabel_2.Parent = Main
  52. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  53. TextLabel_2.BackgroundTransparency = 1
  54. TextLabel_2.Position = UDim2.new(0.0661531538, 0, 0.00347222202, 0)
  55. TextLabel_2.Size = UDim2.new(0, 193, 0, 35)
  56. TextLabel_2.Font = Enum.Font.SciFi
  57. TextLabel_2.Text = "Roblox Alone GUI"
  58. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  59. TextLabel_2.TextSize = 20
  60.  
  61. Frame.Parent = Main
  62. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  63. Frame.Position = UDim2.new(0, 0, 0.114503816, 0)
  64. Frame.Size = UDim2.new(0, 514, 0, 1)
  65.  
  66. InfAmmo.Name = "InfAmmo"
  67. InfAmmo.Parent = Main
  68. InfAmmo.BackgroundColor3 = Color3.new(0, 0, 0)
  69. InfAmmo.BackgroundTransparency = 0.5
  70. InfAmmo.BorderColor3 = Color3.new(1, 1, 1)
  71. InfAmmo.Position = UDim2.new(0.0116731515, 0, 0.167938933, 0)
  72. InfAmmo.Size = UDim2.new(0, 145, 0, 37)
  73. InfAmmo.Font = Enum.Font.SourceSans
  74. InfAmmo.Text = "Infinite Ammo"
  75. InfAmmo.TextColor3 = Color3.new(1, 1, 1)
  76. InfAmmo.TextSize = 14
  77. InfAmmo.MouseButton1Down:connect(function()
  78. while true do
  79. game["Run Service"].RenderStepped:wait()
  80. wait(1.5)
  81. game.ReplicatedStorage.Remotes.Inventory:FireServer("Reload")
  82. end
  83. end)
  84.  
  85. noclip = false
  86. game:GetService('RunService').Stepped:connect(function()
  87. if noclip then
  88. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  89. end
  90. end)
  91.  
  92. Noclip.Name = "Noclip"
  93. Noclip.Parent = Main
  94. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  95. Noclip.BackgroundTransparency = 0.5
  96. Noclip.BorderColor3 = Color3.new(1, 1, 1)
  97. Noclip.Position = UDim2.new(0.344357967, 0, 0.167938933, 0)
  98. Noclip.Size = UDim2.new(0, 145, 0, 37)
  99. Noclip.Font = Enum.Font.SourceSans
  100. Noclip.Text = "Enable NoClip"
  101. Noclip.TextColor3 = Color3.new(1, 1, 1)
  102. Noclip.TextSize = 14
  103. Noclip.MouseButton1Down:connect(function()
  104. noclip = not noclip
  105. if Noclip.Text == "Noclip: On" then
  106. Noclip.Text = "Noclip: Off"
  107. else
  108. Noclip.Text = "Noclip: On"
  109. end
  110. end)
  111.  
  112. VestTp.Name = "Vest Tp"
  113. VestTp.Parent = Main
  114. VestTp.BackgroundColor3 = Color3.new(0, 0, 0)
  115. VestTp.BackgroundTransparency = 0.5
  116. VestTp.BorderColor3 = Color3.new(1, 1, 1)
  117. VestTp.Position = UDim2.new(0.671206236, 0, 0.167938933, 0)
  118. VestTp.Size = UDim2.new(0, 145, 0, 37)
  119. VestTp.Font = Enum.Font.SourceSans
  120. VestTp.Text = "Vest Farm"
  121. VestTp.TextColor3 = Color3.new(1, 1, 1)
  122. VestTp.TextSize = 14
  123. VestTp.MouseButton1Down:connect(function()
  124. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(445.367828, 5.02908754, -1412.38513))
  125. end)
  126.  
  127. pawnshop.Name = "pawnshop"
  128. pawnshop.Parent = Main
  129. pawnshop.BackgroundColor3 = Color3.new(0, 0, 0)
  130. pawnshop.BackgroundTransparency = 0.5
  131. pawnshop.BorderColor3 = Color3.new(1, 1, 1)
  132. pawnshop.Position = UDim2.new(0.0116731515, 0, 0.374045789, 0)
  133. pawnshop.Size = UDim2.new(0, 145, 0, 37)
  134. pawnshop.Font = Enum.Font.SourceSans
  135. pawnshop.Text = "Pawn Shop"
  136. pawnshop.TextColor3 = Color3.new(1, 1, 1)
  137. pawnshop.TextSize = 14
  138. pawnshop.MouseButton1Down:connect(function()
  139. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(31.7124729, 5.39661455, 50.5575943))
  140. end)
  141.  
  142. spawntp.Name = "spawntp"
  143. spawntp.Parent = Main
  144. spawntp.BackgroundColor3 = Color3.new(0, 0, 0)
  145. spawntp.BackgroundTransparency = 0.5
  146. spawntp.BorderColor3 = Color3.new(1, 1, 1)
  147. spawntp.Position = UDim2.new(0.344357967, 0, 0.374045789, 0)
  148. spawntp.Size = UDim2.new(0, 145, 0, 37)
  149. spawntp.Font = Enum.Font.SourceSans
  150. spawntp.Text = "Spawn"
  151. spawntp.TextColor3 = Color3.new(1, 1, 1)
  152. spawntp.TextSize = 14
  153. spawntp.MouseButton1Down:connect(function()
  154. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-32.6829491, 5.59872007, -7.1303215))
  155. end)
  156.  
  157. gunshop.Name = "gunshop"
  158. gunshop.Parent = Main
  159. gunshop.BackgroundColor3 = Color3.new(0, 0, 0)
  160. gunshop.BackgroundTransparency = 0.5
  161. gunshop.BorderColor3 = Color3.new(1, 1, 1)
  162. gunshop.Position = UDim2.new(0.671206236, 0, 0.374045789, 0)
  163. gunshop.Size = UDim2.new(0, 145, 0, 37)
  164. gunshop.Font = Enum.Font.SourceSans
  165. gunshop.Text = "GunShop"
  166. gunshop.TextColor3 = Color3.new(1, 1, 1)
  167. gunshop.TextSize = 14
  168. gunshop.MouseButton1Down:connect(function()
  169. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-114.510422, 6.13872433, 55.7958412))
  170. end)
  171.  
  172. Bunkers.Name = "Bunkers"
  173. Bunkers.Parent = Main
  174. Bunkers.BackgroundColor3 = Color3.new(0, 0, 0)
  175. Bunkers.BackgroundTransparency = 0.5
  176. Bunkers.BorderColor3 = Color3.new(1, 1, 1)
  177. Bunkers.Position = UDim2.new(0.0116731515, 0, 0.599236667, 0)
  178. Bunkers.Size = UDim2.new(0, 145, 0, 37)
  179. Bunkers.Font = Enum.Font.SourceSans
  180. Bunkers.Text = "Bunkers (\"Not working\")"
  181. Bunkers.TextColor3 = Color3.new(1, 1, 1)
  182. Bunkers.TextSize = 14
  183. Bunkers.MouseButton1Down:connect(function()
  184. Bunkers.Text = "NO fuck off me"
  185. end)
  186.  
  187. factory.Name = "factory"
  188. factory.Parent = Main
  189. factory.BackgroundColor3 = Color3.new(0, 0, 0)
  190. factory.BackgroundTransparency = 0.5
  191. factory.BorderColor3 = Color3.new(1, 1, 1)
  192. factory.Position = UDim2.new(0.344357967, 0, 0.599236608, 0)
  193. factory.Size = UDim2.new(0, 145, 0, 37)
  194. factory.Font = Enum.Font.SourceSans
  195. factory.Text = "Factory"
  196. factory.TextColor3 = Color3.new(1, 1, 1)
  197. factory.TextSize = 14
  198. factory.MouseButton1Down:connect(function()
  199. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-515.606689, 3.73840618, -973.149658))
  200. end)
  201.  
  202. prison.Name = "prison"
  203. prison.Parent = Main
  204. prison.BackgroundColor3 = Color3.new(0, 0, 0)
  205. prison.BackgroundTransparency = 0.5
  206. prison.BorderColor3 = Color3.new(1, 1, 1)
  207. prison.Position = UDim2.new(0.671206236, 0, 0.599236667, 0)
  208. prison.Size = UDim2.new(0, 145, 0, 37)
  209. prison.Font = Enum.Font.SourceSans
  210. prison.Text = "Prison NOT WORKING YET"
  211. prison.TextColor3 = Color3.new(1, 1, 1)
  212. prison.TextSize = 14
  213. prison.MouseButton1Down:connect(function()
  214. prison.Text = "Not avalible :("
  215. end)
  216.  
  217. park.Name = "park"
  218. park.Parent = Main
  219. park.BackgroundColor3 = Color3.new(0, 0, 0)
  220. park.BackgroundTransparency = 0.5
  221. park.BorderColor3 = Color3.new(1, 1, 1)
  222. park.Position = UDim2.new(0.0116731524, 0, 0.809160292, 0)
  223. park.Size = UDim2.new(0, 145, 0, 37)
  224. park.Font = Enum.Font.SourceSans
  225. park.Text = "Park"
  226. park.TextColor3 = Color3.new(1, 1, 1)
  227. park.TextSize = 14
  228. park.MouseButton1Down:connect(function()
  229. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-642.538513, 6.25178623, -43.8846931))
  230. end)
  231.  
  232. OpenClosetext.Name = "OpenClosetext"
  233. OpenClosetext.Parent = Main
  234. OpenClosetext.BackgroundColor3 = Color3.new(1, 1, 1)
  235. OpenClosetext.BackgroundTransparency = 1
  236. OpenClosetext.Position = UDim2.new(0.344357967, 0, 0.816793919, 0)
  237. OpenClosetext.Size = UDim2.new(0, 313, 0, 35)
  238. OpenClosetext.Font = Enum.Font.Code
  239. OpenClosetext.Text = "Press \"Q\" to Open and Close the GUI"
  240. OpenClosetext.TextColor3 = Color3.new(1, 1, 1)
  241. OpenClosetext.TextSize = 13
  242.  
  243.  
  244. local mouse1 = game.Players.LocalPlayer:GetMouse()
  245. mouse1.KeyDown:connect(function(key)
  246. if key == "q" then
  247. if Openn == true then
  248. Openn = false
  249. Main.Visible = false
  250. else
  251. Openn = true
  252. Main.Visible = true
  253. end
  254. end
  255. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement