Advertisement
Guest User

Hello Neighbour GUI v2

a guest
Jan 20th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.05 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Tutorial = Instance.new("ScreenGui")
  4. local PrintGUI = Instance.new("Frame")
  5. local drag = Instance.new("Frame")
  6. local drag2 = Instance.new("Frame")
  7. local title = Instance.new("TextLabel")
  8. local exit = Instance.new("TextButton")
  9. local fly = Instance.new("TextButton")
  10. local noclip = Instance.new("TextButton")
  11. local walkspeed100 = Instance.new("TextButton")
  12. local walkspeed16 = Instance.new("TextButton")
  13. local gravity100 = Instance.new("TextButton")
  14. local gravity16 = Instance.new("TextButton")
  15. local comingsoon1 = Instance.new("TextButton")
  16. local comingsoon2 = Instance.new("TextButton")
  17. local comingsoon3 = Instance.new("TextButton")
  18. local comingsoon4 = Instance.new("TextButton")
  19.  
  20. --Properties
  21.  
  22. Tutorial.Name = "Tutorial"
  23. Tutorial.Parent = game.CoreGui
  24.  
  25. PrintGUI.Name = "PrintGUI"
  26. PrintGUI.Parent = Tutorial
  27. PrintGUI.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  28. PrintGUI.BorderSizePixel = 0
  29. PrintGUI.Position = UDim2.new(0.358543426, 0, 0.217970043, 0)
  30. PrintGUI.Size = UDim2.new(0, 385, 0, 322)
  31. PrintGUI.Active = true
  32. PrintGUI.Draggable = true
  33.  
  34. drag.Name = "drag"
  35. drag.Parent = PrintGUI
  36. drag.BackgroundColor3 = Color3.new(0.898039, 0.6, 0)
  37. drag.BorderSizePixel = 0
  38. drag.Size = UDim2.new(0, 385, 0, 18)
  39.  
  40. drag2.Name = "drag2"
  41. drag2.Parent = PrintGUI
  42. drag2.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  43. drag2.BorderSizePixel = 0
  44. drag2.Position = UDim2.new(0, 0, 0.0559006222, 0)
  45. drag2.Size = UDim2.new(0, 385, 0, 48)
  46.  
  47. title.Name = "title"
  48. title.Parent = PrintGUI
  49. title.BackgroundColor3 = Color3.new(1, 1, 1)
  50. title.BackgroundTransparency = 1
  51. title.BorderSizePixel = 0
  52. title.Position = UDim2.new(0.0337662324, 0, 0.0900621042, 0)
  53. title.Size = UDim2.new(0, 124, 0, 25)
  54. title.Font = Enum.Font.Highway
  55. title.Text = "JaxHax"
  56. title.TextColor3 = Color3.new(1, 1, 1)
  57. title.TextSize = 30
  58. title.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  59. title.TextWrapped = true
  60.  
  61. exit.Name = "exit"
  62. exit.Parent = PrintGUI
  63. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  64. exit.BackgroundTransparency = 1
  65. exit.Position = UDim2.new(0.927272737, 0, 0, 0)
  66. exit.Size = UDim2.new(0, 28, 0, 18)
  67. exit.Font = Enum.Font.Cartoon
  68. exit.Text = "X"
  69. exit.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  70. exit.TextScaled = true
  71. exit.TextSize = 14
  72. exit.TextStrokeColor3 = Color3.new(1, 1, 1)
  73. exit.TextStrokeTransparency = 2
  74. exit.TextWrapped = true
  75.  
  76. fly.Name = "fly"
  77. fly.Parent = PrintGUI
  78. fly.BackgroundColor3 = Color3.new(1, 1, 1)
  79. fly.BorderSizePixel = 0
  80. fly.Position = UDim2.new(0.519480526, 0, 0.204968944, 0)
  81. fly.Size = UDim2.new(0, 185, 0, 50)
  82. fly.Style = Enum.ButtonStyle.RobloxRoundButton
  83. fly.Font = Enum.Font.Fantasy
  84. fly.Text = "Spawn"
  85. fly.TextColor3 = Color3.new(0, 0, 0)
  86. fly.TextSize = 20
  87. fly.TextWrapped = true
  88. fly.MouseButton1Click:connect(function()
  89. local PlayerName = game.Players.LocalPlayer.Name
  90. game.Workspace[PlayerName]:MoveTo(Vector3.new(-35.5304756,-43.4787788,-3.18950582))
  91. end)
  92.  
  93. noclip.Name = "noclip"
  94. noclip.Parent = PrintGUI
  95. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  96. noclip.BorderSizePixel = 0
  97. noclip.Position = UDim2.new(0, 0, 0.204968944, 0)
  98. noclip.Size = UDim2.new(0, 185, 0, 50)
  99. noclip.Style = Enum.ButtonStyle.RobloxRoundButton
  100. noclip.Font = Enum.Font.Fantasy
  101. noclip.Text = "Bluehouse"
  102. noclip.TextColor3 = Color3.new(0, 0, 0)
  103. noclip.TextSize = 20
  104. noclip.TextWrapped = true
  105. noclip.MouseButton1Click:connect(function()
  106. local PlayerName = game.Players.LocalPlayer.Name
  107. game.Workspace[PlayerName]:MoveTo(Vector3.new(54.2896042, 27.6312256, 5.061378))
  108. end)
  109.  
  110. walkspeed100.Name = "walkspeed100"
  111. walkspeed100.Parent = PrintGUI
  112. walkspeed100.BackgroundColor3 = Color3.new(1, 1, 1)
  113. walkspeed100.BorderSizePixel = 0
  114. walkspeed100.Position = UDim2.new(0, 0, 0.360248446, 0)
  115. walkspeed100.Size = UDim2.new(0, 185, 0, 50)
  116. walkspeed100.Style = Enum.ButtonStyle.RobloxRoundButton
  117. walkspeed100.Font = Enum.Font.Fantasy
  118. walkspeed100.Text = "Outside"
  119. walkspeed100.TextColor3 = Color3.new(0, 0, 0)
  120. walkspeed100.TextSize = 20
  121. walkspeed100.TextWrapped = true
  122. walkspeed100.MouseButton1Click:connect(function()
  123. local PlayerName = game.Players.LocalPlayer.Name
  124. game.Workspace[PlayerName]:MoveTo(Vector3.new(-8.22305393,22.521225,-11.2998734))
  125. end)
  126.  
  127. walkspeed16.Name = "walkspeed16"
  128. walkspeed16.Parent = PrintGUI
  129. walkspeed16.BackgroundColor3 = Color3.new(1, 1, 1)
  130. walkspeed16.BorderSizePixel = 0
  131. walkspeed16.Position = UDim2.new(0.519480526, 0, 0.360248446, 0)
  132. walkspeed16.Size = UDim2.new(0, 185, 0, 50)
  133. walkspeed16.Style = Enum.ButtonStyle.RobloxRoundButton
  134. walkspeed16.Font = Enum.Font.Fantasy
  135. walkspeed16.Text = "[BLUE] Garage"
  136. walkspeed16.TextColor3 = Color3.new(0, 0, 0)
  137. walkspeed16.TextSize = 20
  138. walkspeed16.TextWrapped = true
  139. walkspeed16.MouseButton1Click:connect(function()
  140. local PlayerName = game.Players.LocalPlayer.Name
  141. game.Workspace[PlayerName]:MoveTo(Vector3.new(76.0521469,22.4612312,-78.2375259))
  142. end)
  143.  
  144. gravity100.Name = "gravity100"
  145. gravity100.Parent = PrintGUI
  146. gravity100.BackgroundColor3 = Color3.new(1, 1, 1)
  147. gravity100.BorderSizePixel = 0
  148. gravity100.Position = UDim2.new(0, 0, 0.515527964, 0)
  149. gravity100.Size = UDim2.new(0, 185, 0, 50)
  150. gravity100.Style = Enum.ButtonStyle.RobloxRoundButton
  151. gravity100.Font = Enum.Font.Fantasy
  152. gravity100.Text = "Yellowhouse"
  153. gravity100.TextColor3 = Color3.new(0, 0, 0)
  154. gravity100.TextSize = 20
  155. gravity100.TextWrapped = true
  156. gravity100.MouseButton1Click:connect(function()
  157. local PlayerName = game.Players.LocalPlayer.Name
  158. game.Workspace[PlayerName]:MoveTo(Vector3.new(-108.214775,23.1692371,-6.34889984))
  159. end)
  160.  
  161. gravity16.Name = "gravity16"
  162. gravity16.Parent = PrintGUI
  163. gravity16.BackgroundColor3 = Color3.new(1, 1, 1)
  164. gravity16.BorderSizePixel = 0
  165. gravity16.Position = UDim2.new(0.519480526, 0, 0.515527964, 0)
  166. gravity16.Size = UDim2.new(0, 185, 0, 50)
  167. gravity16.Style = Enum.ButtonStyle.RobloxRoundButton
  168. gravity16.Font = Enum.Font.Fantasy
  169. gravity16.Text = "Morph"
  170. gravity16.TextColor3 = Color3.new(0, 0, 0)
  171. gravity16.TextSize = 20
  172. gravity16.TextWrapped = true
  173. gravity16.MouseButton1Click:connect(function()
  174. local PlayerName = game.Players.LocalPlayer.Name
  175. game.Workspace[PlayerName]:MoveTo(Vector3.new(-19.2442398,-44.4787788,-32.3924522))
  176. end)
  177.  
  178. comingsoon1.Name = "comingsoon1"
  179. comingsoon1.Parent = PrintGUI
  180. comingsoon1.BackgroundColor3 = Color3.new(1, 1, 1)
  181. comingsoon1.BorderSizePixel = 0
  182. comingsoon1.Position = UDim2.new(0, 0, 0.670807481, 0)
  183. comingsoon1.Size = UDim2.new(0, 185, 0, 50)
  184. comingsoon1.Style = Enum.ButtonStyle.RobloxRoundButton
  185. comingsoon1.Font = Enum.Font.Fantasy
  186. comingsoon1.Text = "Coming Soon!"
  187. comingsoon1.TextColor3 = Color3.new(0, 0, 0)
  188. comingsoon1.TextSize = 20
  189. comingsoon1.TextWrapped = true
  190.  
  191. comingsoon2.Name = "comingsoon2"
  192. comingsoon2.Parent = PrintGUI
  193. comingsoon2.BackgroundColor3 = Color3.new(1, 1, 1)
  194. comingsoon2.BorderSizePixel = 0
  195. comingsoon2.Position = UDim2.new(0.519480526, 0, 0.670807481, 0)
  196. comingsoon2.Size = UDim2.new(0, 185, 0, 50)
  197. comingsoon2.Style = Enum.ButtonStyle.RobloxRoundButton
  198. comingsoon2.Font = Enum.Font.Fantasy
  199. comingsoon2.Text = "Coming Soon!"
  200. comingsoon2.TextColor3 = Color3.new(0, 0, 0)
  201. comingsoon2.TextSize = 20
  202. comingsoon2.TextWrapped = true
  203.  
  204. comingsoon3.Name = "comingsoon3"
  205. comingsoon3.Parent = PrintGUI
  206. comingsoon3.BackgroundColor3 = Color3.new(1, 1, 1)
  207. comingsoon3.BorderSizePixel = 0
  208. comingsoon3.Position = UDim2.new(0, 0, 0.826086998, 0)
  209. comingsoon3.Size = UDim2.new(0, 185, 0, 50)
  210. comingsoon3.Style = Enum.ButtonStyle.RobloxRoundButton
  211. comingsoon3.Font = Enum.Font.Fantasy
  212. comingsoon3.Text = "Coming Soon!"
  213. comingsoon3.TextColor3 = Color3.new(0, 0, 0)
  214. comingsoon3.TextSize = 20
  215. comingsoon3.TextWrapped = true
  216.  
  217. comingsoon4.Name = "comingsoon4"
  218. comingsoon4.Parent = PrintGUI
  219. comingsoon4.BackgroundColor3 = Color3.new(1, 1, 1)
  220. comingsoon4.BorderSizePixel = 0
  221. comingsoon4.Position = UDim2.new(0.519480526, 0, 0.826086998, 0)
  222. comingsoon4.Size = UDim2.new(0, 185, 0, 50)
  223. comingsoon4.Style = Enum.ButtonStyle.RobloxRoundButton
  224. comingsoon4.Font = Enum.Font.Fantasy
  225. comingsoon4.Text = "Coming Soon!"
  226. comingsoon4.TextColor3 = Color3.new(0, 0, 0)
  227. comingsoon4.TextSize = 20
  228. comingsoon4.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement