nguyenminhnghia

ccccc

Feb 1st, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Made by 2sins on v3rm (Alexx#5864), I know it's shit rn but I just wanted to throw something together real quick to fuck around, auto robs (if I can be assed to figure out the game) soon tm
  2.  
  3. -- Instances:
  4. local MadFucker = Instance.new("ScreenGui")
  5. local Back = Instance.new("Frame")
  6. local TitleBar = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local TextLabel_3 = Instance.new("TextLabel")
  10. local Close = Instance.new("TextButton")
  11. local PN = Instance.new("TextBox")
  12. local TP = Instance.new("TextButton")
  13. local BANK = Instance.new("TextButton")
  14. local JS = Instance.new("TextButton")
  15. local CS = Instance.new("TextButton")
  16. local GS = Instance.new("TextButton")
  17. local Credit = Instance.new("TextLabel")
  18. local GA = Instance.new("TextButton")
  19. local CAM = Instance.new("TextButton")
  20. local SS = Instance.new("TextButton")
  21. local GRAV = Instance.new("TextButton")
  22. local MoreSoon = Instance.new("TextLabel")
  23. local CB = Instance.new("TextButton")
  24. local SA = Instance.new("TextBox")
  25. local GG = Instance.new("TextButton")
  26. local AR = Instance.new("TextButton")
  27. local EC = Instance.new("TextButton")
  28. local Open = Instance.new("TextButton")
  29. local player = game.Players.LocalPlayer
  30. local mouse = player:GetMouse()
  31. local humanoid = player.Character.Humanoid
  32. local Speed = SA.Text
  33.  
  34. --Properties:
  35. MadFucker.Name = "MadFucker"
  36. MadFucker.Parent = game.CoreGui
  37. MadFucker.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  38.  
  39. Back.Name = "Back"
  40. Back.Parent = MadFucker
  41. Back.Active = true
  42. Back.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  43. Back.BorderSizePixel = 0
  44. Back.Draggable = true
  45. Back.Position = UDim2.new(0.349450558, 0, 0.325520813, 0)
  46. Back.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  47. Back.Active = true
  48. Back.Draggable = true
  49.  
  50. TitleBar.Name = "TitleBar"
  51. TitleBar.Parent = Back
  52. TitleBar.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  53. TitleBar.BorderSizePixel = 0
  54. TitleBar.Size = UDim2.new(1, 0, 0.100000001, 0)
  55.  
  56. TextLabel.Parent = TitleBar
  57. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  58. TextLabel.BackgroundTransparency = 1
  59. TextLabel.Position = UDim2.new(0.346764326, 0, -0.0434027761, 0)
  60. TextLabel.Size = UDim2.new(0.100000001, 0, 1, 0)
  61. TextLabel.Font = Enum.Font.GothamSemibold
  62. TextLabel.Text = "M"
  63. TextLabel.TextColor3 = Color3.new(1, 0.521569, 0.529412)
  64. TextLabel.TextScaled = true
  65. TextLabel.TextSize = 14
  66. TextLabel.TextWrapped = true
  67.  
  68. Credit.Name = "Credit"
  69. Credit.Parent = TitleBar
  70. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  71. Credit.BackgroundTransparency = 1
  72. Credit.Position = UDim2.new(0, 0, -0.00300000003, 0)
  73. Credit.Size = UDim2.new(0.349999994, 0, 1, 0)
  74. Credit.Font = Enum.Font.SourceSansItalic
  75. Credit.Text = "Made by:  Alexx#5864"
  76. Credit.TextColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  77. Credit.TextScaled = true
  78. Credit.TextSize = 14
  79. Credit.TextWrapped = true
  80. Credit.TextXAlignment = Enum.TextXAlignment.Left
  81.  
  82. TextLabel_2.Parent = TitleBar
  83. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  84. TextLabel_2.BackgroundTransparency = 1
  85. TextLabel_2.Position = UDim2.new(0.419890106, 0, -0.00340277702, 0)
  86. TextLabel_2.Size = UDim2.new(0.5, 0, 1, 0)
  87. TextLabel_2.Font = Enum.Font.GothamSemibold
  88. TextLabel_2.Text = "ad    ucker"
  89. TextLabel_2.TextColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  90. TextLabel_2.TextScaled = true
  91. TextLabel_2.TextSize = 14
  92. TextLabel_2.TextWrapped = true
  93. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  94.  
  95. TextLabel_3.Parent = TitleBar
  96. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  97. TextLabel_3.BackgroundTransparency = 1
  98. TextLabel_3.Position = UDim2.new(0.476190448, 0, -0.0434027761, 0)
  99. TextLabel_3.Size = UDim2.new(0.100000001, 0, 1, 0)
  100. TextLabel_3.Font = Enum.Font.GothamSemibold
  101. TextLabel_3.Text = "F"
  102. TextLabel_3.TextColor3 = Color3.new(1, 0.521569, 0.529412)
  103. TextLabel_3.TextScaled = true
  104. TextLabel_3.TextSize = 14
  105. TextLabel_3.TextWrapped = true
  106.  
  107. Close.Name = "Close"
  108. Close.Parent = TitleBar
  109. Close.BackgroundColor3 = Color3.new(1, 0.509804, 0.517647)
  110. Close.BorderSizePixel = 0
  111. Close.Position = UDim2.new(0.949999988, 0, 0, 0)
  112. Close.Size = UDim2.new(0.0500000007, 0, 1, 0)
  113. Close.Font = Enum.Font.GothamSemibold
  114. Close.Text = "X"
  115. Close.TextColor3 = Color3.new(1, 1, 1)
  116. Close.TextScaled = true
  117. Close.TextSize = 14
  118. Close.TextWrapped = true
  119.  
  120. PN.Name = "PN"
  121. PN.Parent = Back
  122. PN.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  123. PN.BorderSizePixel = 0
  124. PN.Position = UDim2.new(0.0268620253, 0, 0.138888881, 0)
  125. PN.Size = UDim2.new(0.349999994, 0, 0.100000001, 0)
  126. PN.Font = Enum.Font.SourceSans
  127. PN.PlaceholderColor3 = Color3.new(0.623529, 0.623529, 0.623529)
  128. PN.PlaceholderText = "[PLR NAME]"
  129. PN.Text = ""
  130. PN.TextColor3 = Color3.new(1, 1, 1)
  131. PN.TextScaled = true
  132. PN.TextSize = 14
  133. PN.TextWrapped = true
  134.  
  135. TP.Name = "TP"
  136. TP.Parent = Back
  137. TP.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  138. TP.BorderSizePixel = 0
  139. TP.Position = UDim2.new(0.0268620253, 0, 0.269097209, 0)
  140. TP.Size = UDim2.new(0.349999994, 0, 0.100000001, 0)
  141. TP.Font = Enum.Font.GothamSemibold
  142. TP.Text = "Teleport"
  143. TP.TextColor3 = Color3.new(1, 1, 1)
  144. TP.TextSize = 14
  145.  
  146. BANK.Name = "BANK"
  147. BANK.Parent = Back
  148. BANK.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  149. BANK.BorderSizePixel = 0
  150. BANK.Position = UDim2.new(0.732600689, 0, 0.138888881, 0)
  151. BANK.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  152. BANK.Font = Enum.Font.GothamSemibold
  153. BANK.Text = "Bank"
  154. BANK.TextColor3 = Color3.new(1, 1, 1)
  155. BANK.TextSize = 14
  156.  
  157. JS.Name = "JS"
  158. JS.Parent = Back
  159. JS.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  160. JS.BorderSizePixel = 0
  161. JS.Position = UDim2.new(0.732600689, 0, 0.269097209, 0)
  162. JS.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  163. JS.Font = Enum.Font.GothamSemibold
  164. JS.Text = "Jewelry Store"
  165. JS.TextColor3 = Color3.new(1, 1, 1)
  166. JS.TextSize = 14
  167.  
  168. CS.Name = "CS"
  169. CS.Parent = Back
  170. CS.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  171. CS.BorderSizePixel = 0
  172. CS.Position = UDim2.new(0.732600689, 0, 0.394965231, 0)
  173. CS.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  174. CS.Font = Enum.Font.GothamSemibold
  175. CS.Text = "Casino"
  176. CS.TextColor3 = Color3.new(1, 1, 1)
  177. CS.TextSize = 14
  178.  
  179. GS.Name = "GS"
  180. GS.Parent = Back
  181. GS.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  182. GS.BorderSizePixel = 0
  183. GS.Position = UDim2.new(0.732600689, 0, 0.529513836, 0)
  184. GS.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  185. GS.Font = Enum.Font.GothamSemibold
  186. GS.Text = "Gun Store"
  187. GS.TextColor3 = Color3.new(1, 1, 1)
  188. GS.TextSize = 14
  189.  
  190. GA.Name = "GA"
  191. GA.Parent = Back
  192. GA.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  193. GA.BorderSizePixel = 0
  194. GA.Position = UDim2.new(0.732600689, 0, 0.655381918, 0)
  195. GA.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  196. GA.Font = Enum.Font.GothamSemibold
  197. GA.Text = "Garage"
  198. GA.TextColor3 = Color3.new(1, 1, 1)
  199. GA.TextSize = 14
  200.  
  201. CAM.Name = "CAM"
  202. CAM.Parent = Back
  203. CAM.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  204. CAM.BorderSizePixel = 0
  205. CAM.Position = UDim2.new(0.73299998, 0, 0.779999971, 0)
  206. CAM.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  207. CAM.Font = Enum.Font.GothamSemibold
  208. CAM.Text = "Camero"
  209. CAM.TextColor3 = Color3.new(1, 1, 1)
  210. CAM.TextSize = 14
  211.  
  212. SS.Name = "SS"
  213. SS.Parent = Back
  214. SS.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  215. SS.BorderSizePixel = 0
  216. SS.Position = UDim2.new(0.0763888508, 0, 0.527777791, 0)
  217. SS.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  218. SS.Font = Enum.Font.GothamSemibold
  219. SS.Text = "Set Speed"
  220. SS.TextColor3 = Color3.new(1, 1, 1)
  221. SS.TextSize = 14
  222. SS.TextWrapped = true
  223.  
  224. GRAV.Name = "GRAV"
  225. GRAV.Parent = Back
  226. GRAV.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  227. GRAV.BorderSizePixel = 0
  228. GRAV.Position = UDim2.new(0.434027731, 0, 0.136381164, 0)
  229. GRAV.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  230. GRAV.Font = Enum.Font.GothamSemibold
  231. GRAV.Text = "Gravity [OFF]"
  232. GRAV.TextColor3 = Color3.new(1, 1, 1)
  233. GRAV.TextSize = 14
  234.  
  235. MoreSoon.Name = "MoreSoon"
  236. MoreSoon.Parent = Back
  237. MoreSoon.BackgroundColor3 = Color3.new(1, 1, 1)
  238. MoreSoon.BackgroundTransparency = 1
  239. MoreSoon.Position = UDim2.new(0.0634920597, 0, 0.878568649, 0)
  240. MoreSoon.Size = UDim2.new(0.600000024, 0, 0.100000001, 0)
  241. MoreSoon.Font = Enum.Font.GothamSemibold
  242. MoreSoon.Text = "More Coming Soon..."
  243. MoreSoon.TextColor3 = Color3.new(1, 1, 1)
  244. MoreSoon.TextScaled = true
  245. MoreSoon.TextSize = 14
  246. MoreSoon.TextWrapped = true
  247.  
  248. CB.Name = "CB"
  249. CB.Parent = Back
  250. CB.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  251. CB.BorderSizePixel = 0
  252. CB.Position = UDim2.new(0.732600689, 0, 0.89843744, 0)
  253. CB.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  254. CB.Font = Enum.Font.GothamSemibold
  255. CB.Text = "Criminal Base"
  256. CB.TextColor3 = Color3.new(1, 1, 1)
  257. CB.TextSize = 14
  258.  
  259. SA.Name = "SA"
  260. SA.Parent = Back
  261. SA.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  262. SA.BorderSizePixel = 0
  263. SA.Position = UDim2.new(0.0268620253, 0, 0.391975284, 0)
  264. SA.Size = UDim2.new(0.349999994, 0, 0.100000001, 0)
  265. SA.Font = Enum.Font.SourceSans
  266. SA.PlaceholderColor3 = Color3.new(0.623529, 0.623529, 0.623529)
  267. SA.PlaceholderText = "[ENTER SPEED]"
  268. SA.Text = ""
  269. SA.TextColor3 = Color3.new(1, 1, 1)
  270. SA.TextScaled = true
  271. SA.TextSize = 14
  272. SA.TextWrapped = true
  273.  
  274. GG.Name = "GG"
  275. GG.Parent = Back
  276. GG.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  277. GG.BorderSizePixel = 0
  278. GG.Position = UDim2.new(0.434027731, 0, 0.269097209, 0)
  279. GG.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  280. GG.Font = Enum.Font.GothamSemibold
  281. GG.Text = "Give Guns"
  282. GG.TextColor3 = Color3.new(1, 1, 1)
  283. GG.TextSize = 14
  284.  
  285. AR.Name = "AR"
  286. AR.Parent = Back
  287. AR.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  288. AR.BorderSizePixel = 0
  289. AR.Position = UDim2.new(0.434027731, 0, 0.392553985, 0)
  290. AR.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  291. AR.Font = Enum.Font.GothamSemibold
  292. AR.Text = "Auto Arrest [BETA]"
  293. AR.TextColor3 = Color3.new(1, 1, 1)
  294. AR.TextSize = 14
  295. AR.TextScaled = true
  296.  
  297. EC.Name = "EC"
  298. EC.Parent = Back
  299. EC.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  300. EC.BorderSizePixel = 0
  301. EC.Position = UDim2.new(0.434027731, 0, 0.525270045, 0)
  302. EC.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  303. EC.Font = Enum.Font.GothamSemibold
  304. EC.Text = "EZ Cash"
  305. EC.TextColor3 = Color3.new(1, 1, 1)
  306. EC.TextSize = 14
  307.  
  308. Open.Name = "Open"
  309. Open.Parent = MadFucker
  310. Open.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  311. Open.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  312. Open.BorderSizePixel = 3
  313. Open.Position = UDim2.new(0.398999989, 0, 0.95989579, 0)
  314. Open.Size = UDim2.new(0.200000003, 0, 0.0399999991, 0)
  315. Open.Visible = false
  316. Open.Font = Enum.Font.GothamSemibold
  317. Open.Text = "Open"
  318. Open.TextColor3 = Color3.new(1, 1, 1)
  319. Open.TextScaled = true
  320. Open.TextSize = 14
  321. Open.TextWrapped = true
  322. -- Scripts:
  323.  
  324.  
  325.  
  326. --Open shit
  327. O = true
  328.  
  329. Close.MouseButton1Down:Connect(function()
  330.     O = false
  331.     Open.Visible = true
  332.     Back.Visible = false
  333. end)
  334.  
  335. Open.MouseButton1Down:Connect(function()
  336.     O = true
  337.     Open.Visible = false
  338.     Back.Visible = true
  339. end)
  340.  
  341. --TP shit
  342.  
  343. TP.MouseButton1Down:Connect(function()
  344.     local target = game.Players:FindFirstChild(PN.Text)
  345.     local yes = target.Character.HumanoidRootPart.CFrame
  346.    
  347.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = yes
  348.     print("You just tp'd to "..PN.Text.." yesyes")
  349. end)
  350.  
  351. BANK.MouseButton1Down:Connect(function()
  352.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(690.11553955078,24.889343261719,446.09664916992)
  353. end)
  354.  
  355. JS.MouseButton1Down:Connect(function()
  356.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-203.3496960449,24.578149795532,731.06182861328)
  357. end)
  358.  
  359. CS.MouseButton1Down:Connect(function()
  360.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1779.7911376953,24.738931655884,685.00677490234)
  361. end)
  362.  
  363. GS.MouseButton1Down:Connect(function()
  364.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1619.1705322266,41.934741973877,684.16217041016)
  365. end)
  366.  
  367. GA.MouseButton1Down:Connect(function()
  368.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(231.40872192383,24.549949645996,-493.32705688477)
  369. end)
  370.  
  371. CAM.MouseButton1Down:Connect(function()
  372.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-882.36700439453,53.278591156006,-2648.3139648438)
  373. end)
  374.  
  375. CB.MouseButton1Down:Connect(function()
  376.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2116.2019042969,25.10528755188,348.36651611328)
  377. end)
  378.  
  379. --Other shit
  380. gr = true
  381.  
  382. GRAV.MouseButton1Down:Connect(function()
  383.     if gr == true then
  384.         gr = false
  385.         game.workspace.Gravity = 195
  386.         GRAV.Text = "Gravity [OFF]"
  387.     else
  388.         gr = true
  389.         game.workspace.Gravity = 45
  390.         GRAV.Text = "Gravity [ON]"
  391.     end
  392. end)
  393.  
  394. SS.MouseButton1Down:Connect(function()
  395.     local humanoid = player.Character.Humanoid
  396.     local Speed = SA.Text
  397.     while wait() do
  398.         humanoid.WalkSpeed = Speed
  399.     end
  400. end)
  401.  
  402. GG.MouseButton1Down:Connect(function()
  403.     local Remote = game.Workspace.ObjectSelection.Shotgun.Shotgun.Shotgun['Event']
  404.     local Arguments = {
  405.     }
  406.     Remote:FireServer(unpack(Arguments))
  407.     local Remote = game.Workspace.ObjectSelection.MP5.MP5.MP5['Event']
  408.     local Arguments = {
  409.     }
  410.     Remote:FireServer(unpack(Arguments))
  411.     local Remote = game.Workspace.ObjectSelection.Baton.Baton.Baton['Event']
  412.     local Arguments = {
  413.     }
  414.     Remote:FireServer(unpack(Arguments))
  415. end)
  416.  
  417. EC.MouseButton1Down:Connect(function()
  418.     local w = game:GetService("Workspace")
  419.     local ObjectSelection = w:WaitForChild("ObjectSelection")
  420.     for _,v in pairs (ObjectSelection:GetChildren()) do
  421.         if v.Name == "CashRegister" then
  422.             if v:FindFirstChild("SmashCash") then
  423.                 local Event = v.SmashCash.SmashCash.Event
  424.                 Event:FireServer()
  425.             end
  426.         end
  427.     if v.Name == "ATM" then
  428.         if v:FindFirstChild("ATM") then
  429.             local Event = v.ATM.ATM.Event
  430.             Event:FireServer()
  431.         end
  432.     end
  433.     if v.Name == "Cash" then
  434.         if v:FindFirstChild("Cash") then
  435.             local Event = v.Cash.Cash.Event
  436.             Event:FireServer()
  437.         end
  438.     end
  439.     if v.Name == "DiamondBox" then
  440.         if v:FindFirstChild("SmashCash") then
  441.             local Event = v.SmashCash.SmashCash.Event
  442.             Event:FireServer()
  443.         end
  444.     end
  445.     if v.Name == "Safe" then
  446.         if v:FindFirstChild("SmashCash") then
  447.             local Event = v.SmashCash.SmashCash.Event
  448.             Event:FireServer()
  449.         end
  450.     end
  451.     if v.Name == "SlotMachine" then
  452.         if v:FindFirstChild("SlotMachine") then
  453.             local Event = v.SlotMachine.SlotMachine.Event
  454.             Event:FireServer()
  455.         end
  456.     end
  457.     end
  458. end)
  459.  
  460. AR.MouseButton1Down:Connect(function()
  461.     while wait() do
  462.         game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Handcuffs)
  463.         game.ReplicatedStorage.Event:FireServer("Equip", game.Players.LocalPlayer.Character, game.Players.LocalPlayer.Character.Handcuffs.Handle)
  464.         for i,v in pairs(game.Players:GetChildren()) do
  465.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  466.             wait(0.25)
  467.             game.ReplicatedStorage.Event:FireServer("Arrest", v)
  468.             wait()
  469.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 0,0)
  470.         end
  471.             wait(0.25)
  472.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -1000,0)
  473.             game.Players.LocalPlayer.Character:BreakJoints()
  474.             wait(20)
  475.     end
  476. end)
Add Comment
Please, Sign In to add comment