Advertisement
Guest User

gawgawg

a guest
Sep 20th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.27 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local ImageButton = Instance.new("ImageButton")
  5. local Frame = Instance.new("Frame")
  6. local Page1 = Instance.new("ImageLabel")
  7. local TextLabel = Instance.new("TextLabel")
  8. local NAme = Instance.new("TextLabel")
  9. local R6 = Instance.new("TextButton")
  10. local RS = Instance.new("TextButton")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local TextLabel_3 = Instance.new("TextLabel")
  13. local Bazooka = Instance.new("TextButton")
  14. local Admin = Instance.new("TextButton")
  15. local TextLabel_4 = Instance.new("TextLabel")
  16. local Quantom = Instance.new("TextButton")
  17. local TextLabel_5 = Instance.new("TextLabel")
  18. local Shotgun = Instance.new("TextButton")
  19. local AtlasV2 = Instance.new("TextButton")
  20. local Shiny = Instance.new("TextButton")
  21. local Edit = Instance.new("TextButton")
  22. local TextLabel_6 = Instance.new("TextLabel")
  23. local TextLabel_7 = Instance.new("TextLabel")
  24.  
  25. -- Properties
  26.  
  27. ScreenGui.Parent = game.StarterGui
  28.  
  29. ImageButton.Parent = ScreenGui
  30. ImageButton.BackgroundColor3 = Color3.new(1, 1, 1)
  31. ImageButton.BorderSizePixel = 0
  32. ImageButton.Position = UDim2.new(0.00437636767, 0, 0.884904087, 0)
  33. ImageButton.Size = UDim2.new(0, 129, 0, 118)
  34. ImageButton.Image = "rbxgameasset://Images/nub"
  35.  
  36. Frame.Parent = ScreenGui
  37. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Frame.Position = UDim2.new(0.0240700226, 0, 0.299416184, 0)
  39. Frame.Size = UDim2.new(0, 489, 0, 480)
  40.  
  41. Page1.Name = "Page1"
  42. Page1.Parent = Frame
  43. Page1.BackgroundColor3 = Color3.new(1, 1, 1)
  44. Page1.BackgroundTransparency = 1
  45. Page1.Position = UDim2.new(-0.000944449566, 0, -0.0105507839, 0)
  46. Page1.Size = UDim2.new(0, 493, 0, 491)
  47. Page1.Image = "rbxassetid://2851926732"
  48. Page1.ImageColor3 = Color3.new(0.0196078, 0.00392157, 0.156863)
  49. Page1.ScaleType = Enum.ScaleType.Slice
  50. Page1.SliceCenter = Rect.new(12, 12, 12, 12)
  51.  
  52. TextLabel.Parent = Page1
  53. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  54. TextLabel.BorderSizePixel = 0
  55. TextLabel.Position = UDim2.new(0, 0, 0.134902477, 0)
  56. TextLabel.Size = UDim2.new(0, 493, 0, 3)
  57. TextLabel.Font = Enum.Font.SourceSans
  58. TextLabel.Text = ""
  59. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  60. TextLabel.TextSize = 14
  61.  
  62. NAme.Name = "NAme"
  63. NAme.Parent = Page1
  64. NAme.BackgroundColor3 = Color3.new(0.0196078, 0.00392157, 0.156863)
  65. NAme.BorderSizePixel = 0
  66. NAme.Position = UDim2.new(0.123732254, 0, 0.013745714, 0)
  67. NAme.Size = UDim2.new(0, 416, 0, 50)
  68. NAme.Font = Enum.Font.SourceSans
  69. NAme.Text = "AntonHub V2"
  70. NAme.TextColor3 = Color3.new(1, 0, 0)
  71. NAme.TextSize = 80
  72.  
  73. R6.Name = "R6"
  74. R6.Parent = Page1
  75. R6.BackgroundColor3 = Color3.new(0.0196078, 0.00392157, 0.156863)
  76. R6.BackgroundTransparency = 1
  77. R6.BorderSizePixel = 0
  78. R6.Position = UDim2.new(-0.0019789245, 0, -0.000608951319, 0)
  79. R6.Size = UDim2.new(0, 79, 0, 32)
  80. R6.Font = Enum.Font.SourceSans
  81. R6.Text = "R6"
  82. R6.TextColor3 = Color3.new(1, 1, 1)
  83. R6.TextSize = 40
  84.  
  85. RS.Name = "RS"
  86. RS.Parent = Page1
  87. RS.BackgroundColor3 = Color3.new(0.0196078, 0.00392157, 0.156863)
  88. RS.BackgroundTransparency = 1
  89. RS.BorderSizePixel = 0
  90. RS.Position = UDim2.new(-0.0019789245, 0, 0.0634997785, 0)
  91. RS.Size = UDim2.new(0, 79, 0, 32)
  92. RS.Font = Enum.Font.SourceSans
  93. RS.Text = "RS"
  94. RS.TextColor3 = Color3.new(1, 1, 1)
  95. RS.TextSize = 40
  96.  
  97. TextLabel_2.Parent = Page1
  98. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  99. TextLabel_2.Position = UDim2.new(0.0324543603, 0, 0.0615827292, 0)
  100. TextLabel_2.Size = UDim2.new(0, 45, 0, 2)
  101. TextLabel_2.Font = Enum.Font.SourceSans
  102. TextLabel_2.Text = ""
  103. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  104. TextLabel_2.TextSize = 14
  105.  
  106. TextLabel_3.Parent = Page1
  107. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  108. TextLabel_3.BorderSizePixel = 0
  109. TextLabel_3.Position = UDim2.new(0, 0, 0.450584739, 0)
  110. TextLabel_3.Size = UDim2.new(0, 493, 0, 3)
  111. TextLabel_3.Font = Enum.Font.SourceSans
  112. TextLabel_3.Text = ""
  113. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  114. TextLabel_3.TextSize = 14
  115.  
  116. Bazooka.Name = "Bazooka"
  117. Bazooka.Parent = Page1
  118. Bazooka.BackgroundColor3 = Color3.new(0.0196078, 0.00392157, 0.156863)
  119. Bazooka.BorderColor3 = Color3.new(1, 1, 1)
  120. Bazooka.BorderSizePixel = 2
  121. Bazooka.Position = UDim2.new(0, 0, 0.139833659, 0)
  122. Bazooka.Size = UDim2.new(0, 112, 0, 50)
  123. Bazooka.Font = Enum.Font.SourceSans
  124. Bazooka.Text = "Bazooka"
  125. Bazooka.TextColor3 = Color3.new(1, 0.333333, 0)
  126. Bazooka.TextSize = 30
  127.  
  128. Admin.Name = "Admin"
  129. Admin.Parent = Page1
  130. Admin.BackgroundColor3 = Color3.new(0.0196078, 0.00392157, 0.156863)
  131. Admin.BorderColor3 = Color3.new(1, 1, 1)
  132. Admin.BorderSizePixel = 2
  133. Admin.Position = UDim2.new(0, 0, 0.247776628, 0)
  134. Admin.Size = UDim2.new(0, 112, 0, 50)
  135. Admin.Font = Enum.Font.SourceSans
  136. Admin.Text = "Admin"
  137. Admin.TextColor3 = Color3.new(1, 0.333333, 0)
  138. Admin.TextSize = 30
  139.  
  140. TextLabel_4.Parent = Page1
  141. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  142. TextLabel_4.BorderSizePixel = 0
  143. TextLabel_4.Position = UDim2.new(0, 0, 0.76219368, 0)
  144. TextLabel_4.Size = UDim2.new(0, 493, 0, 3)
  145. TextLabel_4.Font = Enum.Font.SourceSans
  146. TextLabel_4.Text = ""
  147. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  148. TextLabel_4.TextSize = 14
  149.  
  150. Quantom.Name = "Quantom"
  151. Quantom.Parent = Page1
  152. Quantom.BackgroundColor3 = Color3.new(0.0196078, 0.00392157, 0.156863)
  153. Quantom.BorderColor3 = Color3.new(1, 1, 1)
  154. Quantom.BorderSizePixel = 2
  155. Quantom.Position = UDim2.new(0, 0, 0.349609613, 0)
  156. Quantom.Size = UDim2.new(0, 112, 0, 50)
  157. Quantom.Font = Enum.Font.SourceSans
  158. Quantom.Text = "Quantom"
  159. Quantom.TextColor3 = Color3.new(1, 0.333333, 0)
  160. Quantom.TextSize = 30
  161.  
  162. TextLabel_5.Parent = Page1
  163. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  164. TextLabel_5.BorderSizePixel = 0
  165. TextLabel_5.Position = UDim2.new(0.462474644, 0, 0.141012475, 0)
  166. TextLabel_5.Size = UDim2.new(0, 4, 0, 152)
  167. TextLabel_5.Font = Enum.Font.SourceSans
  168. TextLabel_5.Text = ""
  169. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  170. TextLabel_5.TextSize = 14
  171.  
  172. Shotgun.Name = "Shotgun"
  173. Shotgun.Parent = Page1
  174. Shotgun.BackgroundColor3 = Color3.new(0.0196078, 0.00392157, 0.156863)
  175. Shotgun.BorderColor3 = Color3.new(1, 1, 1)
  176. Shotgun.BorderSizePixel = 2
  177. Shotgun.Position = UDim2.new(0.235294119, 0, 0.139833659, 0)
  178. Shotgun.Size = UDim2.new(0, 112, 0, 50)
  179. Shotgun.Font = Enum.Font.SourceSans
  180. Shotgun.Text = "Shotgun"
  181. Shotgun.TextColor3 = Color3.new(1, 0.333333, 0)
  182. Shotgun.TextSize = 30
  183.  
  184. AtlasV2.Name = "AtlasV2"
  185. AtlasV2.Parent = Page1
  186. AtlasV2.BackgroundColor3 = Color3.new(0.0196078, 0.00392157, 0.156863)
  187. AtlasV2.BorderColor3 = Color3.new(1, 1, 1)
  188. AtlasV2.BorderSizePixel = 2
  189. AtlasV2.Position = UDim2.new(0.235294119, 0, 0.247776628, 0)
  190. AtlasV2.Size = UDim2.new(0, 112, 0, 50)
  191. AtlasV2.Font = Enum.Font.SourceSans
  192. AtlasV2.Text = "AtlasV2"
  193. AtlasV2.TextColor3 = Color3.new(1, 0.333333, 0)
  194. AtlasV2.TextSize = 30
  195.  
  196. Shiny.Name = "Shiny"
  197. Shiny.Parent = Page1
  198. Shiny.BackgroundColor3 = Color3.new(0.0196078, 0.00392157, 0.156863)
  199. Shiny.BorderColor3 = Color3.new(1, 1, 1)
  200. Shiny.BorderSizePixel = 2
  201. Shiny.Position = UDim2.new(0.235294119, 0, 0.349609613, 0)
  202. Shiny.Size = UDim2.new(0, 112, 0, 50)
  203. Shiny.Font = Enum.Font.SourceSans
  204. Shiny.Text = "Shiny"
  205. Shiny.TextColor3 = Color3.new(1, 0.333333, 0)
  206. Shiny.TextSize = 30
  207.  
  208. Edit.Name = "Edit"
  209. Edit.Parent = Page1
  210. Edit.BackgroundColor3 = Color3.new(0.0196078, 0.00392157, 0.156863)
  211. Edit.BorderColor3 = Color3.new(1, 1, 1)
  212. Edit.BorderSizePixel = 2
  213. Edit.Position = UDim2.new(0.470588237, 0, 0.139833644, 0)
  214. Edit.Size = UDim2.new(0, 112, 0, 50)
  215. Edit.Font = Enum.Font.SourceSans
  216. Edit.Text = "Sociopath"
  217. Edit.TextColor3 = Color3.new(1, 0.333333, 0)
  218. Edit.TextSize = 30
  219.  
  220. TextLabel_6.Parent = Page1
  221. TextLabel_6.BackgroundColor3 = Color3.new(0.0196078, 0.00392157, 0.156863)
  222. TextLabel_6.BackgroundTransparency = 1
  223. TextLabel_6.BorderSizePixel = 0
  224. TextLabel_6.Position = UDim2.new(-0.00202839752, 0, 0.826291442, 0)
  225. TextLabel_6.Size = UDim2.new(0, 493, 0, 50)
  226. TextLabel_6.Font = Enum.Font.SourceSans
  227. TextLabel_6.Text = "I'm still working on this Gui so more scripts coming soon"
  228. TextLabel_6.TextColor3 = Color3.new(1, 0.333333, 0)
  229. TextLabel_6.TextSize = 25
  230.  
  231. TextLabel_7.Parent = Page1
  232. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  233. TextLabel_7.BackgroundTransparency = 1
  234. TextLabel_7.Position = UDim2.new(-0.11967545, 0, 0.926680267, 0)
  235. TextLabel_7.Size = UDim2.new(0, 200, 0, 50)
  236. TextLabel_7.Font = Enum.Font.SourceSans
  237. TextLabel_7.Text = "Made By 6cpy"
  238. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  239. TextLabel_7.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement