Upscalefanatic3

Roblox Liberty County Script (Dee GUI)

Jan 25th, 2020
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --DEEE GUI------------------------------------------------------------------------
  2. local othershit = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local Title = Instance.new("TextLabel")
  5. local Pistol = Instance.new("TextButton")
  6. local Mac10 = Instance.new("TextButton")
  7. local Carbine = Instance.new("TextButton")
  8. local Credits = Instance.new("TextLabel")
  9. local Rifle = Instance.new("TextButton")
  10. local NovaShotgun = Instance.new("TextButton")
  11. local MachineGun = Instance.new("TextButton")
  12. local Card = Instance.new("TextButton")
  13. local EvidenceMarkers = Instance.new("TextButton")
  14. local Seperate = Instance.new("Frame")
  15. local AnotherSeperate = Instance.new("Frame")
  16. local NormalShit = Instance.new("TextLabel")
  17. local GamepassShit = Instance.new("TextLabel")
  18. local Taser = Instance.new("TextButton")
  19. local StopStick = Instance.new("TextButton")
  20. local MachineGun_2 = Instance.new("TextButton")
  21. --Properties:
  22. othershit.Name = "other shit"
  23. othershit.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24. othershit.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. Main.Name = "Main"
  27. Main.Parent = othershit
  28. Main.BackgroundColor3 = Color3.new(1, 0, 0)
  29. Main.BorderSizePixel = 9
  30. Main.Position = UDim2.new(0.0205033198, 0, 0.266584754, 0)
  31. Main.Size = UDim2.new(0, 944, 0, 557)
  32.  
  33. Title.Name = "Title"
  34. Title.Parent = Main
  35. Title.BackgroundColor3 = Color3.new(1, 0, 0)
  36. Title.BorderSizePixel = 0
  37. Title.Position = UDim2.new(0.294700563, 0, -0.000739708834, 0)
  38. Title.Size = UDim2.new(0, 364, 0, 86)
  39. Title.Font = Enum.Font.Fantasy
  40. Title.Text = "BruhLiberty"
  41. Title.TextColor3 = Color3.new(0, 0, 0)
  42. Title.TextScaled = true
  43. Title.TextSize = 14
  44. Title.TextWrapped = true
  45.  
  46. Pistol.Name = "Pistol"
  47. Pistol.Parent = Main
  48. Pistol.BackgroundColor3 = Color3.new(0.854902, 0, 0)
  49. Pistol.BorderSizePixel = 5
  50. Pistol.Position = UDim2.new(0.0143737644, 0, 0.305281103, 0)
  51. Pistol.Size = UDim2.new(0, 199, 0, 56)
  52. Pistol.Font = Enum.Font.Fantasy
  53. Pistol.Text = "P2000 Pistol"
  54. Pistol.TextColor3 = Color3.new(0, 0, 0)
  55. Pistol.TextScaled = true
  56. Pistol.TextSize = 14
  57. Pistol.TextWrapped = true
  58. Pistol.MouseButton1Click:connect(function()
  59. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "P2000 Pistol")
  60.  
  61. Mac10.Name = "Mac10"
  62. Mac10.Parent = Main
  63. Mac10.BackgroundColor3 = Color3.new(0.854902, 0, 0)
  64. Mac10.BorderSizePixel = 5
  65. Mac10.Position = UDim2.new(0.279104948, 0, 0.307076454, 0)
  66. Mac10.Size = UDim2.new(0, 199, 0, 56)
  67. Mac10.Font = Enum.Font.Fantasy
  68. Mac10.Text = "Mac 10 Machine Pistol"
  69. Mac10.TextColor3 = Color3.new(0, 0, 0)
  70. Mac10.TextScaled = true
  71. Mac10.TextSize = 14
  72. Mac10.TextWrapped = true
  73. Mac10.MouseButton1Click:connect(function()
  74. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Mac 10 Machine Pistol")
  75.  
  76. Carbine.Name = "Carbine"
  77. Carbine.Parent = Main
  78. Carbine.BackgroundColor3 = Color3.new(0.854902, 0, 0)
  79. Carbine.BorderSizePixel = 5
  80. Carbine.Position = UDim2.new(0.279306889, 0, 0.463270336, 0)
  81. Carbine.Size = UDim2.new(0, 199, 0, 56)
  82. Carbine.Font = Enum.Font.Fantasy
  83. Carbine.Text = "P90 Carbine"
  84. Carbine.TextColor3 = Color3.new(0, 0, 0)
  85. Carbine.TextScaled = true
  86. Carbine.TextSize = 14
  87. Carbine.TextWrapped = true
  88. Carbine.MouseButton1Click:connect(function()
  89. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "P90 Carbine")
  90.  
  91. Credits.Name = "Credits"
  92. Credits.Parent = Main
  93. Credits.BackgroundColor3 = Color3.new(1, 0, 0)
  94. Credits.BackgroundTransparency = 1
  95. Credits.BorderSizePixel = 0
  96. Credits.Position = UDim2.new(0.299997211, 0, 0.124933533, 0)
  97. Credits.Size = UDim2.new(0, 332, 0, 27)
  98. Credits.Font = Enum.Font.Fantasy
  99. Credits.Text = "Created by GuestDudeBruh, AKA DaCasualExploiter"
  100. Credits.TextColor3 = Color3.new(0, 0, 0)
  101. Credits.TextScaled = true
  102. Credits.TextSize = 14
  103. Credits.TextWrapped = true
  104.  
  105. Rifle.Name = "Rifle"
  106. Rifle.Parent = Main
  107. Rifle.BackgroundColor3 = Color3.new(0.854902, 0, 0)
  108. Rifle.BorderSizePixel = 5
  109. Rifle.Position = UDim2.new(0.0144763589, 0, 0.605101585, 0)
  110. Rifle.Size = UDim2.new(0, 199, 0, 56)
  111. Rifle.Font = Enum.Font.Fantasy
  112. Rifle.Text = "Galil Rifle"
  113. Rifle.TextColor3 = Color3.new(0, 0, 0)
  114. Rifle.TextScaled = true
  115. Rifle.TextSize = 14
  116. Rifle.TextWrapped = true
  117. Rifle.MouseButton1Click:connect(function()
  118. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Galil Rifle")
  119.  
  120. NovaShotgun.Name = "Nova Shotgun"
  121. NovaShotgun.Parent = Main
  122. NovaShotgun.BackgroundColor3 = Color3.new(0.854902, 0, 0)
  123. NovaShotgun.BorderSizePixel = 5
  124. NovaShotgun.Position = UDim2.new(0.0144763589, 0, 0.463270336, 0)
  125. NovaShotgun.Size = UDim2.new(0, 199, 0, 56)
  126. NovaShotgun.Font = Enum.Font.Fantasy
  127. NovaShotgun.Text = "Nova Shotgun"
  128. NovaShotgun.TextColor3 = Color3.new(0, 0, 0)
  129. NovaShotgun.TextScaled = true
  130. NovaShotgun.TextSize = 14
  131. NovaShotgun.TextWrapped = true
  132. NovaShotgun.MouseButton1Click:connect(function()
  133. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Nova Shotgun")
  134.  
  135. MachineGun.Name = "MachineGun"
  136. MachineGun.Parent = Main
  137. MachineGun.BackgroundColor3 = Color3.new(0.854902, 0, 0)
  138. MachineGun.BorderSizePixel = 5
  139. MachineGun.Position = UDim2.new(0.780366182, 0, 0.305281103, 0)
  140. MachineGun.Size = UDim2.new(0, 199, 0, 56)
  141. MachineGun.Font = Enum.Font.Fantasy
  142. MachineGun.Text = "M249 Machine Gun"
  143. MachineGun.TextColor3 = Color3.new(0, 0, 0)
  144. MachineGun.TextScaled = true
  145. MachineGun.TextSize = 14
  146. MachineGun.TextWrapped = true
  147. MachineGun.MouseButton1Click:connect(function()
  148. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M249 Machine Gun")
  149.  
  150. Card.Name = "Card"
  151. Card.Parent = Main
  152. Card.BackgroundColor3 = Color3.new(0.854902, 0, 0)
  153. Card.BorderSizePixel = 5
  154. Card.Position = UDim2.new(0.279306889, 0, 0.605101585, 0)
  155. Card.Size = UDim2.new(0, 199, 0, 56)
  156. Card.Font = Enum.Font.Fantasy
  157. Card.Text = "RFID Disruptor"
  158. Card.TextColor3 = Color3.new(0, 0, 0)
  159. Card.TextScaled = true
  160. Card.TextSize = 14
  161. Card.TextWrapped = true
  162. Card.MouseButton1Click:connect(function()
  163. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "RFID Disruptor")
  164.  
  165. EvidenceMarkers.Name = "EvidenceMarkers"
  166. EvidenceMarkers.Parent = Main
  167. EvidenceMarkers.BackgroundColor3 = Color3.new(0.854902, 0, 0)
  168. EvidenceMarkers.BorderSizePixel = 5
  169. EvidenceMarkers.Position = UDim2.new(0.534603477, 0, 0.307076454, 0)
  170. EvidenceMarkers.Size = UDim2.new(0, 199, 0, 56)
  171. EvidenceMarkers.Font = Enum.Font.Fantasy
  172. EvidenceMarkers.Text = "Evidence Markers (Must be on cop team)"
  173. EvidenceMarkers.TextColor3 = Color3.new(0, 0, 0)
  174. EvidenceMarkers.TextScaled = true
  175. EvidenceMarkers.TextSize = 14
  176. EvidenceMarkers.TextWrapped = true
  177. EvidenceMarkers.MouseButton1Click:connect(function()
  178. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Evidence Markers")
  179.  
  180. Seperate.Name = "Seperate"
  181. Seperate.Parent = Main
  182. Seperate.BackgroundColor3 = Color3.new(0.854902, 0, 0)
  183. Seperate.Position = UDim2.new(0, 0, 0.174147218, 0)
  184. Seperate.Size = UDim2.new(0, 944, 0, 16)
  185.  
  186. AnotherSeperate.Name = "AnotherSeperate"
  187. AnotherSeperate.Parent = Main
  188. AnotherSeperate.BackgroundColor3 = Color3.new(0.854902, 0, 0)
  189. AnotherSeperate.Position = UDim2.new(0.502118647, 0, 0.20287253, 0)
  190. AnotherSeperate.Size = UDim2.new(0, 18, 0, 444)
  191.  
  192. NormalShit.Name = "NormalShit"
  193. NormalShit.Parent = Main
  194. NormalShit.BackgroundColor3 = Color3.new(1, 1, 1)
  195. NormalShit.BackgroundTransparency = 1
  196. NormalShit.Position = UDim2.new(0.137711868, 0, 0.219030529, 0)
  197. NormalShit.Size = UDim2.new(0, 200, 0, 50)
  198. NormalShit.Font = Enum.Font.Fantasy
  199. NormalShit.Text = "Normal Items"
  200. NormalShit.TextColor3 = Color3.new(0, 0, 0)
  201. NormalShit.TextScaled = true
  202. NormalShit.TextSize = 14
  203. NormalShit.TextWrapped = true
  204.  
  205. GamepassShit.Name = "GamepassShit"
  206. GamepassShit.Parent = Main
  207. GamepassShit.BackgroundColor3 = Color3.new(1, 1, 1)
  208. GamepassShit.BackgroundTransparency = 1
  209. GamepassShit.Position = UDim2.new(0.652542412, 0, 0.219030529, 0)
  210. GamepassShit.Size = UDim2.new(0, 200, 0, 50)
  211. GamepassShit.Font = Enum.Font.Fantasy
  212. GamepassShit.Text = "Gamepass Items"
  213. GamepassShit.TextColor3 = Color3.new(0, 0, 0)
  214. GamepassShit.TextScaled = true
  215. GamepassShit.TextSize = 14
  216. GamepassShit.TextWrapped = true
  217.  
  218. Taser.Name = "Taser"
  219. Taser.Parent = Main
  220. Taser.BackgroundColor3 = Color3.new(0.854902, 0, 0)
  221. Taser.BorderSizePixel = 5
  222. Taser.Position = UDim2.new(0.534603477, 0, 0.448907673, 0)
  223. Taser.Size = UDim2.new(0, 199, 0, 56)
  224. Taser.Font = Enum.Font.Fantasy
  225. Taser.Text = "Taser (Must be on cop team)"
  226. Taser.TextColor3 = Color3.new(0, 0, 0)
  227. Taser.TextScaled = true
  228. Taser.TextSize = 14
  229. Taser.TextWrapped = true
  230. Taser.MouseButton1Click:connect(function()
  231. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Taser")
  232.  
  233. StopStick.Name = "Stop Stick"
  234. StopStick.Parent = Main
  235. StopStick.BackgroundColor3 = Color3.new(0.854902, 0, 0)
  236. StopStick.BorderSizePixel = 5
  237. StopStick.Position = UDim2.new(0.780366182, 0, 0.448907673, 0)
  238. StopStick.Size = UDim2.new(0, 199, 0, 56)
  239. StopStick.Font = Enum.Font.Fantasy
  240. StopStick.Text = "Stop Stick (Must be on cop team)"
  241. StopStick.TextColor3 = Color3.new(0, 0, 0)
  242. StopStick.TextScaled = true
  243. StopStick.TextSize = 14
  244. StopStick.TextWrapped = true
  245. StopStick.MouseButton1Click:connect(function()
  246. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Stop Stick")
  247.  
  248. MachineGun_2.Name = "MachineGun"
  249. MachineGun_2.Parent = Main
  250. MachineGun_2.BackgroundColor3 = Color3.new(0.854902, 0, 0)
  251. MachineGun_2.BorderSizePixel = 5
  252. MachineGun_2.Position = UDim2.new(0.534603536, 0, 0.605101645, 0)
  253. MachineGun_2.Size = UDim2.new(0, 430, 0, 144)
  254. MachineGun_2.Font = Enum.Font.Fantasy
  255. MachineGun_2.Text = "Battering Ram (Must be on cop team)"
  256. MachineGun_2.TextColor3 = Color3.new(0, 0, 0)
  257. MachineGun_2.TextScaled = true
  258. MachineGun_2.TextSize = 14
  259. MachineGun_2.TextWrapped = true
  260. MachineGun_2.MouseButton1Click:connect(function()
  261. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Battering Ram")
  262. -- Scripts:
Add Comment
Please, Sign In to add comment