Nghientapgym

Thief Simulator GUI

May 25th, 2018
2,527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. -- Script by Aqua#1213
  2. -- Fixed by NTS
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local weapon = Instance.new("TextButton")
  7. local backpack = Instance.new("TextButton")
  8. local police = Instance.new("TextButton")
  9. local jewelry = Instance.new("TextButton")
  10. local five = Instance.new("TextButton")
  11. local INF = Instance.new("TextButton")
  12. local credits = Instance.new("TextButton")
  13. local NTSGui = game.Players.LocalPlayer.PlayerGui
  14. ScreenGui.Parent = NTSGui
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  18. Frame.BorderSizePixel = 4
  19. Frame.Position = UDim2.new(0.600000024, 0, 0.266503662, 0)
  20. Frame.Size = UDim2.new(0, 250, 0, 191)
  21. Frame.Active = true
  22. Frame.Draggable = true
  23.  
  24. weapon.Name = "weapon"
  25. weapon.Parent = Frame
  26. weapon.BackgroundColor3 = Color3.new(1, 1, 1)
  27. weapon.BorderSizePixel = 2
  28. weapon.Position = UDim2.new(0.0240000002, 0, 0.031413611, 0)
  29. weapon.Size = UDim2.new(0, 105, 0, 46)
  30. weapon.Font = Enum.Font.SourceSans
  31. weapon.FontSize = Enum.FontSize.Size32
  32. weapon.Text = "Weapon Store"
  33. weapon.TextColor3 = Color3.new(0, 0, 0)
  34. weapon.TextScaled = true
  35. weapon.TextSize = 30
  36. weapon.TextWrapped = true
  37.  
  38. backpack.Name = "backpack"
  39. backpack.Parent = Frame
  40. backpack.BackgroundColor3 = Color3.new(1, 1, 1)
  41. backpack.BorderSizePixel = 2
  42. backpack.Position = UDim2.new(0.551999986, 0, 0.031413611, 0)
  43. backpack.Size = UDim2.new(0, 105, 0, 46)
  44. backpack.Font = Enum.Font.SourceSans
  45. backpack.FontSize = Enum.FontSize.Size32
  46. backpack.Text = "Backpack Store"
  47. backpack.TextColor3 = Color3.new(0, 0, 0)
  48. backpack.TextScaled = true
  49. backpack.TextSize = 30
  50. backpack.TextWrapped = true
  51.  
  52. police.Name = "police"
  53. police.Parent = Frame
  54. police.BackgroundColor3 = Color3.new(1, 1, 1)
  55. police.BorderSizePixel = 2
  56. police.Position = UDim2.new(0.55399996, 0, 0.335078537, 0)
  57. police.Size = UDim2.new(0, 105, 0, 46)
  58. police.Font = Enum.Font.SourceSans
  59. police.FontSize = Enum.FontSize.Size32
  60. police.Text = "Police Station"
  61. police.TextColor3 = Color3.new(0, 0, 0)
  62. police.TextScaled = true
  63. police.TextSize = 30
  64. police.TextWrapped = true
  65.  
  66. jewelry.Name = "jewelry"
  67. jewelry.Parent = Frame
  68. jewelry.BackgroundColor3 = Color3.new(1, 1, 1)
  69. jewelry.BorderSizePixel = 2
  70. jewelry.Position = UDim2.new(0.0260000005, 0, 0.335078537, 0)
  71. jewelry.Size = UDim2.new(0, 105, 0, 46)
  72. jewelry.Font = Enum.Font.SourceSans
  73. jewelry.FontSize = Enum.FontSize.Size48
  74. jewelry.Text = "Sell Jewelry"
  75. jewelry.TextColor3 = Color3.new(0, 0, 0)
  76. jewelry.TextScaled = true
  77. jewelry.TextSize = 40
  78. jewelry.TextWrapped = true
  79.  
  80. five.Name = "five"
  81. five.Parent = Frame
  82. five.Active = false
  83. five.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  84. five.BorderSizePixel = 3
  85. five.Position = UDim2.new(0.0320000015, 0, 0.664921463, 0)
  86. five.Selectable = false
  87. five.Size = UDim2.new(0, 114, 0, 55)
  88. five.FontSize = Enum.FontSize.Size32
  89. five.Text = "500k Cash"
  90. five.TextSize = 30
  91. five.TextWrapped = true
  92.  
  93. INF.Name = "INF"
  94. INF.Parent = Frame
  95. INF.Active = false
  96. INF.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  97. INF.BorderSizePixel = 3
  98. INF.Position = UDim2.new(0.519999981, 0, 0.664921463, 0)
  99. INF.Selectable = false
  100. INF.Size = UDim2.new(0, 114, 0, 55)
  101. INF.FontSize = Enum.FontSize.Size32
  102. INF.Text = "INF"
  103. INF.TextSize = 30
  104. INF.TextWrapped = true
  105.  
  106. credits.Name = "credits"
  107. credits.Parent = Frame
  108. credits.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  109. credits.BorderSizePixel = 4
  110. credits.Position = UDim2.new(0, 0, -0.178010479, 0)
  111. credits.Size = UDim2.new(0, 250, 0, 28)
  112. credits.Font = Enum.Font.Highway
  113. credits.FontSize = Enum.FontSize.Size32
  114. credits.Text = "made by Aqua#1213"
  115. credits.TextColor3 = Color3.new(0, 0, 0)
  116. credits.TextSize = 30
  117.  
  118. -- pls dont leech my gui thanks
  119.  
  120. --- scripts now pls dont leech noob if edit pls voucherino and credit
  121.  
  122. weapon.MouseButton1Down:connect(function()
  123. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3, 428, 1103)
  124. end)
  125.  
  126. backpack.MouseButton1Down:connect(function()
  127. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-207, 427, 850)
  128. end)
  129.  
  130. jewelry.MouseButton1Down:connect(function()
  131. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(39, 425, 992)
  132. end)
  133.  
  134. police.MouseButton1Down:connect(function()
  135. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(154, 426, 901)
  136. end)
  137.  
  138. INF.MouseButton1Down:connect(function()
  139. game.ReplicatedStorage.Purchase:FireServer("Knife",-2e9,"Weapon")
  140. end)
  141.  
  142. five.MouseButton1Down:connect(function()
  143. game.ReplicatedStorage.Purchase:FireServer("Knife",-500000,"Weapon")
  144. end)
Advertisement
Add Comment
Please, Sign In to add comment